From engelsman at lunar-linux.org Tue Jun 1 00:20:13 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 1 Jun 2010 00:20:13 +0200 Subject: [Lunar-commits] simplejson: version 2.1.1 added to moonbase Message-ID: <20100531221552.5A2B49B21B@doppio.foo-projects.org> commit 901bf49eb61d7231269ccf8d4e39c6a2b241bea7 Author: Drew Kelling Date: Tue Jun 1 00:20:13 2010 +0200 simplejson: version 2.1.1 added to moonbase --- zbeta/simplejson/BUILD | 8 ++++++++ zbeta/simplejson/DETAILS | 12 ++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/zbeta/simplejson/BUILD b/zbeta/simplejson/BUILD new file mode 100644 index 0000000..df781e5 --- /dev/null +++ b/zbeta/simplejson/BUILD @@ -0,0 +1,8 @@ +( + + python ./setup.py build && + prepare_install && + python ./setup.py install + +) > $C_FIFO 2>&1 + diff --git a/zbeta/simplejson/DETAILS b/zbeta/simplejson/DETAILS new file mode 100644 index 0000000..311fb37 --- /dev/null +++ b/zbeta/simplejson/DETAILS @@ -0,0 +1,12 @@ + MODULE=simplejson + VERSION=2.1.1 + SOURCE=${MODULE}-${VERSION}.tar.gz + SOURCE_URL=http://pypi.python.org/packages/source/s/simplejson/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:106fe3481c9a3a9488cbe7d212eca7671837783f + WEB_SITE="http://code.google.com/p/simplejson/" + ENTERED=20100526 + UPDATED=20100526 + SHORT="simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+" +cat < simplejson: added DEPENDS Message-ID: <20100531221552.6B2819B21C@doppio.foo-projects.org> commit e968e3a7d8545230396351ebe7dc92c2e5e159eb Author: Duncan Gibson Date: Tue Jun 1 00:26:31 2010 +0200 simplejson: added DEPENDS added depends setuptools, so that it gets tracked rather than being automagically updated outside the lunar tools' knowledge also tweaked the descriptions in DETAILS --- zbeta/simplejson/DEPENDS | 1 + zbeta/simplejson/DETAILS | 4 +++- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/zbeta/simplejson/DEPENDS b/zbeta/simplejson/DEPENDS new file mode 100644 index 0000000..54f5789 --- /dev/null +++ b/zbeta/simplejson/DEPENDS @@ -0,0 +1 @@ +depends setuptools diff --git a/zbeta/simplejson/DETAILS b/zbeta/simplejson/DETAILS index 311fb37..218d614 100644 --- a/zbeta/simplejson/DETAILS +++ b/zbeta/simplejson/DETAILS @@ -7,6 +7,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION WEB_SITE="http://code.google.com/p/simplejson/" ENTERED=20100526 UPDATED=20100526 - SHORT="simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+" + SHORT="extensible JSON encoder and decoder for Python 2.5+" cat < amarok4: Version bump. Message-ID: <20100601004053.AC2089B21B@doppio.foo-projects.org> commit 5c7995871a28bf015209d0273a857fb2e584179b Author: Dennis `stumbles` Veatch Date: Mon May 31 20:57:11 2010 -0400 amarok4: Version bump. --- kde4/apps/amarok4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/amarok4/DETAILS b/kde4/apps/amarok4/DETAILS index b9e4845..4c34355 100644 --- a/kde4/apps/amarok4/DETAILS +++ b/kde4/apps/amarok4/DETAILS @@ -1,13 +1,13 @@ MODULE=amarok4 - VERSION=2.3.0 + VERSION=2.3.1 SOURCE=amarok-${VERSION}.tar.bz2 SOURCE_URL=$KDE_URL/stable/amarok/$VERSION/src SOURCE_DIRECTORY=$BUILD_DIRECTORY/amarok-$VERSION - SOURCE_VFY=sha1:64856a21907d1ba7d198149a8a46276fc4cda7a6 + SOURCE_VFY=sha1:00a596384df8d155b91b40bb2484ec0a7f51da80 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://amarok.kde.org ENTERED=20080414 - UPDATED=20100315 + UPDATED=20100531 SHORT="KDE-based audio player" cat << EOF From florin at lunar-linux.org Tue Jun 1 17:13:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Jun 2010 18:13:20 +0300 Subject: [Lunar-commits] mtr: version bumped to 0.77. Message-ID: <20100601145717.6D4799B2FE@doppio.foo-projects.org> commit b848dea00fc763b356ee64c0d059ba06d258372d Author: Florin Braescu Date: Tue Jun 1 18:13:20 2010 +0300 mtr: version bumped to 0.77. Load sharing hosts are now displayed in "--raw" output. The GUI gained an "About" button. Several minor code clean-ups were made. --- net/mtr/DEPENDS | 2 +- net/mtr/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/mtr/DEPENDS b/net/mtr/DEPENDS index 635164b..db3833c 100644 --- a/net/mtr/DEPENDS +++ b/net/mtr/DEPENDS @@ -1,4 +1,4 @@ -depends ncurses && +depends ncurses optional_depends "gtk+-2" "--enable-gtk2" "--without-gtk" \ "for Gtk+-2 GUI based output" diff --git a/net/mtr/DETAILS b/net/mtr/DETAILS index 3c9a0ea..43380a1 100644 --- a/net/mtr/DETAILS +++ b/net/mtr/DETAILS @@ -1,11 +1,11 @@ MODULE=mtr - VERSION=0.75 + VERSION=0.77 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.bitwizard.nl/$MODULE - SOURCE_VFY=sha1:d9d3f849e32dda8aa5a7a297c25053e5d8504b27 + SOURCE_VFY=sha1:67461d021860fe5f3553ea9f00823f887a0ec389 WEB_SITE=http://www.bitwizard.nl/mtr ENTERED=20010922 - UPDATED=20081029 + UPDATED=20100601 SHORT="A network diagnostic tool that combines traceroute and ping" cat << EOF From florin at lunar-linux.org Tue Jun 1 17:16:59 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Jun 2010 18:16:59 +0300 Subject: [Lunar-commits] libssh: version bumped to 0.4.4. Message-ID: <20100601150116.714049B2FE@doppio.foo-projects.org> commit b3d32f7ddbe78a5c6c222d9285011ed6aa56884d Author: Florin Braescu Date: Tue Jun 1 18:16:59 2010 +0300 libssh: version bumped to 0.4.4. This release which fixes a null-termination problem in the tilde expand function and applying the options settings. --- libs/libssh/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libssh/DETAILS b/libs/libssh/DETAILS index 2fc5645..66fc0b9 100644 --- a/libs/libssh/DETAILS +++ b/libs/libssh/DETAILS @@ -1,11 +1,11 @@ MODULE=libssh - VERSION=0.4.3 + VERSION=0.4.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.libssh.org/files - SOURCE_VFY=sha1:1145613f2e5e85dcaf72e75fd368e0af459f78b2 + SOURCE_VFY=sha1:bde1d4713a86b6256ce2d14e6de6326e52c4da44 WEB_SITE=http://www.libssh.org ENTERED=20091001 - UPDATED=20100519 + UPDATED=20100601 SHORT="library for accessing ssh client services through C libraries calls" cat << EOF From florin at lunar-linux.org Tue Jun 1 17:21:02 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Jun 2010 18:21:02 +0300 Subject: [Lunar-commits] SDL_gfx: version bumped to 2.0.21. Message-ID: <20100601150548.0B3D59B2FE@doppio.foo-projects.org> commit f845b45fed80eb65be5345f997da10f733edd2a9 Author: Florin Braescu Date: Tue Jun 1 18:21:02 2010 +0300 SDL_gfx: version bumped to 2.0.21. This release added VC9 project files, moved the static transfer lookup array from .h to .c added the VC++ compiler for MASM assembly support, added Haiku build support, added a helper function for alpha channel multiplication in 32-bit surfaces, added font rotation support, fixed the rotate90 function for the 0 degree case, added support for compiling on SDL 1.3, updated the test programs, updated comments for all methods, and added complete doxygen generated documentation. --- graphics/SDL_gfx/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/SDL_gfx/DETAILS b/graphics/SDL_gfx/DETAILS index 1ef5bb0..afbb4da 100644 --- a/graphics/SDL_gfx/DETAILS +++ b/graphics/SDL_gfx/DETAILS @@ -1,11 +1,11 @@ MODULE=SDL_gfx - VERSION=2.0.20 + VERSION=2.0.21 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.ferzkopp.net/Software/$MODULE-2.0 - SOURCE_VFY=sha1:077f7e64376c50a424ef11a27de2aea83bda3f78 + SOURCE_VFY=sha1:7489e2d1b69414f461033e0334eb2df10872caab WEB_SITE=http://www.ferzkopp.net/joomla/content/view/19/14 ENTERED=20020112 - UPDATED=20090927 + UPDATED=20100601 SHORT="High quality graphics library" cat << EOF From florin at lunar-linux.org Tue Jun 1 19:54:33 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Jun 2010 20:54:33 +0300 Subject: [Lunar-commits] exiv2: version bumped to 0.20. Message-ID: <20100601173905.73D279B2FE@doppio.foo-projects.org> commit 66408004ace66dde132c118a26f30809cf23e259 Author: Florin Braescu Date: Tue Jun 1 20:54:33 2010 +0300 exiv2: version bumped to 0.20. This release includes Sony, Nikon, and Pentax makernote updates and a significant performance improvement for Nikon makernotes. Writing to Minolta raw images (ORF) is now supported. Several TIFF tags and the XMP KDE Image Program Interface (kipi) schema, iView Media Pro schema, and Microsoft Expression Media schema have been added. --- graphics/exiv2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/exiv2/DETAILS b/graphics/exiv2/DETAILS index 813ac2f..7184bf0 100644 --- a/graphics/exiv2/DETAILS +++ b/graphics/exiv2/DETAILS @@ -1,11 +1,11 @@ MODULE=exiv2 - VERSION=0.19 + VERSION=0.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.exiv2.org - SOURCE_VFY=sha1:4ab8d830094f2842bc286d8e7fb03100ca7f07b1 + SOURCE_VFY=sha1:3ebab0acd114a463fe11881bd95f1c3e258c7c0c WEB_SITE=http://www.exiv2.org ENTERED=20060726 - UPDATED=20091231 + UPDATED=20100601 SHORT="Access image metadata" cat << EOF From stumbles at lunar-linux.org Tue Jun 1 22:10:42 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Jun 2010 16:10:42 -0400 Subject: [Lunar-commits] kde4: Version bump. Message-ID: <20100601195421.298889B2FE@doppio.foo-projects.org> commit d0f41d655c074e1e45ac35ac3ef966bd7e04152a Author: Dennis `stumbles` Veatch Date: Tue Jun 1 16:10:42 2010 -0400 kde4: Version bump. --- kde4/base/kdeaccessibility4/DETAILS | 6 +++--- kde4/base/kdeadmin4/DETAILS | 6 +++--- kde4/base/kdeartwork4/DETAILS | 6 +++--- kde4/base/kdebase4-runtime/DETAILS | 6 +++--- kde4/base/kdebase4-workspace/DETAILS | 6 +++--- kde4/base/kdebase4/DETAILS | 6 +++--- kde4/base/kdebindings4/DETAILS | 6 +++--- kde4/base/kdeedu4/DETAILS | 6 +++--- kde4/base/kdegames4/DETAILS | 6 +++--- kde4/base/kdegraphics4/DETAILS | 6 +++--- kde4/base/kdelibs4/DETAILS | 6 +++--- kde4/base/kdemultimedia4/DETAILS | 6 +++--- kde4/base/kdenetwork4/DETAILS | 6 +++--- kde4/base/kdepim4-runtime/DETAILS | 6 +++--- kde4/base/kdepim4/DETAILS | 6 +++--- kde4/base/kdepimlibs4/DETAILS | 6 +++--- kde4/base/kdeplasma4-addons/DETAILS | 6 +++--- kde4/base/kdesdk4/DETAILS | 6 +++--- kde4/base/kdetoys4/DETAILS | 6 +++--- kde4/base/kdeutils4/DETAILS | 6 +++--- kde4/base/kdewebdev4/DETAILS | 6 +++--- kde4/base/oxygen-icons/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ar/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-bg/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ca/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-cs/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-csb/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-da/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-de/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-el/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-en_GB/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-eo/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-es/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-et/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-eu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fi/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fy/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ga/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-gl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-gu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-he/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hi/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-id/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-is/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-it/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ja/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-kk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-km/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-kn/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ko/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-lt/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-lv/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mai/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ml/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nb/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nds/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nn/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pa/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pt/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pt_BR/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ro/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ru/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-si/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-sk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sv/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-tg/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-tr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-uk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-wa/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-zh_CN/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-zh_TW/DETAILS | 6 +++--- profiles/kde4/DETAILS | 4 ++-- 81 files changed, 246 insertions(+), 246 deletions(-) diff --git a/kde4/base/kdeaccessibility4/DETAILS b/kde4/base/kdeaccessibility4/DETAILS index 3cf5009..686e132 100644 --- a/kde4/base/kdeaccessibility4/DETAILS +++ b/kde4/base/kdeaccessibility4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeaccessibility4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeaccessibility-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeaccessibility-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:a3dbe6c24af7345ba47dce667ea38bd13fbd6abf + SOURCE_VFY=sha1:41a07301b86c37a39689132b1662c51751ee4833 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="" cat << EOF diff --git a/kde4/base/kdeadmin4/DETAILS b/kde4/base/kdeadmin4/DETAILS index 3b8211a..6ff1e39 100644 --- a/kde4/base/kdeadmin4/DETAILS +++ b/kde4/base/kdeadmin4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeadmin4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeadmin-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeadmin-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:88bba4cfb6db2d3b38be9e0d1f6137fafaa74399 + SOURCE_VFY=sha1:1a473fecb3a5fe996a1567463622037538a876d4 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="" cat << EOF diff --git a/kde4/base/kdeartwork4/DETAILS b/kde4/base/kdeartwork4/DETAILS index d6a5509..284848f 100644 --- a/kde4/base/kdeartwork4/DETAILS +++ b/kde4/base/kdeartwork4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeartwork4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeartwork-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeartwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:82e62269295309efa2e4f9f9d3d9168fe16500c2 + SOURCE_VFY=sha1:7a0dd910a97a1bc9e5a98f4d83104f287f4534d5 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="" cat << EOF diff --git a/kde4/base/kdebase4-runtime/DETAILS b/kde4/base/kdebase4-runtime/DETAILS index 2c076c7..e2c7c2b 100644 --- a/kde4/base/kdebase4-runtime/DETAILS +++ b/kde4/base/kdebase4-runtime/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4-runtime MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebase-runtime-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-runtime-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:e060fb54b5d275bc06224a0e2eecc158518c9934 + SOURCE_VFY=sha1:dee7405e7410a7583567a0cc1e76d0d1b0e917ca MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="compenents KDE expects to be available at runtime" cat << EOF diff --git a/kde4/base/kdebase4-workspace/DETAILS b/kde4/base/kdebase4-workspace/DETAILS index 80cd423..59f8eeb 100644 --- a/kde4/base/kdebase4-workspace/DETAILS +++ b/kde4/base/kdebase4-workspace/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4-workspace MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebase-workspace-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-workspace-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:efd427dfe8b7beebdfe162006689871c61991336 + SOURCE_VFY=sha1:7b20bc91a5969b4c42c83076926cf6838b2ba47b MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="This package is what is the desktop" cat << EOF diff --git a/kde4/base/kdebase4/DETAILS b/kde4/base/kdebase4/DETAILS index f5d32df..862a540 100644 --- a/kde4/base/kdebase4/DETAILS +++ b/kde4/base/kdebase4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebase-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:2a9a47f95a260189047ff10339d4c1fcd6fe0df5 + SOURCE_VFY=sha1:96c8b34fa388831fba2fe154b27d04514e87b34f MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdebindings4/DETAILS b/kde4/base/kdebindings4/DETAILS index 4ecca34..fa9cb48 100644 --- a/kde4/base/kdebindings4/DETAILS +++ b/kde4/base/kdebindings4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebindings4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebindings-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebindings-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:dbfaf3760b5cbdaf6fed9672af32f938ddca29a2 + SOURCE_VFY=sha1:db5afa2a70558e34838a0f9296f008035e03f064 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="bindings for other lanquages" cat << EOF diff --git a/kde4/base/kdeedu4/DETAILS b/kde4/base/kdeedu4/DETAILS index cb79f01..a82e382 100644 --- a/kde4/base/kdeedu4/DETAILS +++ b/kde4/base/kdeedu4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeedu4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeedu-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeedu-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:12d06cdb65471a35d5ef8a255859dde06ad02f2e + SOURCE_VFY=sha1:917a6e998b2eba31e241d208df7c57acf1c68550 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071027 - UPDATED=20100505 + UPDATED=20100601 SHORT="education based applications for KDE" cat << EOF diff --git a/kde4/base/kdegames4/DETAILS b/kde4/base/kdegames4/DETAILS index afad353..442ee82 100644 --- a/kde4/base/kdegames4/DETAILS +++ b/kde4/base/kdegames4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegames4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdegames-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegames-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:f9c79889abd8d0067ecbf0cea63e43cdc9523457 + SOURCE_VFY=sha1:30560250375b4e18441caa115efb01c8591964e5 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="a compilation of various default games shipped with KDE" cat << EOF diff --git a/kde4/base/kdegraphics4/DETAILS b/kde4/base/kdegraphics4/DETAILS index b9c161e..f7c67c5 100644 --- a/kde4/base/kdegraphics4/DETAILS +++ b/kde4/base/kdegraphics4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegraphics4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdegraphics-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegraphics-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:1caa6a6183c8cdf7cd3315d86ecfd37c5c829c9d + SOURCE_VFY=sha1:cdec759477af915fe661b4a4e605708cdb2eebd8 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="graphic applications for KDE" cat << EOF diff --git a/kde4/base/kdelibs4/DETAILS b/kde4/base/kdelibs4/DETAILS index 453b7ec..b6184af 100644 --- a/kde4/base/kdelibs4/DETAILS +++ b/kde4/base/kdelibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdelibs4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdelibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:9801303f359083415988fb2529a1c342752ad326 + SOURCE_VFY=sha1:80bc85618e628986da6ac364507188ae2c8ff95b MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="central libraries for developement and execution of KDE" LUNAR_RESTART_SERVICES=off diff --git a/kde4/base/kdemultimedia4/DETAILS b/kde4/base/kdemultimedia4/DETAILS index 4014801..b5eceab 100644 --- a/kde4/base/kdemultimedia4/DETAILS +++ b/kde4/base/kdemultimedia4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdemultimedia4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdemultimedia-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdemultimedia-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:e22bf2af585305563e414672060c06b78d8c6c7f + SOURCE_VFY=sha1:0b7aa2105995cea9c12273cd53016f1abd5b1714 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="multimedia applications for KDE" cat << EOF diff --git a/kde4/base/kdenetwork4/DETAILS b/kde4/base/kdenetwork4/DETAILS index f7e53e7..d9bb726 100644 --- a/kde4/base/kdenetwork4/DETAILS +++ b/kde4/base/kdenetwork4/DETAILS @@ -1,17 +1,17 @@ MODULE=kdenetwork4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdenetwork-$VERSION.tar.bz2 SOURCE2=kdenetwork4-openssl-1.0.0.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdenetwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:67237e0142f5d4edc893a7dcafffa79f998c534e + SOURCE_VFY=sha1:1706b009d723897cbc9ad9b0c1743873e8e79362 SOURCE2_VFY=sha1:ab16ccf04ce23b9a272bc74cfb5dcbcf24426a9e MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="Network tools for KDE" cat << EOF diff --git a/kde4/base/kdepim4-runtime/DETAILS b/kde4/base/kdepim4-runtime/DETAILS index 24144f8..7014961 100644 --- a/kde4/base/kdepim4-runtime/DETAILS +++ b/kde4/base/kdepim4-runtime/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepim4-runtime MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdepim-runtime-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepim-runtime-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:9c5112a61bf8c1f0af7d1d0b60f9e8c1ddcf70eb + SOURCE_VFY=sha1:18e5ec39f4b39f9d524cee82b5037e5ba6c2b417 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20091006 - UPDATED=20100505 + UPDATED=20100601 SHORT="akonadi support for kdepim" cat << EOF diff --git a/kde4/base/kdepim4/DETAILS b/kde4/base/kdepim4/DETAILS index 3089119..8289dc9 100644 --- a/kde4/base/kdepim4/DETAILS +++ b/kde4/base/kdepim4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepim4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdepim-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepim-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:0bfd843e03836664758baac95e1127d96077993f + SOURCE_VFY=sha1:8edd0abf479d29b55463d8f8c698477f66120ed6 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdepimlibs4/DETAILS b/kde4/base/kdepimlibs4/DETAILS index 52c1db1..c5fc06a 100644 --- a/kde4/base/kdepimlibs4/DETAILS +++ b/kde4/base/kdepimlibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepimlibs4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdepimlibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepimlibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:37aaf11672010ebf575470a16cc1bed6e868e2ed + SOURCE_VFY=sha1:6e59063d018583227d0427eb85fa51fc7efa9652 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdeplasma4-addons/DETAILS b/kde4/base/kdeplasma4-addons/DETAILS index c0eac21..dcb78ef 100644 --- a/kde4/base/kdeplasma4-addons/DETAILS +++ b/kde4/base/kdeplasma4-addons/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeplasma4-addons MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeplasma-addons-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeplasma-addons-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:8041118514589d09df30de6e771d83b5d1c5e77b + SOURCE_VFY=sha1:0fdd55b878b82f7c69c7e97dac65b69945ddf90c MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080716 - UPDATED=20100505 + UPDATED=20100601 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdesdk4/DETAILS b/kde4/base/kdesdk4/DETAILS index c1fdbcb..431429b 100644 --- a/kde4/base/kdesdk4/DETAILS +++ b/kde4/base/kdesdk4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdesdk4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdesdk-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdesdk-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:63b66969a31e8eeb22fcbae043476859da90dead + SOURCE_VFY=sha1:f62a54f7d1e6b260f548c9031c5ddcafac0c9eaf MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="applications and tools for development" cat << EOF diff --git a/kde4/base/kdetoys4/DETAILS b/kde4/base/kdetoys4/DETAILS index b4bf035..783bd14 100644 --- a/kde4/base/kdetoys4/DETAILS +++ b/kde4/base/kdetoys4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdetoys4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdetoys-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdetoys-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:1ea310ccfcaa99d25dc2eceb28c026b49d5ebe65 + SOURCE_VFY=sha1:ac0a0c83a1d4960f1acde532734c7e1eebc49ea7 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="KDE toys" cat << EOF diff --git a/kde4/base/kdeutils4/DETAILS b/kde4/base/kdeutils4/DETAILS index 3ac9909..1703bb1 100644 --- a/kde4/base/kdeutils4/DETAILS +++ b/kde4/base/kdeutils4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeutils4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeutils-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeutils-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:622d1692d1e21a3fb8e846d5041d5d0d7c1353ff + SOURCE_VFY=sha1:9a8e3358862151417f4d10a1c19839442b077e52 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="utilities for KDE" cat << EOF diff --git a/kde4/base/kdewebdev4/DETAILS b/kde4/base/kdewebdev4/DETAILS index 03dd045..3886ba0 100644 --- a/kde4/base/kdewebdev4/DETAILS +++ b/kde4/base/kdewebdev4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdewebdev4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdewebdev-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdewebdev-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:51d072fcb98a5f8aa6610392f42e359b31d37faa + SOURCE_VFY=sha1:b72201f03ffb1903f82d5b9b3ed6c74ccd081a93 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100505 + UPDATED=20100601 SHORT="applications for web development" cat << EOF diff --git a/kde4/base/oxygen-icons/DETAILS b/kde4/base/oxygen-icons/DETAILS index 218400c..d41f9d3 100644 --- a/kde4/base/oxygen-icons/DETAILS +++ b/kde4/base/oxygen-icons/DETAILS @@ -1,13 +1,13 @@ MODULE=oxygen-icons MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:d27450e470c1d760d38cdc29ba361d55dee4cea1 + SOURCE_VFY=sha1:f22c4f03c94a551619bad1ea39fa03880f6a6c16 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20090805 - UPDATED=20100505 + UPDATED=20100601 SHORT="oxygen-icons" cat << EOF diff --git a/kde4/kde-l10n/kde-l10n-ar/DETAILS b/kde4/kde-l10n/kde-l10n-ar/DETAILS index db762e2..092fbb7 100644 --- a/kde4/kde-l10n/kde-l10n-ar/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ar/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ar MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:68e7322e486616c5141768008226b664bb03a907 + SOURCE_VFY=sha1:1d43813380e6eb62161ab55f0108b570769604d8 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-bg/DETAILS b/kde4/kde-l10n/kde-l10n-bg/DETAILS index dd1f337..9e7538e 100644 --- a/kde4/kde-l10n/kde-l10n-bg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-bg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-bg MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:9cc8a2b167e2abe675856c37770c2f7437c74424 + SOURCE_VFY=sha1:e383c989f39163bee8d98b630fed8f192ea5a35c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ca/DETAILS b/kde4/kde-l10n/kde-l10n-ca/DETAILS index 6f45977..ba2b6bf 100644 --- a/kde4/kde-l10n/kde-l10n-ca/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ca/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ca MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:ea72878d2793360696af9c952af8f49c3b3749be + SOURCE_VFY=sha1:d2a8ce5de5dabe408442ae72f66b77cbd537f819 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS b/kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS index 91c63e0..c1edd2e 100644 --- a/kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l1-n-ca at vlencia MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:2c84b475bd4aa3576be914fa1fc9bbbbe6408dac + SOURCE_VFY=sha1:ff51f86de60ad48a533cf41aa02eb0131e3e6b35 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - ENTERED=20100505 - UPDATED=20100505 + ENTERED=20100601 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-cs/DETAILS b/kde4/kde-l10n/kde-l10n-cs/DETAILS index 4df175d..26e496c 100644 --- a/kde4/kde-l10n/kde-l10n-cs/DETAILS +++ b/kde4/kde-l10n/kde-l10n-cs/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-cs MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:8506cf1a5ce95169d00983dc6c021bcf6b53557c + SOURCE_VFY=sha1:98d539d94ffc9788f52e557014c7e2305705022e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-csb/DETAILS b/kde4/kde-l10n/kde-l10n-csb/DETAILS index c92f2dc..f8a4c18 100644 --- a/kde4/kde-l10n/kde-l10n-csb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-csb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-csb MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:09c09deb73f219f83ef4c522cbfd8b0bcbd3e716 + SOURCE_VFY=sha1:9983b492ee8a8404959c405fac4a8c928397d8fa WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-da/DETAILS b/kde4/kde-l10n/kde-l10n-da/DETAILS index f810e1b..f4f27b0 100644 --- a/kde4/kde-l10n/kde-l10n-da/DETAILS +++ b/kde4/kde-l10n/kde-l10n-da/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-da MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:d816b008fba27a7967a4d242ed81d1674595e263 + SOURCE_VFY=sha1:5d28688a108a9ea852fe24f312682cc8b0135acb WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-de/DETAILS b/kde4/kde-l10n/kde-l10n-de/DETAILS index 528f31e..57ab26e 100644 --- a/kde4/kde-l10n/kde-l10n-de/DETAILS +++ b/kde4/kde-l10n/kde-l10n-de/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-de MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:2f782b58bf40c196188f8a9face60828c321ab55 + SOURCE_VFY=sha1:683b9c8310d4db44dd17491d498082ccb58296ff WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-el/DETAILS b/kde4/kde-l10n/kde-l10n-el/DETAILS index 5295803..4d68ccc 100644 --- a/kde4/kde-l10n/kde-l10n-el/DETAILS +++ b/kde4/kde-l10n/kde-l10n-el/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-el MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:b1811e784a9e1c9b115974e3dbab3b4af7c08268 + SOURCE_VFY=sha1:5523f29b0d2f0e82ed0ea76dcd8124688e27a363 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS index 25491e3..4558eaa 100644 --- a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS +++ b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-en_GB MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:af484c8f94faf2174a12af2843c9fddae21c2bb3 + SOURCE_VFY=sha1:a2c8e18536f0ab1c2a9a0bfdf2a936fe29e173b3 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20071028 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="kde-i18n-* contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-eo/DETAILS b/kde4/kde-l10n/kde-l10n-eo/DETAILS index 69d74ce..81b6924 100644 --- a/kde4/kde-l10n/kde-l10n-eo/DETAILS +++ b/kde4/kde-l10n/kde-l10n-eo/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-eo MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:9ea3a73983bad9bd8b713f614f1894982f4cd7d5 + SOURCE_VFY=sha1:b476ac4b1bc574dc86ecb8c00e69bab8373b34aa WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - ENTERED=20100505 - UPDATED=20100505 + ENTERED=20100601 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-es/DETAILS b/kde4/kde-l10n/kde-l10n-es/DETAILS index ada57bd..45a9b74 100644 --- a/kde4/kde-l10n/kde-l10n-es/DETAILS +++ b/kde4/kde-l10n/kde-l10n-es/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-es MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:24e57f91b427b85d0e92531340b59fc18271b199 + SOURCE_VFY=sha1:3b60a5e23708c3be524fd040227f98d27db10b8e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-et/DETAILS b/kde4/kde-l10n/kde-l10n-et/DETAILS index 0e8c6ff..9750177 100644 --- a/kde4/kde-l10n/kde-l10n-et/DETAILS +++ b/kde4/kde-l10n/kde-l10n-et/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-et MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:aa3eb2359f2685c2fa847226b29b830ff23cc372 + SOURCE_VFY=sha1:778656b3ed4064bd6a7198aae31ec1306690cfad WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-eu/DETAILS b/kde4/kde-l10n/kde-l10n-eu/DETAILS index 0b548f6..1f0cf7c 100644 --- a/kde4/kde-l10n/kde-l10n-eu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-eu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-eu MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:1360a3681acef3802b5942336343cf4ed70d67c7 + SOURCE_VFY=sha1:1c7cbb48f97b0ec35f8bd9b5ab5a249ba0c282d5 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fi/DETAILS b/kde4/kde-l10n/kde-l10n-fi/DETAILS index 4958455..be9d9ca 100644 --- a/kde4/kde-l10n/kde-l10n-fi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fi MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:c3e0b863e4fd3a17fd3d0949757b5b978ba2d93b + SOURCE_VFY=sha1:834f79930626acb5fe6ccbf79ceba36aba853039 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fr/DETAILS b/kde4/kde-l10n/kde-l10n-fr/DETAILS index 2dd04e7..2d677dc 100644 --- a/kde4/kde-l10n/kde-l10n-fr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fr MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:1e938114dde5949f671a9405f54c4d9e48062442 + SOURCE_VFY=sha1:050ba42122e4b817e216b47b8784eccb2b8b578d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fy/DETAILS b/kde4/kde-l10n/kde-l10n-fy/DETAILS index 07b0488..a0ac089 100644 --- a/kde4/kde-l10n/kde-l10n-fy/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fy/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fy MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:a962ebcb23c65b063917ba74b3d5dc5b8bc5a375 + SOURCE_VFY=sha1:d995fd25f6837eb3f8bbefd84c5c1036b132be43 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20091006 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ga/DETAILS b/kde4/kde-l10n/kde-l10n-ga/DETAILS index 4101521..5c9032d 100644 --- a/kde4/kde-l10n/kde-l10n-ga/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ga/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ga MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:44bc44fc48a638bc29ea75dbc8054830ba152cfd + SOURCE_VFY=sha1:2d09fba69115d2c6c889c44e5625f514ddc4efa2 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gl/DETAILS b/kde4/kde-l10n/kde-l10n-gl/DETAILS index bd7221b..69ff8f7 100644 --- a/kde4/kde-l10n/kde-l10n-gl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gl MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:c39326ac92d694c41a18c6ba9a322e3d2195c042 + SOURCE_VFY=sha1:7c69d4f2c00930095f8e30183658dea8873544ac WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gu/DETAILS b/kde4/kde-l10n/kde-l10n-gu/DETAILS index 64e61af..6f39210 100644 --- a/kde4/kde-l10n/kde-l10n-gu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gu MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:38af81230ff9c28337c2e61d6a2fc2abf9aada0b + SOURCE_VFY=sha1:71a19b17e10f8e4a29b8dfe5c55944820c8354f8 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-he/DETAILS b/kde4/kde-l10n/kde-l10n-he/DETAILS index 5e5aa80..73acdf6 100644 --- a/kde4/kde-l10n/kde-l10n-he/DETAILS +++ b/kde4/kde-l10n/kde-l10n-he/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-he MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:ab7b21e7b72078da3f34f2168113b04fc57c21e7 + SOURCE_VFY=sha1:7486070d33ed32db4bf47932f3326c6d5f5fa610 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hi/DETAILS b/kde4/kde-l10n/kde-l10n-hi/DETAILS index ee04ad8..7f3d0a5 100644 --- a/kde4/kde-l10n/kde-l10n-hi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hi MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:26b4e4f3ccac6fdd8e4f9556c5d723f693b9e806 + SOURCE_VFY=sha1:798f95163e316a47f16e4a1204732b697af728bb WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hr/DETAILS b/kde4/kde-l10n/kde-l10n-hr/DETAILS index d0841e4..e553112 100644 --- a/kde4/kde-l10n/kde-l10n-hr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hr MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:3d182e21502c5cbf7c9f451c59dde0f91ffd2f1e + SOURCE_VFY=sha1:7e56127702e6915fc791aaf396cdab78be5e80ce WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20091006 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hu/DETAILS b/kde4/kde-l10n/kde-l10n-hu/DETAILS index 77a9837..9c1b3fd 100644 --- a/kde4/kde-l10n/kde-l10n-hu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hu MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:c496456acbe48464c132dcd820c5fc9c1d115ab9 + SOURCE_VFY=sha1:9bbf1fdc206ecfbec2415c0b98e6ca892ebc3321 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-id/DETAILS b/kde4/kde-l10n/kde-l10n-id/DETAILS index 37572a0..78a2cb3 100644 --- a/kde4/kde-l10n/kde-l10n-id/DETAILS +++ b/kde4/kde-l10n/kde-l10n-id/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-id MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:e68c47b6ff4e1e8de42635034f5b597278c25c7c + SOURCE_VFY=sha1:90b03e2b15556c0744dc4a8379bb93fd94ffd637 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - ENTERED=20100505 - UPDATED=20100505 + ENTERED=20100601 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-is/DETAILS b/kde4/kde-l10n/kde-l10n-is/DETAILS index 0871299..25a0f91 100644 --- a/kde4/kde-l10n/kde-l10n-is/DETAILS +++ b/kde4/kde-l10n/kde-l10n-is/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-is MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:7c0a7d87c69d193d210c9fcee3ac4cede9cb3801 + SOURCE_VFY=sha1:7c8321cf1aa157a01c2563e6fa246f48a6832b6b WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-it/DETAILS b/kde4/kde-l10n/kde-l10n-it/DETAILS index e00ed0a..0353cbd 100644 --- a/kde4/kde-l10n/kde-l10n-it/DETAILS +++ b/kde4/kde-l10n/kde-l10n-it/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-it MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:adf93aaedbea6071599758bdc0f5ca0bd589cf4a + SOURCE_VFY=sha1:ab9d575692e9c66efadd136ee00d589ca7fc000e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ja/DETAILS b/kde4/kde-l10n/kde-l10n-ja/DETAILS index cddcfda..a4f5f23 100644 --- a/kde4/kde-l10n/kde-l10n-ja/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ja/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ja MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:a089e637f003affaf81a37562f1fa7630e1b5b1f + SOURCE_VFY=sha1:d23c1aee4dd27eb3fe504f5f0b585c81880fe76f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kk/DETAILS b/kde4/kde-l10n/kde-l10n-kk/DETAILS index 59583eb..d38969f 100644 --- a/kde4/kde-l10n/kde-l10n-kk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kk MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:063f02c67cf3db61d1b3fffa51b33e7e062f8e8b + SOURCE_VFY=sha1:03e2f37becb6a6b71b9254be0dfc8736090770c4 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-km/DETAILS b/kde4/kde-l10n/kde-l10n-km/DETAILS index a3aee51..080cd1f 100644 --- a/kde4/kde-l10n/kde-l10n-km/DETAILS +++ b/kde4/kde-l10n/kde-l10n-km/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-km MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:9064cbe280b72293d74dcb8399b656ebe33d5756 + SOURCE_VFY=sha1:860750f0d3e02597baab8a80e7f99be854dbdadf WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kn/DETAILS b/kde4/kde-l10n/kde-l10n-kn/DETAILS index 5cef065..558d580 100644 --- a/kde4/kde-l10n/kde-l10n-kn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kn MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:f6b6c60dc33ab1f383f2824323158b988f34c63a + SOURCE_VFY=sha1:2c422bf3611e25522f06aa25e2db6e4a8a397e5c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ko/DETAILS b/kde4/kde-l10n/kde-l10n-ko/DETAILS index 8b61a54..c286842 100644 --- a/kde4/kde-l10n/kde-l10n-ko/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ko/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ko MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:a293141f03d41616b0303803c5604e02de9bb02d + SOURCE_VFY=sha1:93b9be11214e338fc4d85f36fa43ee7d359f6c05 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lt/DETAILS b/kde4/kde-l10n/kde-l10n-lt/DETAILS index aa1a4c6..b231349 100644 --- a/kde4/kde-l10n/kde-l10n-lt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lt MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:21bbbcf0143a8e3e5f0a90089bcb120f7089338c + SOURCE_VFY=sha1:ff161ebb5bc2073415fbd38288222a72adccb5a9 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lv/DETAILS b/kde4/kde-l10n/kde-l10n-lv/DETAILS index 89c3ac6..9cf6432 100644 --- a/kde4/kde-l10n/kde-l10n-lv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lv MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:5c031b367edb50e267fb729374654767e2d4a688 + SOURCE_VFY=sha1:9383a2a52b2830e10df1c15cd89f8db66c7a50c3 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mai/DETAILS b/kde4/kde-l10n/kde-l10n-mai/DETAILS index 24f92f5..0558625 100644 --- a/kde4/kde-l10n/kde-l10n-mai/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mai/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mai MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:5547d96fd9370bcadaffbd612900a2e362ca9ecb + SOURCE_VFY=sha1:6e1b3551b6b0b37171e93c387ced9bcbec58883c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mk/DETAILS b/kde4/kde-l10n/kde-l10n-mk/DETAILS index 78a6cec..51c72ef 100644 --- a/kde4/kde-l10n/kde-l10n-mk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mk MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:10b302d682fefedc2d8166c5277d498f1df22044 + SOURCE_VFY=sha1:d9505bfbb8ad4d2daf06b3ccd1b038559514024c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ml/DETAILS b/kde4/kde-l10n/kde-l10n-ml/DETAILS index dabc0f6..59b78b5 100644 --- a/kde4/kde-l10n/kde-l10n-ml/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ml/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ml MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:b748d102ef13b9b693e8a13022dd7597d00f4c99 + SOURCE_VFY=sha1:f7b55cad799eebec3443f21dc9ee0b4bb6eaebef WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nb/DETAILS b/kde4/kde-l10n/kde-l10n-nb/DETAILS index 10302d8..f1b985c 100644 --- a/kde4/kde-l10n/kde-l10n-nb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nb MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:27f7caebfd01f31e3ddf8257f68ea8194f3f9e13 + SOURCE_VFY=sha1:ddef50979c3ccbcce18f15261f6c090a8d6d73b9 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nds/DETAILS b/kde4/kde-l10n/kde-l10n-nds/DETAILS index 0f2df2b..89c4031 100644 --- a/kde4/kde-l10n/kde-l10n-nds/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nds/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nds MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:20970be5ff59fb172884ea35c7a861538fd9e726 + SOURCE_VFY=sha1:786830a28a88b3b44fb05244e35c23a3845fc50f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nl/DETAILS b/kde4/kde-l10n/kde-l10n-nl/DETAILS index 6955179..88981c8 100644 --- a/kde4/kde-l10n/kde-l10n-nl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nl MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:d39d6b49baf2d797286a6245e5fd7e2508b434d4 + SOURCE_VFY=sha1:6e87c826a6bf3aefd878e5a26239d56eb3cf359c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nn/DETAILS b/kde4/kde-l10n/kde-l10n-nn/DETAILS index a8afb8d..0387ac7 100644 --- a/kde4/kde-l10n/kde-l10n-nn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nn MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:ab8d3225e9fc9deb284463a1d6ea8f01f38db814 + SOURCE_VFY=sha1:b15413871d954beca8e733ba7c9137455ae06f0a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pa/DETAILS b/kde4/kde-l10n/kde-l10n-pa/DETAILS index 47cc121..e127d80 100644 --- a/kde4/kde-l10n/kde-l10n-pa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pa MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:3ab59c6a7a60467e2c890459ecb637260fe53091 + SOURCE_VFY=sha1:6b34a74609ad09840338edd5d7d5ac7117ae1fda WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pl/DETAILS b/kde4/kde-l10n/kde-l10n-pl/DETAILS index dce87d9..3188a8b 100644 --- a/kde4/kde-l10n/kde-l10n-pl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pl MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:22546080dd42aff2f7518e3ba3320ca276ee0bae + SOURCE_VFY=sha1:d8ce4136178124b5363e8e7feb395fb841c03cf7 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt/DETAILS b/kde4/kde-l10n/kde-l10n-pt/DETAILS index 3606fd8..78103a6 100644 --- a/kde4/kde-l10n/kde-l10n-pt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:f68a15e33c01bb8bf81bbe282449542e3d32f350 + SOURCE_VFY=sha1:fced4102929a344cb4d413ba0a6be5756a66510a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS index 9d8e867..28d2faf 100644 --- a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt_BR MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:9555189586b771f5c167139807dc798549a8e013 + SOURCE_VFY=sha1:b6cf9a680b52754d2ac34ec3037abdc8d3c6eb43 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ro/DETAILS b/kde4/kde-l10n/kde-l10n-ro/DETAILS index 756d3ef..7e0bfc2 100644 --- a/kde4/kde-l10n/kde-l10n-ro/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ro/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ro MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:e02b503cd8ef794238176818e847c34ce0181e53 + SOURCE_VFY=sha1:75b3f1519f94a96006e25608be37e5558d0dcaa5 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ru/DETAILS b/kde4/kde-l10n/kde-l10n-ru/DETAILS index da5bd46..f82fa13 100644 --- a/kde4/kde-l10n/kde-l10n-ru/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ru/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ru MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:cd1ba317cfdd320e3ff8c3fbe2eb0822a7c69441 + SOURCE_VFY=sha1:1ca9a92142ec8e46ede45ef4359323ad1c3418ce WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-si/DETAILS b/kde4/kde-l10n/kde-l10n-si/DETAILS index 511a623..4062025 100644 --- a/kde4/kde-l10n/kde-l10n-si/DETAILS +++ b/kde4/kde-l10n/kde-l10n-si/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-si MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:0845522596ab55f2ed5a91dde3bcd084a8dc4dfb + SOURCE_VFY=sha1:058887df4a88a073d94a66a7d39abd4daf558171 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - ENTERED=20100505 - UPDATED=20100505 + ENTERED=20100601 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sk/DETAILS b/kde4/kde-l10n/kde-l10n-sk/DETAILS index 0933bcd..51cc68f 100644 --- a/kde4/kde-l10n/kde-l10n-sk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sk MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:b2d69360178f605713d7bf13af94599d85f77c88 + SOURCE_VFY=sha1:f17599ca690484c9eeab9b6f18fe6c2836cb18ba WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sl/DETAILS b/kde4/kde-l10n/kde-l10n-sl/DETAILS index 0cfe616..dd3dc60 100644 --- a/kde4/kde-l10n/kde-l10n-sl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sl MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:02400cb7aacb7c1218135cbde824201b8a74f8c3 + SOURCE_VFY=sha1:058887df4a88a073d94a66a7d39abd4daf558171 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sr/DETAILS b/kde4/kde-l10n/kde-l10n-sr/DETAILS index 0a43a0a..0d4f4aa 100644 --- a/kde4/kde-l10n/kde-l10n-sr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sr MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:75fe2ba7fc26a9badf0aadddf6420f3f0fa723a9 + SOURCE_VFY=sha1:907bdd2fe36d7955ce6e3ec6a9887ea056a19a85 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sv/DETAILS b/kde4/kde-l10n/kde-l10n-sv/DETAILS index fb15997..9ac491a 100644 --- a/kde4/kde-l10n/kde-l10n-sv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sv MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:1e5ceea9d30dc7fea51ce0693b45e01be30c1ed7 + SOURCE_VFY=sha1:e2fb84ac8318ec16f8c4efd67b95a76bfb7d175f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tg/DETAILS b/kde4/kde-l10n/kde-l10n-tg/DETAILS index 890f62e..71e808c 100644 --- a/kde4/kde-l10n/kde-l10n-tg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tg MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:2dba3d97f1c2bb84b9c3ef27166c13f5122a0020 + SOURCE_VFY=sha1:f02fef6ccf1752337cbcba03269683bd54d16f42 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tr/DETAILS b/kde4/kde-l10n/kde-l10n-tr/DETAILS index 85e860d..1a80e7e 100644 --- a/kde4/kde-l10n/kde-l10n-tr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tr MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:3aac87b4eeb65aed6ad7531175a044f22c0a6d4e + SOURCE_VFY=sha1:5b14c2b1e4e82dcc69579866611db9cb7d032fbc WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-uk/DETAILS b/kde4/kde-l10n/kde-l10n-uk/DETAILS index 69e869b..a512def 100644 --- a/kde4/kde-l10n/kde-l10n-uk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-uk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-uk MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:39f2c2ad4f99a03e78e8ef48929ab5db2ae0b6cf + SOURCE_VFY=sha1:ab8cf39fbc867826bdfa4efe36218284c06a143a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-wa/DETAILS b/kde4/kde-l10n/kde-l10n-wa/DETAILS index 9eaafda..5b02225 100644 --- a/kde4/kde-l10n/kde-l10n-wa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-wa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-wa MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:a1f2da3751d13ac49ed5d5e90ac95d2f1e8baddd + SOURCE_VFY=sha1:8600454af7441d7f5d64ea45f7ae27eff048bb17 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS index 0c3c159..52470d5 100644 --- a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_CN MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:d64fca75a45ffeb46adba18aefa43b94d838b8aa + SOURCE_VFY=sha1:7f23331e881eddf1a44bf5579702096e37fc7270 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS index 4adb9f5..8c383e2 100644 --- a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_TW MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:1ad5c33c8f039abd3a44a67e1e261dffe523523c + SOURCE_VFY=sha1:2b3d6d400727d905c6a069206a37639e2d615381 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100505 + UPDATED=20100601 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/profiles/kde4/DETAILS b/profiles/kde4/DETAILS index 7267284..faa4c3f 100644 --- a/profiles/kde4/DETAILS +++ b/profiles/kde4/DETAILS @@ -1,9 +1,9 @@ MODULE=kde4 MAJOR=4.4 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 WEB_SITE=http://www.kde.org ENTERED=20080201 - UPDATED=20100505 + UPDATED=20100601 PROFILE=yes SHORT="powerful graphical desktop environment" From florin at lunar-linux.org Tue Jun 1 23:31:08 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 00:31:08 +0300 Subject: [Lunar-commits] pidgin: version bumped to 2.7.1. Message-ID: <20100601211509.189E19B2FE@doppio.foo-projects.org> commit 341312054753b6e7b6c06597822bb83a9d7c17a9 Author: Florin Braescu Date: Wed Jun 2 00:31:08 2010 +0300 pidgin: version bumped to 2.7.1. Bugfixes release. --- chat/pidgin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/pidgin/DETAILS b/chat/pidgin/DETAILS index 8c5b96a..a7b16c3 100644 --- a/chat/pidgin/DETAILS +++ b/chat/pidgin/DETAILS @@ -1,11 +1,11 @@ MODULE=pidgin - VERSION=2.7.0 + VERSION=2.7.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:7170aaae5e6f4039870eb5e0c5837d55285b758f + SOURCE_VFY=sha1:b746720cc3e65b3d6da6eab0729f26673f997849 WEB_SITE=http://pidgin.im ENTERED=20070506 - UPDATED=20100513 + UPDATED=20100602 SHORT="A multi-protocol instant messaging application" cat << EOF From florin at lunar-linux.org Tue Jun 1 23:39:36 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 00:39:36 +0300 Subject: [Lunar-commits] xchat: version bumped to 2.8.8. Message-ID: <20100601212417.CAA969B2FE@doppio.foo-projects.org> commit 711b37773b88dcf6dff1bba8420d4593068d4ed7 Author: Florin Braescu Date: Wed Jun 2 00:39:36 2010 +0300 xchat: version bumped to 2.8.8. New features added, bugfixes and enhacements. --- chat/xchat/BUILD | 2 -- chat/xchat/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/chat/xchat/BUILD b/chat/xchat/BUILD index 915014d..a505dcf 100644 --- a/chat/xchat/BUILD +++ b/chat/xchat/BUILD @@ -2,8 +2,6 @@ OPTS="$OPTS --enable-ipv6" - patch_it $SOURCE_CACHE/$SOURCE2 1 && - sedit 's/GtkType/GType/g' src/fe-gtk/xtext.{c,h} && default_build diff --git a/chat/xchat/DETAILS b/chat/xchat/DETAILS index 51a51b1..a098433 100644 --- a/chat/xchat/DETAILS +++ b/chat/xchat/DETAILS @@ -1,15 +1,12 @@ MODULE=xchat MAJOR=2.8 - VERSION=$MAJOR.6 + VERSION=$MAJOR.8 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-$VERSION-lunar.patch.bz2 SOURCE_URL=http://www.xchat.org/files/source/$MAJOR - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:7a7463e65cb26c680ed70dd96cec98bcc05435a4 - SOURCE2_VFY=sha1:36b875a7a34917a160d181033baaaac29da62162 + SOURCE_VFY=sha1:a4ac161e4e40f4bbabc492675a1ff4380dba8d68 WEB_SITE=http://www.xchat.org ENTERED=20020729 - UPDATED=20100411 + UPDATED=20100602 SHORT="A GTK+-2 based IRC client" cat << EOF From florin at lunar-linux.org Wed Jun 2 00:04:00 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 01:04:00 +0300 Subject: [Lunar-commits] ptlib: version bumpes to 2.6.7. Message-ID: <20100601214753.A4B929B2FE@doppio.foo-projects.org> commit 2b6a6d22311b15df7a5645d5fdf440bde2892dbd Author: Florin Braescu Date: Wed Jun 2 01:04:00 2010 +0300 ptlib: version bumpes to 2.6.7. --- libs/ptlib/BUILD | 10 ---------- libs/ptlib/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/libs/ptlib/BUILD b/libs/ptlib/BUILD deleted file mode 100644 index e733df6..0000000 --- a/libs/ptlib/BUILD +++ /dev/null @@ -1,10 +0,0 @@ -( - - default_build && - -# Why this does not get install, dunno. Well, other apps look for it during their -# confifure... like h323. So lets install it. - - install version.h /usr/share/ptlib/ - -) > $C_FIFO 2>&1 diff --git a/libs/ptlib/DETAILS b/libs/ptlib/DETAILS index 0207c51..9d43aa5 100644 --- a/libs/ptlib/DETAILS +++ b/libs/ptlib/DETAILS @@ -1,12 +1,12 @@ MODULE=ptlib - VERSION=2.6.5 MAJOR=2.6 + VERSION=$MAJOR.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:919487aee09d5a1ea5c4f0abdc01bc49d9dcb596 + SOURCE_VFY=sha1:fb37538665995820a714e2fe5e268553995474e8 WEB_SITE=http://www.ekiga.org ENTERED=20080924 - UPDATED=20090922 + UPDATED=20100602 SHORT="A Portable Text and GUI C/C++ Class Libarary" cat << EOF From florin at lunar-linux.org Wed Jun 2 00:15:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 01:15:28 +0300 Subject: [Lunar-commits] opal: version bumped to 3.6.8. Message-ID: <20100601215915.D551B9B2FE@doppio.foo-projects.org> commit 9cfb103abae76c5e89b1e27411b2a9e8e95dd11e Author: Florin Braescu Date: Wed Jun 2 01:15:28 2010 +0300 opal: version bumped to 3.6.8. --- net/opal/BUILD | 4 ++-- net/opal/DETAILS | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net/opal/BUILD b/net/opal/BUILD index b1966a5..53671ec 100644 --- a/net/opal/BUILD +++ b/net/opal/BUILD @@ -1,7 +1,7 @@ ( - sedit 's:_context->rtp_mode://_context->rtp_mode:g' plugins/video/H.263-1998/h263-1998.cxx && - sedit 's:_avcontext->rtp_mode://_avcontext->rtp_mode:g' plugins/video/MPEG4-ffmpeg/mpeg4.cxx && + sedit 's:_context->rtp_mode://_context->rtp_mode:g' plugins/video/H.263-1998/h263-1998.cxx && + sedit 's:_avcontext->rtp_mode://_avcontext->rtp_mode:g' plugins/video/MPEG4-ffmpeg/mpeg4.cxx && default_build diff --git a/net/opal/DETAILS b/net/opal/DETAILS index 45761c0..d7d13bb 100644 --- a/net/opal/DETAILS +++ b/net/opal/DETAILS @@ -1,16 +1,16 @@ MODULE=opal MAJOR=3.6 - VERSION=${MAJOR}.6 + VERSION=$MAJOR.8 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:bd5e3907faf96db884a64dacdedb2259aca30cd3 - WEB_SITE=http://www.ekiga.org/ + SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR + SOURCE_VFY=sha1:c43826bc3e273df048f47a77c4affb36614f2b7e + WEB_SITE=http://www.ekiga.org ENTERED=20070316 - UPDATED=20091225 + UPDATED=20100602 SHORT="Open Phone Abstraction Library" cat << EOF opal (Open Phone Abstraction Library) aims to create a full featured, interoperable, Open Source implementation of the H.323 and SIP -protocols. These protocols are most used for Voice over IP. +protocols. These protocols are most used for Voice over IP. EOF From florin at lunar-linux.org Wed Jun 2 00:18:56 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 01:18:56 +0300 Subject: [Lunar-commits] ekiga: version bumped to 3.2.7. Message-ID: <20100601220237.EA62A9B313@doppio.foo-projects.org> commit b8822d6584b9a6894c6ede2a840650a6f1a8d584 Author: Florin Braescu Date: Wed Jun 2 01:18:56 2010 +0300 ekiga: version bumped to 3.2.7. --- gnome2/desktop/ekiga/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/ekiga/DETAILS b/gnome2/desktop/ekiga/DETAILS index 5fc2335..fa5e850 100644 --- a/gnome2/desktop/ekiga/DETAILS +++ b/gnome2/desktop/ekiga/DETAILS @@ -1,11 +1,11 @@ MODULE=ekiga MAJOR=3.2 - VERSION=$MAJOR.6 + VERSION=$MAJOR.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:1c9d2004aa57643a951c1d454e9cfb207143c021 + SOURCE_VFY=sha1:c2ed571a5f5f058b6d80c091dd69dfe557c17df2 ENTERED=20070315 - UPDATED=20090923 + UPDATED=20100602 SHORT="Open source VoIP" cat << EOF From florin at lunar-linux.org Wed Jun 2 00:24:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 01:24:26 +0300 Subject: [Lunar-commits] gnumeric: version bumped to 1.10.5. Message-ID: <20100601220806.C56E39B2FE@doppio.foo-projects.org> commit 8d2d7b4b083a79ee012aeb50092b08a548817df6 Author: Florin Braescu Date: Wed Jun 2 01:24:26 2010 +0300 gnumeric: version bumped to 1.10.5. --- gnome2/apps/gnumeric/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/apps/gnumeric/DETAILS b/gnome2/apps/gnumeric/DETAILS index f75548f..03bebdf 100644 --- a/gnome2/apps/gnumeric/DETAILS +++ b/gnome2/apps/gnumeric/DETAILS @@ -1,12 +1,12 @@ MODULE=gnumeric MAJOR=1.10 - VERSION=$MAJOR.4 + VERSION=$MAJOR.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:9cf3677356e4132a9c0b950b11d117e6b74acace + SOURCE_VFY=sha1:4422e6b5becc6aeb30f8ce794b037eeeaa9ea04e WEB_SITE=http://www.gnumeric.org ENTERED=20021224 - UPDATED=20100521 + UPDATED=20100602 SHORT="The GNOME spreadsheet application" cat << EOF From florin at lunar-linux.org Wed Jun 2 00:26:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 01:26:28 +0300 Subject: [Lunar-commits] abiword: version bumped to 2.8.5. Message-ID: <20100601221005.8B44B9B2FE@doppio.foo-projects.org> commit 938b2dbb650724b5c393972569809a8337314a37 Author: Florin Braescu Date: Wed Jun 2 01:26:28 2010 +0300 abiword: version bumped to 2.8.5. --- gnome2/apps/abiword/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/apps/abiword/DETAILS b/gnome2/apps/abiword/DETAILS index 8069f01..8b9d7b3 100644 --- a/gnome2/apps/abiword/DETAILS +++ b/gnome2/apps/abiword/DETAILS @@ -1,11 +1,11 @@ MODULE=abiword - VERSION=2.8.4 + VERSION=2.8.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.abisource.com/downloads/$MODULE/$VERSION/source - SOURCE_VFY=sha1:bf5f0409f1d658d48d9fe2fe454fc4e553eb757c - WEB_SITE=http://www.abisource.com/ + SOURCE_VFY=sha1:29880f001bd7e9fbbda24f3823771702d5b52694 + WEB_SITE=http://www.abisource.com ENTERED=20011224 - UPDATED=20100510 + UPDATED=20100602 SHORT="A full-featured, yet light and fast word processor" cat << EOF From florin at lunar-linux.org Wed Jun 2 00:39:27 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 01:39:27 +0300 Subject: [Lunar-commits] kaffeine4: version bumped to 1.0. Message-ID: <20100601222347.848A59B2FE@doppio.foo-projects.org> commit 3e42a3981a9e3a6b00648879e0d3cac3eb4f2b5e Author: Florin Braescu Date: Wed Jun 2 01:39:27 2010 +0300 kaffeine4: version bumped to 1.0. Moved it to the kaffeine module. --- kde4/apps/kaffeine/BUILD | 14 ++++++++++++++ kde4/apps/kaffeine/DEPENDS | 1 + kde4/apps/kaffeine/DETAILS | 15 +++++++++++++++ kde4/apps/kaffeine4/BUILD | 14 -------------- kde4/apps/kaffeine4/DEPENDS | 1 - kde4/apps/kaffeine4/DETAILS | 16 ---------------- 6 files changed, 30 insertions(+), 31 deletions(-) diff --git a/kde4/apps/kaffeine/BUILD b/kde4/apps/kaffeine/BUILD new file mode 100644 index 0000000..8001dd2 --- /dev/null +++ b/kde4/apps/kaffeine/BUILD @@ -0,0 +1,14 @@ +( + + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DKDE4_ENABLE_FINAL=ON \ + -DCMAKE_BUILD_TYPE=RELEASE . && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/apps/kaffeine/DEPENDS b/kde4/apps/kaffeine/DEPENDS new file mode 100644 index 0000000..e31c0a3 --- /dev/null +++ b/kde4/apps/kaffeine/DEPENDS @@ -0,0 +1 @@ +depends kdelibs4 diff --git a/kde4/apps/kaffeine/DETAILS b/kde4/apps/kaffeine/DETAILS new file mode 100644 index 0000000..ce52cbf --- /dev/null +++ b/kde4/apps/kaffeine/DETAILS @@ -0,0 +1,15 @@ + MODULE=kaffeine + VERSION=1.0 + SOURCE=kaffeine-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/kaffeine + MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} + SOURCE_VFY=sha1:6cd79d3aa07445aea31bf9d43134c3a42e0a84b0 + WEB_SITE=http://kaffeine.kde.org + ENTERED=20100110 + UPDATED=20100602 + MAINTAINER=zbiggy at o2.pl + SHORT="A xine based frontend for KDE4" + +cat << EOF +Kaffeine is a xine based media player for KDE. +EOF diff --git a/kde4/apps/kaffeine4/BUILD b/kde4/apps/kaffeine4/BUILD deleted file mode 100644 index 8001dd2..0000000 --- a/kde4/apps/kaffeine4/BUILD +++ /dev/null @@ -1,14 +0,0 @@ -( - - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" - - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DKDE4_ENABLE_FINAL=ON \ - -DCMAKE_BUILD_TYPE=RELEASE . && - - default_make - -) > $C_FIFO 2>&1 diff --git a/kde4/apps/kaffeine4/DEPENDS b/kde4/apps/kaffeine4/DEPENDS deleted file mode 100644 index e31c0a3..0000000 --- a/kde4/apps/kaffeine4/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends kdelibs4 diff --git a/kde4/apps/kaffeine4/DETAILS b/kde4/apps/kaffeine4/DETAILS deleted file mode 100644 index 293b3b3..0000000 --- a/kde4/apps/kaffeine4/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=kaffeine4 - VERSION=1.0-pre3 - SOURCE=kaffeine-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/kaffeine - MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} - SOURCE_VFY=sha1:9e97c00f596124633213251559e83d989b6f6ad1 - WEB_SITE=http://kaffeine.kde.org/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/kaffeine-$VERSION - ENTERED=20100110 - UPDATED=20100507 - MAINTAINER=zbiggy at o2.pl - SHORT="A xine based frontend for KDE4" - -cat << EOF -Kaffeine is a xine based media player for KDE. -EOF From florin at lunar-linux.org Wed Jun 2 15:08:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 16:08:26 +0300 Subject: [Lunar-commits] openssl: version bumped to 1.0.0a. Message-ID: <20100602125221.A595E9B2FE@doppio.foo-projects.org> commit 83d797f3d350a6e4b40c5993ca63c2fbf804cdbb Author: Florin Braescu Date: Wed Jun 2 16:08:26 2010 +0300 openssl: version bumped to 1.0.0a. Security release. --- crypto/openssl/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS index c24ef31..f4c56b6 100644 --- a/crypto/openssl/DETAILS +++ b/crypto/openssl/DETAILS @@ -1,5 +1,5 @@ MODULE=openssl - VERSION=1.0.0 + VERSION=1.0.0a SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=Makefile.openssl-certs SOURCE_URL[0]=http://www.openssl.org/source @@ -7,12 +7,12 @@ SOURCE_URL[2]=http://www.dentarthurdent.com/transfer/openssl SOURCE_URL[3]=ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/openssl/source SOURCE_URL[4]=ftp://ftp.duth.gr/pub/OpenSSL/source - SOURCE_VFY=sha1:3f800ea9fa3da1c0f576d689be7dca3d55a4cb62 + SOURCE_VFY=sha1:b837a9f75a51f456bd533690cf04d3d5714812dc SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:0f30d44c0bf27883876bdf56fe9c541ee28bc2cd WEB_SITE=http://www.openssl.org ENTERED=20010922 - UPDATED=20100410 + UPDATED=20100602 PSAFE="no" SHORT="A library for providing encrypted transport layers" From florin at lunar-linux.org Wed Jun 2 15:17:39 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 16:17:39 +0300 Subject: [Lunar-commits] dhcp: version bumped to 4.1.1-P1. Message-ID: <20100602130135.3CD9E9B2FE@doppio.foo-projects.org> commit efe400499bad4ce669e950328feada58a973a0d7 Author: Florin Braescu Date: Wed Jun 2 16:17:39 2010 +0300 dhcp: version bumped to 4.1.1-P1. Bugfixes release. --- net/dhcp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dhcp/DETAILS b/net/dhcp/DETAILS index 0f1fc49..8078e5c 100644 --- a/net/dhcp/DETAILS +++ b/net/dhcp/DETAILS @@ -1,11 +1,11 @@ MODULE=dhcp - VERSION=4.1.1 + VERSION=4.1.1-P1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.isc.org/isc/dhcp - SOURCE_VFY=sha1:b23a28d481a84248f8170b4c6c1166a86c04b2a6 + SOURCE_VFY=sha1:e9e756df09502f6666cd79bdf0ab3af0f92b41b0 WEB_SITE=http://www.isc.org/products/DHCP ENTERED=20010922 - UPDATED=20100119 + UPDATED=20100602 SHORT="A server and client for automatic IP configuration" cat << EOF From florin at lunar-linux.org Wed Jun 2 15:22:08 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 16:22:08 +0300 Subject: [Lunar-commits] gnome-commander: version bumped to 1.2.8.6. Message-ID: <20100602130617.5D3F69B2FE@doppio.foo-projects.org> commit c87c21572855b3f42085825a152dae63c73cebec Author: Florin Braescu Date: Wed Jun 2 16:22:08 2010 +0300 gnome-commander: version bumped to 1.2.8.6. Bugfixes and a translation update. --- gnome2/desktop/gnome-commander/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-commander/DETAILS b/gnome2/desktop/gnome-commander/DETAILS index 657def8..e4c6a74 100644 --- a/gnome2/desktop/gnome-commander/DETAILS +++ b/gnome2/desktop/gnome-commander/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-commander MAJOR=1.2 - VERSION=$MAJOR.8.5 + VERSION=$MAJOR.8.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:8c635b45000d48f43e62f455209c5e5fc43a5f16 + SOURCE_VFY=sha1:59748559df7f3549527156e9b559887b0b0c6134 WEB_SITE=http://www.nongnu.org/gcmd ENTERED=20060508 - UPDATED=20100411 + UPDATED=20100602 SHORT="A two-pane, graphical filemanager for GNOME" cat << EOF From stumbles at lunar-linux.org Wed Jun 2 00:25:28 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Jun 2010 18:25:28 -0400 Subject: [Lunar-commits] k3b: After looking through the source, even though they do not specifically say so, Message-ID: <20100602145215.9D3369B2FE@doppio.foo-projects.org> commit 8cbd56bb25b7d87eeb8a7e29cc52ec5b462307b5 Author: Dennis `stumbles` Veatch Date: Tue Jun 1 18:25:28 2010 -0400 k3b: After looking through the source, even though they do not specifically say so, it appears to be a hard depends. So promoting it to that level. PacManLives was the prompter to look at this. --- zbeta/k3b/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/k3b/DEPENDS b/zbeta/k3b/DEPENDS index 20a38a7..e096279 100644 --- a/zbeta/k3b/DEPENDS +++ b/zbeta/k3b/DEPENDS @@ -1,3 +1,4 @@ +depends cdrdao depends kdelibs4 depends cdparanoia depends cdrtools @@ -18,6 +19,5 @@ optional_depends "flac" "" "" "for flac audio file support" optional_depends "mppenc" "" "" "for decoding Musepack audio file support" optional_depends "taglib" "" "" "for reading Meta data tag support" optional_depends "normalize" "" "" "to adjust audio file volume support" -optional_depends "cdrdao" "" "" "for burning CDs using the disk-at-once support" optional_depends "emovix" "" "" "for creating bootable video device support" optional_depends "libsamplerate" "" "" "for audio sampling rate support" From stumbles at lunar-linux.org Wed Jun 2 17:08:11 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 2 Jun 2010 11:08:11 -0400 Subject: [Lunar-commits] gerbv: Version bump. Message-ID: <20100602145215.A9B099B300@doppio.foo-projects.org> commit 84fb7a1716b6fda50ab34539ce79f235ca0009e9 Author: Dennis `stumbles` Veatch Date: Wed Jun 2 11:08:11 2010 -0400 gerbv: Version bump. --- science/gerbv/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/gerbv/DETAILS b/science/gerbv/DETAILS index cc4d785..243ae40 100644 --- a/science/gerbv/DETAILS +++ b/science/gerbv/DETAILS @@ -1,11 +1,11 @@ MODULE=gerbv - VERSION=2.1.0 + VERSION=2.4.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.geda.seul.org/pub/geda/dist/ - SOURCE_VFY=sha1:e8173fb1f55a2140641fcfac8badd4b25d991178 + SOURCE_VFY=sha1:f0403ca8345bc765442a976188cff68b4e7bc595 WEB_SITE=http://gerbv.sourceforge.net/ ENTERED=20030522 - UPDATED=20090903 + UPDATED=20100602 SHORT="viewer for Gerber files." cat << EOF Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are generated From stumbles at lunar-linux.org Wed Jun 2 17:08:26 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 2 Jun 2010 11:08:26 -0400 Subject: [Lunar-commits] pcb: A little adjustment in the DEPENDS and BUILD. Message-ID: <20100602145215.B2CB69B30E@doppio.foo-projects.org> commit 93d35f0d4f591b3310966f2463fe07c3339d49b0 Author: Dennis `stumbles` Veatch Date: Wed Jun 2 11:08:26 2010 -0400 pcb: A little adjustment in the DEPENDS and BUILD. --- science/pcb/BUILD | 2 +- science/pcb/DEPENDS | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/science/pcb/BUILD b/science/pcb/BUILD index c814a01..d86c2cb 100644 --- a/science/pcb/BUILD +++ b/science/pcb/BUILD @@ -1,6 +1,6 @@ ( - OPTS="$OPTS --enable-dbus" + OPTS="$OPTS --enable-dbus --enable-toporouter-output --enable-m4lib-png --with-xdgdatadir=$XDG_DATA_DIRS" && default_build diff --git a/science/pcb/DEPENDS b/science/pcb/DEPENDS index 691df7d..f88f641 100644 --- a/science/pcb/DEPENDS +++ b/science/pcb/DEPENDS @@ -1,4 +1,7 @@ -depends m4 && -depends flex && -depends bison && +depends m4 +depends flex +depends bison depends gd + +optional_depends gerbv "" "" "for viewing Gerbv files" +optional_depends ImageMagick "" "" "for graphics support" From florin at lunar-linux.org Wed Jun 2 18:58:51 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Jun 2010 19:58:51 +0300 Subject: [Lunar-commits] mercurial: version bumped to 1.5.4. Message-ID: <20100602164238.65CBC9B2FE@doppio.foo-projects.org> commit db118473d0b882d9022d253ae41d08ed0e4a320c Author: Florin Braescu Date: Wed Jun 2 19:58:51 2010 +0300 mercurial: version bumped to 1.5.4. --- devel/mercurial/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/mercurial/DETAILS b/devel/mercurial/DETAILS index 3f92035..1bc506e 100644 --- a/devel/mercurial/DETAILS +++ b/devel/mercurial/DETAILS @@ -1,11 +1,11 @@ MODULE=mercurial - VERSION=1.5.3 + VERSION=1.5.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.selenic.com/$MODULE/release - SOURCE_VFY=sha1:bbf52fb4e8ff797bbf6ab4d32e6d82720a23107d + SOURCE_VFY=sha1:1ff675bc4ec5d1b19f16427df12df691507c2b54 WEB_SITE=http://www.selenic.com/$MODULE/wiki ENTERED=20070408 - UPDATED=20100516 + UPDATED=20100602 PSAFE=no SHORT="A fast, lightweight SCM system" From engelsman at lunar-linux.org Wed Jun 2 20:48:45 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 2 Jun 2010 20:48:45 +0200 Subject: [Lunar-commits] tree: updated to version 1.5.3 Message-ID: <20100602190749.83B119B2FE@doppio.foo-projects.org> commit 8a660f78a1056307755a02d2cc800e42ab292099 Author: Duncan Gibson Date: Wed Jun 2 20:48:45 2010 +0200 tree: updated to version 1.5.3 --- utils/tree/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/tree/DETAILS b/utils/tree/DETAILS index 59e384a..279e4d0 100644 --- a/utils/tree/DETAILS +++ b/utils/tree/DETAILS @@ -1,11 +1,11 @@ MODULE=tree - VERSION=1.5.2.2 + VERSION=1.5.3 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL[0]=ftp://mama.indstate.edu/linux/$MODULE - SOURCE_VFY=sha1:ebc99e61fb0e5d118b7f126072e7ec90166667d5 + SOURCE_VFY=sha1:329e05e500754109ff1f648c14924d8cac42c6ea WEB_SITE=http://mama.indstate.edu/users/ice/$MODULE ENTERED=20020906 - UPDATED=20090204 + UPDATED=20100530 SHORT="Recursive directory listing" cat << EOF From engelsman at lunar-linux.org Wed Jun 2 21:22:34 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 2 Jun 2010 21:22:34 +0200 Subject: [Lunar-commits] linux_logo: updated to version 5.10 Message-ID: <20100602190749.8BDAA9B300@doppio.foo-projects.org> commit 46dd38009d70c3c27c3b9c5a038dc16d83eca14e Author: Duncan Gibson Date: Wed Jun 2 21:22:34 2010 +0200 linux_logo: updated to version 5.10 --- utils/linux_logo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/linux_logo/DETAILS b/utils/linux_logo/DETAILS index 96383e8..a4b15b3 100644 --- a/utils/linux_logo/DETAILS +++ b/utils/linux_logo/DETAILS @@ -1,11 +1,11 @@ MODULE=linux_logo - VERSION=5.04 + VERSION=5.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.deater.net/weave/vmwprod/linux_logo/ - SOURCE_VFY=sha1:6cb795044f101414b1ab462efc9a015e329fa4d1 + SOURCE_VFY=sha1:0ba27d563b938fd802e424c8c116e1ea3c19aab4 WEB_SITE=http://www.deater.net/weave/vmwprod/linux_logo ENTERED=20020401 - UPDATED=20090202 + UPDATED=20100601 SHORT="Displays an ANSI or ASCII Linux penguin, along with some sytem info" cat << EOF From engelsman at lunar-linux.org Wed Jun 2 21:21:40 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 2 Jun 2010 21:21:40 +0200 Subject: [Lunar-commits] ncftp: corrected sha1sum Message-ID: <20100602192416.439C89B300@doppio.foo-projects.org> commit c8d78c3276e50682100792d14cee290305df99ab Author: Drew Kelling Date: Wed Jun 2 21:21:40 2010 +0200 ncftp: corrected sha1sum --- ftp/ncftp/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ftp/ncftp/DETAILS b/ftp/ncftp/DETAILS index 52acaf1..2b215b8 100644 --- a/ftp/ncftp/DETAILS +++ b/ftp/ncftp/DETAILS @@ -2,7 +2,7 @@ VERSION=3.2.4 SOURCE=$MODULE-$VERSION-src.tar.bz2 SOURCE_URL=ftp://ftp.ncftp.com/ncftp - SOURCE_VFY=sha1:a6e4d17e5e49b9afab51e45a02602a71b91995ef + SOURCE_VFY=sha1:bd4b6381dadc8189bc13e615696438e5390772cd WEB_SITE=http://www.ncftp.com ENTERED=20010922 UPDATED=20100408 From florin at lunar-linux.org Thu Jun 3 11:52:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 3 Jun 2010 12:52:25 +0300 Subject: [Lunar-commits] jpeg: version bumped to 8b. Message-ID: <20100603093655.62A069B224@doppio.foo-projects.org> commit 514a1e98f2f567703701a2a2c7de22b46a69ff8d Author: Florin Braescu Date: Thu Jun 3 12:52:25 2010 +0300 jpeg: version bumped to 8b. A problem in the new memory source manager with corrupt JPEG data has been resolved. An issue in the Makefile.am test target was fixed. MinGW installation is now supported with automatic configuration. --- graphics/jpeg/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/jpeg/DETAILS b/graphics/jpeg/DETAILS index 97dc17a..1a2f4c3 100644 --- a/graphics/jpeg/DETAILS +++ b/graphics/jpeg/DETAILS @@ -1,11 +1,11 @@ MODULE=jpeg - VERSION=8a + VERSION=8b SOURCE=${MODULE}src.v$VERSION.tar.gz SOURCE_URL=http://www.ijg.org/files - SOURCE_VFY=sha1:78077fb22f0b526a506c21199fbca941d5c671a9 + SOURCE_VFY=sha1:15dc1939ea1a5b9d09baea11cceb13ca59e4f9df WEB_SITE=http://www.ijg.org ENTERED=20010922 - UPDATED=20100302 + UPDATED=20100603 SHORT="A library that supports the JPEG image format" cat << EOF From florin at lunar-linux.org Thu Jun 3 11:57:55 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 3 Jun 2010 12:57:55 +0300 Subject: [Lunar-commits] openvrml: version bumped to 0.18.6. Message-ID: <20100603094149.B0A279B224@doppio.foo-projects.org> commit d72d143d71e4c3079dfadd2c7aa5939cec80a311 Author: Florin Braescu Date: Thu Jun 3 12:57:55 2010 +0300 openvrml: version bumped to 0.18.6. Bugfixes. --- graphics/openvrml/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/openvrml/DETAILS b/graphics/openvrml/DETAILS index dd264ec..e3962ef 100644 --- a/graphics/openvrml/DETAILS +++ b/graphics/openvrml/DETAILS @@ -1,11 +1,11 @@ MODULE=openvrml - VERSION=0.18.5 + VERSION=0.18.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:c9acd9522a763ff49a0d882a4435d517bd542ddd + SOURCE_VFY=sha1:6ab47542c75eb0102ef71b5596dcfbc2f9c76ad6 WEB_SITE=http://openvrml.sourceforge.net ENTERED=20011021 - UPDATED=20100216 + UPDATED=20100603 SHORT="A library for reading and displaying VRML97" cat << EOF From stumbles at lunar-linux.org Thu Jun 3 14:34:53 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Jun 2010 08:34:53 -0400 Subject: [Lunar-commits] giggle: Version bump and was PSAFE here. Message-ID: <20100603121841.6D6C09B224@doppio.foo-projects.org> commit 6acfc0bd476c9750f3d11c993972f50e3ba26f75 Author: Dennis `stumbles` Veatch Date: Thu Jun 3 08:34:53 2010 -0400 giggle: Version bump and was PSAFE here. --- devel/giggle/DETAILS | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/giggle/DETAILS b/devel/giggle/DETAILS index 600ed52..69a2387 100644 --- a/devel/giggle/DETAILS +++ b/devel/giggle/DETAILS @@ -1,14 +1,13 @@ MODULE=giggle - VERSION=0.4.91 - MAJOR=0.4 + MAJOR=0.5 + VERSION=${MAJOR} SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:9dde9736714aa41a4550dc817082ffe49f62ede9 + SOURCE_VFY=sha1:43143e49be8f510e126c19c68ce19870448e9430 WEB_SITE=http://live.gnome.org/giggle ENTERED=20070427 - UPDATED=20090511 + UPDATED=20100603 SHORT="gtk+ frontend to git" - PSAFE=no cat << EOF Giggle is a graphical frontend for the git directory tracker (think of From stumbles at lunar-linux.org Thu Jun 3 18:02:10 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Jun 2010 12:02:10 -0400 Subject: [Lunar-commits] netpbm: Version bump. Message-ID: <20100603154555.B83639B224@doppio.foo-projects.org> commit 7217910b3dd4c32ede6213b17233606a8bf91129 Author: Dennis `stumbles` Veatch Date: Thu Jun 3 12:02:10 2010 -0400 netpbm: Version bump. --- graphics/netpbm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/netpbm/DETAILS b/graphics/netpbm/DETAILS index 13f7a8f..87b0583 100644 --- a/graphics/netpbm/DETAILS +++ b/graphics/netpbm/DETAILS @@ -1,11 +1,11 @@ MODULE=netpbm - VERSION=10.35.74 + VERSION=10.35.75 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:c9bca903b533b1450d1a63c8584b956514dce1ab + SOURCE_VFY=sha1:0587d4052ed563ea8f7c8a94426cd9fa79ff6959 WEB_SITE=http://netpbm.sourceforge.net/ ENTERED=20010922 - UPDATED=20100404 + UPDATED=20100603 PSAFE=no SHORT="contains 220 programs that convert graphics formats" From stumbles at lunar-linux.org Thu Jun 3 18:13:57 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Jun 2010 12:13:57 -0400 Subject: [Lunar-commits] zlib: Adding back $SFORGE and making it a secondary source. Message-ID: <20100603155830.C9DB89B224@doppio.foo-projects.org> commit 204645f6d3ed283c7c2ec0425b3c591a3f5b6ce4 Author: Dennis `stumbles` Veatch Date: Thu Jun 3 12:13:57 2010 -0400 zlib: Adding back $SFORGE and making it a secondary source. --- archive/zlib/DETAILS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/archive/zlib/DETAILS b/archive/zlib/DETAILS index ab0e39f..2aaa544 100644 --- a/archive/zlib/DETAILS +++ b/archive/zlib/DETAILS @@ -1,7 +1,8 @@ MODULE=zlib VERSION=1.2.5 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.zlib.net + SOURCE_URL[0]=http://www.zlib.net + SOURCE_URL[1]=$SFORGE_URL/libpng/zlib/ SOURCE_VFY=sha1:543fa9abff0442edca308772d6cef85557677e02 WEB_SITE=http://www.zlib.net ENTERED=20010922 From florin at lunar-linux.org Thu Jun 3 22:12:13 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 3 Jun 2010 23:12:13 +0300 Subject: [Lunar-commits] VirtualBox: version bumped to 3.2.2. Message-ID: <20100603195628.4407D9B224@doppio.foo-projects.org> commit 362738f612e689fdaac04019140dc9dedef24d28 Author: Florin Braescu Date: Thu Jun 3 23:12:13 2010 +0300 VirtualBox: version bumped to 3.2.2. Maintenace release (bugfixes). --- virtual/VirtualBox/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/virtual/VirtualBox/DETAILS b/virtual/VirtualBox/DETAILS index 53e9c6a..46e8250 100644 --- a/virtual/VirtualBox/DETAILS +++ b/virtual/VirtualBox/DETAILS @@ -1,16 +1,16 @@ MODULE=VirtualBox - VERSION=3.2.0 + VERSION=3.2.2 SOURCE=$MODULE-$VERSION-OSE.tar.bz2 - SOURCE2=$MODULE-$VERSION-gcc-4.5-warning-workaround.patch.bz2 + SOURCE2=$MODULE-3.2.0-gcc-4.5-warning-workaround.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION}_OSE SOURCE_URL=http://download.virtualbox.org/virtualbox/$VERSION SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:d0e9f1dc56dad61d4d6a519c764ce73e242807cd + SOURCE_VFY=sha1:c6af6c2b4a50c9a2010317436cd8cd76383518f4 SOURCE2_VFY=sha1:5eae1a7c82d8ebf8161da4ee724052125f2a6ffd MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/} WEB_SITE=http://virtualbox.org ENTERED=20071004 - UPDATED=20100520 + UPDATED=20100603 SHORT="Full virtualizer for x86 hardware" cat << EOF From zbiggy at lunar-linux.org Fri Jun 4 02:31:07 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 4 Jun 2010 02:31:07 +0200 Subject: [Lunar-commits] libgpg-error: updated to 1.8 Message-ID: <20100604001552.275459B224@doppio.foo-projects.org> commit 058c20f617efa1f63eaf03fccf7598edf6ee302d Author: Zbigniew Luszpinski Date: Fri Jun 4 02:31:07 2010 +0200 libgpg-error: updated to 1.8 --- crypto/libgpg-error/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/libgpg-error/DETAILS b/crypto/libgpg-error/DETAILS index b462929..d01efdc 100644 --- a/crypto/libgpg-error/DETAILS +++ b/crypto/libgpg-error/DETAILS @@ -1,12 +1,12 @@ MODULE=libgpg-error - VERSION=1.7 + VERSION=1.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE/ - SOURCE_VFY=sha1:bf8c6babe1e28cae7dd6374ca24ddcc42d57e902 + SOURCE_VFY=sha1:f5cf677a7cd684645feaa9704d09eb5cd6d97e8a WEB_SITE=http://www.gnupg.org/ ENTERED=20020212 - UPDATED=20090304 + UPDATED=20100604 SHORT="Defines common error values for all GnuPG components" cat << EOF From zbiggy at lunar-linux.org Fri Jun 4 02:32:03 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 4 Jun 2010 02:32:03 +0200 Subject: [Lunar-commits] aria2: updated to 1.9.3 Message-ID: <20100604001552.33AA59B2FE@doppio.foo-projects.org> commit 25458e9c1545970e749cccd32d794aec2df90aca Author: Zbigniew Luszpinski Date: Fri Jun 4 02:32:03 2010 +0200 aria2: updated to 1.9.3 --- zbeta/aria2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/aria2/DETAILS b/zbeta/aria2/DETAILS index 7399db9..a764215 100644 --- a/zbeta/aria2/DETAILS +++ b/zbeta/aria2/DETAILS @@ -1,11 +1,11 @@ MODULE=aria2 - VERSION=1.9.0 + VERSION=1.9.3 SOURCE=$MODULE-$VERSION.tar.xz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:41ac09f28dc47bc92c7e6d62d4082cc8e6823aff + SOURCE_VFY=sha1:42b453c9334bf5b62c56a49016e31101e382690d WEB_SITE=http://aria2.sourceforge.net ENTERED=20071024 - UPDATED=20100320 + UPDATED=20100604 SHORT="Commandline downloader" cat << EOF From florin at lunar-linux.org Fri Jun 4 17:48:39 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Jun 2010 18:48:39 +0300 Subject: [Lunar-commits] drupal: version bumped to 6.17. Message-ID: <20100604153251.2F61B9B21A@doppio.foo-projects.org> commit 3dfbf8e9dee94d5f13969010de618972ad5ce48d Author: Florin Braescu Date: Fri Jun 4 18:48:39 2010 +0300 drupal: version bumped to 6.17. Changes: - Improved PostgreSQL compatibility - Better PHP 5.3 and PHP 4 compatibility - Better browser compatibility of CSS and JS aggregation - Improved logging for login failures - Fixed an incompatibility with some contributed modules and the locking system - Fixed a variety of other bugs. --- web/drupal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/drupal/DETAILS b/web/drupal/DETAILS index f96504f..ffc270d 100644 --- a/web/drupal/DETAILS +++ b/web/drupal/DETAILS @@ -1,11 +1,11 @@ MODULE=drupal - VERSION=6.16 + VERSION=6.17 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://ftp.osuosl.org/pub/drupal/files/projects - SOURCE_VFY=sha1:90db81b6f4b9b0514c9cdd1338f344492beb5477 + SOURCE_VFY=sha1:2a0e0a983cab8f336c62f31ec40a0ab91eb35394 WEB_SITE=http://drupal.org ENTERED=20070605 - UPDATED=20100305 + UPDATED=20100604 SHORT="A content management platform" cat << EOF From florin at lunar-linux.org Fri Jun 4 17:50:11 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Jun 2010 18:50:11 +0300 Subject: [Lunar-commits] sudo: version bumped to 1.7.2p7. Message-ID: <20100604153401.6F51A9B21A@doppio.foo-projects.org> commit 53d5f089faeff9ee59bf55ae746810dab24b934c Author: Florin Braescu Date: Fri Jun 4 18:50:11 2010 +0300 sudo: version bumped to 1.7.2p7. Bugfixes. --- security/sudo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/sudo/DETAILS b/security/sudo/DETAILS index 869cda5..7b4c4d0 100644 --- a/security/sudo/DETAILS +++ b/security/sudo/DETAILS @@ -1,12 +1,12 @@ MODULE=sudo - VERSION=1.7.2p6 + VERSION=1.7.2p7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.sudo.ws/pub/$MODULE SOURCE_URL[1]=ftp://ftp.courtesan.com/pub/$MODULE - SOURCE_VFY=sha1:45976e82cc2ca9f34cad574629ddd998c377734e + SOURCE_VFY=sha1:0504e0d7b1d3c987e48325ec4caa6ebfe5237ff5 WEB_SITE=http://www.courtesan.com/sudo ENTERED=20010922 - UPDATED=20100417 + UPDATED=20100604 SHORT="Grant limited superuser ability to users/groups" cat << EOF From florin at lunar-linux.org Fri Jun 4 17:56:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Jun 2010 18:56:48 +0300 Subject: [Lunar-commits] linphone: version bumped to 3.3.1. Message-ID: <20100604154103.1C9739B21A@doppio.foo-projects.org> commit 790834fcf46366fe2e5a05b9819d2f9892b02c15 Author: Florin Braescu Date: Fri Jun 4 18:56:48 2010 +0300 linphone: version bumped to 3.3.1. This releases fixes some bugs that were produced in the following conditions: incoming re-INVITES, incompatible codecs, and non-ASCII characters in display names. --- chat/linphone/DEPENDS | 8 ++++---- chat/linphone/DETAILS | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chat/linphone/DEPENDS b/chat/linphone/DEPENDS index 91f9d15..1d14707 100644 --- a/chat/linphone/DEPENDS +++ b/chat/linphone/DEPENDS @@ -21,13 +21,13 @@ optional_depends "jack" "" "" \ optional_depends "libsamplerate" "" "" \ "for additional audio capabilities" -optional_depends "ffmpeg" \ +optional_depends "ffmpeg" \ "--with-ffmpeg" \ - "" \ + "" \ "for video support" -optional_depends "SDL" \ +optional_depends "SDL" \ "--with-sdl" \ - "" \ + "" \ "for SDL video support" diff --git a/chat/linphone/DETAILS b/chat/linphone/DETAILS index a212963..612cfd0 100644 --- a/chat/linphone/DETAILS +++ b/chat/linphone/DETAILS @@ -1,11 +1,11 @@ MODULE=linphone - VERSION=3.3.0 + VERSION=3.3.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.savannah.gnu.org/releases/linphone/stable/sources - SOURCE_VFY=sha1:9009cf167296bafa1ffc2febf4ef22152a486d3a + SOURCE_VFY=sha1:dab388c3684ac36c25bd091372fec7a411047ed0 WEB_SITE=http://www.linphone.org/index.php/eng ENTERED=20051009 - UPDATED=20010521 + UPDATED=20010604 SHORT="A full featured audio SIP phone" cat << EOF From florin at lunar-linux.org Fri Jun 4 18:08:50 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Jun 2010 19:08:50 +0300 Subject: [Lunar-commits] freeciv: version bumped to 2.2.1. Message-ID: <20100604155415.5009D9B21A@doppio.foo-projects.org> commit 540a531716b3ece4366a83f952e7acb1b057545a Author: Florin Braescu Date: Fri Jun 4 19:08:50 2010 +0300 freeciv: version bumped to 2.2.1. Changes: Built-in editor Expanded ruleset format Changes to gameplay with default ruleset AI difficulty level: Cheating New server options Client interface changes Scripting improvements Event cache. --- games/freeciv/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/freeciv/DETAILS b/games/freeciv/DETAILS index c12f2f3..d1e9fec 100644 --- a/games/freeciv/DETAILS +++ b/games/freeciv/DETAILS @@ -1,11 +1,11 @@ MODULE=freeciv - VERSION=2.1.11 + VERSION=2.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:bf086d07e12fddd49142a7b20da88d164725cbd9 + SOURCE_VFY=sha1:f9d141a04e447a57f4fc001dbd789d92717735e4 WEB_SITE=$SFORGE_URL/$MODULE ENTERED=20010922 - UPDATED=20100308 + UPDATED=20100604 SHORT="Reimplementation of Civilization" cat << EOF From florin at lunar-linux.org Fri Jun 4 18:31:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Jun 2010 19:31:25 +0300 Subject: [Lunar-commits] udev: version bumped to 157. Message-ID: <20100604161524.48A449B21A@doppio.foo-projects.org> commit e9818c4bc18d7b886eb85ad83e37f90cf2666c32 Author: Florin Braescu Date: Fri Jun 4 19:31:25 2010 +0300 udev: version bumped to 157. Changes: Bugfixes. The option --debug-trace and the environemnt variable UDEVD_MAX_CHILDS= was removed from udevd. Udevd now checks the kernel commandline for the following variables: udev.log-priority= udev.children-max= udev.exec-delay= to help debuging coldplug setups where the loading of a kernel module crashes the system. The subdirectory in the source tree rules/packages has been renamed to rules/arch, and contains only architecture specific rules now. --- filesys/udev/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/filesys/udev/DETAILS b/filesys/udev/DETAILS index 8b6f1a2..f7aeaf8 100644 --- a/filesys/udev/DETAILS +++ b/filesys/udev/DETAILS @@ -1,17 +1,17 @@ MODULE=udev - VERSION=156 + VERSION=157 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-151-rules.patch.bz2 + SOURCE2=$MODULE-157-rules.patch.bz2 SOURCE3=raid-devfs.sh-udev-088 SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/hotplug SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:82be4dee6d47ca6b5488223f491b01ac43068084 - SOURCE2_VFY=sha1:63b110d0f0c22e780503f5834f6884ffca5601c6 + SOURCE_VFY=sha1:15b958077466b7be3fb4e8d1d8431b5fa44cbcd2 + SOURCE2_VFY=sha1:78d8d39d4321e47145f2a4f840a30ae073f3c865 SOURCE3_VFY=sha1:44a12035774c2b42b784267d38e61a34aa0b645b WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html ENTERED=20040104 - UPDATED=20100525 + UPDATED=20100604 MAINTAINER=moe at lunar-linux.org SHORT="hotplug and device handling daemon" From florin at lunar-linux.org Fri Jun 4 18:32:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Jun 2010 19:32:25 +0300 Subject: [Lunar-commits] gettext: version bumped to 0.18.1. Message-ID: <20100604161625.685D89B21A@doppio.foo-projects.org> commit 2c29f4a1944a36f8bf52f59dc74d5ede99e73591 Author: Florin Braescu Date: Fri Jun 4 19:32:25 2010 +0300 gettext: version bumped to 0.18.1. Changes: * msggrep: A '$' anchor in a regular expression now also matches the end of the string, even if it does not end in a newline. * Dependencies: The libraries and programs are now linked with libunistring if this library is already installed. * Installation options: The configure option --with-cvs is deprecated. The 'autopoint' program will now use the 'git' program by default to compress its archive. If the configure option --without-git is specified, 'autopoint' will not rely on 'git', but will instead rely on a locally installed a 3 MB large archive. --- libs/gettext/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/gettext/DETAILS b/libs/gettext/DETAILS index 8b48268..df09ea2 100644 --- a/libs/gettext/DETAILS +++ b/libs/gettext/DETAILS @@ -1,12 +1,12 @@ MODULE=gettext - VERSION=0.18 + VERSION=0.18.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE - SOURCE_VFY=sha1:de396ec6877a451427d8597197d18c2d4b8f1a26 + SOURCE_VFY=sha1:14f870a5453932880f81ce90aa59b3da9d4daf5c WEB_SITE=http://www.gnu.org/software/gettext ENTERED=20010922 - UPDATED=20100510 + UPDATED=20100604 PSAFE="no" SHORT="The GNU internationalisation library" From florin at lunar-linux.org Fri Jun 4 18:39:47 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Jun 2010 19:39:47 +0300 Subject: [Lunar-commits] exim> version bumped to 4.72. Message-ID: <20100604162432.4DD849B21A@doppio.foo-projects.org> commit 621b7875c70d72eb003c22f3b5e2d5e5760a419f Author: Florin Braescu Date: Fri Jun 4 19:39:47 2010 +0300 exim> version bumped to 4.72. Bugfixes release. --- mail/exim/CONFLICTS | 2 +- mail/exim/DEPENDS | 1 + mail/exim/DETAILS | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mail/exim/CONFLICTS b/mail/exim/CONFLICTS index 81c3447..582e8c4 100644 --- a/mail/exim/CONFLICTS +++ b/mail/exim/CONFLICTS @@ -1,2 +1,2 @@ -conflicts postfix && +conflicts postfix conflicts sendmail diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS index 1be7229..b6d37c9 100644 --- a/mail/exim/DEPENDS +++ b/mail/exim/DEPENDS @@ -1,5 +1,6 @@ depends db depends gawk + optional_depends %CROND "" "" "to periodically attempt to resend undelivered mail" optional_depends tcp_wrappers "" "" "for controlling remote access" optional_depends mysql "" "" "for mysql lookup tables" diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS index 0bf3a3b..f4b429b 100644 --- a/mail/exim/DETAILS +++ b/mail/exim/DETAILS @@ -1,13 +1,13 @@ MODULE=exim - VERSION=4.71 + VERSION=4.72 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ - SOURCE_URL[1]=http://www.us.exim.org/ftp/exim4/ - SOURCE_URL[2]=ftp://ftp.nl.uu.net/pub/unix/mail/exim/exim/exim4/ - SOURCE_VFY=sha1:4b8f853843edcfa4f3bfbb4bef45d8dcff2fc990 + SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4 + SOURCE_URL[1]=http://www.us.exim.org/ftp/exim4 + SOURCE_URL[2]=ftp://ftp.nl.uu.net/pub/unix/mail/exim/exim/exim4 + SOURCE_VFY=sha1:3aab453faaa076a6b5f02320d7f8ad8aba21b347 WEB_SITE=http://www.exim.org ENTERED=20030923 - UPDATED=20100216 + UPDATED=20100604 MAINTAINER=tchan at lunar-linux.org SHORT="Email server" PSAFE=no From florin at lunar-linux.org Fri Jun 4 18:59:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Jun 2010 19:59:14 +0300 Subject: [Lunar-commits] licq: version bumped to 1.3.9. Message-ID: <20100604164322.5E16B9B21A@doppio.foo-projects.org> commit dd05e2fee06730dd3bcc73edc2b9ecaac8845823 Author: Florin Braescu Date: Fri Jun 4 19:59:14 2010 +0300 licq: version bumped to 1.3.9. Bugfixes and improvements. --- chat/licq/DEPENDS | 29 +++++------------------------ chat/licq/DETAILS | 6 +++--- 2 files changed, 8 insertions(+), 27 deletions(-) diff --git a/chat/licq/DEPENDS b/chat/licq/DEPENDS index c7ce3a7..09dd396 100644 --- a/chat/licq/DEPENDS +++ b/chat/licq/DEPENDS @@ -1,24 +1,5 @@ -optional_depends "openssl" \ - "" \ - "" \ - "for secure communication and MSN support" - -optional_depends "gpgme" \ - "" \ - "" \ - "for GnuPG encryption support" - -optional_depends "qt4" \ - "" \ - "" \ - "for Qt4 frontend" - -optional_depends "cdk" \ - "" \ - "" \ - "for cursed-based console frontend" - -optional_depends "xosd" \ - "" \ - "" \ - "for on screen display messages" +optional_depends "openssl" "" "" "for secure communication and MSN support" +optional_depends "gpgme" "" "" "for GnuPG encryption support" +optional_depends "qt4" "" "" "for Qt4 frontend" +optional_depends "cdk" "" "" "for cursed-based console frontend" +optional_depends "xosd" "" "" "for on screen display messages" diff --git a/chat/licq/DETAILS b/chat/licq/DETAILS index a8ce04b..5c2437e 100644 --- a/chat/licq/DETAILS +++ b/chat/licq/DETAILS @@ -1,11 +1,11 @@ MODULE=licq - VERSION=1.3.8 + VERSION=1.3.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/licq - SOURCE_VFY=sha1:3cd6ccf8b584dff7803a639da82c3bed7fafdbac + SOURCE_VFY=sha1:9a656858363e25b7e9e0ebe476400ba3f8c39b81 WEB_SITE=http://www.licq.org ENTERED=20011031 - UPDATED=20091213 + UPDATED=20100604 SHORT="A multi-threaded ICQ clone" MAINTAINER=jannis at lunar-linux.org From florin at lunar-linux.org Fri Jun 4 20:49:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Jun 2010 21:49:53 +0300 Subject: [Lunar-commits] goffice: version bumped to 0.8.5. Message-ID: <20100604183429.025A29B21A@doppio.foo-projects.org> commit 28505b76525a127fdb96e436d51ec40735f714b0 Author: Florin Braescu Date: Fri Jun 4 21:49:53 2010 +0300 goffice: version bumped to 0.8.5. --- gnome2/desktop/goffice/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/goffice/DETAILS b/gnome2/desktop/goffice/DETAILS index cf391b5..b272958 100644 --- a/gnome2/desktop/goffice/DETAILS +++ b/gnome2/desktop/goffice/DETAILS @@ -1,12 +1,12 @@ MODULE=goffice MAJOR=0.8 - VERSION=$MAJOR.3 + VERSION=$MAJOR.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:bfd09464691e16b45e1666d7619b0857badee4cb + SOURCE_VFY=sha1:daffedcec49f97aa4a8551ecea485f83ffcd5bc1 WEB_SITE=www.gnome.org ENTERED=20071104 - UPDATED=20100511 + UPDATED=20100604 SHORT="A glib/gtk set of document centric objects and utilities" cat << EOF From florin at lunar-linux.org Sat Jun 5 07:54:18 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Jun 2010 08:54:18 +0300 Subject: [Lunar-commits] avidemux: add a patch to compile and install the plugins. Message-ID: <20100605053834.E4D739B21A@doppio.foo-projects.org> commit 62c4bb0f5f805caf8578e3960dd12df7d07b7161 Author: Florin Braescu Date: Sat Jun 5 08:54:18 2010 +0300 avidemux: add a patch to compile and install the plugins. Thanks to wdp for the submission. --- video/avidemux/BUILD | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/video/avidemux/BUILD b/video/avidemux/BUILD index 97b5d02..ce6749b 100644 --- a/video/avidemux/BUILD +++ b/video/avidemux/BUILD @@ -1,6 +1,6 @@ ( - sedit "s:Icon=:Icon=/usr/share/pixmaps/:" avidemux2-gtk.desktop avidemux2.desktop && + sedit "s:Icon=:Icon=/usr/share/pixmaps/:" avidemux2-gtk.desktop avidemux2.desktop && OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && @@ -10,15 +10,27 @@ # Make some plugin dirs for future use. if [ ! -d /usr/lib/ADM_plugins ] ; then mkdir -p /usr/lib/ADM_plugins/{audioDecoder,videoFilter,audioDevices,audioEncoders} - fi && + fi && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ -DCMAKE_BUILD_TYPE=RELEASE \ $OPTS && - default_make && - - install -D -m644 ../${MODULE}2-gtk.desktop /usr/share/applications/${MODULE}2-gtk.desktop && - install -D -m644 ../avidemux_icon.png /usr/share/pixmaps/avidemux.png + default_make && + + install -D -m644 ../${MODULE}2-gtk.desktop /usr/share/applications/${MODULE}2-gtk.desktop && + install -D -m644 ../avidemux_icon.png /usr/share/pixmaps/avidemux.png && + + # handle plugins... + P_DIR="$SOURCE_DIRECTORY/plugins/plugins-build" && + mkdir $P_DIR && + cd $P_DIR && + cmake .. -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + -DAVIDEMUX_SOURCE_DIR=$SOURCE_DIRECTORY \ + -DAVIDEMUX_INSTALL_PREFIX=$MODULE_PREFIX \ + -DAVIDEMUX_CORECONFIG_DIR=$OOTB_DIR/config \ + $OPTS && + default_make ) > $C_FIFO 2>&1 From florin at lunar-linux.org Sat Jun 5 08:26:23 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Jun 2010 09:26:23 +0300 Subject: [Lunar-commits] libtool: version bumped to 2.2.8. Message-ID: <20100605061028.9DA7B9B21A@doppio.foo-projects.org> commit 61cda38f53912ac81c453c5411f6ef94a84bed6d Author: Florin Braescu Date: Sat Jun 5 09:26:23 2010 +0300 libtool: version bumped to 2.2.8. * New features: - Libtool ships and installs man pages for libtool and libtoolize now. - New libtool command line flag --help-all. - New libtool command line flag --no-silent (with alternate spelling --no-quiet). This flag (re)enables the default informational messages, but has no effect on so-called "verbose" output messages. - New libtool command line flag --no-verbose, which disables only the extra "verbose" output messages and has no effect on the default informational messages. - New convenience make targets `check-noninteractive' to avoid long testsuite runs on Windows with popup windows in the middle, and `check-interactive' for the complement set of tests. - New link mode flag -bindir to specify the location for installed PE DLLs. - Wrapper scripts and wrapper executables for programs linked against uninstalled shared libraries now support command-line options --lt-debug and --lt-dump-script. * Important incompatible changes: - The wrapper command line option support described above introduces the following incompatibility: the wrapper will remove any command line options that begin with '--lt-*' from the argument list before launching (uninstalled) programs. Any '--lt-*' option on the command line not recognized by the wrapper will result in an error. * Bug fixes: --- libs/libtool/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libtool/DETAILS b/libs/libtool/DETAILS index 4cf2866..3a71815 100644 --- a/libs/libtool/DETAILS +++ b/libs/libtool/DETAILS @@ -1,13 +1,13 @@ MODULE=libtool - BASE=2.2.6 - VERSION=${BASE}b + BASE=2.2.8 + VERSION=${BASE} SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE - SOURCE_VFY=sha1:5afa73c8ef9ebe64bbb438a0f8779c9036e43c55 + SOURCE_VFY=sha1:e0fd6f9d39c81c2da8b548411c74a46c24442abf WEB_SITE=http://www.gnu.org/software/$MODULE ENTERED=20010922 - UPDATED=20091117 + UPDATED=20100605 SHORT="A generic library support script" cat << EOF From florin at lunar-linux.org Sat Jun 5 08:31:50 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Jun 2010 09:31:50 +0300 Subject: [Lunar-commits] lvm2: version bumped to 2.02.67. Message-ID: <20100605061539.C0B379B21A@doppio.foo-projects.org> commit 13e3f29c5eafdc0275b5c705c802dcaabc0f9a89 Author: Florin Braescu Date: Sat Jun 5 09:31:50 2010 +0300 lvm2: version bumped to 2.02.67. Bugfixes release. --- filesys/lvm2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/lvm2/DETAILS b/filesys/lvm2/DETAILS index 71161b0..acac3b8 100644 --- a/filesys/lvm2/DETAILS +++ b/filesys/lvm2/DETAILS @@ -1,13 +1,13 @@ MODULE=lvm2 - VERSION=2.02.66 + VERSION=2.02.67 SOURCE=LVM2.$VERSION.tgz SOURCE_DIRECTORY=$BUILD_DIRECTORY/LVM2.$VERSION SOURCE_URL[0]=ftp://sources.redhat.com/pub/lvm2 SOURCE_URL[1]=ftp://sources.redhat.com/pub/lvm2/old - SOURCE_VFY=sha1:f1c99d93813e124b0653bb3866fb6494257b3fea + SOURCE_VFY=sha1:511605f31e637cb34f4c73403ae079aa0f65daaa WEB_SITE=http://sources.redhat.com/lvm2 ENTERED=20040511 - UPDATED=20100521 + UPDATED=20100605 PSAFE=no SHORT="Logical volume manager" From florin at lunar-linux.org Sat Jun 5 10:52:33 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Jun 2010 11:52:33 +0300 Subject: [Lunar-commits] swfdec: move it to zdeprecated. Message-ID: <20100605083642.867C59B21A@doppio.foo-projects.org> commit b92df715d759e1a8da1c533be352326aa165f168 Author: Florin Braescu Date: Sat Jun 5 11:52:33 2010 +0300 swfdec: move it to zdeprecated. The project is dead now, unfortunatelly. --- audio/gst-plugins-bad/DEPENDS | 5 ----- web/swfdec/DEPENDS | 14 -------------- web/swfdec/DETAILS | 18 ------------------ zdeprecated/swfdec/DEPENDS | 14 ++++++++++++++ zdeprecated/swfdec/DETAILS | 18 ++++++++++++++++++ 5 files changed, 32 insertions(+), 37 deletions(-) diff --git a/audio/gst-plugins-bad/DEPENDS b/audio/gst-plugins-bad/DEPENDS index a25ebf4..8a0d06c 100644 --- a/audio/gst-plugins-bad/DEPENDS +++ b/audio/gst-plugins-bad/DEPENDS @@ -50,11 +50,6 @@ optional_depends "xvidcore" \ "--disable-xvid" \ "for the XviD video plugin" -optional_depends "swfdec" \ - "" \ - "--disable-swfdec" \ - "for the SWF plugin" - optional_depends "libmusicbrainz" \ "" \ "--disable-musicbrainz" \ diff --git a/web/swfdec/DEPENDS b/web/swfdec/DEPENDS deleted file mode 100644 index 616734b..0000000 --- a/web/swfdec/DEPENDS +++ /dev/null @@ -1,14 +0,0 @@ -depends zlib -depends libart_lgpl -depends gtk+-2 -depends liboil -depends libsoup - -optional_depends "ffmpeg" "" "" "use ffmpeg support" -optional_depends "madplay" "" "" "use mad audio" -optional_depends "gstreamer-10" "" "" "use gstreamer audio" -optional_depends "%GECKO_RENDERER" "" "" "swfdec plugin for Mozilla" - -optional_depends "gnome-vfs" "--enable-gnome-vfs" \ - "--disable-gnome-vfs" \ - "for vfs support" diff --git a/web/swfdec/DETAILS b/web/swfdec/DETAILS deleted file mode 100644 index 27c80fc..0000000 --- a/web/swfdec/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=swfdec - VERSION=0.8.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://$MODULE.freedesktop.org/download/$MODULE/0.8 - SOURCE_VFY=sha1:cf95930ccd0b66146c97d6e111b1e27ec0d802dc - WEB_SITE=http://www.schleef.org/swfdec - ENTERED=20051108 - UPDATED=20081222 - SHORT="A library for rendering Flash animations and games" - -cat << EOF -Swfdec is a library for rendering Flash animations and games. It was -originally designed as a basis library for creating Flash plugins for -GStreamer, but it is a fully standalone library which only use the l -ibart library for drawing. Swfdec is released under the LGPL. Included -with swfdec is Gtk+-based application called swf_play and a Mozilla -plug-in that uses swf_play to display SWF animations in a browser window. -EOF diff --git a/zdeprecated/swfdec/DEPENDS b/zdeprecated/swfdec/DEPENDS new file mode 100644 index 0000000..616734b --- /dev/null +++ b/zdeprecated/swfdec/DEPENDS @@ -0,0 +1,14 @@ +depends zlib +depends libart_lgpl +depends gtk+-2 +depends liboil +depends libsoup + +optional_depends "ffmpeg" "" "" "use ffmpeg support" +optional_depends "madplay" "" "" "use mad audio" +optional_depends "gstreamer-10" "" "" "use gstreamer audio" +optional_depends "%GECKO_RENDERER" "" "" "swfdec plugin for Mozilla" + +optional_depends "gnome-vfs" "--enable-gnome-vfs" \ + "--disable-gnome-vfs" \ + "for vfs support" diff --git a/zdeprecated/swfdec/DETAILS b/zdeprecated/swfdec/DETAILS new file mode 100644 index 0000000..27c80fc --- /dev/null +++ b/zdeprecated/swfdec/DETAILS @@ -0,0 +1,18 @@ + MODULE=swfdec + VERSION=0.8.4 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://$MODULE.freedesktop.org/download/$MODULE/0.8 + SOURCE_VFY=sha1:cf95930ccd0b66146c97d6e111b1e27ec0d802dc + WEB_SITE=http://www.schleef.org/swfdec + ENTERED=20051108 + UPDATED=20081222 + SHORT="A library for rendering Flash animations and games" + +cat << EOF +Swfdec is a library for rendering Flash animations and games. It was +originally designed as a basis library for creating Flash plugins for +GStreamer, but it is a fully standalone library which only use the l +ibart library for drawing. Swfdec is released under the LGPL. Included +with swfdec is Gtk+-based application called swf_play and a Mozilla +plug-in that uses swf_play to display SWF animations in a browser window. +EOF From stumbles at lunar-linux.org Sat Jun 5 12:12:34 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 5 Jun 2010 06:12:34 -0400 Subject: [Lunar-commits] openoffice-src: Version bump. The testautomation tarball still needs to point Message-ID: <20100605095818.4842B9B21A@doppio.foo-projects.org> commit 626d72b13b92c00ad62d4ec0a03c009e4735f3cc Author: Dennis `stumbles` Veatch Date: Sat Jun 5 06:12:34 2010 -0400 openoffice-src: Version bump. The testautomation tarball still needs to point at 3.2.0. --- x11-apps/openoffice-src/BUILD | 3 ++- x11-apps/openoffice-src/DETAILS | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/x11-apps/openoffice-src/BUILD b/x11-apps/openoffice-src/BUILD index 2466d41..3d94fec 100644 --- a/x11-apps/openoffice-src/BUILD +++ b/x11-apps/openoffice-src/BUILD @@ -59,8 +59,9 @@ export QT4DIR && export QT4INC && export QT4LIB && - export KDE4DIR + export KDE4DIR fi && + if module_installed sun-jdk ; then OPTS="$OPTS --with-jdk-home=$JAVA_HOME"; else diff --git a/x11-apps/openoffice-src/DETAILS b/x11-apps/openoffice-src/DETAILS index 2dcae24..9ed829a 100644 --- a/x11-apps/openoffice-src/DETAILS +++ b/x11-apps/openoffice-src/DETAILS @@ -1,30 +1,30 @@ MODULE=openoffice-src - VERSION=3.2.0 + VERSION=3.2.1 SOURCE=OOo_${VERSION}_src_core.tar.bz2 SOURCE2=mozilla-source-1.7.5.tar.gz SOURCE3=OOo_${VERSION}_src_l10n.tar.bz2 SOURCE4=OOo_${VERSION}_src_system.tar.bz2 SOURCE5=OOo_${VERSION}_src_extensions.tar.bz2 SOURCE6=OOo_${VERSION}_src_binfilter.tar.bz2 - SOURCE7=OOo_${VERSION}_src_testautomation.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO320_m12 + SOURCE7=OOo_3.2.0_src_testautomation.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO320_m19 SOURCE_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/ SOURCE2_URL=ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/ SOURCE3_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/ SOURCE4_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/ SOURCE5_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/ SOURCE6_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/ - SOURCE7_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/ - SOURCE_VFY=sha1:0246b77b0cb8445eb0c3ee9fb43f6e00ca54a61b + SOURCE7_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/3.2.0/ + SOURCE_VFY=sha1:50416998ecca06118dbfb7ca8b1ab348cd9419c3 SOURCE2_VFY=sha1:bb2a89b95d7626a63a3787208e0abb99ea595d24 - SOURCE3_VFY=sha1:7fefe877a551b4910ad40f7c828024d64ad92abd - SOURCE4_VFY=sha1:ea0cdaa50ac620219671deb30070d3c52d0e509c - SOURCE5_VFY=sha1:860262cc0f3c6bf0e49d34ad495b956512265ad3 - SOURCE6_VFY=sha1:ef1041645ae444395f004eef4dbe31c472501476 + SOURCE3_VFY=sha1:700bbc2ea378c866855512681369e67b21a03417 + SOURCE4_VFY=sha1:a7ac0bf3806ffb1ee3fd05b71e9e6b1a7bf577b1 + SOURCE5_VFY=sha1:e0cd094a38973f9314e775ece03e6d7315607733 + SOURCE6_VFY=sha1:120dcb4c080423eb1135c582e8d1251b67585a25 SOURCE7_VFY=sha1:2ceb738b76f70feb4b4459308180dd65fcedf7e5 WEB_SITE=http://www.openoffice.org ENTERED=20030805 - UPDATED=20100306 + UPDATED=20100604 SHORT="OpenOffice.org Office Suite" cat << EOF OpenOffice.org Office Suite From florin at lunar-linux.org Sat Jun 5 19:20:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Jun 2010 20:20:03 +0300 Subject: [Lunar-commits] OpenSceneGraph: a real-time graphics toolkit. Message-ID: <20100605170404.BEB9A9B21A@doppio.foo-projects.org> commit a5ca585e665d752f0a5529f16eef27bb9b3a3fbb Author: Florin Braescu Date: Sat Jun 5 20:20:03 2010 +0300 OpenSceneGraph: a real-time graphics toolkit. --- graphics/OpenSceneGraph/BUILD | 6 ++++++ graphics/OpenSceneGraph/DEPENDS | 7 +++++++ graphics/OpenSceneGraph/DETAILS | 15 +++++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/graphics/OpenSceneGraph/BUILD b/graphics/OpenSceneGraph/BUILD new file mode 100644 index 0000000..7fa81fb --- /dev/null +++ b/graphics/OpenSceneGraph/BUILD @@ -0,0 +1,6 @@ +( + + cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release + default_make + +) > $C_FIFO 2>&1 diff --git a/graphics/OpenSceneGraph/DEPENDS b/graphics/OpenSceneGraph/DEPENDS new file mode 100644 index 0000000..800a487 --- /dev/null +++ b/graphics/OpenSceneGraph/DEPENDS @@ -0,0 +1,7 @@ +depends cmake +depends jasper +depends libungif +depends curl +depends pth +depends xine-lib + diff --git a/graphics/OpenSceneGraph/DETAILS b/graphics/OpenSceneGraph/DETAILS new file mode 100644 index 0000000..158abc7 --- /dev/null +++ b/graphics/OpenSceneGraph/DETAILS @@ -0,0 +1,15 @@ + MODULE=OpenSceneGraph + VERSION=2.8.3 + SOURCE=$MODULE-$VERSION.zip + SOURCE_URL=http://www.openscenegraph.org/downloads/stable_releases/$MODULE-$VERSION/source + SOURCE_VFY=sha1:90502e4cbd47aac1689cc39d25ab62bbe0bba9fc + WEB_SITE=http://www.openscenegraph.org + ENTERED=20100605 + UPDATED=20100605 + SHORT="A high performance real-time graphics toolkit" + +cat << EOF +The OpenSceneGraph is an open source high performance 3D graphics toolkit, +used by application developers in fields such as visual simulation, games, +virtual reality, scientific visualization and modelling. +EOF From florin at lunar-linux.org Sat Jun 5 19:25:36 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Jun 2010 20:25:36 +0300 Subject: [Lunar-commits] SimGear: version bumped to 2.0.0. Message-ID: <20100605170957.1E94E9B21A@doppio.foo-projects.org> commit 76b6b7cf12e5e317ad3a4805f62c6e9cc4096315 Author: Florin Braescu Date: Sat Jun 5 20:25:36 2010 +0300 SimGear: version bumped to 2.0.0. Many new features and enhacements. It's using OpenSceneGraph now. --- games/SimGear/DEPENDS | 7 ++++--- games/SimGear/DETAILS | 13 ++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/games/SimGear/DEPENDS b/games/SimGear/DEPENDS index d8b952b..ad45f0e 100644 --- a/games/SimGear/DEPENDS +++ b/games/SimGear/DEPENDS @@ -1,3 +1,4 @@ -depends plib && -depends metakit && -depends openal +depends plib +depends freealut +depends OpenSceneGraph + diff --git a/games/SimGear/DETAILS b/games/SimGear/DETAILS index d2a9756..d37627b 100644 --- a/games/SimGear/DETAILS +++ b/games/SimGear/DETAILS @@ -1,14 +1,13 @@ MODULE=SimGear - VERSION=1.0.0 + VERSION=2.0.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=ftp://ftp.simgear.org/pub/simgear/Source/ - SOURCE_URL[1]=ftp://ftp.ihg.uni-duisburg.de/Mirrors/ftp.simgear.org/Source/ - SOURCE_VFY=sha1:cad6cc8a205005731633d8dec994cfa299f90e8a + SOURCE_URL[0]=ftp://ftp.simgear.org/pub/simgear/Source + SOURCE_URL[1]=ftp://ftp.ihg.uni-duisburg.de/Mirrors/ftp.simgear.org/Source + SOURCE_VFY=sha1:38dfd5644903670bdf1405e771c73aca6d43b595 WEB_SITE=http://simgear.sourceforge.net ENTERED=20010922 - UPDATED=20060420 - SHORT="simulation construction tools used by FlightGear." - + UPDATED=20100605 + SHORT="simulation construction tools used by FlightGear" PSAFE=no cat << EOF From florin at lunar-linux.org Sat Jun 5 22:37:04 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Jun 2010 23:37:04 +0300 Subject: [Lunar-commits] FlightGeat-data: The data needed to run FlightGear. Message-ID: <20100605202205.174CF9B30E@doppio.foo-projects.org> commit 71b4a8a4bba8ee23b9e67eb93a15df58f99eccbb Author: Florin Braescu Date: Sat Jun 5 23:37:04 2010 +0300 FlightGeat-data: The data needed to run FlightGear. --- games/FlightGear-data/BUILD | 8 ++++++++ games/FlightGear-data/DETAILS | 21 +++++++++++++++++++++ games/FlightGear-data/PRE_BUILD | 4 ++++ 3 files changed, 33 insertions(+), 0 deletions(-) diff --git a/games/FlightGear-data/BUILD b/games/FlightGear-data/BUILD new file mode 100644 index 0000000..b72919f --- /dev/null +++ b/games/FlightGear-data/BUILD @@ -0,0 +1,8 @@ +( + + prepare_install && + mkdir -p /usr/share/games/FlightGear && + cp -avr data/* /usr/share/games/FlightGear && + ln -sf /usr/share/games/FlightGear /usr/share/FlightGear + +) > $C_FIFO 2>&1 diff --git a/games/FlightGear-data/DETAILS b/games/FlightGear-data/DETAILS new file mode 100644 index 0000000..7316214 --- /dev/null +++ b/games/FlightGear-data/DETAILS @@ -0,0 +1,21 @@ + MODULE=FlightGear-data + VERSION=2.0.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=http://ftp.linux.kiev.ua/pub/fgfs/Shared + SOURCE_URL[1]=ftp://ftp.kingmont.com/flightsims/flightgear/Shared + SOURCE_URL[2]=ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared + SOURCE_VFY=sha1:dba35023df93d5f2d2a6cb63370336a54f771b2f + WEB_SITE=http://flightgear.sourceforge.net + ENTERED=20100605 + UPDATED=20100605 + SHORT="Provides the base files required by FlightGear" + +cat << EOF +The Flight Gear Flight Simulator project is a free, open-source, +multi-platform, cooperative flight sim development project. Source code +for the entire project is available and licensed under the GPL. The +Flight Gear project is working to create a sophisticated flight +simulator framework for the development and pursuit of interesting +flight simulator ideas. We are developing a good basic sim that can be +expanded and improved upon by anyone interested in contributing. +EOF diff --git a/games/FlightGear-data/PRE_BUILD b/games/FlightGear-data/PRE_BUILD new file mode 100644 index 0000000..ae79d73 --- /dev/null +++ b/games/FlightGear-data/PRE_BUILD @@ -0,0 +1,4 @@ +default_pre_build && +mkdir -p $SOURCE_DIRECTORY && +cd $SOURCE_DIRECTORY && +unpack $SOURCE From florin at lunar-linux.org Sat Jun 5 22:36:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Jun 2010 23:36:20 +0300 Subject: [Lunar-commits] fgfs-base: remove it from the moonbase. Message-ID: <20100605202205.0A1469B21A@doppio.foo-projects.org> commit 74b35eacc89f47f1a0ad5ae390e657de5ffb3930 Author: Florin Braescu Date: Sat Jun 5 23:36:20 2010 +0300 fgfs-base: remove it from the moonbase. --- games/fgfs-base/BUILD | 8 -------- games/fgfs-base/DETAILS | 22 ---------------------- games/fgfs-base/PRE_BUILD | 4 ---- 3 files changed, 0 insertions(+), 34 deletions(-) diff --git a/games/fgfs-base/BUILD b/games/fgfs-base/BUILD deleted file mode 100644 index b72919f..0000000 --- a/games/fgfs-base/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - - prepare_install && - mkdir -p /usr/share/games/FlightGear && - cp -avr data/* /usr/share/games/FlightGear && - ln -sf /usr/share/games/FlightGear /usr/share/FlightGear - -) > $C_FIFO 2>&1 diff --git a/games/fgfs-base/DETAILS b/games/fgfs-base/DETAILS deleted file mode 100644 index 53635de..0000000 --- a/games/fgfs-base/DETAILS +++ /dev/null @@ -1,22 +0,0 @@ - MODULE=fgfs-base - VERSION=0.9.10 - SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/FlightGear-$VERSION - SOURCE_URL[0]=ftp://ftp.flightgear.org/pub/fgfs/Shared/ - SOURCE_URL[1]=http://planetmirror.com/pub/fgfs/Shared/ - SOURCE_URL[2]=ftp://ftp.darklands.cx/pub/fgfs/Shared/ - SOURCE_VFY=sha1:4fc61a0791613e95f23c733cf32f7ac107478dfc - WEB_SITE=http://flightgear.sourceforge.net - ENTERED=20010922 - UPDATED=20060420 - SHORT="fgfs-base provides the base files required by FlightGear." - -cat << EOF -The Flight Gear Flight Simulator project is a free, open-source, -multi-platform, cooperative flight sim development project. Source code -for the entire project is available and licensed under the GPL. The -Flight Gear project is working to create a sophisticated flight -simulator framework for the development and pursuit of interesting -flight simulator ideas. We are developing a good basic sim that can be -expanded and improved upon by anyone interested in contributing. -EOF diff --git a/games/fgfs-base/PRE_BUILD b/games/fgfs-base/PRE_BUILD deleted file mode 100644 index ae79d73..0000000 --- a/games/fgfs-base/PRE_BUILD +++ /dev/null @@ -1,4 +0,0 @@ -default_pre_build && -mkdir -p $SOURCE_DIRECTORY && -cd $SOURCE_DIRECTORY && -unpack $SOURCE From florin at lunar-linux.org Sat Jun 5 22:38:01 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Jun 2010 23:38:01 +0300 Subject: [Lunar-commits] FlightGear: version bumped to 2.0.0. Message-ID: <20100605202205.2BC809B30F@doppio.foo-projects.org> commit e27315183f6b667057730e0304e8f7e9b1ef012b Author: Florin Braescu Date: Sat Jun 5 23:38:01 2010 +0300 FlightGear: version bumped to 2.0.0. Many new features and enhacements. --- games/FlightGear/BUILD | 1 - games/FlightGear/DEPENDS | 5 +++-- games/FlightGear/DETAILS | 17 +++++++---------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/games/FlightGear/BUILD b/games/FlightGear/BUILD index 6c62820..7165e6d 100644 --- a/games/FlightGear/BUILD +++ b/games/FlightGear/BUILD @@ -3,7 +3,6 @@ ./configure --prefix=/usr \ --bindir=/usr/games \ $OPTS && - default_build ) > $C_FIFO 2>&1 diff --git a/games/FlightGear/DEPENDS b/games/FlightGear/DEPENDS index 47863e8..54ed096 100644 --- a/games/FlightGear/DEPENDS +++ b/games/FlightGear/DEPENDS @@ -1,2 +1,3 @@ -depends SimGear && -depends fgfs-base +depends boost +depends SimGear +depends FlightGear-data diff --git a/games/FlightGear/DETAILS b/games/FlightGear/DETAILS index be106d7..8002e83 100644 --- a/games/FlightGear/DETAILS +++ b/games/FlightGear/DETAILS @@ -1,18 +1,15 @@ MODULE=FlightGear - VERSION=0.9.10 + VERSION=2.0.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=ftp://ftp.flightgear.org/pub/fgfs/Source/ - SOURCE_URL[1]=ftp://ftp.flightgear.org/pub/fgfs/ - SOURCE_URL[2]=ftp://baron.flightgear.org/pub/fgfs/ - SOURCE_URL[3]=ftp://ftp.kingmont.com/pub/kingmont/flight_simulators/flightgear/ - SOURCE_URL[4]=ftp://flightgear.totalpilot.com/pub/fgfs/ - SOURCE_VFY=sha1:29911b9c17cece50a9e7d501f2259c89c0fa44ba + SOURCE_URL[0]=ftp://ftp.de.flightgear.org/pub/fgfs/Source + SOURCE_URL[1]=http://ftp.linux.kiev.ua/pub/fgfs/Source + SOURCE_URL[2]=http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source + SOURCE_VFY=sha1:666d7a165e121feaabd2235959f5ed853ee88126 WEB_SITE=http://www.flightgear.org ENTERED=20010922 UPDATED=20060420 - SHORT="flight simulator." - -PSAFE=no + SHORT="A flight simulator" +PSAFE=no cat << EOF The Flight Gear Flight Simulator project is a free, open-source, From florin at lunar-linux.org Sun Jun 6 07:29:01 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Jun 2010 08:29:01 +0300 Subject: [Lunar-commits] libebml: version bumped to 1.0.0. Message-ID: <20100606051307.0CF2E9B21A@doppio.foo-projects.org> commit 998eb56e9453131e19645a7ae743351231cf59ec Author: Florin Braescu Date: Sun Jun 6 08:29:01 2010 +0300 libebml: version bumped to 1.0.0. Bugfixes and improvements. --- video/libebml/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/libebml/DETAILS b/video/libebml/DETAILS index 89ff735..493be5a 100644 --- a/video/libebml/DETAILS +++ b/video/libebml/DETAILS @@ -1,11 +1,11 @@ MODULE=libebml - VERSION=0.8.0 + VERSION=1.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://dl.matroska.org/downloads/$MODULE - SOURCE_VFY=sha1:d927e787e3c2cb95d206c7ad9febb599ce676d06 + SOURCE_VFY=sha1:8b79752ddb6cadab0346b43785432c554dbf220d WEB_SITE=http://www.matroska.org ENTERED=20031113 - UPDATED=20100516 + UPDATED=20100606 MAINTAINER=florin at lunar-linux.org SHORT="EBML implementation library" From florin at lunar-linux.org Sun Jun 6 07:31:51 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Jun 2010 08:31:51 +0300 Subject: [Lunar-commits] libmatroska: version bumped to 1.0.0. Message-ID: <20100606053253.3A3F39B21A@doppio.foo-projects.org> commit d5d5820a2107a5609d8b64ac27d010cda8422f1e Author: Florin Braescu Date: Sun Jun 6 08:31:51 2010 +0300 libmatroska: version bumped to 1.0.0. Bugfixes and improvements. --- video/libmatroska/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/libmatroska/DETAILS b/video/libmatroska/DETAILS index 3f8196a..cb53e5d 100644 --- a/video/libmatroska/DETAILS +++ b/video/libmatroska/DETAILS @@ -1,12 +1,12 @@ MODULE=libmatroska - VERSION=0.9.0 + VERSION=1.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.bunkus.org/videotools/mkvtoolnix/sources SOURCE_URL[1]=http://matroska.free.fr/downloads/$MODULE - SOURCE_VFY=sha1:f17bc0d2602b1e734f00685c533c84f5e55e4295 + SOURCE_VFY=sha1:1f58217968a081bd550ec06f2d6beb81a7a3ac68 WEB_SITE=http://www.matroska.org ENTERED=20031113 - UPDATED=20100516 + UPDATED=20100606 MAINTAINER=florin at lunar-linux.org SHORT="This library implements a multimedia container format" From florin at lunar-linux.org Sun Jun 6 09:32:15 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Jun 2010 10:32:15 +0300 Subject: [Lunar-commits] dnsmasq: version bumped to 2.53. Message-ID: <20100606071621.993459B21A@doppio.foo-projects.org> commit 44b12e71604651edab0337df2f72fc1836688e40 Author: Florin Braescu Date: Sun Jun 6 10:32:15 2010 +0300 dnsmasq: version bumped to 2.53. Some new features bugfixes and enhacements. --- net/dnsmasq/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dnsmasq/DETAILS b/net/dnsmasq/DETAILS index 4fb3066..4e9dab8 100644 --- a/net/dnsmasq/DETAILS +++ b/net/dnsmasq/DETAILS @@ -1,11 +1,11 @@ MODULE=dnsmasq - VERSION=2.52 + VERSION=2.53 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.thekelleys.org.uk/$MODULE - SOURCE_VFY=sha1:3c498251a6ce3bb457605d97b290958e63630bce + SOURCE_VFY=sha1:d84193bda8d28210aebe1c9c7218491483358bb4 WEB_SITE=http://www.thekelleys.org.uk ENTERED=20070205 - UPDATED=20100309 + UPDATED=20100606 SHORT="Easy to configure DNS forwarder and DHCP server" cat << EOF From florin at lunar-linux.org Sun Jun 6 09:37:51 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Jun 2010 10:37:51 +0300 Subject: [Lunar-commits] django: version bumped to 1.2.1. Message-ID: <20100606072152.158169B21A@doppio.foo-projects.org> commit 2ab96eb569d5f6a26f1637ea7c2dd56ccdbf982f Author: Florin Braescu Date: Sun Jun 6 10:37:51 2010 +0300 django: version bumped to 1.2.1. Many new features, bugfixes and improvements. --- python/django/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/django/DETAILS b/python/django/DETAILS index 1ef1327..d046fee 100644 --- a/python/django/DETAILS +++ b/python/django/DETAILS @@ -1,12 +1,12 @@ MODULE=django - VERSION=1.1 + VERSION=1.2.1 SOURCE=Django-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Django-$VERSION - SOURCE_URL=http://media.djangoproject.com/releases/1.1/ - SOURCE_VFY=sha1:690dda39595d70678840e917d712fc916d137c16 - WEB_SITE=http://djangoproject.com/ + SOURCE_URL=http://media.djangoproject.com/releases/1.2 + SOURCE_VFY=sha1:1b5655f300d7333be06289451723dc5260a9944c + WEB_SITE=http://djangoproject.com ENTERED=20090525 - UPDATED=20090814 + UPDATED=20100606 SHORT="High-level Python web framework" MAINTAINER=jannis at lunar-linux.org From florin at lunar-linux.org Sun Jun 6 09:41:39 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Jun 2010 10:41:39 +0300 Subject: [Lunar-commits] rocksndismonds: version bumped to 3.3.0.0. Message-ID: <20100606072531.063C09B21A@doppio.foo-projects.org> commit b222239d2e6b5059b05a530feb6d3802698452d5 Author: Florin Braescu Date: Sun Jun 6 10:41:39 2010 +0300 rocksndismonds: version bumped to 3.3.0.0. --- games/rocksndiamonds/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/rocksndiamonds/DETAILS b/games/rocksndiamonds/DETAILS index 4050dfc..0add440 100644 --- a/games/rocksndiamonds/DETAILS +++ b/games/rocksndiamonds/DETAILS @@ -1,12 +1,12 @@ MODULE=rocksndiamonds - VERSION=3.2.6.0 + VERSION=3.3.0.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://www.artsoft.org/RELEASES/unix/$MODULE - SOURCE_URL[1]=http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/ - SOURCE_VFY=sha1:cebf6b856d20f7bacc7f20d2ce97c63bf3c9aec7 + SOURCE_URL[1]=http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles + SOURCE_VFY=sha1:87adc52a2ee648d0199612641d55a1c5fa0d82fe WEB_SITE=http://www.artsoft.org/$MODULE ENTERED=20040701 - UPDATED=20081125 + UPDATED=20100606 SHORT="Arcade game like Boulderdash" cat < wesnoth: version bumped to 1.8.2. Message-ID: <20100606092120.D692C9B21A@doppio.foo-projects.org> commit f0adff4c2cad95156f5d22751bc2462f21fe42e7 Author: Florin Braescu Date: Sun Jun 6 12:36:49 2010 +0300 wesnoth: version bumped to 1.8.2. --- games/wesnoth/BUILD | 1 + games/wesnoth/DEPENDS | 8 +++++++- games/wesnoth/DETAILS | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/games/wesnoth/BUILD b/games/wesnoth/BUILD index 7a85332..ed9f7ae 100644 --- a/games/wesnoth/BUILD +++ b/games/wesnoth/BUILD @@ -1,5 +1,6 @@ ( + ./autogen.sh && sedit 's:"\${datadir}"/icons:/usr/share/icons:' configure && sedit 's:"\${datadir}"/applications:/usr/share/applications:' configure && default_game_build && diff --git a/games/wesnoth/DEPENDS b/games/wesnoth/DEPENDS index 1005be6..062db61 100644 --- a/games/wesnoth/DEPENDS +++ b/games/wesnoth/DEPENDS @@ -3,6 +3,12 @@ depends SDL_mixer depends SDL_ttf depends SDL_net depends boost +depends lua +depends pango -optional_depends optipng "--enable-optipng" "--disable-optipng" "for optimizing png size" optional_depends ImageMagick "" "" "if you want support for resolutions smaller than 800x600" + +optional_depends optipng \ + "--enable-optipng" \ + "--disable-optipng" \ + "for optimizing png size" diff --git a/games/wesnoth/DETAILS b/games/wesnoth/DETAILS index c4bb8a0..b8f992d 100644 --- a/games/wesnoth/DETAILS +++ b/games/wesnoth/DETAILS @@ -1,18 +1,18 @@ MODULE=wesnoth - VERSION=1.6.5 + VERSION=1.8.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://www.wesnoth.org/files - SOURCE_VFY=sha1:232dac3a4327555bf52212cf4420c9ea823220e4 + SOURCE_VFY=sha1:772e4847b5c99cef06872ea35c43f4cad2eb622e WEB_SITE=http://www.wesnoth.org ENTERED=20040701 - UPDATED=20090912 + UPDATED=20100606 SHORT="Battle for Wesnoth - fantasy turn-based strategy game" cat < mkvtoolnix: version bumped to 4.0.0. Message-ID: <20100606115441.E13D29B21A@doppio.foo-projects.org> commit e43e823b416feefea2690bcf4865cc828409f2d3 Author: Florin Braescu Date: Sun Jun 6 15:09:50 2010 +0300 mkvtoolnix: version bumped to 4.0.0. This release introduces full WebM support for mkvmerge, mkvextract, and mmg. This consists of several restrictions for the WebM container, VP8 track support, and IVF container support. Several bugs reading Matroska/WebM files with elements with an unknown size have been fixed. mkvextract cannot extract FLAC into OggFLAC files anymore, only into raw FLAC files. mmg shows the estimated remaining time during muxing. --- video/mkvtoolnix/BUILD | 1 + video/mkvtoolnix/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/video/mkvtoolnix/BUILD b/video/mkvtoolnix/BUILD index 8dbdcbb..94c5b46 100644 --- a/video/mkvtoolnix/BUILD +++ b/video/mkvtoolnix/BUILD @@ -1,6 +1,7 @@ ( . /etc/profile.d/qt4.rc + sedit 's:console_show_element(level, text, position):console_show_element(level, text, position, size):' src/info/qt_ui.cpp && default_build ) > $C_FIFO 2>&1 diff --git a/video/mkvtoolnix/DETAILS b/video/mkvtoolnix/DETAILS index 045bf4d..f2d9b62 100644 --- a/video/mkvtoolnix/DETAILS +++ b/video/mkvtoolnix/DETAILS @@ -1,11 +1,11 @@ MODULE=mkvtoolnix - VERSION=3.4.0 + VERSION=4.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.bunkus.org/videotools/$MODULE/sources - SOURCE_VFY=sha1:ec29960fa5d23d3a090882c70806c34c50548a4f + SOURCE_VFY=sha1:ee9f2f8e25e8c6b34905c981a686691210a1b5cc WEB_SITE=http://www.bunkus.org/videotools/mkvtoolnix ENTERED=20031113 - UPDATED=20100516 + UPDATED=20100606 MAINTAINER=florin at lunar-linux.org SHORT="Tools for using Matroska audio/video container files" From florin at lunar-linux.org Sun Jun 6 14:23:06 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Jun 2010 15:23:06 +0300 Subject: [Lunar-commits] evolution: make gweather optional. Message-ID: <20100606120719.CEBFB9B21A@doppio.foo-projects.org> commit 069dce4505199dc720f79a987d43f084939701a5 Author: Florin Braescu Date: Sun Jun 6 15:23:06 2010 +0300 evolution: make gweather optional. Thanks to brebs for the submission. --- gnome2/desktop/evolution/DEPENDS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gnome2/desktop/evolution/DEPENDS b/gnome2/desktop/evolution/DEPENDS index 5100b49..779ae36 100644 --- a/gnome2/desktop/evolution/DEPENDS +++ b/gnome2/desktop/evolution/DEPENDS @@ -53,3 +53,7 @@ optional_depends gnome-pilot \ "" \ "for more Palm Pilot support" +optional_depends gweather \ + "" \ + "--disable-weather" \ + "for calendar-weather plugin" From florin at lunar-linux.org Sun Jun 6 14:35:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Jun 2010 15:35:25 +0300 Subject: [Lunar-commits] gobject-introspection: version bumped to 0.6.14. Message-ID: <20100606121942.846439B21A@doppio.foo-projects.org> commit 12d70f7699fd3c14839d17d49daf60d2eb9e873a Author: Florin Braescu Date: Sun Jun 6 15:35:25 2010 +0300 gobject-introspection: version bumped to 0.6.14. Thanks to lazyape for the submission. --- gnome2/bindings/gobject-introspection/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/bindings/gobject-introspection/DETAILS b/gnome2/bindings/gobject-introspection/DETAILS index b2990aa..740031e 100644 --- a/gnome2/bindings/gobject-introspection/DETAILS +++ b/gnome2/bindings/gobject-introspection/DETAILS @@ -1,12 +1,12 @@ MODULE=gobject-introspection MAJOR=0.6 - VERSION=$MAJOR.12 + VERSION=$MAJOR.14 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:c0feb69208d1e406657cfc5ea859e00d9f91f302 + SOURCE_VFY=sha1:d47714defced03420bc9e5a91defab654823016c WEB_SITE=http://live.gnome.org/GObjectIntrospection ENTERED=20091102 - UPDATED=20100527 + UPDATED=20100606 SHORT="It describes and collect APIs" cat << EOF From florin at lunar-linux.org Mon Jun 7 11:03:38 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 7 Jun 2010 12:03:38 +0300 Subject: [Lunar-commits] gettext: version bumped to 0.18.1.1. Message-ID: <20100607084855.C88F19B21A@doppio.foo-projects.org> commit 21bb312859c119da3a322559020ccc5610c5e46f Author: Florin Braescu Date: Mon Jun 7 12:03:38 2010 +0300 gettext: version bumped to 0.18.1.1. Last minute fixes. --- libs/gettext/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/gettext/DETAILS b/libs/gettext/DETAILS index df09ea2..039e933 100644 --- a/libs/gettext/DETAILS +++ b/libs/gettext/DETAILS @@ -1,12 +1,12 @@ MODULE=gettext - VERSION=0.18.1 + VERSION=0.18.1.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE - SOURCE_VFY=sha1:14f870a5453932880f81ce90aa59b3da9d4daf5c + SOURCE_VFY=sha1:5009deb02f67fc3c59c8ce6b82408d1d35d4e38f WEB_SITE=http://www.gnu.org/software/gettext ENTERED=20010922 - UPDATED=20100604 + UPDATED=20100607 PSAFE="no" SHORT="The GNU internationalisation library" From florin at lunar-linux.org Mon Jun 7 11:11:05 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 7 Jun 2010 12:11:05 +0300 Subject: [Lunar-commits] dash: version bumped to 0.5.6.1. Message-ID: <20100607085509.B8AEF9B21A@doppio.foo-projects.org> commit b17b40518357177be767c64d7931545884ca996f Author: Florin Braescu Date: Mon Jun 7 12:11:05 2010 +0300 dash: version bumped to 0.5.6.1. Bugfixes release. --- shells/dash/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shells/dash/DETAILS b/shells/dash/DETAILS index 994515c..496a0cc 100644 --- a/shells/dash/DETAILS +++ b/shells/dash/DETAILS @@ -1,11 +1,11 @@ MODULE=dash - VERSION=0.5.6 + VERSION=0.5.6.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://gondor.apana.org.au/~herbert/dash/files - SOURCE_VFY=sha1:c62f94f09feb5eeb5e4b90793c5b6d5dad6ac003 + SOURCE_VFY=sha1:06944456a1e3a2cbc325bffd0c898eff198b210a WEB_SITE=http://gondor.apana.org.au/~herbert/dash/files ENTERED=20090329 - UPDATED=20100515 + UPDATED=20100607 SHORT="a lightweight POSIX-compliant shell derived from ash" cat < evince: Adding an optional_depends to disable DVI backend support. Message-ID: <20100607105132.DD6749B21A@doppio.foo-projects.org> commit 033ccb1dd8e2887f0c68afc9fa2c0d9e12678e21 Author: Dennis `stumbles` Veatch Date: Mon Jun 7 07:07:16 2010 -0400 evince: Adding an optional_depends to disable DVI backend support. --- gnome2/desktop/evince/DEPENDS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/gnome2/desktop/evince/DEPENDS b/gnome2/desktop/evince/DEPENDS index 6c33990..940c2b9 100644 --- a/gnome2/desktop/evince/DEPENDS +++ b/gnome2/desktop/evince/DEPENDS @@ -36,3 +36,8 @@ optional_depends "libgnomeprintui" \ "--with-print=gnome" \ "--with-print=gtk" \ "for the GNOME printer UI instead of the GTK UI" + +optional_depends "teTeX" \ + "--enable-dvi" \ + "--disable-dvi" \ + "for DVI Backend support" From stumbles at lunar-linux.org Mon Jun 7 13:13:50 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 7 Jun 2010 07:13:50 -0400 Subject: [Lunar-commits] OpenSceneGraph: Switching to the xine-lib alias and adjusting the Message-ID: <20100607105809.A0DB19B21A@doppio.foo-projects.org> commit 8de9c6ad987a9229d744a2db30fa7cc54d0c4605 Author: Dennis `stumbles` Veatch Date: Mon Jun 7 07:13:50 2010 -0400 OpenSceneGraph: Switching to the xine-lib alias and adjusting the build. --- graphics/OpenSceneGraph/BUILD | 10 +++++++++- graphics/OpenSceneGraph/DEPENDS | 3 +-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/graphics/OpenSceneGraph/BUILD b/graphics/OpenSceneGraph/BUILD index 7fa81fb..11e89bb 100644 --- a/graphics/OpenSceneGraph/BUILD +++ b/graphics/OpenSceneGraph/BUILD @@ -1,6 +1,14 @@ ( - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + default_make ) > $C_FIFO 2>&1 diff --git a/graphics/OpenSceneGraph/DEPENDS b/graphics/OpenSceneGraph/DEPENDS index 800a487..e3315eb 100644 --- a/graphics/OpenSceneGraph/DEPENDS +++ b/graphics/OpenSceneGraph/DEPENDS @@ -3,5 +3,4 @@ depends jasper depends libungif depends curl depends pth -depends xine-lib - +depends %XINELIB From florin at lunar-linux.org Mon Jun 7 14:38:18 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 7 Jun 2010 15:38:18 +0300 Subject: [Lunar-commits] pgadmin3: version bumped to 1.10.3. Message-ID: <20100607122225.E5E8C9B21A@doppio.foo-projects.org> commit d619277507528ec129bc0f1ca53187b737ab26ce Author: Florin Braescu Date: Mon Jun 7 15:38:18 2010 +0300 pgadmin3: version bumped to 1.10.3. Bugfixes release. --- sql/pgadmin3/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/pgadmin3/DETAILS b/sql/pgadmin3/DETAILS index cd2e0bc..d8f9721 100644 --- a/sql/pgadmin3/DETAILS +++ b/sql/pgadmin3/DETAILS @@ -1,11 +1,11 @@ MODULE=pgadmin3 - VERSION=1.10.2 + VERSION=1.10.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v$VERSION/src - SOURCE_VFY=sha1:8fefde8e22a40b7f3009203a90088bd1eb3ab846 + SOURCE_VFY=sha1:d5895ca8be9cccf0faa626b2b7be0049dd4abf92 WEB_SITE=http://www.pgadmin.org/index.php ENTERED=20050728 - UPDATED=20100312 + UPDATED=20100607 SHORT="administration and development platform for the PostgreSQL database" cat << EOF From engelsman at lunar-linux.org Mon Jun 7 21:59:39 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 7 Jun 2010 21:59:39 +0200 Subject: [Lunar-commits] Software-License: version 0.101410 added to moonbase/perl Message-ID: <20100607195033.1B15F9B21A@doppio.foo-projects.org> commit 7f987cd46e26145db30f7763925678bd1128f12c Author: Duncan Gibson Date: Mon Jun 7 21:59:39 2010 +0200 Software-License: version 0.101410 added to moonbase/perl required for Module-Build (coming soon to a moonbase near you :-) --- perl/Software-License/BUILD | 6 ++++++ perl/Software-License/DEPENDS | 1 + perl/Software-License/DETAILS | 13 +++++++++++++ 3 files changed, 20 insertions(+), 0 deletions(-) diff --git a/perl/Software-License/BUILD b/perl/Software-License/BUILD new file mode 100644 index 0000000..09a7d62 --- /dev/null +++ b/perl/Software-License/BUILD @@ -0,0 +1,6 @@ +( + + perl Makefile.PL && + default_make + +) > $C_FIFO 2>&1 diff --git a/perl/Software-License/DEPENDS b/perl/Software-License/DEPENDS new file mode 100644 index 0000000..6826bc7 --- /dev/null +++ b/perl/Software-License/DEPENDS @@ -0,0 +1 @@ +depends perl diff --git a/perl/Software-License/DETAILS b/perl/Software-License/DETAILS new file mode 100644 index 0000000..b0cabf9 --- /dev/null +++ b/perl/Software-License/DETAILS @@ -0,0 +1,13 @@ + MODULE=Software-License + VERSION=0.101410 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/ + SOURCE_VFY=sha1:4104db6e03624e9df1f6ec5607e5b62e5dd01b3a + WEB_SITE=http://search.cpan.org/dist/$MODULE/ + ENTERED=20100606 + UPDATED=20100606 + SHORT="Perl packages that provide templated software licenses" +cat << EOF +Perl packages that provide templated software licenses +EOF From engelsman at lunar-linux.org Mon Jun 7 22:02:20 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 7 Jun 2010 22:02:20 +0200 Subject: [Lunar-commits] YAML-Tiny: version 1.41 added to moonbase/perl Message-ID: <20100607195033.2C3C49B21B@doppio.foo-projects.org> commit 4f4e4c2a4eb960ed463c3199cc0f659e7bb6cf91 Author: Duncan Gibson Date: Mon Jun 7 22:02:20 2010 +0200 YAML-Tiny: version 1.41 added to moonbase/perl required for Module-Build (coming next to a moonbase near you :-) --- perl/YAML-Tiny/BUILD | 6 ++++++ perl/YAML-Tiny/DEPENDS | 1 + perl/YAML-Tiny/DETAILS | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+), 0 deletions(-) diff --git a/perl/YAML-Tiny/BUILD b/perl/YAML-Tiny/BUILD new file mode 100644 index 0000000..09a7d62 --- /dev/null +++ b/perl/YAML-Tiny/BUILD @@ -0,0 +1,6 @@ +( + + perl Makefile.PL && + default_make + +) > $C_FIFO 2>&1 diff --git a/perl/YAML-Tiny/DEPENDS b/perl/YAML-Tiny/DEPENDS new file mode 100644 index 0000000..6826bc7 --- /dev/null +++ b/perl/YAML-Tiny/DEPENDS @@ -0,0 +1 @@ +depends perl diff --git a/perl/YAML-Tiny/DETAILS b/perl/YAML-Tiny/DETAILS new file mode 100644 index 0000000..1991d7a --- /dev/null +++ b/perl/YAML-Tiny/DETAILS @@ -0,0 +1,18 @@ + MODULE=YAML-Tiny + VERSION=1.41 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ + SOURCE_VFY=sha1:03efc3885bc39a2934b09ddacdc44a39929e5638 + WEB_SITE=http://search.cpan.org/dist/$MODULE/ + ENTERED=20100606 + UPDATED=20100606 + SHORT="Read/Write YAML files with as Perl little code as possible" +cat << EOF +The YAML specification is huge. The original pure-Perl implementation +YAML costs just over 4 megabytes of memory to load. + +YAML::Tiny is a perl class for reading and writing YAML-style files, +written with as little code as possible, reducing load time and +memory overhead. +EOF From engelsman at lunar-linux.org Mon Jun 7 22:04:15 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 7 Jun 2010 22:04:15 +0200 Subject: [Lunar-commits] Module-Build: version 0.3607 added to moonbase/perl Message-ID: <20100607195033.419D69B21C@doppio.foo-projects.org> commit 9be2b8432173d6768634032deb53feba4bfda027 Author: Duncan Gibson Date: Mon Jun 7 22:04:15 2010 +0200 Module-Build: version 0.3607 added to moonbase/perl used to build perl modules with a Build.PL instead of Makefile.PL --- perl/Module-Build/BUILD | 9 +++++++++ perl/Module-Build/DEPENDS | 2 ++ perl/Module-Build/DETAILS | 17 +++++++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/perl/Module-Build/BUILD b/perl/Module-Build/BUILD new file mode 100644 index 0000000..94f9a70 --- /dev/null +++ b/perl/Module-Build/BUILD @@ -0,0 +1,9 @@ +( + + perl Build.PL && + ./Build && + ./Build test && + prepare_install && + ./Build install + +) > $C_FIFO 2>&1 diff --git a/perl/Module-Build/DEPENDS b/perl/Module-Build/DEPENDS new file mode 100644 index 0000000..231a3d2 --- /dev/null +++ b/perl/Module-Build/DEPENDS @@ -0,0 +1,2 @@ +depends YAML-Tiny +depends Software-License diff --git a/perl/Module-Build/DETAILS b/perl/Module-Build/DETAILS new file mode 100644 index 0000000..e0e464f --- /dev/null +++ b/perl/Module-Build/DETAILS @@ -0,0 +1,17 @@ + MODULE=Module-Build + VERSION=0.3607 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/ + SOURCE_VFY=sha1:dde7a241bc1e4ede2497e25a4253833dc7d95469 + WEB_SITE=http://search.cpan.org/dist/$MODULE/ + ENTERED=20100606 + UPDATED=20100606 + SHORT="Build and install Perl modules" +cat << EOF +Module::Build is a system for building, testing, and installing Perl +modules. It is meant to be an alternative to ExtUtils::MakeMaker. +Developers may alter the behavior of the module through subclassing +in a much more straightforward way than with MakeMaker. It also does +not require a make on your system - most of the Module::Build code +is pure-perl and written in a very cross-platform way. +EOF From stumbles at lunar-linux.org Tue Jun 8 04:18:20 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 7 Jun 2010 22:18:20 -0400 Subject: [Lunar-commits] konversation4: Version bump. Message-ID: <20100608020216.D0BC69B21A@doppio.foo-projects.org> commit 013a430b7346ca45e91d7fa18682a88b754c3e8a Author: Dennis `stumbles` Veatch Date: Mon Jun 7 22:18:20 2010 -0400 konversation4: Version bump. --- kde4/apps/konversation4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/konversation4/DETAILS b/kde4/apps/konversation4/DETAILS index 4b9e2a4..1fb98c8 100644 --- a/kde4/apps/konversation4/DETAILS +++ b/kde4/apps/konversation4/DETAILS @@ -1,13 +1,13 @@ MODULE=konversation4 - VERSION=1.2.3 + VERSION=1.3 SOURCE=konversation-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/konversation/$VERSION/src SOURCE_DIRECTORY=$BUILD_DIRECTORY/konversation-$VERSION - SOURCE_VFY=sha1:792fa864fe3e0de0c0cb994ce97f68345f57d09f + SOURCE_VFY=sha1:f72e00f1abf7895b390a8916ad7fc7c725505830 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://konversation.kde.org ENTERED=20090329 - UPDATED=20100212 + UPDATED=20100607 SHORT="A kde4 irc chat program" cat << EOF From stumbles at lunar-linux.org Tue Jun 8 13:22:22 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Jun 2010 07:22:22 -0400 Subject: [Lunar-commits] qt4: Version bump. Bugfix release. Message-ID: <20100608110620.104509B21A@doppio.foo-projects.org> commit 0b0ebbbb7f17431341b80de9d6033ac8362343cd Author: Dennis `stumbles` Veatch Date: Tue Jun 8 07:22:22 2010 -0400 qt4: Version bump. Bugfix release. --- qt4-apps/qt4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/qt4/DETAILS b/qt4-apps/qt4/DETAILS index 93746a1..c0263f6 100644 --- a/qt4-apps/qt4/DETAILS +++ b/qt4-apps/qt4/DETAILS @@ -1,14 +1,14 @@ MODULE=qt4 - VERSION=4.6.2 + VERSION=4.6.3 SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION} - SOURCE_VFY=sha1:977c10b88a2230e96868edc78a9e3789c0fcbf70 + SOURCE_VFY=sha1:1c18a564df9296c7cb0e0dedde40b9843e1b30e8 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.trolltech.com/qt ENTERED=20020420 - UPDATED=20100215 + UPDATED=20100608 # GARBAGE=off FTP_PASSIVE=on MAINTAINER=florin at lunar-linux.org From stumbles at lunar-linux.org Tue Jun 8 15:24:20 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Jun 2010 09:24:20 -0400 Subject: [Lunar-commits] phonon: Version bump. Message-ID: <20100608130814.C38EE9B21A@doppio.foo-projects.org> commit d196f5d81527123ae620f9b41405ac317e827469 Author: Dennis `stumbles` Veatch Date: Tue Jun 8 09:24:20 2010 -0400 phonon: Version bump. --- kde4/utils/phonon/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/utils/phonon/DETAILS b/kde4/utils/phonon/DETAILS index de6f4b0..ed000b0 100644 --- a/kde4/utils/phonon/DETAILS +++ b/kde4/utils/phonon/DETAILS @@ -1,13 +1,13 @@ MODULE=phonon MAJOR=4.4 - VERSION=${MAJOR}.1 + VERSION=${MAJOR}.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/$MODULE/$VERSION/ - SOURCE_VFY=sha1:e87474e144c2d03944161aeb1b18a0569642a556 + SOURCE_VFY=sha1:c329d924fb75a89a9de8a4d799ff4dcd7ee3302e MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080625 - UPDATED=20100506 + UPDATED=20100608 SHORT="Multimedia API for KDE applications" cat << EOF From engelsman at lunar-linux.org Tue Jun 8 21:44:17 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 8 Jun 2010 21:44:17 +0200 Subject: [Lunar-commits] Class-MethodMaker: version 2.16 added to moonbase/perl Message-ID: <20100608194318.D25C69B21A@doppio.foo-projects.org> commit b85753525d1758e55ace93abad0195dbf67a3d60 Author: Duncan Gibson Date: Tue Jun 8 21:44:17 2010 +0200 Class-MethodMaker: version 2.16 added to moonbase/perl --- perl/Class-MethodMaker/BUILD | 6 ++++++ perl/Class-MethodMaker/DEPENDS | 1 + perl/Class-MethodMaker/DETAILS | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 0 deletions(-) diff --git a/perl/Class-MethodMaker/BUILD b/perl/Class-MethodMaker/BUILD new file mode 100644 index 0000000..c11ca00 --- /dev/null +++ b/perl/Class-MethodMaker/BUILD @@ -0,0 +1,6 @@ +( + + perl Makefile.PL && + default_make + +) > $C_FIFO 2>&1 diff --git a/perl/Class-MethodMaker/DEPENDS b/perl/Class-MethodMaker/DEPENDS new file mode 100644 index 0000000..6826bc7 --- /dev/null +++ b/perl/Class-MethodMaker/DEPENDS @@ -0,0 +1 @@ +depends perl diff --git a/perl/Class-MethodMaker/DETAILS b/perl/Class-MethodMaker/DETAILS new file mode 100644 index 0000000..9644a4e --- /dev/null +++ b/perl/Class-MethodMaker/DETAILS @@ -0,0 +1,15 @@ + MODULE=Class-MethodMaker + VERSION=2.16 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/ + SOURCE_VFY=sha1:1c002ac4c37c45913853d793457f981df7aba203 + WEB_SITE=http://search.cpan.org/dist/$MODULE/ + ENTERED=20100606 + UPDATED=20100606 + SHORT="Create generic methods for OO Perl" + +cat << EOF +Class::MethodMaker solves the problem of having to continually write +accessor methods for your objects that perform standard tasks. +EOF + From engelsman at lunar-linux.org Tue Jun 8 21:46:31 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 8 Jun 2010 21:46:31 +0200 Subject: [Lunar-commits] Test-Inter: version 1.01 added to moonbase/perl Message-ID: <20100608194318.E0FD49B21B@doppio.foo-projects.org> commit eae7c3030d1925c661191e68eff6e853d2436cc3 Author: Duncan Gibson Date: Tue Jun 8 21:46:31 2010 +0200 Test-Inter: version 1.01 added to moonbase/perl --- perl/Test-Inter/BUILD | 9 +++++++++ perl/Test-Inter/DEPENDS | 1 + perl/Test-Inter/DETAILS | 14 ++++++++++++++ 3 files changed, 24 insertions(+), 0 deletions(-) diff --git a/perl/Test-Inter/BUILD b/perl/Test-Inter/BUILD new file mode 100644 index 0000000..94f9a70 --- /dev/null +++ b/perl/Test-Inter/BUILD @@ -0,0 +1,9 @@ +( + + perl Build.PL && + ./Build && + ./Build test && + prepare_install && + ./Build install + +) > $C_FIFO 2>&1 diff --git a/perl/Test-Inter/DEPENDS b/perl/Test-Inter/DEPENDS new file mode 100644 index 0000000..e2f401e --- /dev/null +++ b/perl/Test-Inter/DEPENDS @@ -0,0 +1 @@ +depends Module-Build diff --git a/perl/Test-Inter/DETAILS b/perl/Test-Inter/DETAILS new file mode 100644 index 0000000..d403192 --- /dev/null +++ b/perl/Test-Inter/DETAILS @@ -0,0 +1,14 @@ + MODULE=Test-Inter + VERSION=1.01 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/ + SOURCE_VFY=sha1:ebf5dda03fa6470ca18aa9cacc6b49d528c1f140 + WEB_SITE=http://search.cpan.org/dist/$MODULE/ + ENTERED=20100606 + UPDATED=20100606 + SHORT="perl framework for more readable interactive test scripts" +cat << EOF +Test::Inter is another framework for writing test scripts. It is +loosely inspired by Test::More, and has most of it's functionality, +but it is not a drop-in replacement. +EOF From engelsman at lunar-linux.org Tue Jun 8 21:58:04 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 8 Jun 2010 21:58:04 +0200 Subject: [Lunar-commits] Test-Pod-Coverage: version 1.08 added to moonbase/perl Message-ID: <20100608194319.046F69B21C@doppio.foo-projects.org> commit bb450d3d911b1487022380512f5c2d33667216e1 Author: Duncan Gibson Date: Tue Jun 8 21:58:04 2010 +0200 Test-Pod-Coverage: version 1.08 added to moonbase/perl --- perl/Test-Pod-Coverage/BUILD | 6 ++++++ perl/Test-Pod-Coverage/DEPENDS | 2 ++ perl/Test-Pod-Coverage/DETAILS | 12 ++++++++++++ 3 files changed, 20 insertions(+), 0 deletions(-) diff --git a/perl/Test-Pod-Coverage/BUILD b/perl/Test-Pod-Coverage/BUILD new file mode 100644 index 0000000..c11ca00 --- /dev/null +++ b/perl/Test-Pod-Coverage/BUILD @@ -0,0 +1,6 @@ +( + + perl Makefile.PL && + default_make + +) > $C_FIFO 2>&1 diff --git a/perl/Test-Pod-Coverage/DEPENDS b/perl/Test-Pod-Coverage/DEPENDS new file mode 100644 index 0000000..83ed7e5 --- /dev/null +++ b/perl/Test-Pod-Coverage/DEPENDS @@ -0,0 +1,2 @@ +depends perl +depends Test-Pod diff --git a/perl/Test-Pod-Coverage/DETAILS b/perl/Test-Pod-Coverage/DETAILS new file mode 100644 index 0000000..97b6bd5 --- /dev/null +++ b/perl/Test-Pod-Coverage/DETAILS @@ -0,0 +1,12 @@ + MODULE=Test-Pod-Coverage + VERSION=1.08 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ + SOURCE_VFY=sha1:9d9669917092e24d0943589ea2dfa77ef4e9c853 + WEB_SITE=http://search.cpan.org/dist/$MODULE/ + ENTERED=20100606 + UPDATED=20100606 + SHORT="Check for pod coverage in your distribution" +cat << EOF +Checks for POD coverage in files for your distribution. +EOF From florin at lunar-linux.org Wed Jun 9 05:39:06 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Jun 2010 06:39:06 +0300 Subject: [Lunar-commits] VirtualBox: version bumped to 3.2.4. Message-ID: <20100609032323.997F79B21A@doppio.foo-projects.org> commit 50805dc87587c6e7710db0ef0ca92e126d888f9d Author: Florin Braescu Date: Wed Jun 9 06:39:06 2010 +0300 VirtualBox: version bumped to 3.2.4. Bugfixes and maintenance release. --- virtual/VirtualBox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/VirtualBox/DETAILS b/virtual/VirtualBox/DETAILS index 46e8250..62efa3c 100644 --- a/virtual/VirtualBox/DETAILS +++ b/virtual/VirtualBox/DETAILS @@ -1,16 +1,16 @@ MODULE=VirtualBox - VERSION=3.2.2 + VERSION=3.2.4 SOURCE=$MODULE-$VERSION-OSE.tar.bz2 SOURCE2=$MODULE-3.2.0-gcc-4.5-warning-workaround.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION}_OSE SOURCE_URL=http://download.virtualbox.org/virtualbox/$VERSION SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:c6af6c2b4a50c9a2010317436cd8cd76383518f4 + SOURCE_VFY=sha1:767dc567ac98fde6d5e436afb10a181c75a5e8af SOURCE2_VFY=sha1:5eae1a7c82d8ebf8161da4ee724052125f2a6ffd MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/} WEB_SITE=http://virtualbox.org ENTERED=20071004 - UPDATED=20100603 + UPDATED=20100609 SHORT="Full virtualizer for x86 hardware" cat << EOF From florin at lunar-linux.org Wed Jun 9 05:44:18 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Jun 2010 06:44:18 +0300 Subject: [Lunar-commits] postfix: version bumped to 2.7.1. Message-ID: <20100609032815.422709B21A@doppio.foo-projects.org> commit ecd73a1d227f175227c8ede6e00808b42631cf90 Author: Florin Braescu Date: Wed Jun 9 06:44:18 2010 +0300 postfix: version bumped to 2.7.1. Bugfixes release. --- mail/postfix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/postfix/DETAILS b/mail/postfix/DETAILS index a39b609..ab635ec 100644 --- a/mail/postfix/DETAILS +++ b/mail/postfix/DETAILS @@ -1,11 +1,11 @@ MODULE=postfix - VERSION=2.7.0 + VERSION=2.7.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.porcupine.org/mirrors/postfix-release/official - SOURCE_VFY=sha1:1ef2633c2e531d9d60db53ca0e26d4b1d95bc949 + SOURCE_VFY=sha1:94259e8f008b5b1853292e3de5e0ae3abcfe8c81 WEB_SITE=http://www.postfix.org ENTERED=20020125 - UPDATED=20100215 + UPDATED=20100609 SHORT="MTA" cat << EOF From florin at lunar-linux.org Wed Jun 9 05:56:34 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Jun 2010 06:56:34 +0300 Subject: [Lunar-commits] stellarium: version bumped to 0.10.5. Message-ID: <20100609034058.A8DC29B21A@doppio.foo-projects.org> commit fff9a20d05a9164dd1d5dbb49c017869f540e6f8 Author: Florin Braescu Date: Wed Jun 9 06:56:34 2010 +0300 stellarium: version bumped to 0.10.5. This is an important bug fix release closing more than 30 bugs in the main application and in the plugins. It also brings small GUI usability improvements, as well as a much reduced starting time. --- qt4-apps/stellarium/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/stellarium/DETAILS b/qt4-apps/stellarium/DETAILS index a2939d4..5b62491 100644 --- a/qt4-apps/stellarium/DETAILS +++ b/qt4-apps/stellarium/DETAILS @@ -1,12 +1,12 @@ MODULE=stellarium - VERSION=0.10.4 + VERSION=0.10.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:8a9f22da5a0049ea10b19b24d28490dc15dea1a8 + SOURCE_VFY=sha1:584ab8e3618bf9a0b15619260fbe240843a8f5e1 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://stellarium.free.fr ENTERED=20040420 - UPDATED=20100225 + UPDATED=20100609 SHORT="Stellarium astronomy software" cat << EOF From florin at lunar-linux.org Wed Jun 9 10:53:55 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Jun 2010 11:53:55 +0300 Subject: [Lunar-commits] flash-plugin-10: version bumped to 10_1_rc7_linux_060210 Message-ID: <20100609083837.1C6319B21A@doppio.foo-projects.org> commit 6577f5c02edafa1003200d802cf6fe73ff3c32f3 Author: Florin Braescu Date: Wed Jun 9 11:53:55 2010 +0300 flash-plugin-10: version bumped to 10_1_rc7_linux_060210 Security release. Thanks to brebs for the submission. --- web/flash-plugin-10/BUILD | 14 ++++++-------- web/flash-plugin-10/DETAILS | 14 +++++++------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/web/flash-plugin-10/BUILD b/web/flash-plugin-10/BUILD index 7d6c9a0..ec6f0c5 100644 --- a/web/flash-plugin-10/BUILD +++ b/web/flash-plugin-10/BUILD @@ -2,14 +2,12 @@ # flash looks for old libcurl.so.3 # so help him find it - if [ ! -e "/usr/lib/libcurl.so.3" ] - then - ln -s /usr/lib/libcurl.so /usr/lib/libcurl.so.3 - fi && + if [ ! -e "/usr/lib/libcurl.so.3" ]; then + ln -s /usr/lib/libcurl.so /usr/lib/libcurl.so.3 + fi && - prepare_install && - mkdir -p /opt/lunar/plugins && - install -m755 libflashplayer.so /opt/lunar/plugins && - rm -f $SOURCE_CACHE/$SOURCE + prepare_install && + mkdir -p /opt/lunar/plugins && + install -m755 libflashplayer.so /opt/lunar/plugins/ ) > $C_FIFO 2>&1 diff --git a/web/flash-plugin-10/DETAILS b/web/flash-plugin-10/DETAILS index d8182a5..3c56760 100644 --- a/web/flash-plugin-10/DETAILS +++ b/web/flash-plugin-10/DETAILS @@ -1,12 +1,12 @@ MODULE=flash-plugin-10 - VERSION=10.0.45.2 - SOURCE=install_flash_player_10_linux.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/install_flash_player_10_linux - SOURCE_URL=http://fpdownload.macromedia.com/get/flashplayer/current/ - SOURCE_VFY=sha1:7c8b051f322ee7434ab9a14489ad481fb3347a23 - WEB_SITE=http://www.macromedia.com + # Using beta: http://news.slashdot.org/story/10/06/05/1349247/Adobe-Warns-of-Flash-PDF-Zero-Day-Attacks + VERSION=10_1_rc7_linux_060210 + SOURCE=flashplayer${VERSION}.so.tar.gz + SOURCE_URL=http://download.macromedia.com/pub/labs/flashplayer10 + SOURCE_VFY=sha1:4cc93c9f81ac086a778cd32318a2b7afa59b8c55 + WEB_SITE=http://www.macromedia.com/ ENTERED=20080515 - UPDATED=20100212 + UPDATED=20100609 SHORT="Version 10 of the Macromedia Flash plugin for web browsers" cat << EOF From florin at lunar-linux.org Wed Jun 9 13:09:43 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Jun 2010 14:09:43 +0300 Subject: [Lunar-commits] VirtualBox: fix the sha1 sum. Message-ID: <20100609105401.A34F29B21A@doppio.foo-projects.org> commit 97c803d20d4db547488836e6cb950bc02025bb25 Author: Florin Braescu Date: Wed Jun 9 14:09:43 2010 +0300 VirtualBox: fix the sha1 sum. --- virtual/VirtualBox/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/virtual/VirtualBox/DETAILS b/virtual/VirtualBox/DETAILS index 62efa3c..d551e05 100644 --- a/virtual/VirtualBox/DETAILS +++ b/virtual/VirtualBox/DETAILS @@ -5,7 +5,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION}_OSE SOURCE_URL=http://download.virtualbox.org/virtualbox/$VERSION SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:767dc567ac98fde6d5e436afb10a181c75a5e8af + SOURCE_VFY=sha1:f01fa96c3fc35592d7524d1700f0229f67224c8d SOURCE2_VFY=sha1:5eae1a7c82d8ebf8161da4ee724052125f2a6ffd MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/} WEB_SITE=http://virtualbox.org From florin at lunar-linux.org Wed Jun 9 14:18:04 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Jun 2010 15:18:04 +0300 Subject: [Lunar-commits] cfengine: version bumped to 3.0.5. Message-ID: <20100609152640.747479B21A@doppio.foo-projects.org> commit 4230ffc79edc205b70f29d0e7dc1ed4e067a9af9 Author: Florin Braescu Date: Wed Jun 9 15:18:04 2010 +0300 cfengine: version bumped to 3.0.5. Many bugfixes, enhacements and code cleanups. --- net/cfengine/DETAILS | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net/cfengine/DETAILS b/net/cfengine/DETAILS index a1bc9a4..a3d4a26 100644 --- a/net/cfengine/DETAILS +++ b/net/cfengine/DETAILS @@ -1,13 +1,12 @@ MODULE=cfengine - VERSION=3.0.0 + VERSION=3.0.5 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=ftp://sunsite.uio.no/pub/cfengine - SOURCE_URL[1]=ftp://ftp.iu.hio.no/pub/cfengine - SOURCE_VFY=sha1:91128cefc7f44ae7c9248356cb7fc309c0ff6f11 + SOURCE_URL=http://www.cfengine.org/tarballs + SOURCE_VFY=sha1:3d014c410ad0479040b33f82d85fd737a28372bd WEB_SITE=http://www.cfengine.org MAINTAINER=ratler at lunar-linux.org ENTERED=20060602 - UPDATED=20090401 + UPDATED=20100609 SHORT="An administration tool for large computer networks" cat << EOF From florin at lunar-linux.org Thu Jun 10 13:40:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 10 Jun 2010 14:40:28 +0300 Subject: [Lunar-commits] wireshark: version bumped to 1.2.9. Message-ID: <20100610112452.479F89B21A@doppio.foo-projects.org> commit 699369ad418c5bbeae6f2fa8f62293e121fe6326 Author: Florin Braescu Date: Thu Jun 10 14:40:28 2010 +0300 wireshark: version bumped to 1.2.9. Vulnerabilities in the ASN.1 BER, SMB, and SMB PIPE dissectors and the SigComp UDVM have been fixed. Other bugs have been fixed. --- net/wireshark/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wireshark/DETAILS b/net/wireshark/DETAILS index ec6fc4e..261bcc3 100644 --- a/net/wireshark/DETAILS +++ b/net/wireshark/DETAILS @@ -1,11 +1,11 @@ MODULE=wireshark - VERSION=1.2.8 + VERSION=1.2.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.wireshark.org/download/src - SOURCE_VFY=sha1:147554f2175ccd8481e8ee7f0598663746b91983 + SOURCE_VFY=sha1:6b31173a34c0050035516958e0b3ae83e83eac2c WEB_SITE=http://www.wireshark.org ENTERED=20061104 - UPDATED=20100506 + UPDATED=20100610 SHORT="A network protocol analyzer" cat << EOF From florin at lunar-linux.org Thu Jun 10 13:43:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 10 Jun 2010 14:43:25 +0300 Subject: [Lunar-commits] libtool: version bumped to 2.2.10. Message-ID: <20100610112722.3EF189B21A@doppio.foo-projects.org> commit 596f7a940c1f4295bf15b0a7d4d3e5df18248ff4 Author: Florin Braescu Date: Thu Jun 10 14:43:25 2010 +0300 libtool: version bumped to 2.2.10. Some fixes. --- libs/libtool/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libtool/DETAILS b/libs/libtool/DETAILS index 3a71815..05a98ab 100644 --- a/libs/libtool/DETAILS +++ b/libs/libtool/DETAILS @@ -1,13 +1,13 @@ MODULE=libtool - BASE=2.2.8 + BASE=2.2.10 VERSION=${BASE} SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE - SOURCE_VFY=sha1:e0fd6f9d39c81c2da8b548411c74a46c24442abf + SOURCE_VFY=sha1:e8fa9813d8e9a5497c636744e6fd3f55d86eec38 WEB_SITE=http://www.gnu.org/software/$MODULE ENTERED=20010922 - UPDATED=20100605 + UPDATED=20100610 SHORT="A generic library support script" cat << EOF From lunar-commits at lunar-linux.org Thu Jun 10 06:46:51 2010 From: lunar-commits at lunar-linux.org (lunar-commits at lunar-linux.org) Date: Thu, 10 Jun 2010 13:46:51 +0900 Subject: [Lunar-commits] =?iso-8859-1?q?=5BSPAMKLASSAT_av_SU=5D_lunar-comm?= =?iso-8859-1?q?its_VIAGRA_=AE_=09Official_Site_-09=25?= Message-ID: An HTML attachment was scrubbed... URL: From zbiggy at lunar-linux.org Fri Jun 11 01:32:15 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 11 Jun 2010 01:32:15 +0200 Subject: [Lunar-commits] flash-plugin-10: updated to 10.1 final release The rc6 was renamed to rc7 without change. rc7 became official release. The current official release is safe to use because security hole is fixed. There is no update for 64bit. Beta tests of 64bit are closed now and the plugin was removed from Adobe Labs. The 64bit release now becomes security threat because vulnerability is not fixed and remains open for cracker attacks. Message-ID: <20100610232204.89E739B21A@doppio.foo-projects.org> commit dccb4640777cbcbceaf872425ca22953570a8c50 Author: Zbigniew Luszpinski Date: Fri Jun 11 01:32:15 2010 +0200 flash-plugin-10: updated to 10.1 final release The rc6 was renamed to rc7 without change. rc7 became official release. The current official release is safe to use because security hole is fixed. There is no update for 64bit. Beta tests of 64bit are closed now and the plugin was removed from Adobe Labs. The 64bit release now becomes security threat because vulnerability is not fixed and remains open for cracker attacks. --- web/flash-plugin-10/BUILD | 6 ------ web/flash-plugin-10/DETAILS | 18 +++++++----------- web/flash-plugin-10/PRE_BUILD | 1 - 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/web/flash-plugin-10/BUILD b/web/flash-plugin-10/BUILD index ec6f0c5..9c44873 100644 --- a/web/flash-plugin-10/BUILD +++ b/web/flash-plugin-10/BUILD @@ -1,11 +1,5 @@ ( - # flash looks for old libcurl.so.3 - # so help him find it - if [ ! -e "/usr/lib/libcurl.so.3" ]; then - ln -s /usr/lib/libcurl.so /usr/lib/libcurl.so.3 - fi && - prepare_install && mkdir -p /opt/lunar/plugins && install -m755 libflashplayer.so /opt/lunar/plugins/ diff --git a/web/flash-plugin-10/DETAILS b/web/flash-plugin-10/DETAILS index 3c56760..6d52cff 100644 --- a/web/flash-plugin-10/DETAILS +++ b/web/flash-plugin-10/DETAILS @@ -1,16 +1,12 @@ MODULE=flash-plugin-10 - # Using beta: http://news.slashdot.org/story/10/06/05/1349247/Adobe-Warns-of-Flash-PDF-Zero-Day-Attacks - VERSION=10_1_rc7_linux_060210 - SOURCE=flashplayer${VERSION}.so.tar.gz - SOURCE_URL=http://download.macromedia.com/pub/labs/flashplayer10 + VERSION=10.1.53.64 + SOURCE=install_flash_player_10_linux.tar.gz + SOURCE_URL=http://fpdownload.macromedia.com/get/flashplayer/current SOURCE_VFY=sha1:4cc93c9f81ac086a778cd32318a2b7afa59b8c55 - WEB_SITE=http://www.macromedia.com/ + WEB_SITE=http://www.adobe.com ENTERED=20080515 - UPDATED=20100609 - SHORT="Version 10 of the Macromedia Flash plugin for web browsers" - + UPDATED=20100610 + SHORT="Version 10.1 of the Adobe Flash plugin for web browsers" cat << EOF -Version 10 of the flash plugin. -Warning! This version will work with Konqueror only via kmplayer as plugin!!! -Search the web for how-to. +Version 10.1 of the flash plugin. EOF diff --git a/web/flash-plugin-10/PRE_BUILD b/web/flash-plugin-10/PRE_BUILD index 3baa7ff..3a98eeb 100644 --- a/web/flash-plugin-10/PRE_BUILD +++ b/web/flash-plugin-10/PRE_BUILD @@ -1,5 +1,4 @@ mk_source_dir && validate_source_dir && cd $SOURCE_DIRECTORY && - unpack $SOURCE From florin at lunar-linux.org Fri Jun 11 01:47:15 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 02:47:15 +0300 Subject: [Lunar-commits] lftp: version bumped to 4.0.9. Message-ID: <20100610233345.BBE359B21A@doppio.foo-projects.org> commit 019b4ffd8fc758936623ec93937af6690bad7593 Author: Florin Braescu Date: Fri Jun 11 02:47:15 2010 +0300 lftp: version bumped to 4.0.9. Bugfixes release. --- ftp/lftp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/lftp/DETAILS b/ftp/lftp/DETAILS index b5e674c..b27e32e 100644 --- a/ftp/lftp/DETAILS +++ b/ftp/lftp/DETAILS @@ -1,13 +1,13 @@ MODULE=lftp - VERSION=4.0.8 + VERSION=4.0.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.yars.free.net/pub/source/$MODULE SOURCE_URL[1]=ftp://ftp.cs.tu-berlin.de/pub/net/ftp/$MODULE SOURCE_URL[2]=ftp://ftp.130th.net/pub/mirror/$MODULE - SOURCE_VFY=sha1:18cdb767354bc0015cd4dccd160b34a56b7dac6e + SOURCE_VFY=sha1:86aba6fea67b4811cd5484e6816d2fd01068ef1f WEB_SITE=http://lftp.yar.ru ENTERED=20010922 - UPDATED=20100525 + UPDATED=20100611 SHORT="A sophisticated ftp/http client, file transfer program" cat << EOF From florin at lunar-linux.org Fri Jun 11 01:57:24 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 02:57:24 +0300 Subject: [Lunar-commits] ortp: version bumped to 0.16.3. Message-ID: <20100610234136.01DC19B21A@doppio.foo-projects.org> commit cc8f93dc100ccc3c93de2703eed4fa36edee19b3 Author: Florin Braescu Date: Fri Jun 11 02:57:24 2010 +0300 ortp: version bumped to 0.16.3. Bugfixes and improvements. --- libs/ortp/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libs/ortp/DETAILS b/libs/ortp/DETAILS index 147c604..1d81476 100644 --- a/libs/ortp/DETAILS +++ b/libs/ortp/DETAILS @@ -1,12 +1,13 @@ MODULE=ortp - VERSION=0.16.0 + VERSION=0.16.3 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ - SOURCE_VFY=sha1:6ceae2decadc440fe5f87de5c996fb5eecf00325 + SOURCE_URL=http://download.savannah.nongnu.org/releases/linphone/ortp/sources + SOURCE_VFY=sha1:e0fc645eb2093ce250dcf8402b98684a39e0c003 WEB_SITE=http://freshmeat.net/projects/ortp/releases/292624 ENTERED=20060320 - UPDATED=20090531 - SHORT="Open Source implementation of the RTP protocol." + UPDATED=20090611 + SHORT="Open Source implementation of the RTP protocol" + cat << EOF Open Source implementation of the RTP protocol. Written for linphone but other projects have started to use this library. From florin at lunar-linux.org Fri Jun 11 02:04:31 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:04:31 +0300 Subject: [Lunar-commits] farsight2: version bumped to 0.0.20. Message-ID: <20100610234845.A8F639B21A@doppio.foo-projects.org> commit 43fb4ca311cf79a365ebdc9149e0c0cf35bf38fc Author: Florin Braescu Date: Fri Jun 11 03:04:31 2010 +0300 farsight2: version bumped to 0.0.20. Bugfixes. --- chat/farsight2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/farsight2/DETAILS b/chat/farsight2/DETAILS index 1a381ee..f04df9e 100644 --- a/chat/farsight2/DETAILS +++ b/chat/farsight2/DETAILS @@ -1,12 +1,12 @@ MODULE=farsight2 - VERSION=0.0.19 + VERSION=0.0.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://farsight.freedesktop.org/releases/farsight2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:7f679905b6013ede25121b09ceb028a246e126af + SOURCE_VFY=sha1:231e7d54c06677f9817cc72304615c8b0081b18d WEB_SITE=http://farsight.freedesktop.org/wiki ENTERED=20090319 - UPDATED=20100520 + UPDATED=20100611 SHORT="audio/video conferencing framework" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:08:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:08:03 +0300 Subject: [Lunar-commits] telepathy-butterfly: version bumped to 0.5.11. Message-ID: <20100610235218.065939B21A@doppio.foo-projects.org> commit 31ae0baac5b9c9b4967c9cb961c36fdbc276942e Author: Florin Braescu Date: Fri Jun 11 03:08:03 2010 +0300 telepathy-butterfly: version bumped to 0.5.11. Bugfixes and enhacements. --- chat/telepathy-butterfly/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/telepathy-butterfly/DETAILS b/chat/telepathy-butterfly/DETAILS index 93e644a..28e5d91 100644 --- a/chat/telepathy-butterfly/DETAILS +++ b/chat/telepathy-butterfly/DETAILS @@ -1,11 +1,11 @@ MODULE=telepathy-butterfly - VERSION=0.5.8 + VERSION=0.5.11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE - SOURCE_VFY=sha1:6a89ee599e9a19b1b03b459f868ee07eb5a3263e + SOURCE_VFY=sha1:5131f6be66f607f40141d2d632ec3df5e75c3124 WEB_SITE=http://telepathy.freedesktop.org/wiki ENTERED=20090123 - UPDATED=20100423 + UPDATED=20100611 SHORT="telepathy MSN connection manager" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:19:45 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:19:45 +0300 Subject: [Lunar-commits] x264-snapshot: version bumped to 20100604. Message-ID: <20100611000354.9B5399B21A@doppio.foo-projects.org> commit da5cf8cb86888a978185f8aee4a22821ae180e9f Author: Florin Braescu Date: Fri Jun 11 03:19:45 2010 +0300 x264-snapshot: version bumped to 20100604. --- zbeta/x264-snapshot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/x264-snapshot/DETAILS b/zbeta/x264-snapshot/DETAILS index 030ed28..c6a18f6 100644 --- a/zbeta/x264-snapshot/DETAILS +++ b/zbeta/x264-snapshot/DETAILS @@ -1,11 +1,11 @@ MODULE=x264-snapshot - VERSION=20100530-2245 + VERSION=20100604-2245 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.videolan.org/pub/videolan/x264/snapshots - SOURCE_VFY=sha1:a1df9163106a4a8ff42af969f7362fca9ddd4038 + SOURCE_VFY=sha1:e1e9e747e2e211449c34d9b7b80ddeb902899e74 WEB_SITE=http://www.videolan.org/developers/x264.html ENTERED=20080928 - UPDATED=20100531 + UPDATED=20100611 SHORT="A library for encoding H264/AVC video streams" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:23:34 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:23:34 +0300 Subject: [Lunar-commits] gconfmm: version bumped to 2.28.2. Message-ID: <20100611000739.2F8D29B21A@doppio.foo-projects.org> commit 07b682af4223100c7766e01ee3a2382aa3d6aa14 Author: Florin Braescu Date: Fri Jun 11 03:23:34 2010 +0300 gconfmm: version bumped to 2.28.2. Bugfixes. --- gnome2/bindings/gconfmm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/bindings/gconfmm/DETAILS b/gnome2/bindings/gconfmm/DETAILS index 6e94788..330d451 100644 --- a/gnome2/bindings/gconfmm/DETAILS +++ b/gnome2/bindings/gconfmm/DETAILS @@ -1,12 +1,12 @@ MODULE=gconfmm MAJOR=2.28 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:676ea73c9db503067dcb30374b00bd8cce8654a4 + SOURCE_VFY=sha1:5d3ab360bb182197226355bf4120553161df04b7 WEB_SITE=http://gtkmm.org ENTERED=20031208 - UPDATED=20100509 + UPDATED=20100611 SHORT="C++ Bindings for GConf2" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:28:11 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:28:11 +0300 Subject: [Lunar-commits] libsigc++2: version bumped to 2.2.8. Message-ID: <20100611001217.2EFCB9B21A@doppio.foo-projects.org> commit 489a19b2ef9835bfdcb5758bcb2966fc24510500 Author: Florin Braescu Date: Fri Jun 11 03:28:11 2010 +0300 libsigc++2: version bumped to 2.2.8. Bugfixes. --- libs/libsigc++2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libsigc++2/DETAILS b/libs/libsigc++2/DETAILS index a010277..c8cf4a4 100644 --- a/libs/libsigc++2/DETAILS +++ b/libs/libsigc++2/DETAILS @@ -1,15 +1,15 @@ MODULE=libsigc++2 MOD=libsigc++ MAJOR=2.2 - VERSION=$MAJOR.7 + VERSION=$MAJOR.8 SOURCE=$MOD-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION SOURCE_URL[0]=$GNOME_URL/sources/$MOD/$MAJOR/ SOURCE_URL[1]=http://ftp.gnome.org/pub/GNOME/sources/libsigc++/$MAJOR - SOURCE_VFY=sha1:c8ff4415460e20c26adf345d560743e3dc18f985 + SOURCE_VFY=sha1:c26f57110629c16c0b5a873346b7c1cf0edc9c5e WEB_SITE=http://libsigc.sourceforge.net ENTERED=20021225 - UPDATED=20100507 + UPDATED=20100611 SHORT="library for type-safe callbacks in C++" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:32:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:32:54 +0300 Subject: [Lunar-commits] poppler: version bumped to 0.14.0. Message-ID: <20100611001855.58B0A9B21A@doppio.foo-projects.org> commit e5c59bf8d42524b362e65dbc4214512c4bd52185 Author: Florin Braescu Date: Fri Jun 11 03:32:54 2010 +0300 poppler: version bumped to 0.14.0. Changes: A pure STL C++ frontend was added. Movie support was improved. Support for Set-OCG-State actions was added. The Glib frontend gained support for Movie objects, Screen annotations, rendition actions, and OCG State actions. Support for cached files and for HTTP (using libcurl) was added. Options for even and odd page output were added to pdftoppm. Several C coding and standards compliance issues were resolved. The build system was improved. Many bugs were fixed. --- libs/poppler/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/poppler/DETAILS b/libs/poppler/DETAILS index d8b9bd5..10410b0 100644 --- a/libs/poppler/DETAILS +++ b/libs/poppler/DETAILS @@ -1,11 +1,11 @@ MODULE=poppler - VERSION=0.12.4 + VERSION=0.14.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://poppler.freedesktop.org - SOURCE_VFY=sha1:306507e0fbf47736b456218618f043a216c263ef + SOURCE_VFY=sha1:550d23de542f6798f36a49ab1182336fb4c38408 WEB_SITE=http://poppler.freedesktop.org ENTERED=20050918 - UPDATED=20100218 + UPDATED=20100611 SHORT="A PDF rendering library" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:36:13 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:36:13 +0300 Subject: [Lunar-commits] pkgconfig: version bumped to 0.25. Message-ID: <20100611002021.E553D9B21A@doppio.foo-projects.org> commit 847f0c4628640896bab27fb27a10e5aa507a5544 Author: Florin Braescu Date: Fri Jun 11 03:36:13 2010 +0300 pkgconfig: version bumped to 0.25. Bugfixes and improvements. --- devel/pkgconfig/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/pkgconfig/DETAILS b/devel/pkgconfig/DETAILS index 042cbce..b58aab4 100644 --- a/devel/pkgconfig/DETAILS +++ b/devel/pkgconfig/DETAILS @@ -1,12 +1,12 @@ MODULE=pkgconfig - VERSION=0.23 + VERSION=0.25 SOURCE=pkg-config-$VERSION.tar.gz - SOURCE_URL=http://pkgconfig.freedesktop.org/releases/ - SOURCE_VFY=sha1:b59dddd6b5320bd74c0f74b3339618a327096b2a + SOURCE_URL=http://pkgconfig.freedesktop.org/releases + SOURCE_VFY=sha1:8922aeb4edeff7ed554cc1969cbb4ad5a4e6b26e SOURCE_DIRECTORY=$BUILD_DIRECTORY/pkg-config-$VERSION - WEB_SITE=http://pkgconfig.freedesktop.org/ + WEB_SITE=http://pkgconfig.freedesktop.org ENTERED=20010922 - UPDATED=20080131 + UPDATED=20100622 SHORT="A system for managing library compile/link flags that works with automake and autoconf" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:43:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:43:48 +0300 Subject: [Lunar-commits] wv: version bumped to 1.2.7. Message-ID: <20100611002754.DDFE79B21A@doppio.foo-projects.org> commit 2ac139ae52f4751fce60c9c49c96e0903294b571 Author: Florin Braescu Date: Fri Jun 11 03:43:48 2010 +0300 wv: version bumped to 1.2.7. Bugfixes and improvements. --- doc-tools/wv/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc-tools/wv/DETAILS b/doc-tools/wv/DETAILS index cf6127a..7981905 100644 --- a/doc-tools/wv/DETAILS +++ b/doc-tools/wv/DETAILS @@ -1,11 +1,12 @@ MODULE=wv - VERSION=1.2.4 + VERSION=1.2.7 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/wvware/ - SOURCE_VFY=sha1:7b11814774426ae41eee009969bef49865a10c79 - WEB_SITE=http://wvware.sourceforge.net/ + SOURCE_URL[0]=http://www.abisource.com/downloads/$MODULE/$VERSION + SOURCE_URL[1]=$SFORGE_URL/wvware + SOURCE_VFY=sha1:a631ff8a210b4b6e787c179433f5df06118db413 + WEB_SITE=http://wvware.sourceforge.net ENTERED=20011101 - UPDATED=20061106 + UPDATED=20100611 SHORT="library for converting Microsoft Word formats to HTML" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:47:10 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:47:10 +0300 Subject: [Lunar-commits] xfce4-mpc-plugin: version bumped to 0.3.5. Message-ID: <20100611003117.930659B21A@doppio.foo-projects.org> commit cef6fdeaea49ba2f2202921b2355af8710bdba39 Author: Florin Braescu Date: Fri Jun 11 03:47:10 2010 +0300 xfce4-mpc-plugin: version bumped to 0.3.5. Bugfixes. --- xfce4/goodies/xfce4-mpc-plugin/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xfce4/goodies/xfce4-mpc-plugin/DETAILS b/xfce4/goodies/xfce4-mpc-plugin/DETAILS index 37cb35e..f52b3a1 100644 --- a/xfce4/goodies/xfce4-mpc-plugin/DETAILS +++ b/xfce4/goodies/xfce4-mpc-plugin/DETAILS @@ -1,15 +1,15 @@ MODULE=xfce4-mpc-plugin - MAJOR=0.3 - VERSION=0.3.4 + MAJOR=0.3 + VERSION=$MAJOR.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://mocha.xfce.org/archive/src/panel-plugins/$MODULE/$MAJOR - SOURCE_VFY=sha1:eb055b275ebcab080285c0eb8986f1b914da0411 + SOURCE_VFY=sha1:3c1f60b762ea2de80014f95f44441f686018e0e5 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20091129 + UPDATED=20100611 SHORT="A simple client Xfce plugin for Music Player Daemon" cat << EOF -This is a simple client plugin for Music Player Daemon. +This is a simple client plugin for Music Player Daemon. EOF From florin at lunar-linux.org Fri Jun 11 02:50:44 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:50:44 +0300 Subject: [Lunar-commits] util-macros: version bumped to 1.8.0. Message-ID: <20100611003448.434499B21A@doppio.foo-projects.org> commit dba0735ad7a98959796e421d5dd17a5d4cba58d4 Author: Florin Braescu Date: Fri Jun 11 03:50:44 2010 +0300 util-macros: version bumped to 1.8.0. --- xorg7/util/util-macros/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/util/util-macros/DETAILS b/xorg7/util/util-macros/DETAILS index 0d4791e..94f0bd7 100644 --- a/xorg7/util/util-macros/DETAILS +++ b/xorg7/util/util-macros/DETAILS @@ -1,12 +1,12 @@ MODULE=util-macros - VERSION=1.7.0 + VERSION=1.8.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/util - SOURCE_VFY=sha1:82f832a47ab6ea6aca11f29161e88b14958d883d + SOURCE_VFY=sha1:cbe9920712789ecd25386956649db0d666642f0f MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20100410 + UPDATED=20100611 SHORT="Create dependencies in makefiles using 'gcc -M'" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:58:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:58:03 +0300 Subject: [Lunar-commits] libX11: version bumped to 1.3.4. Message-ID: <20100611011246.567469B21A@doppio.foo-projects.org> commit af6168772c9bf063b881b702b0bd1eb74f7d9b6a Author: Florin Braescu Date: Fri Jun 11 03:58:03 2010 +0300 libX11: version bumped to 1.3.4. Bugfixes release. --- xorg7/lib/libX11/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/libX11/DETAILS b/xorg7/lib/libX11/DETAILS index 9c69a51..f294bc5 100644 --- a/xorg7/lib/libX11/DETAILS +++ b/xorg7/lib/libX11/DETAILS @@ -1,12 +1,12 @@ MODULE=libX11 - VERSION=1.3.3 + VERSION=1.3.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:2a19724ccf78b5bb5a8eba9159d2b95e640e7b11 + SOURCE_VFY=sha1:5aab6dc8ed5ec0e86419626715efc3edd34d1db4 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20100204 + UPDATED=20100611 SHORT="The X.Org client-side library" cat << EOF From florin at lunar-linux.org Fri Jun 11 02:59:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 03:59:25 +0300 Subject: [Lunar-commits] libXcomposite: version bumped to 0.4.2. Message-ID: <20100611011246.6242E9B21B@doppio.foo-projects.org> commit 3d02441edbcccff06f540875bf9ce56670a7dc5d Author: Florin Braescu Date: Fri Jun 11 03:59:25 2010 +0300 libXcomposite: version bumped to 0.4.2. Bugfixes. --- xorg7/lib/libXcomposite/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xorg7/lib/libXcomposite/DETAILS b/xorg7/lib/libXcomposite/DETAILS index e33f18e..ebf8d0c 100644 --- a/xorg7/lib/libXcomposite/DETAILS +++ b/xorg7/lib/libXcomposite/DETAILS @@ -1,12 +1,12 @@ MODULE=libXcomposite - VERSION=0.4.1 + VERSION=0.4.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/lib/ - SOURCE_VFY=sha1:959180b067c64f3f7ac06e85400bd265e5579031 + SOURCE_URL=$XORG_URL/individual/lib + SOURCE_VFY=sha1:d6fade1cb5f9174e702d9e751ddc2b341e946e3a MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20091120 + UPDATED=20100611 SHORT="The X.Org Composite extension library" cat << EOF From florin at lunar-linux.org Fri Jun 11 03:02:16 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 04:02:16 +0300 Subject: [Lunar-commits] xf86-input-elographics: version bumped to 1.2.4. Message-ID: <20100611011246.72B2A9B21C@doppio.foo-projects.org> commit 51bd5713d1512f4ad32b2d6b271900d31b76d3a3 Author: Florin Braescu Date: Fri Jun 11 04:02:16 2010 +0300 xf86-input-elographics: version bumped to 1.2.4. --- xorg7/driver/xf86-input-elographics/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-elographics/DETAILS b/xorg7/driver/xf86-input-elographics/DETAILS index 7b887c5..e65ba5f 100644 --- a/xorg7/driver/xf86-input-elographics/DETAILS +++ b/xorg7/driver/xf86-input-elographics/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-elographics - VERSION=1.2.3 + VERSION=1.2.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:9485c42a79e91035447e72a3a2d1ba9a2ecbe8af + SOURCE_VFY=sha1:17784ec8c5bcbf62d4ce462cee69e1af304c308e MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20081113 + UPDATED=20100611 SHORT="Elographics input driver" cat << EOF From florin at lunar-linux.org Fri Jun 11 03:05:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 04:05:26 +0300 Subject: [Lunar-commits] libXrender: version bumped to 0.9.6. Message-ID: <20100611011246.8018A9B220@doppio.foo-projects.org> commit eca5e7b0a9ea98f313fa43ced42576a6f47ea372 Author: Florin Braescu Date: Fri Jun 11 04:05:26 2010 +0300 libXrender: version bumped to 0.9.6. Bugfixes and enhacements. --- xorg7/lib/libXrender/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xorg7/lib/libXrender/DETAILS b/xorg7/lib/libXrender/DETAILS index ee623cd..5ec8150 100644 --- a/xorg7/lib/libXrender/DETAILS +++ b/xorg7/lib/libXrender/DETAILS @@ -1,13 +1,13 @@ MODULE=libXrender - VERSION=0.9.5 + VERSION=0.9.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:278f762feb8e754aa5214175abf580ff486281f7 + SOURCE_VFY=sha1:65bd96dc17da6b064f95109da02d9c9d14cb06dc MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20091120 - SHORT=the X.Org Rendering extension library + UPDATED=20100611 + SHORT=The X.Org Rendering extension library cat << EOF libXrender provides access to the Render extension of the X protocol. From florin at lunar-linux.org Fri Jun 11 03:08:40 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 04:08:40 +0300 Subject: [Lunar-commits] libXext: version bumped to 1.1.2. Message-ID: <20100611011246.8D84F9B223@doppio.foo-projects.org> commit fa115bad0647e05ea52000d814503c8f557eb8ca Author: Florin Braescu Date: Fri Jun 11 04:08:40 2010 +0300 libXext: version bumped to 1.1.2. Bugfixes and improvements. --- xorg7/lib/libXext/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xorg7/lib/libXext/DETAILS b/xorg7/lib/libXext/DETAILS index 868fc1a..66f525b 100644 --- a/xorg7/lib/libXext/DETAILS +++ b/xorg7/lib/libXext/DETAILS @@ -1,13 +1,13 @@ MODULE=libXext - VERSION=1.1.1 + VERSION=1.1.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:c2eb8d8d760c6881e51c938812764d1d6cefd51c + SOURCE_VFY=sha1:b48a4e55d21e5ce9dd3356281f32e00b17b4c9f7 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20091120 - SHORT="the X.Org miscellaneous extension library" + UPDATED=20100611 + SHORT="The X.Org miscellaneous extension library" cat << EOF libXext provides access to several miscellaneous extensions to the X From florin at lunar-linux.org Fri Jun 11 03:11:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 04:11:20 +0300 Subject: [Lunar-commits] libXdamage: version bumped to 1.1.3. Message-ID: <20100611011246.9B4449B224@doppio.foo-projects.org> commit 84a4ee376957506251f6968d92d855ad5ee9e831 Author: Florin Braescu Date: Fri Jun 11 04:11:20 2010 +0300 libXdamage: version bumped to 1.1.3. Bugfixes. --- xorg7/lib/libXdamage/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xorg7/lib/libXdamage/DETAILS b/xorg7/lib/libXdamage/DETAILS index b11d0be..679c0d2 100644 --- a/xorg7/lib/libXdamage/DETAILS +++ b/xorg7/lib/libXdamage/DETAILS @@ -1,12 +1,12 @@ MODULE=libXdamage - VERSION=1.1.2 + VERSION=1.1.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/lib/ - SOURCE_VFY=sha1:dc1fbc938e9bbc859c70cf2087440fc15b00bb1e + SOURCE_URL=$XORG_URL/individual/lib + SOURCE_VFY=sha1:7d96e8de107fede16951cb47d5e147630fbc7dee MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20091120 + UPDATED=20100611 SHORT="The X.Org damaged region extension library" cat << EOF From florin at lunar-linux.org Fri Jun 11 03:14:41 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 04:14:41 +0300 Subject: [Lunar-commits] libXfixes: version bumped to 4.0.5. Message-ID: <20100611011246.B5A649B228@doppio.foo-projects.org> commit 9e6c227874a70e68d378adb9eba9ebd4992ae67b Author: Florin Braescu Date: Fri Jun 11 04:14:41 2010 +0300 libXfixes: version bumped to 4.0.5. Bugfixes. --- xorg7/lib/libXfixes/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xorg7/lib/libXfixes/DETAILS b/xorg7/lib/libXfixes/DETAILS index 12300f6..a8afd51 100644 --- a/xorg7/lib/libXfixes/DETAILS +++ b/xorg7/lib/libXfixes/DETAILS @@ -1,13 +1,13 @@ MODULE=libXfixes - VERSION=4.0.4 + VERSION=4.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/lib/ - SOURCE_VFY=sha1:3f2d1c473855ba0cf13137a80d585df7fe37111c + SOURCE_URL=$XORG_URL/individual/lib + SOURCE_VFY=sha1:255dfb9a8c50d795c60711ec4764f76cd0620cbf MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20091120 - SHORT="the X.Org miscellaneous fixes extension" + UPDATED=20100611 + SHORT="The X.Org miscellaneous fixes extension" cat << EOF libXfixes provides access to the XFIXES extension to the X protocol, From stumbles at lunar-linux.org Fri Jun 11 12:51:42 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 11 Jun 2010 06:51:42 -0400 Subject: [Lunar-commits] dnsmasq: Version bump. Message-ID: <20100611103543.E6EE39B21A@doppio.foo-projects.org> commit 3ce3da1151976dadef0bc34be7bb9476b62abd04 Author: Dennis `stumbles` Veatch Date: Fri Jun 11 06:51:42 2010 -0400 dnsmasq: Version bump. --- net/dnsmasq/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dnsmasq/DETAILS b/net/dnsmasq/DETAILS index 4e9dab8..a250074 100644 --- a/net/dnsmasq/DETAILS +++ b/net/dnsmasq/DETAILS @@ -1,11 +1,11 @@ MODULE=dnsmasq - VERSION=2.53 + VERSION=2.55 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.thekelleys.org.uk/$MODULE - SOURCE_VFY=sha1:d84193bda8d28210aebe1c9c7218491483358bb4 + SOURCE_VFY=sha1:6a9fb6b43847e47d07cbe304e99a04b960942068 WEB_SITE=http://www.thekelleys.org.uk ENTERED=20070205 - UPDATED=20100606 + UPDATED=20100611 SHORT="Easy to configure DNS forwarder and DHCP server" cat << EOF From stumbles at lunar-linux.org Fri Jun 11 14:16:29 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 11 Jun 2010 08:16:29 -0400 Subject: [Lunar-commits] pkgconfig: Fixing UPDATED Message-ID: <20100611120031.8F8739B21A@doppio.foo-projects.org> commit e2fabff2c492f11793661fa214b4d7294f05fa99 Author: Dennis `stumbles` Veatch Date: Fri Jun 11 08:16:29 2010 -0400 pkgconfig: Fixing UPDATED --- devel/pkgconfig/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/devel/pkgconfig/DETAILS b/devel/pkgconfig/DETAILS index b58aab4..6b71530 100644 --- a/devel/pkgconfig/DETAILS +++ b/devel/pkgconfig/DETAILS @@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/pkg-config-$VERSION WEB_SITE=http://pkgconfig.freedesktop.org ENTERED=20010922 - UPDATED=20100622 + UPDATED=20100611 SHORT="A system for managing library compile/link flags that works with automake and autoconf" cat << EOF From florin at lunar-linux.org Fri Jun 11 14:19:34 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 15:19:34 +0300 Subject: [Lunar-commits] vde2: version bumped to 2.2.3 Message-ID: <20100611120453.9B7699B21A@doppio.foo-projects.org> commit 6c123da77f864771d821d24839345ca641307f4c Author: Florin Braescu Date: Fri Jun 11 15:19:34 2010 +0300 vde2: version bumped to 2.2.3 Many bugfixes. --- virtual/vde2/BUILD | 7 ------- virtual/vde2/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/virtual/vde2/BUILD b/virtual/vde2/BUILD deleted file mode 100644 index c2abe8c..0000000 --- a/virtual/vde2/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - patch_it $SOURCE2 1 && - - default_build - -) > $C_FIFO 2>&1 diff --git a/virtual/vde2/DETAILS b/virtual/vde2/DETAILS index 9743db2..943dcf9 100644 --- a/virtual/vde2/DETAILS +++ b/virtual/vde2/DETAILS @@ -1,14 +1,11 @@ MODULE=vde2 - VERSION=2.2.2 + VERSION=2.2.3 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=vde-$VERSION-gcc43.patch SOURCE_URL=$SFORGE_URL/vde - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:979efc41dd5d0c41f54929159031361e961c6b80 - SOURCE2_VFY=sha1:cc22e018d5347cae34f430e2f6075b56c0c797d5 + SOURCE_VFY=sha1:687bd974e60b113a71fc2047ba7beefdd2072ef7 WEB_SITE=http://vde.sourceforge.net ENTERED=20090525 - UPDATED=20090923 + UPDATED=20100611 SHORT="virtual distributed ethernet" cat << EOF From florin at lunar-linux.org Fri Jun 11 14:22:02 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 15:22:02 +0300 Subject: [Lunar-commits] dhcpcd: version bumped to 5.2.5. Message-ID: <20100611120720.C0AB49B21A@doppio.foo-projects.org> commit 29e7fa0b796a0e4ca7dacb95dfdfe8dc7933df79 Author: Florin Braescu Date: Fri Jun 11 15:22:02 2010 +0300 dhcpcd: version bumped to 5.2.5. Bugfixes and improvements. --- net/dhcpcd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS index d094082..134d94d 100644 --- a/net/dhcpcd/DETAILS +++ b/net/dhcpcd/DETAILS @@ -1,5 +1,5 @@ MODULE=dhcpcd - VERSION=5.2.2 + VERSION=5.2.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://roy.marples.name/downloads/dhcpcd SOURCE_URL[1]=http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles @@ -8,10 +8,10 @@ SOURCE_URL[4]=http://mirror.datapipe.net/gentoo/distfiles SOURCE_URL[5]=http://gentoo.chem.wisc.edu/gentoo/distfiles SOURCE_URL[6]=http://mirror.internode.on.net/pub/gentoo/distfiles - SOURCE_VFY=sha1:2739ea24091b3ede42b60affd3ea424dfa05686d + SOURCE_VFY=sha1:f428a796d5c8c2eaf46b33e2f9d88e04027349f0 WEB_SITE=http://roy.marples.name/projects/dhcpcd ENTERED=20011126 - UPDATED=20100415 + UPDATED=20100611 SHORT="DHCP client/daemon that works with @home" cat << EOF From florin at lunar-linux.org Fri Jun 11 14:22:47 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Jun 2010 15:22:47 +0300 Subject: [Lunar-commits] iproute2: version bumped to 2.6.34. Message-ID: <20100611120720.C6A759B21B@doppio.foo-projects.org> commit ca2f7befa65ba62b77a524f029ab30926ce9ddd7 Author: Florin Braescu Date: Fri Jun 11 15:22:47 2010 +0300 iproute2: version bumped to 2.6.34. Bugfixes. --- net/iproute2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS index a527b3f..93b9ec9 100644 --- a/net/iproute2/DETAILS +++ b/net/iproute2/DETAILS @@ -1,11 +1,11 @@ MODULE=iproute2 - VERSION=2.6.33 + VERSION=2.6.34 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://devresources.linux-foundation.org/dev/iproute2/download - SOURCE_VFY=sha1:09d12790458b1d9e4fbd72d962304ac81530c4da + SOURCE_VFY=sha1:b57f98e284c68a464b9c3e132d29760de6331688 WEB_SITE=http://www.linuxfoundation.org/en/Net:Iproute2 ENTERED=20021106 - UPDATED=20100324 + UPDATED=20100611 SHORT="Professional tools to control networking in Linux kernels" cat << EOF From zbiggy at lunar-linux.org Fri Jun 11 19:31:02 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 11 Jun 2010 19:31:02 +0200 Subject: [Lunar-commits] Digest-SHA: removed Digest-SHA is now removed to resolve file conflict because it is now part of perl module. Message-ID: <20100611171641.A85119B21A@doppio.foo-projects.org> commit 42ad7d0aaf3a2cf36f2b49bad3ce2c74a7b090fd Author: Zbigniew Luszpinski Date: Fri Jun 11 19:31:02 2010 +0200 Digest-SHA: removed Digest-SHA is now removed to resolve file conflict because it is now part of perl module. --- perl/Digest-SHA/BUILD | 6 ------ perl/Digest-SHA/DEPENDS | 1 - perl/Digest-SHA/DETAILS | 17 ----------------- perl/Mail-DKIM/DEPENDS | 1 - 4 files changed, 0 insertions(+), 25 deletions(-) diff --git a/perl/Digest-SHA/BUILD b/perl/Digest-SHA/BUILD deleted file mode 100644 index dc8189e..0000000 --- a/perl/Digest-SHA/BUILD +++ /dev/null @@ -1,6 +0,0 @@ -( - - perl Makefile.PL -t && - default_make - -) > $C_FIFO 2>&1 diff --git a/perl/Digest-SHA/DEPENDS b/perl/Digest-SHA/DEPENDS deleted file mode 100644 index 978aeee..0000000 --- a/perl/Digest-SHA/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends perl diff --git a/perl/Digest-SHA/DETAILS b/perl/Digest-SHA/DETAILS deleted file mode 100644 index 1c34682..0000000 --- a/perl/Digest-SHA/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=Digest-SHA - VERSION=5.48 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/MS/MSHELOR - SOURCE_VFY=sha1:fb6585dd578033167b03e424502b548864db6671 - WEB_SITE=http://search.cpan.org/~mshelor/$MODULE-$VERSION - ENTERED=20100414 - UPDATED=20100414 - SHORT="Perl extension for SHA-1/224/256/384/512" - -cat << EOF -Digest::SHA is a complete implementation of the NIST Secure Hash -Standard. It gives Perl programmers a convenient way to calculate -SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. -The module can handle all types of input, including partial-byte -data. -EOF diff --git a/perl/Mail-DKIM/DEPENDS b/perl/Mail-DKIM/DEPENDS index 796489b..65df7a7 100644 --- a/perl/Mail-DKIM/DEPENDS +++ b/perl/Mail-DKIM/DEPENDS @@ -1,4 +1,3 @@ depends Net-DNS depends Crypt-OpenSSL-RSA -depends Digest-SHA depends MailTools From florin at lunar-linux.org Sat Jun 12 00:51:59 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 12 Jun 2010 01:51:59 +0300 Subject: [Lunar-commits] ntfs-3g: version bumped to 2010.5.22. Message-ID: <20100611223613.0DAB99B21A@doppio.foo-projects.org> commit 14319e6aa724628270024d53690676cfe7bd191a Author: Florin Braescu Date: Sat Jun 12 01:51:59 2010 +0300 ntfs-3g: version bumped to 2010.5.22. Bugfixes release. --- filesys/ntfs-3g/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/ntfs-3g/DETAILS b/filesys/ntfs-3g/DETAILS index 9fcbd36..a273e30 100644 --- a/filesys/ntfs-3g/DETAILS +++ b/filesys/ntfs-3g/DETAILS @@ -1,11 +1,11 @@ MODULE=ntfs-3g - VERSION=2010.5.16 + VERSION=2010.5.22 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.tuxera.com/opensource - SOURCE_VFY=sha1:895da556ad974743841f743c49b734132b2a7cbc + SOURCE_VFY=sha1:300c433dc455967a9b95009b89ef6931b3eae90e WEB_SITE=http://www.tuxera.com/community ENTERED=20070621 - UPDATED=20100517 + UPDATED=20100612 SHORT="NTFS driver for Linux" cat << EOF From florin at lunar-linux.org Sat Jun 12 02:00:32 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 12 Jun 2010 03:00:32 +0300 Subject: [Lunar-commits] ardour: version bumped to 2.8.9. Message-ID: <20100611234449.5169A9B21A@doppio.foo-projects.org> commit 4476d851b367694d9e70406ffdf2012c806c7a13 Author: Florin Braescu Date: Sat Jun 12 03:00:32 2010 +0300 ardour: version bumped to 2.8.9. Bugfixes release. --- audio/ardour/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/ardour/DETAILS b/audio/ardour/DETAILS index 466fba1..2f099ab 100644 --- a/audio/ardour/DETAILS +++ b/audio/ardour/DETAILS @@ -1,12 +1,12 @@ MODULE=ardour - VERSION=2.8.7 + VERSION=2.8.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ardour-$VERSION SOURCE_URL=$MIRRORS_URL - SOURCE_VFY=sha1:ac2ce9b3f77647e8bf8ead580cd2dcd2a9c4a6df + SOURCE_VFY=sha1:293fe2c3e37cc148b4beb8b68ccd958c1b3b13e3 WEB_SITE=http://ardour.org ENTERED=20020408 - UPDATED=20100408 + UPDATED=20100612 SHORT="A multichannel hard disk recorder" MAINTAINER=jannis at lunar-linux.org @@ -21,5 +21,5 @@ better functionality as software systems such as ProTools, Samplitude, Logic Audio, Nuendo and Cubase VST (we acknowledge these and all other names as trademarks of their respective owners). It supports MIDI Machine Control, and so can be controlled from any MMC controller, such -as the Mackie Digital 8 Bus mixer and many other modern digital mixers. +as the Mackie Digital 8 Bus mixer and many other modern digital mixers. EOF From florin at lunar-linux.org Sat Jun 12 17:12:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 12 Jun 2010 18:12:28 +0300 Subject: [Lunar-commits] eric4: version bumped to 4.4.5. Message-ID: <20100612145640.AF6CB9B21A@doppio.foo-projects.org> commit eb0f2e605a2ab8d835e08410a7df4c2988a248aa Author: Florin Braescu Date: Sat Jun 12 18:12:28 2010 +0300 eric4: version bumped to 4.4.5. Bugfixes. --- editors/eric4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/eric4/DETAILS b/editors/eric4/DETAILS index ad2b18b..fa14c90 100644 --- a/editors/eric4/DETAILS +++ b/editors/eric4/DETAILS @@ -1,11 +1,11 @@ MODULE=eric4 - VERSION=4.4.4a + VERSION=4.4.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/eric-ide - SOURCE_VFY=sha1:470ba308268016dcc4a4584810278345e3878e56 + SOURCE_VFY=sha1:ec9e5e2c0620d3f343969b8aa195e005b8db58ee WEB_SITE=http://www.die-offenbachs.de/detlev/eric ENTERED=20080914 - UPDATED=20100510 + UPDATED=20100612 SHORT="A full featured Python IDE" cat << EOF From florin at lunar-linux.org Sat Jun 12 17:36:05 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 12 Jun 2010 18:36:05 +0300 Subject: [Lunar-commits] tiff: version bumped to 3.9.3. Message-ID: <20100612152017.F2FBB9B21A@doppio.foo-projects.org> commit 3566344ca3cbe02be7235e50b4d213c98a3c9bdc Author: Florin Braescu Date: Sat Jun 12 18:36:05 2010 +0300 tiff: version bumped to 3.9.3. Bugfixes release. --- graphics/tiff/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/tiff/DETAILS b/graphics/tiff/DETAILS index 07d2bbc..ac2ccfc 100644 --- a/graphics/tiff/DETAILS +++ b/graphics/tiff/DETAILS @@ -1,12 +1,12 @@ MODULE=tiff - VERSION=3.9.2 + VERSION=3.9.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.remotesensing.org/pub/libtiff SOURCE_URL[1]=http://dl.maptools.org/dl/libtiff - SOURCE_VFY=sha1:5c054d31e350e53102221b7760c3700cf70b4327 + SOURCE_VFY=sha1:0d1eef69e58711d77320921bcb4d447f52265dc1 WEB_SITE=http://www.libtiff.org ENTERED=20010922 - UPDATED=20091106 + UPDATED=20100612 SHORT="provides support for the Tag Image File Format" cat << EOF From florin at lunar-linux.org Sat Jun 12 17:40:46 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 12 Jun 2010 18:40:46 +0300 Subject: [Lunar-commits] libburn: version bumped to 0.8.2. Message-ID: <20100612152452.5EAE09B21A@doppio.foo-projects.org> commit 00b6355daa7d56c1cf5c23e00c92b258b3b14b56 Author: Florin Braescu Date: Sat Jun 12 18:40:46 2010 +0300 libburn: version bumped to 0.8.2. Bugfixes and improvements. --- cd/libburn/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/libburn/DETAILS b/cd/libburn/DETAILS index d3f0495..9f19f57 100644 --- a/cd/libburn/DETAILS +++ b/cd/libburn/DETAILS @@ -1,11 +1,11 @@ MODULE=libburn - VERSION=0.8.0 + VERSION=0.8.2 SOURCE=$MODULE-$VERSION.pl00.tar.gz SOURCE_URL=http://files.libburnia-project.org/releases - SOURCE_VFY=sha1:62d43a16dac68861e055acd81403e273ce669e24 + SOURCE_VFY=sha1:51a47a4bdb7fcb9850be47f55b544d920a735b04 WEB_SITE=http://libburnia-project.org ENTERED=20061203 - UPDATED=20100409 + UPDATED=20100612 SHORT="Library for writing optical media" cat << EOF From stumbles at lunar-linux.org Sun Jun 13 12:30:43 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 13 Jun 2010 06:30:43 -0400 Subject: [Lunar-commits] scribus: Version bump. Message-ID: <20100613101448.50CA49B21A@doppio.foo-projects.org> commit 585f0c330969e649b98674e43e5ff2124a2d1b13 Author: Dennis `stumbles` Veatch Date: Sun Jun 13 06:30:43 2010 -0400 scribus: Version bump. --- qt4-apps/scribus/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/scribus/DETAILS b/qt4-apps/scribus/DETAILS index e8dd67d..5aab7df 100644 --- a/qt4-apps/scribus/DETAILS +++ b/qt4-apps/scribus/DETAILS @@ -1,12 +1,12 @@ MODULE=scribus - VERSION=1.3.5.1 + VERSION=1.3.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:d138e47e2177974d18c2f7c87a1db9e462bf6287 + SOURCE_VFY=sha1:9a5c68c0d72d4ced86900a80725f34aeb1e4a481 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.scribus.net ENTERED=20100116 - UPDATED=20100116 + UPDATED=20100613 SHORT="A desktop publishing program based on QT" cat << EOF From zbiggy at lunar-linux.org Sun Jun 13 17:14:39 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 13 Jun 2010 17:14:39 +0200 Subject: [Lunar-commits] NVIDIA-beta: updated to 256.29 Removed nvidia_gl.rc - it does not work. New build script, whole module reworked. Prepared to become NVIDIA module when 2xx driver become official Message-ID: <20100613150121.163149B21A@doppio.foo-projects.org> commit 72d4b226ee9c60ab557350ec565df815efa0d501 Author: Zbigniew Luszpinski Date: Sun Jun 13 17:14:39 2010 +0200 NVIDIA-beta: updated to 256.29 Removed nvidia_gl.rc - it does not work. New build script, whole module reworked. Prepared to become NVIDIA module when 2xx driver become official --- x11/NVIDIA-beta/BUILD | 240 +++++++++++++++++--------------- x11/NVIDIA-beta/DEPENDS | 2 + x11/NVIDIA-beta/DETAILS | 18 ++-- x11/NVIDIA-beta/DETAILS.x86_64 | 16 +- x11/NVIDIA-beta/POST_INSTALL | 20 +++ x11/NVIDIA-beta/POST_REMOVE | 19 +++ x11/NVIDIA-beta/PRE_BUILD | 2 +- x11/NVIDIA-beta/profile.d/nvidia_gl.rc | 11 -- 8 files changed, 190 insertions(+), 138 deletions(-) diff --git a/x11/NVIDIA-beta/BUILD b/x11/NVIDIA-beta/BUILD index 8268d22..a8d3d3c 100644 --- a/x11/NVIDIA-beta/BUILD +++ b/x11/NVIDIA-beta/BUILD @@ -1,27 +1,27 @@ ( - - cd $SOURCE_DIRECTORY && - rm -f nvidia-installer && - rm -f usr/bin/mkprecompiled && - rm -f usr/bin/tls_test && - rm -f usr/bin/tls_test_dso.so && - rm -f usr/share/man/man1/nvidia-installer.1.gz && - rm -f usr/bin/nvidia-settings && - rm -f usr/share/man/man1/nvidia-settings.1.gz && - rm -f usr/bin/nvidia-xconfig && - rm -f usr/share/man/man1/nvidia-xconfig.1.gz && - rm -f usr/bin/nvidia-settings/nvidia-settings && - if module_installed XOrg7 ; then - rm -f usr/X11R6/lib/modules/libnvidia-wfb.so* - fi && - rm -f usr/lib/libvdpau.so* && - rm -f usr/lib/libvdpau_trace.so* && - rm -rf usr/include/vdpau && - cd $SOURCE_DIRECTORY/nvidia-installer-$VERSION && - rm -f libpci.a && + # This is installer less build script. If you find bugs let me know by e-mail: zbiggy(0)o2(period)pl + + # Remove files to avoid module conflicts and + # make place for source compiled replacements + rm -f .manifest libvdpau.so* libvdpau_trace.so* \ + vdpau*.h pkg-history.txt nvidia-installer{,.*} \ + mkprecompiled nvidia-xconfig{,.*} nvidia-settings{,.*} \ + libnvidia-wfb* tls_test* && + + # Temporary paths and symlinks to make sources compilable + LD_LIBRARY_PATH="$SOURCE_DIRECTORY:$LD_LIBRARY_PATH" && + CFLAGS=" -I$SOURCE_DIRECTORY -L$SOURCE_DIRECTORY $CFLAGS " && + ln -s libGL.so.$VERSION libGL.so && + ln -s libnvidia-glcore.so.$VERSION libGLcore.so.1 && + ln -s libnvidia-tls.so.$VERSION libnvidia-tls.so.1 && + mkdir GL && + cp gl*.h GL && + + echo libXvMCNVIDIA_dynamic.so.1 > XvMCConfig && + + # Builds nvidia-installer from source + cd nvidia-installer-$VERSION && rm -f *Linux* && - sedit 's/Bstatic/Bdynamic/' Makefile && - sedit 's/Bstatic/Bdynamic/' public.mk && if [[ $(arch) == x86_64 ]] ; then # Don't compile 32-bits on pure 64-bit Lunar @@ -31,19 +31,28 @@ sedit 's/-DNV_X86_64//' public.mk fi && + sedit 's at -lGL@-I.. -L.. -lGL @' Makefile && make clean && make rebuild_tls_test && make rebuild_tls_test_dso && make rebuild_rtld_test && make && - make install ROOT=$SOURCE_DIRECTORY && - ARK=`uname -m | sed 's/i[3456]86/x86/'` && - cp tls_test_`uname`-$ARK -f $SOURCE_DIRECTORY/usr/bin/tls_test && - cp tls_test_dso_`uname`-$ARK.so -f $SOURCE_DIRECTORY/usr/bin/tls_test_dso.so && - cd .. && - cd $SOURCE_DIRECTORY/nvidia-settings-$VERSION && - sedit 's/-O -DNDEBUG/-DNDEBUG/' Makefile && - sedit '/CFLAGS = -Wall -g/d' src/XF86Config-parser/Makefile && + if [[ $(arch) == x86_64 ]] ; then + install -m 755 _out/Linux_x86_64/nvidia-installer .. + install -m 755 _out/Linux_x86_64/mkprecompiled .. + install -m 644 _out/Linux_x86_64/nvidia-installer.1.gz .. + cp tls_test_`uname`-x86_64 ../tls_test + cp tls_test_dso_`uname`-x86_64.so ../tls_test_dso.so + else + install -m 755 _out/Linux_x86/nvidia-installer .. + install -m 755 _out/Linux_x86/mkprecompiled .. + install -m 644 _out/Linux_x86/nvidia-installer.1.gz .. + cp tls_test_`uname`-x86 ../tls_test + cp tls_test_dso_`uname`-x86.so ../tls_test_dso.so + fi && + + # Builds nvidia-settings from source + cd ../nvidia-settings-$VERSION && # xf86vmode.h has been removed in xf86vidmodeproto 2.3 if [[ ! -e /usr/include/X11/extensions/xf86vmode.h ]] ; then @@ -51,97 +60,110 @@ fi && make clean && - make && - make install ROOT=$SOURCE_DIRECTORY && - cd .. && - cd $SOURCE_DIRECTORY/nvidia-xconfig-$VERSION && - sedit '/CFLAGS += -O/d' Makefile && - sedit '/CFLAGS = -Wall -g/d' XF86Config-parser/Makefile && + make -C src/libXNVCtrl && +# X_CFLAGS=$CFLAGS GL_INCLUDE_PATH=$SOURCE_DIRECTORY + make + if [[ $(arch) == x86_64 ]] ; then + install -m 755 _out/Linux_x86_64/nvidia-settings .. + install -m 644 _out/Linux_x86_64/nvidia-settings.1.gz .. + else + install -m 755 _out/Linux_x86/nvidia-settings .. + install -m 644 _out/Linux_x86/nvidia-settings.1.gz .. + fi && + install -m 644 doc/nvidia-settings.png .. && + install -m 644 doc/nvidia-settings.desktop .. && + + # Builds nvidia-xconfig from source + cd ../nvidia-xconfig-$VERSION && make clean && make && - make install ROOT=$SOURCE_DIRECTORY && + if [[ $(arch) == x86_64 ]] ; then + install -m 755 _out/Linux_x86_64/nvidia-xconfig .. + install -m 644 _out/Linux_x86_64/nvidia-xconfig.1.gz .. + else + install -m 755 _out/Linux_x86/nvidia-xconfig .. + install -m 644 _out/Linux_x86/nvidia-xconfig.1.gz .. + fi && + cd .. && + sedit "s/__GENERATED_BY__/nvidia-installer\:\ $VERSION/" libGL.la && + sedit 's/__LIBGL_PATH__/\/usr\/lib/' libGL.la && + sedit 's/__UTILS_PATH__/\/usr\/bin/' nvidia-settings.desktop && + sedit 's/__PIXMAP_PATH__/\/usr\/share\/doc\/NVIDIA_GLX-1.0/' nvidia-settings.desktop && + sedit 's/__NVIDIA_SETTINGS_DESKTOP_CATEGORIES__/Settings;DesktopSettings;/' nvidia-settings.desktop && # We make the kernel modules on our own - cd $SOURCE_DIRECTORY/usr/src/nv && + cd kernel && + sedit "s@\$\(shell uname -r\)@`readlink /usr/src/linux | cut -d- -f2`@" Makefile.* makefile && +# sedit "s/-O/$CFLAGS/" Makefile.nvidia && +# NV_VERBOSE=0 EXTRA_CFLAGS=$CFLAGS ARCH= + make SYSSRC=`readlink /usr/src/linux` module && + rm -f $SOURCE_DIRECTORY/{libGL.so,libGLcore.so.1,libnvidia-tls.so.1} && + + prepare_install && - sedit "s:KBUILD_VERBOSE=1:KBUILD_VERBOSE=0:g" Makefile.kbuild && + make SYSSRC=`readlink /usr/src/linux` install && +# NV_VERBOSE=0 EXTRA_CFLAGS=$CFLAGS ARCH= + cd .. && - make SYSSRC=/usr/src/linux module && + mkdir -p /etc/OpenCL/vendors && + install -m0444 nvidia.icd /etc/OpenCL/vendors && + install -m0755 nvidia-bug-report.sh /usr/bin && + install -m0755 nvidia-installer /usr/bin && + install -m0755 nvidia-settings /usr/bin && + install -m0755 nvidia-smi /usr/bin && + ln -sf /usr/bin/nvidia-installer /usr/bin/nvidia-uninstall && + install -m0755 nvidia-xconfig /usr/bin && - prepare_install && + mkdir -p /usr/include/CL && + install -m0444 cl*.h /usr/include/CL && - make SYSSRC=/usr/src/linux install && - - cd $SOURCE_DIRECTORY && - rm -rf old.libraries && - - # This is installer less build script. If you find bugs let me know: zbiggy at o2.pl - sedit "s/__GENERATED_BY__/nvidia-installer\:\ 1.0.7/" usr/lib/libGL.la && - sedit "s/__LIBGL_PATH__/\/usr\/\/lib\/opengl\/nvidia/" usr/lib/libGL.la && - sedit "s/__UTILS_PATH__/\/usr\/bin/" usr/share/applications/nvidia-settings.desktop && - sedit "s/__PIXMAP_PATH__/\/usr\/share\/doc\/NVIDIA_GLX-1.0/" usr/share/applications/nvidia-settings.desktop && - - mkdir -p /usr/lib/opengl/nvidia && - - cd $SOURCE_DIRECTORY && - mkdir -p /usr/share/doc/NVIDIA_GLX-1.0/include && - cp -f LICENSE /usr/share/doc/NVIDIA_GLX-1.0/include && - cp -f usr/X11R6/lib/lib* /usr/lib && - cp -rf usr/X11R6/lib/modules /usr/X11/lib/xorg && - - cd /usr/X11/lib/xorg/modules && - cd /usr/X11/lib/xorg/modules/extensions && - ln -sf libglx.so.$VERSION libglx.so && - - cd $SOURCE_DIRECTORY && - cp -f usr/bin/nvidia* /usr/bin && - cp -rf usr/include/cuda /usr/X11/include && - cp -rf usr/include/GL /usr/share/doc/NVIDIA_GLX-1.0/include && - cp -rf usr/lib/tls /usr/lib && - cd /usr/lib/tls && - ln -sf libnvidia-tls.so.$VERSION libnvidia-tls.so.1 && - - cd $SOURCE_DIRECTORY && - cp -f usr/lib/libGL* /usr/lib/opengl/nvidia/ && - cd /usr/lib/opengl/nvidia && - ln -sf libGL.so.$VERSION libGL.so.1 && - ln -sf libGL.so.1 libGL.so && - ln -sf libGLcore.so.$VERSION libGLcore.so.1 && - cd /usr/lib && - ln -sf libXvMCNVIDIA.so.$VERSION libXvMCNVIDIA_dynamic.so.1 && - ln -sf libnvidia-cfg.so.$VERSION libnvidia-cfg.so.1 && - ln -sf libnvidia-cfg.so.1 libnvidia-cfg.so && - ln -sf libnvidia-tls.so.$VERSION libnvidia-tls.so.1 && - - cd $SOURCE_DIRECTORY && - cp -f usr/lib/lib*a*.* /usr/lib && - cp -rf usr/share/applications /usr/share && - cp -rf usr/share/doc/* /usr/share/doc/NVIDIA_GLX-1.0 && - cp -rf usr/share/man /usr/share && - cp -f usr/share/pixmaps/* /usr/share/doc/NVIDIA_GLX-1.0 && + mkdir -p /usr/include/cuda && + install -m0444 cuda*.h /usr/include/cuda && - # Register Nvidia XvMC library for use in any XvMC enabled media player - rm -f /etc/X11/XvMCConfig && - touch /etc/X11/XvMCConfig && - echo libXvMCNVIDIA_dynamic.so.1 > /etc/X11/XvMCConfig && - chmod 644 /etc/X11/XvMCConfig && - - # Get a sane default if haven't set it yet - if [ "x$LUNAR_GL" == "x" ] ; then - set_local_config LUNAR_GL binary - fi && + mkdir -p /usr/include/GL/nvidia && + install -m0444 gl*.h /usr/include/GL/nvidia && + + install -m0755 libnvidia-*.so.$VERSION /usr/lib && + ln -sf /usr/lib/libnvidia-cfg.so.$VERSION /usr/lib/libnvidia-cfg.so.1 && + ln -sf /usr/lib/libnvidia-cfg.so.1 /usr/lib/libnvidia-cfg.so && + + install -m0755 libXvMCNVIDIA.so.$VERSION /usr/lib && + install -m0444 libXvMCNVIDIA.a /usr/lib && + ln -sf /usr/lib/libXvMCNVIDIA.so.$VERSION /usr/lib/libXvMCNVIDIA_dynamic.so.1 && + ln -sf /usr/lib/libXvMCNVIDIA_dynamic.so.1 /usr/lib/libXvMCNVIDIA_dynamic.so && + + install -m0755 libcuda.so.$VERSION /usr/lib && + ln -sf /usr/lib/libcuda.so.$VERSION /usr/lib/libcuda.so.1 && + ln -sf /usr/lib/libcuda.so.1 /usr/lib/libcuda.so && + + install -m0644 libGL.la /usr/lib && + install -m0755 libGL.so.$VERSION /usr/lib && - # This is a temp workaround for braindead dlopen calls inside the NVIDIA - # libglx.so + install -m0755 libOpenCL.so.1.0.0 /usr/lib && + ln -sf /usr/lib/libOpenCL.so.1.0.0 /usr/lib/libOpenCL.so.1.0 && + ln -sf /usr/lib/libOpenCL.so.1.0 /usr/lib/libOpenCL.so.1 && + ln -sf /usr/lib/libOpenCL.so.1 /usr/lib/libOpenCL.so && - ln -sf /usr/lib/opengl/nvidia/libGLcore.so.1 \ - /usr/lib/libGLcore.so.1 && + mkdir -p /usr/lib/tls && + install -m0755 tls/libnvidia-tls.so.$VERSION /usr/lib/tls && - ln -sf /usr/lib/tls/libnvidia-tls.so.1 \ - /usr/lib/libnvidia-tls.so.1 + install -m0755 libvdpau_nvidia.so.$VERSION /usr/lib/vdpau && + ln -sf /usr/lib/vdpau/libvdpau_nvidia.so.$VERSION /usr/lib/vdpau/libvdpau_nvidia.so.1 && + ln -sf /usr/lib/vdpau/libvdpau_nvidia.so.1 /usr/lib/libvdpau_nvidia.so && - if !( module_installed gtk+-2 ); then - rm -f /usr/bin/nvidia-settings - fi + install -m0755 nvidia_drv.so /usr/lib/xorg/modules/drivers && + install -m0755 libglx.so.$VERSION /usr/lib/xorg/modules/extensions && + + install -m0444 nvidia-settings.desktop /usr/share/applications && + + mkdir -p /usr/share/doc/NVIDIA_GLX-1.0/html && + install -m0444 html/* /usr/share/doc/NVIDIA_GLX-1.0/html && + + install -m0444 README.txt nvidia-settings.png LICENSE NVIDIA_Changelog /usr/share/doc/NVIDIA_GLX-1.0 && + install -m0444 nvidia-xconfig.1.gz nvidia-smi.1.gz nvidia-settings.1.gz nvidia-installer.1.gz /usr/share/man/man1 && + + # Register Nvidia XvMC library for use in any XvMC enabled media player + install -m644 XvMCConfig /etc/X11 ) > $C_FIFO 2>&1 + diff --git a/x11/NVIDIA-beta/DEPENDS b/x11/NVIDIA-beta/DEPENDS index 4f1c8eb..6e26e11 100644 --- a/x11/NVIDIA-beta/DEPENDS +++ b/x11/NVIDIA-beta/DEPENDS @@ -1,3 +1,5 @@ depends pciutils +depends ncurses +depends libXxf86vm depends libvdpau depends gtk+-2 diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS index 2843040..99b8c2a 100644 --- a/x11/NVIDIA-beta/DETAILS +++ b/x11/NVIDIA-beta/DETAILS @@ -1,10 +1,10 @@ MODULE=NVIDIA-beta - VERSION=190.42 - SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run + VERSION=256.29 + SOURCE=NVIDIA-Linux-x86-$VERSION.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 SOURCE4=nvidia-xconfig-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[1]=http://download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[2]=http://us.download.nvidia.com/XFree86/Linux-x86/$VERSION @@ -26,16 +26,16 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:c2b20032160f4b5803a04a1bf7bb67a200516a51 - SOURCE2_VFY=sha1:4d8b9feb76f728108abf46f402e16ad5cec622fb - SOURCE3_VFY=sha1:1f6d09d40a19ab689494211cb351a9cdc28521ae - SOURCE4_VFY=sha1:4998c044ee898cb11001318ed58bcfe7dd732102 + SOURCE_VFY=sha1:fc5576f55ba93bc31f594b0859052d7d8e5518e7 + SOURCE2_VFY=sha1:a3c08749afa1b5de85865368dac93a383eaded74 + SOURCE3_VFY=sha1:61e9188f3d8a88ec432f80d577f183d3b4901950 + SOURCE4_VFY=sha1:20fcb1b25b345bd2fa62bd01a6fac9ce07a331c8 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20091022 + UPDATED=20100603 SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx" - +KEEP_SOURCE=on cat << EOF These are the nvidia provided binary X11 drivers for their graphics cards. It also has the Linux kernel module needed for Geforce 6/7/8/9/GT2xx diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64 index df433e9..b9018cf 100644 --- a/x11/NVIDIA-beta/DETAILS.x86_64 +++ b/x11/NVIDIA-beta/DETAILS.x86_64 @@ -1,10 +1,10 @@ MODULE=NVIDIA-beta - VERSION=190.42 - SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run + VERSION=256.29 + SOURCE=NVIDIA-Linux-x86_64-$VERSION-no-compat32.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 SOURCE4=nvidia-xconfig-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-no-compat32 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[1]=http://download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[2]=http://us.download.nvidia.com/XFree86/Linux-x86_64/$VERSION @@ -26,14 +26,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:b48b8637585395b7a2427d8f971eb951155c2c77 - SOURCE2_VFY=sha1:4d8b9feb76f728108abf46f402e16ad5cec622fb - SOURCE3_VFY=sha1:1f6d09d40a19ab689494211cb351a9cdc28521ae - SOURCE4_VFY=sha1:4998c044ee898cb11001318ed58bcfe7dd732102 + SOURCE_VFY=sha1:94170c5baa84024b0e49c7aaf781ab0ee33cdc88 + SOURCE2_VFY=sha1:a3c08749afa1b5de85865368dac93a383eaded74 + SOURCE3_VFY=sha1:61e9188f3d8a88ec432f80d577f183d3b4901950 + SOURCE4_VFY=sha1:20fcb1b25b345bd2fa62bd01a6fac9ce07a331c8 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20091022 + UPDATED=20100603 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA-beta/POST_INSTALL b/x11/NVIDIA-beta/POST_INSTALL new file mode 100644 index 0000000..88564a4 --- /dev/null +++ b/x11/NVIDIA-beta/POST_INSTALL @@ -0,0 +1,20 @@ +# Make Nvidia OpenGL headers default: +# This section is commented out because some applications require Mesa headers +# Average Lunar user may not be able to handle broken compilations so we avoid this. +#for file in `ls /usr/include/GL/nvidia`; +#do ln -sf /usr/include/GL/nvidia/$file /usr/include/GL/$file; +#done + +# Make Nvidia OpenGL libraries default: +cd /usr/lib +ln -sf libGL.so.$VERSION libGL.so.1 +ln -sf libGL.so.1 libGL.so +ln -sf libnvidia-glcore.so.$VERSION libGLcore.so.1 +ln -sf libGLcore.so.1 libGLcore.so + +# Replace generic libglx from X server by Nvidia's one +cd /usr/X11/lib/xorg/modules/extensions +ln -sf libglx.so.$VERSION libglx.so + +# Clean up +rm -rf $SOURCE_DIRECTORY diff --git a/x11/NVIDIA-beta/POST_REMOVE b/x11/NVIDIA-beta/POST_REMOVE new file mode 100644 index 0000000..fef026d --- /dev/null +++ b/x11/NVIDIA-beta/POST_REMOVE @@ -0,0 +1,19 @@ +# Restore Mesa OpenGL headers: +if [[ ! -e /usr/include/GL/mesa ]] ; then +for file in `ls /usr/include/GL/mesa`; +do ln -sf /usr/include/GL/mesa/$file /usr/include/GL/$file; +done +fi + +# Restore Mesa OpenGL libraries: +cd /usr/lib +ln -sf libGL.so.1.2 libGL.so.1 +ln -sf libGL.so.1 libGL.so +rm -f libGLcore.so* + +# Restore generic libglx from X server: +cd /usr/X11/lib/xorg/modules/extensions +ln -sf libglx.so.xorg libglx.so + +# Unregister Nvidia XvMC +rm -f /etc/X11/XvMCConfig diff --git a/x11/NVIDIA-beta/PRE_BUILD b/x11/NVIDIA-beta/PRE_BUILD index 81a94fa..ef98bbe 100644 --- a/x11/NVIDIA-beta/PRE_BUILD +++ b/x11/NVIDIA-beta/PRE_BUILD @@ -2,7 +2,7 @@ cd $BUILD_DIRECTORY && rm -rf $SOURCE_DIRECTORY && - sh $SOURCE_CACHE/$SOURCE --extract-only && + sh $SOURCE_CACHE/$SOURCE -x && cd $SOURCE_DIRECTORY && unpack $SOURCE2 && unpack $SOURCE3 && diff --git a/x11/NVIDIA-beta/profile.d/nvidia_gl.rc b/x11/NVIDIA-beta/profile.d/nvidia_gl.rc deleted file mode 100644 index 60c63d2..0000000 --- a/x11/NVIDIA-beta/profile.d/nvidia_gl.rc +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -source /etc/lunar/local/config - -if [ "$LUNAR_GL" == "binary" ] || [ "x$LUNAR_GL" == "x" ] ; then - if ! [ "x$LD_LIBRARY_PATH" == "x" ] ; then - export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia:$LD_LIBRARY_PATH" - else - export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia" - fi -fi From florin at lunar-linux.org Sun Jun 13 18:08:13 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Jun 2010 19:08:13 +0300 Subject: [Lunar-commits] splix: make it compile with gcc 4.5.0. Message-ID: <20100613155226.0D0279B21A@doppio.foo-projects.org> commit a21cf7c8f8285385d48a8848e9541bc7835494da Author: Florin Braescu Date: Sun Jun 13 19:08:13 2010 +0300 splix: make it compile with gcc 4.5.0. --- printer/splix/BUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/printer/splix/BUILD b/printer/splix/BUILD index baa4637..bc97987 100644 --- a/printer/splix/BUILD +++ b/printer/splix/BUILD @@ -1,5 +1,6 @@ ( + sedit 's;const PPDFile::Value::Value;const PPDFile::Value;' src/ppdfile.cpp && default_make ) > $C_FIFO 2>&1 From florin at lunar-linux.org Sun Jun 13 18:22:42 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Jun 2010 19:22:42 +0300 Subject: [Lunar-commits] dbmail: version bumped to 2.2.15. Message-ID: <20100613160655.5DCE59B21A@doppio.foo-projects.org> commit b1b058a9181fba2bce38d5d85a7467c62d85384e Author: Florin Braescu Date: Sun Jun 13 19:22:42 2010 +0300 dbmail: version bumped to 2.2.15. Bugfixes and improvements. --- mail/dbmail/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/mail/dbmail/DETAILS b/mail/dbmail/DETAILS index 44d703d..f7ddf2b 100644 --- a/mail/dbmail/DETAILS +++ b/mail/dbmail/DETAILS @@ -1,11 +1,12 @@ MODULE=dbmail - VERSION=2.2.12 + MAJOR=2.2 + VERSION=$MAJOR.15 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.dbmail.org/download/2.2/ - SOURCE_VFY=sha1:bf661f4051196b4a0832b276531556f22d33d85f - WEB_SITE=http://www.dbmail.org/ + SOURCE_URL=http://www.dbmail.org/download/$MAJOR + SOURCE_VFY=sha1:d8b036edc6c39586d326cfa5b1c615e2edc71ff9 + WEB_SITE=http://www.dbmail.org ENTERED=20050304 - UPDATED=20100103 + UPDATED=20100613 SHORT="Enables email to be stored in and retrieved from a database" cat << EOF From florin at lunar-linux.org Sun Jun 13 18:30:12 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Jun 2010 19:30:12 +0300 Subject: [Lunar-commits] kmplayer4: version bumped to 0.11.2b. Message-ID: <20100613161433.BD2AB9B21A@doppio.foo-projects.org> commit f0761d00c70129c5924f1f21706bc6266c58f9ee Author: Florin Braescu Date: Sun Jun 13 19:30:12 2010 +0300 kmplayer4: version bumped to 0.11.2b. The module was renamed kmplayer. Bugfixes release. --- kde4/apps/kmplayer/BUILD | 13 +++++++++++++ kde4/apps/kmplayer/DEPENDS | 3 +++ kde4/apps/kmplayer/DETAILS | 26 ++++++++++++++++++++++++++ kde4/apps/kmplayer4/BUILD | 13 ------------- kde4/apps/kmplayer4/DEPENDS | 3 --- kde4/apps/kmplayer4/DETAILS | 27 --------------------------- 6 files changed, 42 insertions(+), 43 deletions(-) diff --git a/kde4/apps/kmplayer/BUILD b/kde4/apps/kmplayer/BUILD new file mode 100644 index 0000000..e9ab71b --- /dev/null +++ b/kde4/apps/kmplayer/BUILD @@ -0,0 +1,13 @@ +( + + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE . && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/apps/kmplayer/DEPENDS b/kde4/apps/kmplayer/DEPENDS new file mode 100644 index 0000000..9668279 --- /dev/null +++ b/kde4/apps/kmplayer/DEPENDS @@ -0,0 +1,3 @@ +depends kdelibs4 +depends %XINELIB +depends MPlayer diff --git a/kde4/apps/kmplayer/DETAILS b/kde4/apps/kmplayer/DETAILS new file mode 100644 index 0000000..dd9b4fe --- /dev/null +++ b/kde4/apps/kmplayer/DETAILS @@ -0,0 +1,26 @@ + MODULE=kmplayer + VERSION=0.11.2b + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://kmplayer.kde.org/pkgs + SOURCE_VFY=sha1:c012917c3a2d946ca79c078dc8f20f8545e4c0e8 + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://kmplayer.kde.org + ENTERED=20081125 + UPDATED=20100613 + SHORT="MPlayer frontend for KDE" + +cat << EOF +As a stand-alone application it can: +* play movies from file/url +* play DVD +* play VCD +* play from a pipe +* keep movie sizes ratio +* resize/fullscreen support +* optional show mplayer output before and after a movie plays +* configurable pattern matching +* proxy settings from konqueror are used to set http_proxy environment variable +* DCOP KMediaPlayer interface support + (comment out gui=yes in your mplayer config file, use gmplayer for MPlayer's + own GUI instead) +EOF diff --git a/kde4/apps/kmplayer4/BUILD b/kde4/apps/kmplayer4/BUILD deleted file mode 100644 index 2dc0315..0000000 --- a/kde4/apps/kmplayer4/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" - - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE -DKDE4_ENABLE_FINAL=ON . && - - default_make - -) > $C_FIFO 2>&1 diff --git a/kde4/apps/kmplayer4/DEPENDS b/kde4/apps/kmplayer4/DEPENDS deleted file mode 100644 index 9668279..0000000 --- a/kde4/apps/kmplayer4/DEPENDS +++ /dev/null @@ -1,3 +0,0 @@ -depends kdelibs4 -depends %XINELIB -depends MPlayer diff --git a/kde4/apps/kmplayer4/DETAILS b/kde4/apps/kmplayer4/DETAILS deleted file mode 100644 index a1961f1..0000000 --- a/kde4/apps/kmplayer4/DETAILS +++ /dev/null @@ -1,27 +0,0 @@ - MODULE=kmplayer4 - VERSION=0.11.2a - SOURCE=kmplayer-$VERSION.tar.bz2 - SOURCE_URL=http://kmplayer.kde.org/pkgs -SOURCE_DIRECTORY=$BUILD_DIRECTORY/kmplayer-$VERSION - SOURCE_VFY=sha1:d925e1b7e3268e64cc05590fbfb31f6dc969b4e8 - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://kmplayer.kde.org - ENTERED=20081125 - UPDATED=20100321 - SHORT="MPlayer frontend for KDE 4.x" - -cat << EOF -As a stand-alone application it can: -* play movies from file/url -* play DVD -* play VCD -* play from a pipe -* keep movie sizes ratio -* resize/fullscreen support -* optional show mplayer output before and after a movie plays -* configurable pattern matching -* proxy settings from konqueror are used to set http_proxy environment variable -* DCOP KMediaPlayer interface support - (comment out gui=yes in your mplayer config file, use gmplayer for MPlayer's - own GUI instead) -EOF From florin at lunar-linux.org Sun Jun 13 18:38:24 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Jun 2010 19:38:24 +0300 Subject: [Lunar-commits] konq-plugins: version bumped to 4.4.0. Message-ID: <20100613162234.99F1E9B21A@doppio.foo-projects.org> commit 0b8a6177c83dfd26f3691f1eed0c8eb03af44467 Author: Florin Braescu Date: Sun Jun 13 19:38:24 2010 +0300 konq-plugins: version bumped to 4.4.0. Bugfixes and enhacements. --- kde4/extragear/konq-plugins/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde4/extragear/konq-plugins/DETAILS b/kde4/extragear/konq-plugins/DETAILS index 13364a2..5769f56 100644 --- a/kde4/extragear/konq-plugins/DETAILS +++ b/kde4/extragear/konq-plugins/DETAILS @@ -1,14 +1,14 @@ MODULE=konq-plugins - MAJOR=4.3 - VERSION=${MAJOR}.1 + MAJOR=4.4 + VERSION=$MAJOR.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:aefc922035f4226e48be6397918364cdb46dc2cc + SOURCE_VFY=sha1:d352fa8b01998182187d0220ecca0d68d7fff919 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090902 + UPDATED=20100613 SHORT="additional plugins for konqueror file manager and web browser" cat << EOF From florin at lunar-linux.org Sun Jun 13 18:48:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Jun 2010 19:48:53 +0300 Subject: [Lunar-commits] ekiga: make openldap optional. Message-ID: <20100613163313.77F309B21A@doppio.foo-projects.org> commit a97c3f0649de57654bac05c316c79b8687e33cf8 Author: Florin Braescu Date: Sun Jun 13 19:48:53 2010 +0300 ekiga: make openldap optional. Thanks to brebs for the submission. --- gnome2/desktop/ekiga/DEPENDS | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/gnome2/desktop/ekiga/DEPENDS b/gnome2/desktop/ekiga/DEPENDS index accf361..f768c2d 100644 --- a/gnome2/desktop/ekiga/DEPENDS +++ b/gnome2/desktop/ekiga/DEPENDS @@ -1,4 +1,3 @@ -depends openldap depends opal depends gnome-doc-utils depends cyrus-sasl @@ -16,3 +15,8 @@ optional_depends libgnomeui \ "" \ "--disable-gnome --disable-doc" \ "to enable gnome support" + +optional_depends openldap \ + "" \ + "--disable-ldap" \ + "for OpenLDAP support" From florin at lunar-linux.org Sun Jun 13 18:50:37 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Jun 2010 19:50:37 +0300 Subject: [Lunar-commits] deluge: add som needed depends. Message-ID: <20100613163456.EB22A9B21A@doppio.foo-projects.org> commit f9ba36de375dc492a10f0b081b0ce08e8e9674fd Author: Florin Braescu Date: Sun Jun 13 19:50:37 2010 +0300 deluge: add som needed depends. Thanks to v4hn for the submission. --- distributed/deluge/DEPENDS | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/distributed/deluge/DEPENDS b/distributed/deluge/DEPENDS index c4b1cc5..1f3ae08 100644 --- a/distributed/deluge/DEPENDS +++ b/distributed/deluge/DEPENDS @@ -1,4 +1,6 @@ depends pygtk depends pyxdg -depends boost +depends boost depends dbus-python +depends Twisted +depends chardet From florin at lunar-linux.org Sun Jun 13 18:51:47 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Jun 2010 19:51:47 +0300 Subject: [Lunar-commits] Twisted: add a needed depend. Message-ID: <20100613163604.C070D9B21A@doppio.foo-projects.org> commit 77b3186cac647de6a5f222f5c4f141cf7da4ccea Author: Florin Braescu Date: Sun Jun 13 19:51:47 2010 +0300 Twisted: add a needed depend. Thanks to v4hn for the submission. --- python/Twisted/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/python/Twisted/DEPENDS b/python/Twisted/DEPENDS index 786ea9b..1215f74 100644 --- a/python/Twisted/DEPENDS +++ b/python/Twisted/DEPENDS @@ -1 +1,2 @@ depends ZopeInterface +depends pyopenssl From florin at lunar-linux.org Sun Jun 13 18:57:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Jun 2010 19:57:30 +0300 Subject: [Lunar-commits] leafnode: version bumped to 1.11.8. Message-ID: <20100613164215.954A79B21A@doppio.foo-projects.org> commit 2716c502c2e874821b722fd08dd6d0ff1fc5af88 Author: Florin Braescu Date: Sun Jun 13 19:57:30 2010 +0300 leafnode: version bumped to 1.11.8. A file descriptor leak in delaybody mode was fixed. Leafnode adds detection of which IPv6-global-scope adddresses are in the local networks (on systems that have getifaddrs, such as *BSD and Linux). IPv6 is now enabled by default but can be disabled at build time. Leafnode now treats CR* CR LF sequences as end-of-line. Several compiler warnings were fixed. The FAQ (for slrn and unwanted low-traffic unsubscriptions) and config.example (for expire) were updated. The obsolete README.FIRST file was dropped. --- news/leafnode/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/news/leafnode/DETAILS b/news/leafnode/DETAILS index c24cb49..dd63369 100644 --- a/news/leafnode/DETAILS +++ b/news/leafnode/DETAILS @@ -1,13 +1,13 @@ MODULE=leafnode - VERSION=1.11.7 + VERSION=1.11.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www-dt.e-technik.uni-dortmund.de/~ma/$MODULE SOURCE_URL[1]=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:81b85be012f1c3d2613e9f9c078336bdd238a052 + SOURCE_VFY=sha1:25bd5de560ffa3bd3adf5a7c7108fe517c3e4cde WEB_SITE=http://leafnode.sourceforge.net ENTERED=20030407 - UPDATED=20090422 - SHORT="leafnode - A USENET software package designed for small sites" + UPDATED=20100613 + SHORT="leafnode - A USENET software package designed for small sites" cat << EOF leafnode - An NNTP server designed for small sites. From florin at lunar-linux.org Mon Jun 14 21:42:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 14 Jun 2010 22:42:26 +0300 Subject: [Lunar-commits] john: version bumped to 1.7.6. Message-ID: <20100614192728.853459B21C@doppio.foo-projects.org> commit 9e734aa226ec1cc0a5db8cc6d1569631fa4a2c06 Author: Florin Braescu Date: Mon Jun 14 22:42:26 2010 +0300 john: version bumped to 1.7.6. crypt(3) support has been added e.g. for SHA-crypt and SunMD5, with OpenMP parallelization on Linux and Solaris. John's Blowfish code has also been parallelized with OpenMP. A more suitable version of x86 assembly Blowfish code is now chosen on Core i7. More optimal DES S-boxes for PowerPC/AltiVec have been integrated. The bitslice DES code has been reworked to allow for the use of arbitrary SIMD intrinsics and mixed-type vectors (e.g., 192-bit with SSE2+MMX). The loader will now detect hashes on a line on their own. The handling of tty settings with "--stdin" and Ctrl-C has been improved. --- crypto/john/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/john/DETAILS b/crypto/john/DETAILS index bda9d42..97a9919 100644 --- a/crypto/john/DETAILS +++ b/crypto/john/DETAILS @@ -1,11 +1,11 @@ MODULE=john - VERSION=1.7.5 + VERSION=1.7.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.openwall.com/john/g - SOURCE_VFY=sha1:d3d311ef9e68de83ba8e9ce75a6b6eab14839372 + SOURCE_VFY=sha1:a767b65d8387d264238db7c5613986fc88b730aa WEB_SITE=http://www.openwall.com/john ENTERED=20011216 - UPDATED=20100226 + UPDATED=20100614 SHORT="A fast password cracker" cat << EOF From florin at lunar-linux.org Mon Jun 14 21:47:09 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 14 Jun 2010 22:47:09 +0300 Subject: [Lunar-commits] abiword: version bumped to 2.8.6. Message-ID: <20100614193119.F15379B21C@doppio.foo-projects.org> commit cb171212fa7b5d985d8c6f1f8b462b443778c22f Author: Florin Braescu Date: Mon Jun 14 22:47:09 2010 +0300 abiword: version bumped to 2.8.6. --- gnome2/apps/abiword/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/apps/abiword/DETAILS b/gnome2/apps/abiword/DETAILS index 8b9d7b3..b432944 100644 --- a/gnome2/apps/abiword/DETAILS +++ b/gnome2/apps/abiword/DETAILS @@ -1,11 +1,11 @@ MODULE=abiword - VERSION=2.8.5 + VERSION=2.8.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.abisource.com/downloads/$MODULE/$VERSION/source - SOURCE_VFY=sha1:29880f001bd7e9fbbda24f3823771702d5b52694 + SOURCE_VFY=sha1:998f69d038000b3fc027d4259548f02d67c8d0df WEB_SITE=http://www.abisource.com ENTERED=20011224 - UPDATED=20100602 + UPDATED=20100614 SHORT="A full-featured, yet light and fast word processor" cat << EOF From stumbles at lunar-linux.org Mon Jun 14 23:39:26 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 14 Jun 2010 17:39:26 -0400 Subject: [Lunar-commits] libktorrent: Version bump. Message-ID: <20100614212457.DC7DA9B21C@doppio.foo-projects.org> commit a82409bcffc1881bd5e10f2995efe8c7374224fd Author: Dennis `stumbles` Veatch Date: Mon Jun 14 17:39:26 2010 -0400 libktorrent: Version bump. --- kde4/extragear/libktorrent/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde4/extragear/libktorrent/DETAILS b/kde4/extragear/libktorrent/DETAILS index 970ec4f..481f92b 100644 --- a/kde4/extragear/libktorrent/DETAILS +++ b/kde4/extragear/libktorrent/DETAILS @@ -1,13 +1,13 @@ MODULE=libktorrent - MAJOR=4.0 - VERSION=1.0.0 + MAJOR=4.0.1 + VERSION=1.0.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://ktorrent.org/downloads/$MAJOR MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - SOURCE_VFY=sha1:2667910d19c400fb436d6537b8402c4c38994b9b + SOURCE_VFY=sha1:8702d759de4974dd26c3b22537bd48a07fd695a9 WEB_SITE=http://ktorrent.org ENTERED=20100526 - UPDATED=20100526 + UPDATED=20100614 SHORT="BitTorrent library" cat << EOF From stumbles at lunar-linux.org Mon Jun 14 23:39:57 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 14 Jun 2010 17:39:57 -0400 Subject: [Lunar-commits] ktorrent: Version bump. Adding a CONFIGURE for finer grain control of Message-ID: <20100614212457.E8E459B220@doppio.foo-projects.org> commit de3c41e4580e0e6cfcc8566fa7d41221ffee9976 Author: Dennis `stumbles` Veatch Date: Mon Jun 14 17:39:57 2010 -0400 ktorrent: Version bump. Adding a CONFIGURE for finer grain control of which plugins that will be created. --- kde4/extragear/ktorrent/BUILD | 9 +++++---- kde4/extragear/ktorrent/CONFIGURE | 16 ++++++++++++++++ kde4/extragear/ktorrent/DETAILS | 6 +++--- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/kde4/extragear/ktorrent/BUILD b/kde4/extragear/ktorrent/BUILD index aacc1e3..cfdf076 100644 --- a/kde4/extragear/ktorrent/BUILD +++ b/kde4/extragear/ktorrent/BUILD @@ -1,15 +1,16 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - mkdir $KDE4_BUILD_DIR && - cd $KDE4_BUILD_DIR && + mkdir $OOTB_DIR && + cd $OOTB_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/extragear/ktorrent/CONFIGURE b/kde4/extragear/ktorrent/CONFIGURE new file mode 100644 index 0000000..4007bd9 --- /dev/null +++ b/kde4/extragear/ktorrent/CONFIGURE @@ -0,0 +1,16 @@ +mquery ENBL_LOGVIEW "Enable logviewer plugin?" y "-DENABLE_LOGVIEWER_PLUGIN=true" "-DENABLE_LOGVIEWER_PLUGIN=false" +mquery ENBL_INFO "Enable info plugin?" y "-DENABLE_INFOWIDGET_PLUGIN=true" "-DENABLE_INFOWIDGET_PLUGIN=false" +mquery ENBL_UPNP "Enable upnp plugin?" y "-DENABLE_UPNP_PLUGIN=true" "-DENABLE_UPNP_PLUGIN=false" +mquery ENBL_SRCH "Enable search plugin?" y "-DENABLE_SEARCH_PLUGIN=true" "-DENABLE_SEARCH_PLUGIN=false" +mquery ENBL_WEB "Enable web interface?" y "-DENABLE_WEBINTERFACE_PLUGIN=true" "-DENABLE_WEBINTERFACE_PLUGIN=false" +mquery ENBL_SCAN "Enable scan folder plugin?" y "-DENABLE_SCANFOLDER_PLUGIN=true" "-DENABLE_SCANFOLDER_PLUGIN=false" +mquery ENBL_IP "Enable IP filter plugin?" y "-DENABLE_IPFILTER_PLUGIN=true" "-DENABLE_IPFILTER_PLUGIN=false" +mquery ENBL_STATS "Enable stats plugin?" y "-DENABLE_STATS_PLUGIN=true" "-DENABLE_STATS_PLUGIN=false" +mquery ENBL_BW "Enable BW scheduler plugin?" y "-DENABLE_BWSCHEDULER_PLUGIN=true" "-DENABLE_BWSCHEDULER_PLUGIN=false" +mquery ENBL_MEDIA "Enable media player plugin?" y "-DENABLE_MEDIAPLAYER_PLUGIN=true" "-DENABLE_MEDIAPLAYER_PLUGIN=false" +mquery ENBL_SCRIPT "Enable scripting plugin?" y "-DENABLE_SCRIPTING_PLUGIN=true" "-DENABLE_SCRIPTING_PLUGIN=false" +mquery ENBL_SYND "Enalbe syndication plugin?" y "-DENABLE_SYNDICATION_PLUGIN=true" "-DENABLE_SYNDICATION_PLUGIN=false" +mquery ENBL_DOWN "Enable downloader plugin?" y "-DENABLE_DOWNLOADORDER_PLUGIN=true" "-DENABLE_DOWNLOADORDER_PLUGIN=false" +mquery ENBL_SHUT "Enable shutdown plugin?" y "-DENABLE_SHUTDOWN_PLUGIN=true" "-DENABLE_SHUTDOWN_PLUGIN=fals" +mquery ENBL_ZERO "Enable zeroconfig plugin?" y "-DENABLE_ZEROCONF_PLUGIN=true" "-DENABLE_ZEROCONF_PLUGIN=false" +mquery ENBL_MAG "Enable magnetgenerator plugin?" y "-DENABLE_MAGNETGENERATOR_PLUGIN=true" "-DENABLE_MAGNETGENERATOR_PLUGIN=false" diff --git a/kde4/extragear/ktorrent/DETAILS b/kde4/extragear/ktorrent/DETAILS index 1218146..59ffc8c 100644 --- a/kde4/extragear/ktorrent/DETAILS +++ b/kde4/extragear/ktorrent/DETAILS @@ -1,10 +1,10 @@ MODULE=ktorrent MAJOR=4.0 - VERSION=${MAJOR}.0 + VERSION=${MAJOR}.1 SOURCE=ktorrent-$VERSION.tar.bz2 - SOURCE_URL=http://ktorrent.org/downloads/$MAJOR + SOURCE_URL=http://ktorrent.org/downloads/$VERSION/ MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - SOURCE_VFY=sha1:53376065ba78262acbb09eca186a34f75f02bea9 + SOURCE_VFY=sha1:e3f6906f798baecfde8eb9fbbc63df9c38293839 WEB_SITE=http://www.kde.org ENTERED=20080111 UPDATED=20100525 From stumbles at lunar-linux.org Tue Jun 15 02:14:27 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 14 Jun 2010 20:14:27 -0400 Subject: [Lunar-commits] varnish: Adding to moonbase. Message-ID: <20100614235838.B718B9B21C@doppio.foo-projects.org> commit 935d14bd0648927b2c7adfab15c41dbfe8c0c3af Author: Dennis `stumbles` Veatch Date: Mon Jun 14 20:14:27 2010 -0400 varnish: Adding to moonbase. --- web/varnish/DETAILS | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/web/varnish/DETAILS b/web/varnish/DETAILS new file mode 100644 index 0000000..59afe29 --- /dev/null +++ b/web/varnish/DETAILS @@ -0,0 +1,24 @@ + MODULE=varnish + VERSION=2.1.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_VFY=sha1:6935eeb89da7dececc72ed0ad951ccac5fcc4a71 + WEB_SITE=http://www.varnish-cache.org/ + ENTERED=20100614 + UPDATED=20100614 + SHORT="high-performance HTTP accelerator" + +cat << EOF +Varnish is a state-of-the-art, high-performance HTTP accelerator. It uses the +advanced features in Linux 2.6, FreeBSD 6/7 and Solaris 10 to achieve its +high performance. + +Some of the features include + + * A modern design + * VCL - a very flexible configuration language + * Load balancing with health checking of backends + * Partial support for ESI + * URL rewriting + * Graceful handling of "dead" backends +EOF From florin at lunar-linux.org Tue Jun 15 16:55:32 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 15 Jun 2010 17:55:32 +0300 Subject: [Lunar-commits] warzone: version bumped to 2.3.1. Message-ID: <20100615143952.DA3179B21C@doppio.foo-projects.org> commit 377b74012b31a953610ebaab433e7a3477b1c955 Author: Florin Braescu Date: Tue Jun 15 17:55:32 2010 +0300 warzone: version bumped to 2.3.1. Bugfixes and enhacements. --- games/warzone2100/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/warzone2100/DETAILS b/games/warzone2100/DETAILS index b8007ef..6e5be72 100644 --- a/games/warzone2100/DETAILS +++ b/games/warzone2100/DETAILS @@ -1,11 +1,11 @@ MODULE=warzone2100 - VERSION=2.3.0 + VERSION=2.3.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:98429aaf04b7ccc81fead97ec438cdf6f83ef48e + SOURCE_VFY=sha1:e1d99cd3aff195b2bb0ad95d7c805f400438821d WEB_SITE=http://wz2100.net ENTERED=20090606 - UPDATED=2010426 + UPDATED=20100615 MAINTAINER=florin at lunar-linux.org SHORT="3D realtime strategy game" From florin at lunar-linux.org Tue Jun 15 22:05:05 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 15 Jun 2010 23:05:05 +0300 Subject: [Lunar-commits] xfce4-taskmanager: version bumped to 1.0.0. Message-ID: <20100615194929.0B5149B21C@doppio.foo-projects.org> commit 647f54d68fa7a4561e4e4e7e00bde9f2a27d2f82 Author: Florin Braescu Date: Tue Jun 15 23:05:05 2010 +0300 xfce4-taskmanager: version bumped to 1.0.0. Changes: - Replaced progress bars against monitors - Display window icons/names with libwnck (optional) - Display the tree view context menu on Menu key press - On tree view column click sort first by descending order - Context menu on the status icon to quit the application - Hide window on window close when the status icon is visible - Several fixes. --- xfce4/apps/xfce4-taskmanager/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/xfce4/apps/xfce4-taskmanager/DETAILS b/xfce4/apps/xfce4-taskmanager/DETAILS index 20d84f1..4b49a76 100644 --- a/xfce4/apps/xfce4-taskmanager/DETAILS +++ b/xfce4/apps/xfce4-taskmanager/DETAILS @@ -1,12 +1,13 @@ MODULE=xfce4-taskmanager - VERSION=0.4.1 + MAJOR=1.0 + VERSION=$MAJOR.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:e93824f9e9a369f6353f4b22251ff7f18468dbd4 + SOURCE_URL=http://archive.xfce.org/src/apps/$MODULE/$MAJOR + SOURCE_VFY=sha1:835e408bdb7c0d53f63448e6a0d1a0eeb1e7b358 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20090420 + UPDATED=20100615 SHORT="A task manager for the XFCE" cat << EOF From engelsman at lunar-linux.org Tue Jun 15 21:58:28 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 15 Jun 2010 21:58:28 +0200 Subject: [Lunar-commits] pylint: updated to version 0.21.1 Message-ID: <20100615202611.1A5579B220@doppio.foo-projects.org> commit 8c4698926a8c1faa8443a552eec6f44fb3045bc2 Author: Duncan Gibson Date: Tue Jun 15 21:58:28 2010 +0200 pylint: updated to version 0.21.1 --- python/pylint/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pylint/DETAILS b/python/pylint/DETAILS index 2254b76..3b3a4c5 100644 --- a/python/pylint/DETAILS +++ b/python/pylint/DETAILS @@ -1,12 +1,12 @@ MODULE=pylint - VERSION=0.21.0 + VERSION=0.21.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=http://ftp.logilab.org/pub/$MODULE - SOURCE_VFY=sha1:54526056d92cec124a084534d0e0f04082a62bf6 + SOURCE_VFY=sha1:e71ba47c1a54839a44f618d7cce5bd716b1a4987 WEB_SITE=http://www.logilab.org/projects/$MODULE ENTERED=20070622 - UPDATED=20100516 + UPDATED=20100615 SHORT="customizable Python source code analyzer" cat << EOF From engelsman at lunar-linux.org Tue Jun 15 21:56:49 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 15 Jun 2010 21:56:49 +0200 Subject: [Lunar-commits] logilab-common: updated to version 0.50.3 Message-ID: <20100615202611.0A0089B21C@doppio.foo-projects.org> commit 4f18ccbf20b00129268a3c21fac7bf662f84ac59 Author: Duncan Gibson Date: Tue Jun 15 21:56:49 2010 +0200 logilab-common: updated to version 0.50.3 --- python/logilab-common/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/logilab-common/DETAILS b/python/logilab-common/DETAILS index e6ce5af..f34e55d 100644 --- a/python/logilab-common/DETAILS +++ b/python/logilab-common/DETAILS @@ -1,12 +1,12 @@ MODULE=logilab-common - VERSION=0.50.1 + VERSION=0.50.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=ftp://ftp.logilab.fr/pub/${MODULE//logilab-} - SOURCE_VFY=sha1:c646f48bf347b5838481ecf48792ad80d0013373 + SOURCE_VFY=sha1:abf35852ce0030b2724b1beeacc42f3ca03934c5 WEB_SITE=http://www.logilab.org/projects/${MODULE//logilab-} ENTERED=20070622 - UPDATED=20100516 + UPDATED=20100615 SHORT="common low level library required by Logilab projects" cat << EOF From engelsman at lunar-linux.org Tue Jun 15 22:32:26 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 15 Jun 2010 22:32:26 +0200 Subject: [Lunar-commits] mac: updated to version 3.99-u4-b5-s6 Message-ID: <20100615203255.423999B21C@doppio.foo-projects.org> commit 90d6868853b2a7586438c74849e1af673eb73cef Author: Paul Bredbury Date: Tue Jun 15 22:32:26 2010 +0200 mac: updated to version 3.99-u4-b5-s6 The current version in moonbase does not download. --- audio/mac/DETAILS | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/audio/mac/DETAILS b/audio/mac/DETAILS index 8dab21e..22b7f91 100644 --- a/audio/mac/DETAILS +++ b/audio/mac/DETAILS @@ -1,12 +1,13 @@ MODULE=mac - VERSION=3.99-u4-b5 + VERSION=3.99-u4-b5-s6 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://etree.org/shnutils/shntool/support/formats/ape/unix/ - SOURCE_VFY=sha1:f215c265c2cba719834c989498d5a8d2457b54de + SOURCE_URL=http://etree.org/shnutils/shntool/support/formats/ape/unix/$VERSION + SOURCE_VFY=sha1:d4b86336e2b13cdaa4dbc4296d2e1f3d3396556b WEB_SITE="http://aqualung.sourceforge.net/?tab=compiling" ENTERED=20080118 - UPDATED=20080118 - SHORT="decode Monkey Audio files" + UPDATED=20100609 + SHORT="Encode and decode Monkey's Audio (.ape) files" + cat << EOF -decode Monkey's Audio files. +Encode and decode Monkey's Audio (.ape) files. EOF From stumbles at lunar-linux.org Wed Jun 16 02:03:56 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 15 Jun 2010 20:03:56 -0400 Subject: [Lunar-commits] VirtualBox: Adding this to the BUILD as suggested by Guillaume; Message-ID: <20100615235037.7A2429B21C@doppio.foo-projects.org> commit 8c0414158cb47919d98b18363c2c0f316ebc5adb Author: Dennis `stumbles` Veatch Date: Tue Jun 15 20:03:56 2010 -0400 VirtualBox: Adding this to the BUILD as suggested by Guillaume; http://foo-projects.org/pipermail/lunar/2010-June/008331.html Tested on two of my machines that was having this very same problem. --- virtual/VirtualBox/BUILD | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/virtual/VirtualBox/BUILD b/virtual/VirtualBox/BUILD index fa4ccfd..7145685 100644 --- a/virtual/VirtualBox/BUILD +++ b/virtual/VirtualBox/BUILD @@ -2,6 +2,9 @@ patch_it $SOURCE_CACHE/$SOURCE2 1 && +# Fixes a gcc 4.4 build failure. + echo "VBOX_WITH_TESTCASES =" > LocalConfig.kmk && + # Disable qt3 sedit s at WITH_QT3=1 at WITH_QT3=0@ configure && From florin at lunar-linux.org Wed Jun 16 06:39:58 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 16 Jun 2010 07:39:58 +0300 Subject: [Lunar-commits] tiff: version bumped to 3.9.4. Message-ID: <20100616042413.B5D459B21C@doppio.foo-projects.org> commit 8b2d68dd8e971e9d5734bdbe91e24f46ea46c82c Author: Florin Braescu Date: Wed Jun 16 07:39:58 2010 +0300 tiff: version bumped to 3.9.4. Bugfixes. --- graphics/tiff/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/tiff/DETAILS b/graphics/tiff/DETAILS index ac2ccfc..d026a18 100644 --- a/graphics/tiff/DETAILS +++ b/graphics/tiff/DETAILS @@ -1,12 +1,12 @@ MODULE=tiff - VERSION=3.9.3 + VERSION=3.9.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.remotesensing.org/pub/libtiff SOURCE_URL[1]=http://dl.maptools.org/dl/libtiff - SOURCE_VFY=sha1:0d1eef69e58711d77320921bcb4d447f52265dc1 + SOURCE_VFY=sha1:a4e32d55afbbcabd0391a9c89995e8e8a19961de WEB_SITE=http://www.libtiff.org ENTERED=20010922 - UPDATED=20100612 + UPDATED=20100616 SHORT="provides support for the Tag Image File Format" cat << EOF From florin at lunar-linux.org Wed Jun 16 06:45:11 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 16 Jun 2010 07:45:11 +0300 Subject: [Lunar-commits] doxygen: version bumped to 1.7.0. Message-ID: <20100616042948.1B7019B21C@doppio.foo-projects.org> commit d1f8a93069a76bcd9bcfae904e7fc0f83fd82d4d Author: Florin Braescu Date: Wed Jun 16 07:45:11 2010 +0300 doxygen: version bumped to 1.7.0. Changes: The look of the HTML output was changed. The color of HTML output can now be changed easily. Several performance enhancements were included, including the ability to run multiple instances of dot in parallel for faster graph generation. Many bugs have been fixed. --- doc-tools/doxygen/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-tools/doxygen/DETAILS b/doc-tools/doxygen/DETAILS index bb33251..b56c317 100644 --- a/doc-tools/doxygen/DETAILS +++ b/doc-tools/doxygen/DETAILS @@ -1,11 +1,11 @@ MODULE=doxygen - VERSION=1.6.3 + VERSION=1.7.0 SOURCE=$MODULE-$VERSION.src.tar.gz SOURCE_URL=ftp://ftp.stack.nl/pub/users/dimitri - SOURCE_VFY=sha1:36e4f479a136a439307456e539a4bd6c2fefa8b7 + SOURCE_VFY=sha1:df22a6fbf0c13ab368a894e3afdc17ee5c09d9b4 WEB_SITE=http://www.stack.nl/~dimitri/$MODULE ENTERED=20020529 - UPDATED=20100222 + UPDATED=20100616 SHORT="Documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C" PSAFE=no From florin at lunar-linux.org Wed Jun 16 07:57:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 16 Jun 2010 08:57:03 +0300 Subject: [Lunar-commits] libspectre: version bumped to 0.2.6. Message-ID: <20100616054128.98E8A9B21C@doppio.foo-projects.org> commit 31849e7babacbe30a876eb3ab0e72981457b039f Author: Florin Braescu Date: Wed Jun 16 08:57:03 2010 +0300 libspectre: version bumped to 0.2.6. Bugfixes release. --- libs/libspectre/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libspectre/DETAILS b/libs/libspectre/DETAILS index 8b5aa3c..27e9c98 100644 --- a/libs/libspectre/DETAILS +++ b/libs/libspectre/DETAILS @@ -1,12 +1,12 @@ MODULE=libspectre - VERSION=0.2.4 + VERSION=0.2.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://libspectre.freedesktop.org/releases - SOURCE_VFY=sha1:698dec68505c5f614f1b7db4407a6f5d636b1f08 + SOURCE_VFY=sha1:819475c7e34a1e9bc2e876110fee530b42aecabd WEB_SITE=http://libspectre.freedesktop.org/wiki ENTERED=20080701 - UPDATED=20100304 - SHORT="small library for rendering Postscript documents" + UPDATED=20100616 + SHORT="A small library for rendering Postscript documents" cat << EOF libspectre is a small library for rendering Postscript documents. It provides a From stumbles at lunar-linux.org Wed Jun 16 18:47:19 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 16 Jun 2010 12:47:19 -0400 Subject: [Lunar-commits] ffmpegthumbnailer: Version bump. Message-ID: <20100616163137.890699B21C@doppio.foo-projects.org> commit a221e649bd42fc9b91800c924cb0409161550484 Author: Dennis `stumbles` Veatch Date: Wed Jun 16 12:47:19 2010 -0400 ffmpegthumbnailer: Version bump. --- video/ffmpegthumbnailer/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/ffmpegthumbnailer/DETAILS b/video/ffmpegthumbnailer/DETAILS index 5f8f9fa..db1b141 100644 --- a/video/ffmpegthumbnailer/DETAILS +++ b/video/ffmpegthumbnailer/DETAILS @@ -1,11 +1,11 @@ MODULE=ffmpegthumbnailer - VERSION=2.0.1 + VERSION=2.0.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://ffmpegthumbnailer.googlecode.com/files/ - SOURCE_VFY=sha1:9ab0ef61a920398313c46db74e82b6d4edc0bd63 + SOURCE_VFY=sha1:71024afb50e26217dc5de59a34f299551cb6816a WEB_SITE=http://code.google.com/p/ffmpegthumbnailer/ ENTERED=20100105 - UPDATED=20100418 + UPDATED=20100616 SHORT="create thumbnails from video files" cat << EOF From florin at lunar-linux.org Wed Jun 16 21:13:19 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 16 Jun 2010 22:13:19 +0300 Subject: [Lunar-commits] curl: version bumped to 7.21.0. Message-ID: <20100616185746.D9C6C9B21C@doppio.foo-projects.org> commit b0e6f1b788d368bd95e7aa3c5f7486195a669003 Author: Florin Braescu Date: Wed Jun 16 22:13:19 2010 +0300 curl: version bumped to 7.21.0. Changes: o added the --proto and -proto-redir options o new configure option --enable-threaded-resolver o improve TELNET ability with libcurl o added support for PolarSSL o added support for FTP wildcard matching and downloads o added support for RTMP o introducing new LDAP code for new enough OpenLDAP o OpenLDAP support enabled for cygwin builds o added CURLINFO_PRIMARY_PORT, CURLINFO_LOCAL_IP and CURLINFO_LOCAL_PORT o bugfixes. --- ftp/curl/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS index 8459d66..50b7e3c 100644 --- a/ftp/curl/DETAILS +++ b/ftp/curl/DETAILS @@ -1,11 +1,11 @@ MODULE=curl - VERSION=7.20.1 + VERSION=7.21.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://curl.haxx.se/download - SOURCE_VFY=sha1:bc3ba6d83069ef1f13d320f29b26f1c63f6056b3 + SOURCE_VFY=sha1:5cb1213187fb25d1b4392ddaca3a7945c749d083 WEB_SITE=http://curl.haxx.se ENTERED=20010922 - UPDATED=20100415 + UPDATED=20100616 SHORT="Tool for transferring files using URL syntax" cat << EOF From zbiggy at lunar-linux.org Thu Jun 17 01:59:38 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Thu, 17 Jun 2010 01:59:38 +0200 Subject: [Lunar-commits] NVIDIA: updated to 195.36.31 Fixed a problem with SLI SFR, AFR, and SLIAA modes with GeForce GTX 480 and GeForce GTX 470 and high-resolution display modes. Message-ID: <20100616234509.DCDC39B21C@doppio.foo-projects.org> commit 2d410401874540ff68b45caf46627c702294b760 Author: Zbigniew Luszpinski Date: Thu Jun 17 01:59:38 2010 +0200 NVIDIA: updated to 195.36.31 Fixed a problem with SLI SFR, AFR, and SLIAA modes with GeForce GTX 480 and GeForce GTX 470 and high-resolution display modes. --- x11/NVIDIA/DETAILS | 6 +++--- x11/NVIDIA/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA/DETAILS b/x11/NVIDIA/DETAILS index 7aa006a..f45e9f8 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=195.36.24 + VERSION=195.36.31 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION - SOURCE_VFY=sha1:279709d2bdf958fd5935af3ba461e4eb585cb880 + SOURCE_VFY=sha1:9c65277ea7cceec900967e15a04629daba06ef45 WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20100424 + UPDATED=20100616 SHORT="X11 NVIDIA binary driver for Geforce6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64 index d5e8705..7731e0f 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=195.36.24 + VERSION=195.36.31 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION - SOURCE_VFY=sha1:e379dcbb56107f5efb9d2bba2b067226e4d2f68e + SOURCE_VFY=sha1:237449311584b23c5ed6deee7602d8e4c913e4ff WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20100424 + UPDATED=20100616 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" PSAFE=no From florin at lunar-linux.org Thu Jun 17 15:31:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Jun 2010 16:31:14 +0300 Subject: [Lunar-commits] gnumeric: version bumped to 1.10.6. Message-ID: <20100617131540.2D8829B21C@doppio.foo-projects.org> commit 388e2d49594b18b1b8a562cedddb3f180a72d6c1 Author: Florin Braescu Date: Thu Jun 17 16:31:14 2010 +0300 gnumeric: version bumped to 1.10.6. Bugfixes and improvements. --- gnome2/apps/gnumeric/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome2/apps/gnumeric/DETAILS b/gnome2/apps/gnumeric/DETAILS index 03bebdf..3d6287d 100644 --- a/gnome2/apps/gnumeric/DETAILS +++ b/gnome2/apps/gnumeric/DETAILS @@ -1,9 +1,9 @@ MODULE=gnumeric MAJOR=1.10 - VERSION=$MAJOR.5 + VERSION=$MAJOR.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:4422e6b5becc6aeb30f8ce794b037eeeaa9ea04e + SOURCE_VFY=sha1:c885c1fd7033bd355245cd3d2820e73d668d1861 WEB_SITE=http://www.gnumeric.org ENTERED=20021224 UPDATED=20100602 From florin at lunar-linux.org Thu Jun 17 15:37:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Jun 2010 16:37:14 +0300 Subject: [Lunar-commits] bind, bind-utils: version bumped to 9.7.1. Message-ID: <20100617132136.D47269B21C@doppio.foo-projects.org> commit 40eff7b7393d65f1065a286d729276bb561963a3 Author: Florin Braescu Date: Thu Jun 17 16:37:14 2010 +0300 bind, bind-utils: version bumped to 9.7.1. Bugfixes release. --- net/bind-utils/DETAILS | 6 +++--- net/bind/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/bind-utils/DETAILS b/net/bind-utils/DETAILS index 08a5d75..b173c6b 100644 --- a/net/bind-utils/DETAILS +++ b/net/bind-utils/DETAILS @@ -1,12 +1,12 @@ MODULE=bind-utils - VERSION=9.7.0-P2 + VERSION=9.7.1 SOURCE=bind-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/bind-$VERSION SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION - SOURCE_VFY=sha1:4b805d4a66075a88c93c5b852b928da96467aa2d + SOURCE_VFY=sha1:e2540c02b8979b5c8a7303e5a0081c00f9cee7ae WEB_SITE=http://www.isc.org/products/BIND ENTERED=20050513 - UPDATED=20100520 + UPDATED=20100617 SHORT="Collection of BIND related client programs" PSAFE=no diff --git a/net/bind/DETAILS b/net/bind/DETAILS index da7e84d..87f210c 100644 --- a/net/bind/DETAILS +++ b/net/bind/DETAILS @@ -1,13 +1,13 @@ # If you bump this module also bump bind-utils please kthx! MODULE=bind - VERSION=9.7.0-P2 + VERSION=9.7.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION - SOURCE_VFY=sha1:4b805d4a66075a88c93c5b852b928da96467aa2d + SOURCE_VFY=sha1:e2540c02b8979b5c8a7303e5a0081c00f9cee7ae WEB_SITE=http://www.isc.org/products/BIND ENTERED=20010922 - UPDATED=20100520 + UPDATED=20100617 SHORT="ISC's DNS (domain name system) server" PSAFE=no From florin at lunar-linux.org Thu Jun 17 17:29:55 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Jun 2010 18:29:55 +0300 Subject: [Lunar-commits] pango: version bumped to 1.28.1. Message-ID: <20100617151418.BFBB29B21C@doppio.foo-projects.org> commit b4a1e06810b36299fee7710d761d2fa18c0297c8 Author: Florin Braescu Date: Thu Jun 17 18:29:55 2010 +0300 pango: version bumped to 1.28.1. Bugfixes mostly. --- libs/pango/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/pango/DETAILS b/libs/pango/DETAILS index f298b82..eca06ef 100644 --- a/libs/pango/DETAILS +++ b/libs/pango/DETAILS @@ -1,12 +1,12 @@ MODULE=pango MAJOR=1.28 - VERSION=$MAJOR.0 + VERSION=$MAJOR.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:b77fd452a59e4e11ee8b97193344c945250d5d37 + SOURCE_VFY=sha1:2d5907f0ff108cb9c27f69d8e4de564ff3d30221 WEB_SITE=http://www.pango.org ENTERED=20020313 - UPDATED=20100401 + UPDATED=20100617 SHORT="A library for text layout and rendering" cat << EOF From florin at lunar-linux.org Thu Jun 17 17:33:06 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Jun 2010 18:33:06 +0300 Subject: [Lunar-commits] xterm: version bumped to 259. Message-ID: <20100617151717.2D62E9B21C@doppio.foo-projects.org> commit 83ed658ce68420035109fb0534b0e318926e49fa Author: Florin Braescu Date: Thu Jun 17 18:33:06 2010 +0300 xterm: version bumped to 259. Bugfixes. --- xorg7/extra/xterm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/xterm/DETAILS b/xorg7/extra/xterm/DETAILS index 70bbe66..df89fdc 100644 --- a/xorg7/extra/xterm/DETAILS +++ b/xorg7/extra/xterm/DETAILS @@ -1,12 +1,12 @@ MODULE=xterm - VERSION=258 + VERSION=259 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://invisible-island.net/xterm - SOURCE_VFY=sha1:d3357fc88917e23210eea2db32b185799bb2d22e + SOURCE_VFY=sha1:b4cf20ad67faa221d308b92c4daf8df4f9f122fb MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://invisible-island.net/xterm ENTERED=20060124 - UPDATED=20100508 + UPDATED=20100617 SHORT="The X terminal emulator" cat << EOF From florin at lunar-linux.org Thu Jun 17 17:50:06 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Jun 2010 18:50:06 +0300 Subject: [Lunar-commits] libisoburn: version bumped to 0.5.8. Message-ID: <20100617153442.AAD6C9B21C@doppio.foo-projects.org> commit 5a254d4594089de2f8d9d63481823527c4d65977 Author: Florin Braescu Date: Thu Jun 17 18:50:06 2010 +0300 libisoburn: version bumped to 0.5.8. This release is a public C language API of libisoburn, and therefore grows substantially. Emulation of mkisofs and cdrecord has been enhanced. --- cd/libisoburn/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/libisoburn/DETAILS b/cd/libisoburn/DETAILS index 33abc8d..9420231 100644 --- a/cd/libisoburn/DETAILS +++ b/cd/libisoburn/DETAILS @@ -1,11 +1,11 @@ MODULE=libisoburn - VERSION=0.5.0 + VERSION=0.5.8 SOURCE=$MODULE-$VERSION.pl00.tar.gz SOURCE_URL=http://files.libburnia-project.org/releases - SOURCE_VFY=sha1:d8c4cdad3516ea4e1c55806584280b8ed816ddb0 + SOURCE_VFY=sha1:fa958fcb1ea180b78d04bfa146e04a48469b41f2 WEB_SITE=http://libburnia-project.org ENTERED=20080513 - UPDATED=20100227 + UPDATED=20100617 SHORT="A frontend for libraries libburn and libisofs" cat << EOF From engelsman at lunar-linux.org Thu Jun 17 19:35:47 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Thu, 17 Jun 2010 19:35:47 +0200 Subject: [Lunar-commits] codeblocks: updated to version 10.05 Message-ID: <20100617173612.9BEF79B21C@doppio.foo-projects.org> commit 9c8a36e0ad79b10a920764101d6ad4764f4dd7ca Author: Guillaume Date: Thu Jun 17 19:35:47 2010 +0200 codeblocks: updated to version 10.05 list of changes: - version update - add optional dependency : gdb - add sha1sum Guillaume --- editors/codeblocks/DEPENDS | 1 + editors/codeblocks/DETAILS | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/editors/codeblocks/DEPENDS b/editors/codeblocks/DEPENDS index a58f0bb..d6088c9 100644 --- a/editors/codeblocks/DEPENDS +++ b/editors/codeblocks/DEPENDS @@ -1 +1,2 @@ depends wxGTK +optional_depends gdb "" "" "for debugging support" diff --git a/editors/codeblocks/DETAILS b/editors/codeblocks/DETAILS index a328c9d..b662015 100644 --- a/editors/codeblocks/DETAILS +++ b/editors/codeblocks/DETAILS @@ -1,11 +1,12 @@ MODULE=codeblocks - VERSION=8.02 + VERSION=10.05 SOURCE=$MODULE-$VERSION-src.tar.bz2 - SOURCE_URL[0]=$SFORGE_URL/codeblocks/ -# SOURCE_URL[1]=http://prdownload.berlios.de/codeblocks/ + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-release + SOURCE_URL[0]=http://download.berlios.de/codeblocks/ + SOURCE_VFY=sha1:b7697f512de69ad731f0febac4b91bb6c605fa57 WEB_SITE=http://codeblocks.org ENTERED=20081123 - UPDATED=20081123 + UPDATED=20100615 SHORT="wxGTK-based C++ IDE" cat << EOF From florin at lunar-linux.org Thu Jun 17 21:56:29 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Jun 2010 22:56:29 +0300 Subject: [Lunar-commits] transmission: version bumped to 2.00. Message-ID: <20100617194141.1ACB99B21C@doppio.foo-projects.org> commit ec0ab430eda801e431a079a4bedb6862dde1934e Author: Florin Braescu Date: Thu Jun 17 22:56:29 2010 +0300 transmission: version bumped to 2.00. New features added, bugfixes and enhacements. --- distributed/transmission/BUILD | 9 +++++++++ distributed/transmission/CONFIGURE | 1 + distributed/transmission/DEPENDS | 7 ++++++- distributed/transmission/DETAILS | 6 +++--- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/distributed/transmission/BUILD b/distributed/transmission/BUILD new file mode 100644 index 0000000..2e2840d --- /dev/null +++ b/distributed/transmission/BUILD @@ -0,0 +1,9 @@ +( + + if [ "$DAEMON" == "n" ]; then + OPTS+=" --disable-daemon" + fi && + + default_build + +) > $C_FIFO 2>&1 diff --git a/distributed/transmission/CONFIGURE b/distributed/transmission/CONFIGURE new file mode 100644 index 0000000..3633e7f --- /dev/null +++ b/distributed/transmission/CONFIGURE @@ -0,0 +1 @@ +mquery DAEMON "Install daemon support?" n diff --git a/distributed/transmission/DEPENDS b/distributed/transmission/DEPENDS index 8ca862e..f77683c 100644 --- a/distributed/transmission/DEPENDS +++ b/distributed/transmission/DEPENDS @@ -1,5 +1,10 @@ depends intltool +depends libevent optional_depends "gtk+-2" "" "--disable-gtk" "for the GUI interface" optional_depends "openssl" "" "--disable-openssl" "for encrypted transfer support" -optional_depends "libevent" "" "--disable-daemon" "for daemon mode support" + +optional_depends "libnotify" \ + "--enable-libnotify" \ + "" \ + "for notify support" diff --git a/distributed/transmission/DETAILS b/distributed/transmission/DETAILS index 333ab49..33d9e19 100644 --- a/distributed/transmission/DETAILS +++ b/distributed/transmission/DETAILS @@ -1,11 +1,11 @@ MODULE=transmission - VERSION=1.93 + VERSION=2.00 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://mirrors.m0k.org/transmission/files - SOURCE_VFY=sha1:27793b8088d6fd5db3b8004900770c84aeb99289 + SOURCE_VFY=sha1:019fc85db77ab7eedb3a7bd7811951679b69aa9f WEB_SITE=http://transmissionbt.com ENTERED=20060626 - UPDATED=20100506 + UPDATED=20100617 SHORT="A fast and powerful BitTorrent client" cat << EOF From florin at lunar-linux.org Thu Jun 17 22:15:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Jun 2010 23:15:26 +0300 Subject: [Lunar-commits] ardour: version bumped to 2.8.10. Message-ID: <20100617195944.058EC9B21C@doppio.foo-projects.org> commit 0a8592403b3d57d1901a49f1c4bac639af85029f Author: Florin Braescu Date: Thu Jun 17 23:15:26 2010 +0300 ardour: version bumped to 2.8.10. Bugfixes. --- audio/ardour/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/ardour/DETAILS b/audio/ardour/DETAILS index 2f099ab..3443172 100644 --- a/audio/ardour/DETAILS +++ b/audio/ardour/DETAILS @@ -1,12 +1,12 @@ MODULE=ardour - VERSION=2.8.9 + VERSION=2.8.10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ardour-$VERSION SOURCE_URL=$MIRRORS_URL - SOURCE_VFY=sha1:293fe2c3e37cc148b4beb8b68ccd958c1b3b13e3 + SOURCE_VFY=sha1:beb309af693f8c2402ddd364d1fc79dc6dfe5e76 WEB_SITE=http://ardour.org ENTERED=20020408 - UPDATED=20100612 + UPDATED=20100617 SHORT="A multichannel hard disk recorder" MAINTAINER=jannis at lunar-linux.org From florin at lunar-linux.org Thu Jun 17 22:19:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Jun 2010 23:19:30 +0300 Subject: [Lunar-commits] monodevelop: version bumped to 2.4. Message-ID: <20100617200340.939349B21C@doppio.foo-projects.org> commit b6f622f31f33f303fad2af6f5c00600234d97022 Author: Florin Braescu Date: Thu Jun 17 23:19:30 2010 +0300 monodevelop: version bumped to 2.4. --- mono/monodevelop/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mono/monodevelop/DETAILS b/mono/monodevelop/DETAILS index 7119005..a0a6914 100644 --- a/mono/monodevelop/DETAILS +++ b/mono/monodevelop/DETAILS @@ -1,11 +1,11 @@ MODULE=monodevelop - VERSION=2.2.2 + VERSION=2.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://go-mono.com/sources/$MODULE - SOURCE_VFY=sha1:fbb9ab1cbd9cc10c2052d1045a24cedb16158546 + SOURCE_VFY=sha1:b4d87bf220e452ee1dc86c93b4cc66e3f07fa579 WEB_SITE=http://monodevelop.com ENTERED=20040505 - UPDATED=20100317 + UPDATED=20100617 SHORT=".NET, C, and C++ IDE written in gtk#" PSAFE=no From stumbles at lunar-linux.org Fri Jun 18 04:00:56 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 17 Jun 2010 22:00:56 -0400 Subject: [Lunar-commits] k3b: Version bump. Message-ID: <20100618014511.BDB349B21C@doppio.foo-projects.org> commit d8554ece19bdb116cb1c5befac3804b3b4659970 Author: Dennis `stumbles` Veatch Date: Thu Jun 17 22:00:56 2010 -0400 k3b: Version bump. --- zbeta/k3b/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zbeta/k3b/DETAILS b/zbeta/k3b/DETAILS index 24e597e..003cbcd 100644 --- a/zbeta/k3b/DETAILS +++ b/zbeta/k3b/DETAILS @@ -1,12 +1,12 @@ MODULE=k3b - VERSION=1.92.0 - SOURCE=$MODULE-${VERSION}rc3.tar.bz2 + VERSION=1.93.0 + SOURCE=$MODULE-${VERSION}rc4.tar.bz2 SOURCE_URL=$SFORGE_URL/k3b/${VERSIONr}rc1/ - SOURCE_VFY=sha1:6b538b649804aec311b2dffa3374244f0d27ba61 + SOURCE_VFY=sha1:06b4804cb195895bcc1b7626ebbca7c813fc73a6 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://k3b.plainblack.com ENTERED=20091127 - UPDATED=20100523 + UPDATED=20100617 SHORT="port of k3b to kde4" cat << EOF From florin at lunar-linux.org Fri Jun 18 11:59:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Jun 2010 12:59:30 +0300 Subject: [Lunar-commits] cups: version bumped to 1.4.4. Message-ID: <20100618094543.AE5AB9B21C@doppio.foo-projects.org> commit 459c0fdc5f2b596826cff849ec7e07022830e54e Author: Florin Braescu Date: Fri Jun 18 12:59:30 2010 +0300 cups: version bumped to 1.4.4. Security and bugs fixes release. --- printer/cups/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/cups/DETAILS b/printer/cups/DETAILS index 0499cbb..ee944de 100644 --- a/printer/cups/DETAILS +++ b/printer/cups/DETAILS @@ -1,11 +1,11 @@ MODULE=cups - VERSION=1.4.3 + VERSION=1.4.4 SOURCE=$MODULE-$VERSION-source.tar.bz2 SOURCE_URL=ftp://ftp.easysw.com/pub/$MODULE/$VERSION - SOURCE_VFY=sha1:0dd9e3d709614d26cce77728b9263556c94c9559 + SOURCE_VFY=sha1:3e179c007fa6cd6874b60ff18a6f48070547a00a WEB_SITE=http://www.cups.org ENTERED=20020218 - UPDATED=20100331 + UPDATED=20100618 SHORT="A portable printing layer" cat << EOF From florin at lunar-linux.org Fri Jun 18 12:14:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Jun 2010 13:14:48 +0300 Subject: [Lunar-commits] bluefish: version bumped to 2.0.1. Message-ID: <20100618100016.601989B21C@doppio.foo-projects.org> commit a755de134b6279b111e756bc558d53dc85da87b1 Author: Florin Braescu Date: Fri Jun 18 13:14:48 2010 +0300 bluefish: version bumped to 2.0.1. Bugfixes release. --- web/bluefish/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/bluefish/DETAILS b/web/bluefish/DETAILS index ac5b3e9..1a07070 100644 --- a/web/bluefish/DETAILS +++ b/web/bluefish/DETAILS @@ -1,11 +1,11 @@ MODULE=bluefish - VERSION=2.0.0 + VERSION=2.0.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://bluefish.mrball.net/stable/source - SOURCE_VFY=sha1:b92d79291f262d1bb01337f055ad16093cf4905b + SOURCE_VFY=sha1:5e00afd98cc65b41140188525031bba39c196e91 WEB_SITE=http://bluefish.openoffice.nl ENTERED=20021216 - UPDATED=20100217 + UPDATED=20100618 SHORT="gtk+-2 based html/php editor" cat << EOF From florin at lunar-linux.org Fri Jun 18 12:29:58 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Jun 2010 13:29:58 +0300 Subject: [Lunar-commits] netatalk: version bumped to 2.1.2. Message-ID: <20100618101423.A514C9B21C@doppio.foo-projects.org> commit 9a71d879bb5e74a91fd4ec22cffcb95066ba9402 Author: Florin Braescu Date: Fri Jun 18 13:29:58 2010 +0300 netatalk: version bumped to 2.1.2. Bugfixes release. --- net/netatalk/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/netatalk/DETAILS b/net/netatalk/DETAILS index 6e52a67..a1bc4bc 100644 --- a/net/netatalk/DETAILS +++ b/net/netatalk/DETAILS @@ -1,11 +1,11 @@ MODULE=netatalk - VERSION=2.1.1 + VERSION=2.1.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:64165abba1536c249a91acf7edbf80fc68e62709 + SOURCE_VFY=sha1:b4b66175a8aa50eb85ed0c2009ce52b040f84fc3 WEB_SITE=http://www.umich.edu/%7Ersug/netatalk ENTERED=20030302 - UPDATED=20100526 + UPDATED=20100618 SHORT="AppleTalk Protocol Suite for *NIX" cat << EOF From florin at lunar-linux.org Fri Jun 18 12:59:55 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Jun 2010 13:59:55 +0300 Subject: [Lunar-commits] goffice: version bumped to 0.8.6. Message-ID: <20100618104435.C237E9B21C@doppio.foo-projects.org> commit e30afe39c4393be1de4c1b986299a030a7fc8c23 Author: Florin Braescu Date: Fri Jun 18 13:59:55 2010 +0300 goffice: version bumped to 0.8.6. Bugfixes and code cleanups. --- gnome2/desktop/goffice/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/goffice/DETAILS b/gnome2/desktop/goffice/DETAILS index b272958..25684c1 100644 --- a/gnome2/desktop/goffice/DETAILS +++ b/gnome2/desktop/goffice/DETAILS @@ -1,12 +1,12 @@ MODULE=goffice MAJOR=0.8 - VERSION=$MAJOR.5 + VERSION=$MAJOR.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:daffedcec49f97aa4a8551ecea485f83ffcd5bc1 + SOURCE_VFY=sha1:d42f4e4e36bcf68f6a06431b00f439f8efe4e785 WEB_SITE=www.gnome.org ENTERED=20071104 - UPDATED=20100604 + UPDATED=20100618 SHORT="A glib/gtk set of document centric objects and utilities" cat << EOF From florin at lunar-linux.org Fri Jun 18 13:04:52 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Jun 2010 14:04:52 +0300 Subject: [Lunar-commits] libgee: version bumped to 0.5.1. Message-ID: <20100618104921.4EDD49B21C@doppio.foo-projects.org> commit d93880d9a5e2177c1a7cb3c8242566e0ee2b7b66 Author: Florin Braescu Date: Fri Jun 18 14:04:52 2010 +0300 libgee: version bumped to 0.5.1. Bugfixes release. --- libs/libgee/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libgee/DETAILS b/libs/libgee/DETAILS index b248a3c..eaf2f85 100644 --- a/libs/libgee/DETAILS +++ b/libs/libgee/DETAILS @@ -1,12 +1,12 @@ MODULE=libgee MAJOR=0.5 - VERSION=$MAJOR.0 + VERSION=$MAJOR.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:78d7fbd0668d01bc23e9772211b4885ae7e479cd + SOURCE_VFY=sha1:65b6e47a2616efa3250fd6f4b0c2509fb6b0d594 WEB_SITE=http://live.gnome.org/Libgee ENTERED=20100501 - UPDATED=20100501 + UPDATED=20100618 SHORT="Collection library for vala" cat << EOF From florin at lunar-linux.org Fri Jun 18 14:02:05 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Jun 2010 15:02:05 +0300 Subject: [Lunar-commits] thunderbird: version bumped to 3.0.5. Message-ID: <20100618114815.6DED89B21C@doppio.foo-projects.org> commit 58bdbf9928eaaea6861065d0d34670a2e4999cba Author: Florin Braescu Date: Fri Jun 18 15:02:05 2010 +0300 thunderbird: version bumped to 3.0.5. Changes: Bugfixes and enhacements. New search with advanced filtering tools. User experience improvements. Performance improvements. --- mail/thunderbird/DEPENDS | 5 +++-- mail/thunderbird/DETAILS | 15 ++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/mail/thunderbird/DEPENDS b/mail/thunderbird/DEPENDS index 2bc94cc..8ed6cf9 100644 --- a/mail/thunderbird/DEPENDS +++ b/mail/thunderbird/DEPENDS @@ -3,7 +3,8 @@ depends zip depends unzip depends expat depends gtk+-2 + optional_depends "gnome-vfs" "" "" "for Gnome VFS support" -optional_depends "openldap" "" "" "for LDAP address book support" -optional_depends "Python" "" "" "Needed to do a Profile Guided Optimization build" +optional_depends "openldap" "" "" "for LDAP address book support" +optional_depends "Python" "" "" "Needed to do a Profile Guided Optimization build" diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS index 5d47f05..9e1959c 100644 --- a/mail/thunderbird/DETAILS +++ b/mail/thunderbird/DETAILS @@ -1,17 +1,18 @@ MODULE=thunderbird - VERSION=3.0.4 + VERSION=3.0.5 SOURCE=thunderbird-$VERSION.source.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla - SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source/ - SOURCE_URL[1]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source/ - SOURCE_URL[2]=http://archive.progeny.com/mozilla.org/$MODULE/releases/$VERSION/source/ - SOURCE_URL[3]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source/ - SOURCE_VFY=sha1:5a6e89096da61a520e5cecb61f8afeb981f90412 + SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source + SOURCE_URL[1]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source + SOURCE_URL[2]=http://archive.progeny.com/mozilla.org/$MODULE/releases/$VERSION/source + SOURCE_URL[3]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source + SOURCE_VFY=sha1:c51b6c6a9357578beb7440e4d3cf4594a61fd6a7 WEB_SITE=http://www.mozilla.org/projects/thunderbird ENTERED=20031021 - UPDATED=20100330 + UPDATED=20100618 SHORT="A full-featured mail client" PSAFE=no + cat << EOF Thunderbird includes: * The ability to customize your toolbars the way you want them. From stumbles at lunar-linux.org Fri Jun 18 15:00:56 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 09:00:56 -0400 Subject: [Lunar-commits] libvpx: Adding Googles VP8 codec to moonbase. Message-ID: <20100618124728.C62A39B21C@doppio.foo-projects.org> commit d2754d7a6cbb59090bc69142d50824f92ab26164 Author: Dennis `stumbles` Veatch Date: Fri Jun 18 09:00:56 2010 -0400 libvpx: Adding Googles VP8 codec to moonbase. --- video/libvpx/BUILD | 21 +++++++++++++++++++++ video/libvpx/DETAILS | 13 +++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-) diff --git a/video/libvpx/BUILD b/video/libvpx/BUILD new file mode 100644 index 0000000..ebb6e76 --- /dev/null +++ b/video/libvpx/BUILD @@ -0,0 +1,21 @@ +( + + + CFLAGS="-fPIC" && + + OPTS="--enable-vp8 --enable-psnr --enable-postproc --enable-shared \ + --enable-runtime-cpu-detect --CPU=$CPU --disable-install-docs" && + + if [ "`arch`" = "x86_64" ]; then + OPTS="--target=x86_64-linux-gcc" + else + OPTS="--target=x86-linux-gcc" + fi && + + ./configure $OPTS && + + sedit "s:/usr/local:/usr:" config.mk && + + default_make + +) > $C_FIFO 2>&1 diff --git a/video/libvpx/DETAILS b/video/libvpx/DETAILS new file mode 100644 index 0000000..9447f6a --- /dev/null +++ b/video/libvpx/DETAILS @@ -0,0 +1,13 @@ + MODULE=libvpx + VERSION=0.9.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://webm.googlecode.com/files/ + SOURCE_VFY=sha1:a18acb7a1a2fd62268e63aab860b43ff04669b9e + WEB_SITE=http://www.webmproject.org/about/ + ENTERED=20100618 + UPDATED=20100618 + SHORT="Googles VP8 codec" + +cat << EOF +Googles VP8 codec. +EOF From stumbles at lunar-linux.org Fri Jun 18 15:01:46 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 09:01:46 -0400 Subject: [Lunar-commits] ffmpeg: Version bump and adding the libvpx optional_depends. I am aware of Message-ID: <20100618124728.D2BA39B221@doppio.foo-projects.org> commit 9f71d48ed378795153d1ecb1cdd3af2d6ac3c2de Author: Dennis `stumbles` Veatch Date: Fri Jun 18 09:01:46 2010 -0400 ffmpeg: Version bump and adding the libvpx optional_depends. I am aware of only one module (OpenSceneGraph) that fails with this bump. You will want a lunar update or lunar fix. --- video/ffmpeg/DEPENDS | 6 ++++-- video/ffmpeg/DETAILS | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS index 82962bf..9a18c3f 100644 --- a/video/ffmpeg/DEPENDS +++ b/video/ffmpeg/DEPENDS @@ -8,10 +8,12 @@ optional_depends faac "--enable-libfaac" "" "for faac support" optional_depends lame "--enable-libmp3lame" "" "for mp3 support" optional_depends xvidcore "--enable-libxvid" "" "for xvid support" optional_depends libdc1394 "--enable-libdc1394" "" "for firewire support" +#optional_depends rtmpdump "--enable-librtmp" "" "for rtmp support" +optional_depends libvpx "--enable-libvpx" "" "for VP8 codec support" optional_depends opencore-amr \ - "--enable-libopencore-amrwb --enable-libamr-wb --enable-version3 \ - --enable-libopencore-amrnb --enable-libamr-nb --enable-version3" \ + "--enable-libopencore-amrwb --enable-version3 \ + --enable-libopencore-amrnb --enable-version3" \ "" \ "for AMR Wideband and Narrowband speech support" diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS index 2e78611..9f5eac0 100644 --- a/video/ffmpeg/DETAILS +++ b/video/ffmpeg/DETAILS @@ -1,12 +1,12 @@ MODULE=ffmpeg - VERSION=0.5.2 + VERSION=0.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://mirror.leaseweb.com/archlinux/other/$MODULE SOURCE_URL[1]=http://www.ffmpeg.org/releases - SOURCE_VFY=sha1:47baf6a95602e1a0120d2864816b13066c5c3973 + SOURCE_VFY=sha1:c130e3bc368251b9130ce6eafb44fe8c3993ff5c WEB_SITE=http://ffmpeg.mplayerhq.hu ENTERED=20020327 - UPDATED=20100525 + UPDATED=20100618 MAINTAINER=stumbles at lunar-linux.org SHORT="ffmpeg is an avi decoder" From stumbles at lunar-linux.org Fri Jun 18 17:08:30 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 11:08:30 -0400 Subject: [Lunar-commits] ffmpeg: Adding another optional_depends. Message-ID: <20100618145250.80C829B221@doppio.foo-projects.org> commit 69ea6aa61289c1a5789abab77c5ccf1884907696 Author: Dennis `stumbles` Veatch Date: Fri Jun 18 11:08:30 2010 -0400 ffmpeg: Adding another optional_depends. --- video/ffmpeg/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS index 9a18c3f..0e5491e 100644 --- a/video/ffmpeg/DEPENDS +++ b/video/ffmpeg/DEPENDS @@ -8,7 +8,7 @@ optional_depends faac "--enable-libfaac" "" "for faac support" optional_depends lame "--enable-libmp3lame" "" "for mp3 support" optional_depends xvidcore "--enable-libxvid" "" "for xvid support" optional_depends libdc1394 "--enable-libdc1394" "" "for firewire support" -#optional_depends rtmpdump "--enable-librtmp" "" "for rtmp support" +optional_depends rtmpdump "--enable-librtmp" "" "for rtmp support" optional_depends libvpx "--enable-libvpx" "" "for VP8 codec support" optional_depends opencore-amr \ From stumbles at lunar-linux.org Fri Jun 18 17:08:02 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 11:08:02 -0400 Subject: [Lunar-commits] rtmpdump: Adding to moonbase. Message-ID: <20100618145250.7391F9B21C@doppio.foo-projects.org> commit 16cb494eb212185bed88fe7a2e92c849744dac8c Author: Dennis `stumbles` Veatch Date: Fri Jun 18 11:08:02 2010 -0400 rtmpdump: Adding to moonbase. --- net/rtmpdump/BUILD | 15 +++++++++++++++ net/rtmpdump/DEPENDS | 2 ++ net/rtmpdump/DETAILS | 14 ++++++++++++++ 3 files changed, 31 insertions(+), 0 deletions(-) diff --git a/net/rtmpdump/BUILD b/net/rtmpdump/BUILD new file mode 100644 index 0000000..588de16 --- /dev/null +++ b/net/rtmpdump/BUILD @@ -0,0 +1,15 @@ +( + + + sedit "s:/usr/local:/usr:" Makefile librtmp/Makefile && + sedit "s:-Wall:-Wall -fPIC:" Makefile librtmp/Makefile && + + cd librtmp && + + make SYS=posix CRYPTO="OPENSSL" && + + prepare_install && + + make install + +) > $C_FIFO 2>&1 diff --git a/net/rtmpdump/DEPENDS b/net/rtmpdump/DEPENDS new file mode 100644 index 0000000..fbc7293 --- /dev/null +++ b/net/rtmpdump/DEPENDS @@ -0,0 +1,2 @@ +depends zlib +depends openssl diff --git a/net/rtmpdump/DETAILS b/net/rtmpdump/DETAILS new file mode 100644 index 0000000..4d08cad --- /dev/null +++ b/net/rtmpdump/DETAILS @@ -0,0 +1,14 @@ + MODULE=rtmpdump + VERSION=2.2e + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL[0]=http://rtmpdump.mplayerhq.hu/download/ + SOURCE_VFY=sha1:369010b64d798f04559055fdbe2962944505decd + WEB_SITE=http://rtmpdump.mplayerhq.hu/ + ENTERED=20100618 + UPDATED=20100618 + SHORT="toolkit for RTMP streams" + +cat << EOF +rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported, +including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://. +EOF From florin at lunar-linux.org Fri Jun 18 20:39:40 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Jun 2010 21:39:40 +0300 Subject: [Lunar-commits] tomboy:move it to the mono dor where it belongs. RIP. Message-ID: <20100618182434.0D5FD9B21C@doppio.foo-projects.org> commit ac9218f156c5dfd839ee55bebb237780842c3413 Author: Florin Braescu Date: Fri Jun 18 21:39:40 2010 +0300 tomboy:move it to the mono dor where it belongs. RIP. --- gnome2/desktop/tomboy/BUILD | 12 ------------ gnome2/desktop/tomboy/DEPENDS | 15 --------------- gnome2/desktop/tomboy/DETAILS | 17 ----------------- mono/tomboy/BUILD | 12 ++++++++++++ mono/tomboy/DEPENDS | 15 +++++++++++++++ mono/tomboy/DETAILS | 17 +++++++++++++++++ 6 files changed, 44 insertions(+), 44 deletions(-) diff --git a/gnome2/desktop/tomboy/BUILD b/gnome2/desktop/tomboy/BUILD deleted file mode 100644 index f0ab69a..0000000 --- a/gnome2/desktop/tomboy/BUILD +++ /dev/null @@ -1,12 +0,0 @@ -( - - ./configure --prefix=${GNOME210_PREFIX:-/usr} \ - --build=$BUILD \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --infodir=${GNOME210_PREFIX:-/usr}/share/info \ - --mandir=${GNOME210_PREFIX:-/usr}/share/man \ - $OPTS && - default_make - -) > $C_FIFO 2>&1 diff --git a/gnome2/desktop/tomboy/DEPENDS b/gnome2/desktop/tomboy/DEPENDS deleted file mode 100644 index e27b5e7..0000000 --- a/gnome2/desktop/tomboy/DEPENDS +++ /dev/null @@ -1,15 +0,0 @@ -depends mono-addins -depends gnome-desktop-sharp - -optional_depends "wdfs" "" "" "for synchronization of notes via WebDAV" -optional_depends "openssh" "" "" "for synchronization of notes via SSH" - -optional_depends "evolution" \ - "--enable-evolution" \ - "--disable-evolution" \ - "install the Evolution addin" - -optional_depends "ndesk-dbus" \ - "--enable-dbus" \ - "--disable-dbus" \ - "for DBUS remote control of tomboy" diff --git a/gnome2/desktop/tomboy/DETAILS b/gnome2/desktop/tomboy/DETAILS deleted file mode 100644 index a896f22..0000000 --- a/gnome2/desktop/tomboy/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=tomboy - MAJOR=1.2 - VERSION=$MAJOR.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:cf50b648dc40cf1ea066647ce6a6e818d160de26 - WEB_SITE=http://www.gnome.org/projects/$MODULE - ENTERED=20061130 - UPDATED=20100509 - SHORT="a MONO-based, note-taking application" - -cat << EOF -Tomboy is a simple note-taking application designed to be unobtrusive -and friendly, while supporting inter-note links similar to a -WikiWikiWeb to help you organize your notes and ideas. It can run -either as a Gnome panel applet or a notification tray-icon. -EOF diff --git a/mono/tomboy/BUILD b/mono/tomboy/BUILD new file mode 100644 index 0000000..f0ab69a --- /dev/null +++ b/mono/tomboy/BUILD @@ -0,0 +1,12 @@ +( + + ./configure --prefix=${GNOME210_PREFIX:-/usr} \ + --build=$BUILD \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=${GNOME210_PREFIX:-/usr}/share/info \ + --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/mono/tomboy/DEPENDS b/mono/tomboy/DEPENDS new file mode 100644 index 0000000..e27b5e7 --- /dev/null +++ b/mono/tomboy/DEPENDS @@ -0,0 +1,15 @@ +depends mono-addins +depends gnome-desktop-sharp + +optional_depends "wdfs" "" "" "for synchronization of notes via WebDAV" +optional_depends "openssh" "" "" "for synchronization of notes via SSH" + +optional_depends "evolution" \ + "--enable-evolution" \ + "--disable-evolution" \ + "install the Evolution addin" + +optional_depends "ndesk-dbus" \ + "--enable-dbus" \ + "--disable-dbus" \ + "for DBUS remote control of tomboy" diff --git a/mono/tomboy/DETAILS b/mono/tomboy/DETAILS new file mode 100644 index 0000000..a896f22 --- /dev/null +++ b/mono/tomboy/DETAILS @@ -0,0 +1,17 @@ + MODULE=tomboy + MAJOR=1.2 + VERSION=$MAJOR.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR + SOURCE_VFY=sha1:cf50b648dc40cf1ea066647ce6a6e818d160de26 + WEB_SITE=http://www.gnome.org/projects/$MODULE + ENTERED=20061130 + UPDATED=20100509 + SHORT="a MONO-based, note-taking application" + +cat << EOF +Tomboy is a simple note-taking application designed to be unobtrusive +and friendly, while supporting inter-note links similar to a +WikiWikiWeb to help you organize your notes and ideas. It can run +either as a Gnome panel applet or a notification tray-icon. +EOF From stumbles at lunar-linux.org Fri Jun 18 21:19:39 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 15:19:39 -0400 Subject: [Lunar-commits] live555: Version bump. Message-ID: <20100618190404.A65009B21C@doppio.foo-projects.org> commit a4a498611accd7307606d7e81b26bfeb0a200bee Author: Dennis `stumbles` Veatch Date: Fri Jun 18 15:19:39 2010 -0400 live555: Version bump. --- net/live555/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/live555/DETAILS b/net/live555/DETAILS index 14402d8..3c4f984 100644 --- a/net/live555/DETAILS +++ b/net/live555/DETAILS @@ -1,12 +1,12 @@ MODULE=live555 - VERSION=2010.04.09 + VERSION=2010.06.18 SOURCE=live.$VERSION.tar.gz SOURCE_URL=http://www.live555.com/liveMedia/public SOURCE_DIRECTORY=$BUILD_DIRECTORY/live - SOURCE_VFY=sha1:3c480355b153847273b30f0ce30cf80dff12e170 + SOURCE_VFY=sha1:de796edbba56cd9d7f1eb39f56d6c5ba59a78252 WEB_SITE=http://www.live555.com/liveMedia/#config-unix ENTERED=20090311 - UPDATED=20100411 + UPDATED=20100618 SHORT="libraries for multimedia streaming RTP/RTCP, RTSP, SIP" cat << EOF From stumbles at lunar-linux.org Fri Jun 18 21:37:14 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 15:37:14 -0400 Subject: [Lunar-commits] frei0r: Version bump. Message-ID: <20100618192129.ABD329B21C@doppio.foo-projects.org> commit f11d98a36ff797638ae9d07dc188e6713198dcf7 Author: Dennis `stumbles` Veatch Date: Fri Jun 18 15:37:14 2010 -0400 frei0r: Version bump. --- video/frei0r/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/frei0r/DETAILS b/video/frei0r/DETAILS index 8c191c7..70d0205 100644 --- a/video/frei0r/DETAILS +++ b/video/frei0r/DETAILS @@ -1,11 +1,11 @@ MODULE=frei0r - VERSION=20100425 + VERSION=20100618 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.piksel.no/frei0r/snapshot/ - SOURCE_VFY=sha1:3362c9ec28c5a4138b06e1a9808e1673f6dc39ce + SOURCE_VFY=sha1:bdd3f08d8b9557ee60c359161fa26d1003d209c9 WEB_SITE=http://www.piksel.org/frei0r/ ENTERED=20100210 - UPDATED=20100425 + UPDATED=20100618 SHORT="plugin API for video sources and filters" cat << EOF Frei0r is a minimalistic plugin API for video sources and filters. The behaviour From stumbles at lunar-linux.org Fri Jun 18 22:47:16 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 16:47:16 -0400 Subject: [Lunar-commits] motion: Version bump. Message-ID: <20100618203131.10D819B21C@doppio.foo-projects.org> commit 79207b2a30035d1f0355e6105761bab8bcb707d2 Author: Dennis `stumbles` Veatch Date: Fri Jun 18 16:47:16 2010 -0400 motion: Version bump. --- video/motion/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/motion/DETAILS b/video/motion/DETAILS index add96ba..5700be3 100644 --- a/video/motion/DETAILS +++ b/video/motion/DETAILS @@ -1,11 +1,11 @@ MODULE=motion - VERSION=3.2.11.1 + VERSION=3.2.12 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/motion - SOURCE_VFY=sha1:6e7acea3b27a9e24301e57e066ad5603d41598b2 + SOURCE_VFY=sha1:dc59b36e45e7626baa65ce62c961af918fea76bd WEB_SITE=http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome ENTERED=20060110 - UPDATED=20090813 + UPDATED=20100618 SHORT="Detect movement in a video stream, webcam, etc." cat << EOF Motion is a console application that can monitor any v4l device for From stumbles at lunar-linux.org Sat Jun 19 01:20:41 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 19:20:41 -0400 Subject: [Lunar-commits] obexd: Version bump. Message-ID: <20100618230519.A7D959B21C@doppio.foo-projects.org> commit 52ace528f2e47cff967d63756833422089f70697 Author: Dennis `stumbles` Veatch Date: Fri Jun 18 19:20:41 2010 -0400 obexd: Version bump. --- net/obexd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/obexd/DETAILS b/net/obexd/DETAILS index fae6121..50cd390 100644 --- a/net/obexd/DETAILS +++ b/net/obexd/DETAILS @@ -1,11 +1,11 @@ MODULE=obexd - VERSION=0.25 + VERSION=0.28 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:98a47716b83b26688d88f192b34401c4e515a5e9 + SOURCE_VFY=sha1:e929381a2a3ec21cc78847f2bd3967d14031a509 WEB_SITE=http://www.bluez.org/ ENTERED=20090402 - UPDATED=20100518 + UPDATED=20100618 SHORT="OBEX Server and Client" cat << EOF From stumbles at lunar-linux.org Sat Jun 19 01:20:55 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 19:20:55 -0400 Subject: [Lunar-commits] bluez: Version bump. Message-ID: <20100618230519.AF4BE9B221@doppio.foo-projects.org> commit caa7569eb0671cfe6163be3310af90868b8131ba Author: Dennis `stumbles` Veatch Date: Fri Jun 18 19:20:55 2010 -0400 bluez: Version bump. --- bluetooth/bluez/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS index 35f7e93..e8eb9e0 100644 --- a/bluetooth/bluez/DETAILS +++ b/bluetooth/bluez/DETAILS @@ -1,11 +1,11 @@ MODULE=bluez - VERSION=4.65 + VERSION=4.66 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth - SOURCE_VFY=sha1:7dfe6ccf0eed4a43aec9afbc6ac6593665f5ab85 + SOURCE_VFY=sha1:557eed51d542d95f9d5b3d7d58142c045ea4c3b1 WEB_SITE=http://www.bluez.org ENTERED=20090328 - UPDATED=20100525 + UPDATED=20100618 SHORT="support for core Bluetooth layers and protocols" LUNAR_RESTART_SERVICES=off From stumbles at lunar-linux.org Sat Jun 19 02:39:31 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 20:39:31 -0400 Subject: [Lunar-commits] Sigil: Version bump. Message-ID: <20100619002404.8A8EE9B21C@doppio.foo-projects.org> commit 18ea716f33cb1061d8840f245b644c90432aa3de Author: Dennis `stumbles` Veatch Date: Fri Jun 18 20:39:31 2010 -0400 Sigil: Version bump. --- qt4-apps/Sigil/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/Sigil/DETAILS b/qt4-apps/Sigil/DETAILS index 65a083a..93fab35 100644 --- a/qt4-apps/Sigil/DETAILS +++ b/qt4-apps/Sigil/DETAILS @@ -1,14 +1,14 @@ MODULE=Sigil - VERSION=0.1.9 + VERSION=0.2.1 MINOR=Code SOURCE=$MODULE-$VERSION-$MINOR.zip SOURCE_URL=http://sigil.googlecode.com/files/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$MINOR MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} - SOURCE_VFY=sha1:3e7266d0d6577da3ad808acc09833ef378d860d7 + SOURCE_VFY=sha1:eedec10bead174afe2e5929d9119faa258335e6c WEB_SITE=http://code.google.com/p/sigil/ ENTERED=20091107 - UPDATED=20100218 + UPDATED=20100618 SHORT="qt4 WYSIWYG ebook editor" cat << EOF From stumbles at lunar-linux.org Sat Jun 19 02:49:52 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 20:49:52 -0400 Subject: [Lunar-commits] synfig: Version bump. Message-ID: <20100619003426.39DEA9B21C@doppio.foo-projects.org> commit d54e3a5552cd6f7f8239cf71bdad1496b1d5f92c Author: Dennis `stumbles` Veatch Date: Fri Jun 18 20:49:52 2010 -0400 synfig: Version bump. --- graphics/synfig/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/synfig/DETAILS b/graphics/synfig/DETAILS index 02fc3e9..a365614 100644 --- a/graphics/synfig/DETAILS +++ b/graphics/synfig/DETAILS @@ -1,11 +1,11 @@ MODULE=synfig - VERSION=0.62.00 + VERSION=0.62.01 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$VERSION/ - SOURCE_VFY=sha1:10c5ffcffac0a3d2d2290a98fde2bc079aaaaca3 + SOURCE_VFY=sha1:96820fcb68ed57d3314efdd8181433ff550c793b WEB_SITE=http://synfig.org/ ENTERED=20090916 - UPDATED=20100213 + UPDATED=20100618 SHORT="vector based 2D animation package" cat << EOF From stumbles at lunar-linux.org Sat Jun 19 02:50:08 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Jun 2010 20:50:08 -0400 Subject: [Lunar-commits] synfigstudio: Version bump. Message-ID: <20100619003426.4682C9B221@doppio.foo-projects.org> commit f2ceb5aa75cb6b759e314ce600b644d25ed58dc6 Author: Dennis `stumbles` Veatch Date: Fri Jun 18 20:50:08 2010 -0400 synfigstudio: Version bump. --- graphics/synfigstudio/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/synfigstudio/DETAILS b/graphics/synfigstudio/DETAILS index 2796c31..9b4e084 100644 --- a/graphics/synfigstudio/DETAILS +++ b/graphics/synfigstudio/DETAILS @@ -1,11 +1,11 @@ MODULE=synfigstudio - VERSION=0.62.00 + VERSION=0.62.01 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/synfig/$MODULE/$VERSION/ - SOURCE_VFY=sha1:83138f4c282eff5468b1d9ca5894a1a1350ad398 + SOURCE_VFY=sha1:b01f39635cbaa493e09be738d46db5aca48cef38 WEB_SITE=http://www.synfig.org/ ENTERED=20090916 - UPDATED=20100213 + UPDATED=20100618 SHORT="animation studio for synfig" cat << EOF From florin at lunar-linux.org Sat Jun 19 07:36:10 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 19 Jun 2010 08:36:10 +0300 Subject: [Lunar-commits] dovecot: version bumped to 1.2.12. Message-ID: <20100619052035.46D839B21C@doppio.foo-projects.org> commit f7b98e7e39c4b54ddadf923b048b3113caea691e Author: Florin Braescu Date: Sat Jun 19 08:36:10 2010 +0300 dovecot: version bumped to 1.2.12. Mostly bugfixes. --- mail/dovecot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS index 207aae8..f98ba6b 100644 --- a/mail/dovecot/DETAILS +++ b/mail/dovecot/DETAILS @@ -1,12 +1,12 @@ MODULE=dovecot - VERSION=1.2.11 MAJOR=1.2 + VERSION=$MAJOR.12 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.dovecot.org/releases/$MAJOR - SOURCE_VFY=sha1:97e63377be3641d4c7aa5a0c6d4e2bd602d45972 + SOURCE_VFY=sha1:72fedd20c00eb3763012555c3622f84286cb8e65 WEB_SITE=http://www.dovecot.org ENTERED=20041204 - UPDATED=20100309 + UPDATED=20100619 SHORT="A small, fast and secure (SSL) Maildir capable imap daemon" cat << EOF From florin at lunar-linux.org Sat Jun 19 07:37:46 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 19 Jun 2010 08:37:46 +0300 Subject: [Lunar-commits] gparted: version bumped to 0.6.0. Message-ID: <20100619052233.7F68E9B21C@doppio.foo-projects.org> commit af90cc5ee357c3bb72a61a7f5dc20b65b9ffdb54 Author: Florin Braescu Date: Sat Jun 19 08:37:46 2010 +0300 gparted: version bumped to 0.6.0. This release brings support for devices with sector sizes greater than 512 bytes. It adds support for devices with sector sizes > 512 bytes, adds an alignment option to align to MiB, and sets default alignment to align to MiB. --- x11-utils/gparted/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/gparted/DETAILS b/x11-utils/gparted/DETAILS index ff5456a..9d7e19d 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.5.2 + VERSION=0.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:63170eb49473b7ac270a38adae34bd15ac30006a + SOURCE_VFY=sha1:0f0fff763bd6449f5757a4bd9be6c0ee7a2aad1c WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20100309 + UPDATED=20100619 SHORT="A graphical frontend to parted" cat << EOF From florin at lunar-linux.org Sat Jun 19 07:42:33 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 19 Jun 2010 08:42:33 +0300 Subject: [Lunar-commits] libmpc: version bumped to 0.8.2. Message-ID: <20100619052707.16B819B21C@doppio.foo-projects.org> commit f6b62cc281149920634f3d13a69eb6e840721154 Author: Florin Braescu Date: Sat Jun 19 08:42:33 2010 +0300 libmpc: version bumped to 0.8.2. Speed-up of mpc_pow_ui through binary exponentiation. --- libs/libmpc/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libmpc/DETAILS b/libs/libmpc/DETAILS index 014d0e8..0a8b1d5 100644 --- a/libs/libmpc/DETAILS +++ b/libs/libmpc/DETAILS @@ -1,12 +1,12 @@ MODULE=libmpc - VERSION=0.8.1 + VERSION=0.8.2 SOURCE=mpc-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/mpc-$VERSION SOURCE_URL=http://www.multiprecision.org/mpc/download - SOURCE_VFY=sha1:5ef03ca7aee134fe7dfecb6c9d048799f0810278 + SOURCE_VFY=sha1:339550cedfb013b68749cd47250cd26163b9edd4 WEB_SITE=http://www.multiprecision.org - ENTERED=2010416 - UPDATED=20100416 + ENTERED=20100416 + UPDATED=20100619 SHORT="A complex floating-point library" cat << EOF From stumbles at lunar-linux.org Sat Jun 19 11:55:30 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 05:55:30 -0400 Subject: [Lunar-commits] motion: The BUILD is not needed. Message-ID: <20100619093952.575089B21C@doppio.foo-projects.org> commit 638cb45f717bb1ef75f5880b58a1005773c96579 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 05:55:30 2010 -0400 motion: The BUILD is not needed. --- video/motion/BUILD | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/video/motion/BUILD b/video/motion/BUILD deleted file mode 100644 index b8955fc..0000000 --- a/video/motion/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - sedit "s:jpeg_mem_dest:jpeg_dest_mem:g" picture.c && - - default_build - -) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Sat Jun 19 12:33:18 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 06:33:18 -0400 Subject: [Lunar-commits] boost-jam: Version bump. Message-ID: <20100619101739.E74DA9B221@doppio.foo-projects.org> commit b6af77ed0350d38c7b12ba21ad5446b7ed31d67a Author: Dennis `stumbles` Veatch Date: Sat Jun 19 06:33:18 2010 -0400 boost-jam: Version bump. --- devel/boost-jam/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/boost-jam/DETAILS b/devel/boost-jam/DETAILS index e2f6761..8bbbd0a 100644 --- a/devel/boost-jam/DETAILS +++ b/devel/boost-jam/DETAILS @@ -1,11 +1,11 @@ MODULE=boost-jam - VERSION=3.1.17 + VERSION=3.1.18 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=$SFORGE_URL/boost - SOURCE_VFY=sha1:407be994b1239fa944c14c464a9ce7f46f692a1e + SOURCE_VFY=sha1:3f2fe83add40691b9a5f9ebe5ea8a2264a808370 WEB_SITE=http://www.boost.org ENTERED=20041115 - UPDATED=20081220 + UPDATED=20100619 SHORT="An alternative to make based on FTJam" cat << EOF From stumbles at lunar-linux.org Sat Jun 19 12:40:52 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 06:40:52 -0400 Subject: [Lunar-commits] lcms2: Version bump. Message-ID: <20100619102517.146289B221@doppio.foo-projects.org> commit 5bafe4381624cdf495d530f25fdae309a87e7d7b Author: Dennis `stumbles` Veatch Date: Sat Jun 19 06:40:52 2010 -0400 lcms2: Version bump. --- libs/lcms2/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/lcms2/DETAILS b/libs/lcms2/DETAILS index 36eb7a6..747fcbc 100644 --- a/libs/lcms2/DETAILS +++ b/libs/lcms2/DETAILS @@ -1,12 +1,13 @@ MODULE=lcms2 VERSION=2.0 - SOURCE=$MODULE-$VERSION.tar.gz + MINOR=a + SOURCE=$MODULE-$VERSION${MINOR}.tar.gz SOURCE_URL=$SFORGE_URL/lcms/$VERSION/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/lcms-$VERSION - SOURCE_VFY=sha1:21b6f47e99aa889b930954ec0c2e412e5e2032f1 + SOURCE_VFY=sha1:b9d3939764e3b3f33cb9b9f7cffd43520227db9e WEB_SITE=http://www.littlecms.com ENTERED=20100510 - UPDATED=20100510 + UPDATED=20100619 SHORT="A small, free color management system" cat << EOF From stumbles at lunar-linux.org Sat Jun 19 12:51:26 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 06:51:26 -0400 Subject: [Lunar-commits] wxsvg: Version bump. Message-ID: <20100619103546.548D99B221@doppio.foo-projects.org> commit da65339c46aa80e231593c2ede46736fdcd2c962 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 06:51:26 2010 -0400 wxsvg: Version bump. --- libs/wxsvg/DETAILS | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/libs/wxsvg/DETAILS b/libs/wxsvg/DETAILS index 04a0958..ad30cfb 100644 --- a/libs/wxsvg/DETAILS +++ b/libs/wxsvg/DETAILS @@ -1,13 +1,11 @@ MODULE=wxsvg - VERSION=1.0.2 - MINOR=1 - SOURCE=$MODULE-$VERSION\_${MINOR}.tar.bz2 + VERSION=1.0.4 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$VERSION/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION\_${MINOR} - SOURCE_VFY=sha1:43b959f07a1c3cde2de958ad6c6fca95db13443d + SOURCE_VFY=sha1:32c5e38de43626c22f1501c9266bfeb70f03cf5c WEB_SITE=http://sourceforge.net/projects/wxsvg/ ENTERED=20100211 - UPDATED=20100211 + UPDATED=20100619 SHORT="C++ library to create, manipulate and render SVG files" cat << EOF From stumbles at lunar-linux.org Sat Jun 19 12:59:45 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 06:59:45 -0400 Subject: [Lunar-commits] t1utils: Version bump. Message-ID: <20100619104410.8682B9B221@doppio.foo-projects.org> commit c206ffe76e9b1e4a570b208c2a0bdeb1f6112d95 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 06:59:45 2010 -0400 t1utils: Version bump. --- graphics/t1utils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/t1utils/DETAILS b/graphics/t1utils/DETAILS index a1b797e..71da777 100644 --- a/graphics/t1utils/DETAILS +++ b/graphics/t1utils/DETAILS @@ -1,11 +1,11 @@ MODULE=t1utils - VERSION=1.35 + VERSION=1.36 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.lcdf.org/~eddietwo/type/ - SOURCE_VFY=sha1:7774c62e9227b922154de8fb1d19eab98f64a7dc + SOURCE_VFY=sha1:474143e828eed4755fd51bbcbde1cb906114cadb WEB_SITE="http://www.lcdf.org/~eddietwo/type/#t1utils" ENTERED=20070920 - UPDATED=20100217 + UPDATED=20100619 SHORT="type 1 font manipulation programs" cat << EOF From stumbles at lunar-linux.org Sat Jun 19 14:08:54 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 08:08:54 -0400 Subject: [Lunar-commits] physfs: Version bump and a little twiddle in the BUILD. Message-ID: <20100619115322.2B5FF9B221@doppio.foo-projects.org> commit 3c0a7b1e89c7f3a1df39b953cc60cbed50feb819 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 08:08:54 2010 -0400 physfs: Version bump and a little twiddle in the BUILD. --- devel/physfs/BUILD | 15 +++++++++++++-- devel/physfs/DETAILS | 11 ++++------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD index f008cdc..0c80c57 100644 --- a/devel/physfs/BUILD +++ b/devel/physfs/BUILD @@ -1,6 +1,5 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 && # Fixes compilation error: # cc1: warnings being treated as errors @@ -8,7 +7,19 @@ # /usr/src/physfs-2.0.0/archivers/zip.c:378: error: 'extra[0u]' may be used uninitialized in this function sedit "s:-Werror::" CMakeLists.txt && - cmake -DCMAKE_INSTALL_PREFIX:=/usr -DPHYSFS_BUILD_WX_TEST:=FALSE && + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + -DPHYSFS_BUILD_WX_TEST=FALSE \ + -DPHYSFS_BUILD_TEST=FALSE \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/devel/physfs/DETAILS b/devel/physfs/DETAILS index 0bbfd84..ec9ba7b 100644 --- a/devel/physfs/DETAILS +++ b/devel/physfs/DETAILS @@ -1,15 +1,12 @@ MODULE=physfs - VERSION=2.0.0 + VERSION=2.0.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2 SOURCE_URL=http://icculus.org/physfs/downloads - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:3cfa291a82f2b0cf15b205efcf8bf53c0b54c92c - SOURCE2_VFY=sha1:1a5fb569c4fe47a26f70641c626b16146a569606 + SOURCE_VFY=sha1:1e291e8717ce3bb921b74416ec7cbcf212efcaa1 WEB_SITE=http://icculus.org/physfs ENTERED=20030215 - UPDATED=20090803 - SHORT="A library to provide abstract access to various archives" + UPDATED=20100619 + SHORT="library providing abstract access to various archives" cat << EOF PhysicsFS is a library to provide abstract access to various archives. It From stumbles at lunar-linux.org Sat Jun 19 14:15:46 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 08:15:46 -0400 Subject: [Lunar-commits] buildbot: Version bump and formatting adjustments. Message-ID: <20100619120018.EF9359B221@doppio.foo-projects.org> commit 378094376e749dc0fcfa516f5367372ef27047d4 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 08:15:46 2010 -0400 buildbot: Version bump and formatting adjustments. --- devel/buildbot/BUILD | 2 ++ devel/buildbot/DETAILS | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/devel/buildbot/BUILD b/devel/buildbot/BUILD index 3d6b04e..ada20d9 100644 --- a/devel/buildbot/BUILD +++ b/devel/buildbot/BUILD @@ -1,4 +1,6 @@ ( + prepare_install && python ./setup.py install + ) > $C_FIFO 2>&1 diff --git a/devel/buildbot/DETAILS b/devel/buildbot/DETAILS index 804fa94..6eddc39 100644 --- a/devel/buildbot/DETAILS +++ b/devel/buildbot/DETAILS @@ -1,14 +1,14 @@ - MODULE=buildbot - VERSION=0.7.12 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:76e2278cd8cb56dba99086fdcc0400f8fea5079f - WEBSITE=http://www.buildbot.net - ENTERED=20090616 - UPDATED=20090826 - SHORT="buildbot" + MODULE=buildbot + VERSION=0.8.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:0d1b315673e7c18f7c990fe252578b47645979dd + WEBSITE=http://www.buildbot.net + ENTERED=20090616 + UPDATED=20100619 + SHORT="buildbot" -cat< podofo: Version bump. Message-ID: <20100619120446.38E399B221@doppio.foo-projects.org> commit a64f5f06944ad191be8e7a24def133c4936d43eb Author: Dennis `stumbles` Veatch Date: Sat Jun 19 08:20:31 2010 -0400 podofo: Version bump. --- doc-tools/podofo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-tools/podofo/DETAILS b/doc-tools/podofo/DETAILS index 6989605..4570f43 100644 --- a/doc-tools/podofo/DETAILS +++ b/doc-tools/podofo/DETAILS @@ -1,11 +1,11 @@ MODULE=podofo - VERSION=0.8.0 + VERSION=0.8.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:67004f477040c19f8b08e8de5bd3d46eb20fa24a + SOURCE_VFY=sha1:96760f9861f91e9c269f851897e344d87ef3e68e WEB_SITE=http://podofo.sourceforge.net/about.html ENTERED=20090628 - UPDATED=20100428 + UPDATED=20100619 SHORT="POrtable DOcument FOrmat" cat << EOF From florin at lunar-linux.org Sat Jun 19 14:51:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 19 Jun 2010 15:51:48 +0300 Subject: [Lunar-commits] encfs: version bumped to 1.6. Message-ID: <20100619123613.6AD039B221@doppio.foo-projects.org> commit 52db303713ecf29757461d3eb9d4c94900743576 Author: Florin Braescu Date: Sat Jun 19 15:51:48 2010 +0300 encfs: version bumped to 1.6. Bugfixes and improvements. --- filesys/encfs/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filesys/encfs/DETAILS b/filesys/encfs/DETAILS index 0d73960..8c6788d 100644 --- a/filesys/encfs/DETAILS +++ b/filesys/encfs/DETAILS @@ -1,11 +1,11 @@ MODULE=encfs - VERSION=1.5 - SOURCE=$MODULE-$VERSION-2.tgz + VERSION=1.6 + SOURCE=$MODULE-$VERSION-1.tgz SOURCE_URL=http://encfs.googlecode.com/files - SOURCE_VFY=sha1:7fe225855645d98a33bf9f5fe64ac508fdb75257 + SOURCE_VFY=sha1:584128305764d794ea7644d033aa1247eff66b08 WEB_SITE=http://arg0.net/encfs ENTERED=20040422 - UPDATED=20081007 + UPDATED=20100619 SHORT="Encrypted file system" cat << EOF From stumbles at lunar-linux.org Sat Jun 19 18:27:34 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 12:27:34 -0400 Subject: [Lunar-commits] mutagen: Version bump. Message-ID: <20100619161157.AB7089B221@doppio.foo-projects.org> commit c1899ef48cbb498aae763d51fd0fa9a835ca3ed2 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 12:27:34 2010 -0400 mutagen: Version bump. --- python/mutagen/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/mutagen/DETAILS b/python/mutagen/DETAILS index 347c680..18be759 100644 --- a/python/mutagen/DETAILS +++ b/python/mutagen/DETAILS @@ -1,12 +1,12 @@ MODULE=mutagen - VERSION=1.14 + VERSION=1.19 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.sacredchao.net/~piman/software - SOURCE_VFY=sha1:0746b97468f8e8442329dc4fa162e0d4583e5ab6 - WEB_SITE=http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen + SOURCE_URL=http://mutagen.googlecode.com/files/ + SOURCE_VFY=sha1:a2e25d311999ffe76c1e7f85510cf5c04d24638d + WEB_SITE=http://code.google.com/p/mutagen/ ENTERED=20061213 - UPDATED=20080915 - SHORT="Mutagen is a Python module to handle audio metadata" + UPDATED=20100619 + SHORT="Python module to handle audio metadata" cat << EOF Mutagen is a Python module to handle audio metadata. It supports FLAC, M4A, From stumbles at lunar-linux.org Sat Jun 19 18:36:41 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 12:36:41 -0400 Subject: [Lunar-commits] picard: Adding to moonbase. Message-ID: <20100619162059.897FB9B221@doppio.foo-projects.org> commit ef52b70d9092546268431949e71d97570e0b5a42 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 12:36:41 2010 -0400 picard: Adding to moonbase. --- audio/picard/BUILD | 8 ++++++++ audio/picard/DEPENDS | 7 +++++++ audio/picard/DETAILS | 20 ++++++++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/audio/picard/BUILD b/audio/picard/BUILD new file mode 100644 index 0000000..2d8fa34 --- /dev/null +++ b/audio/picard/BUILD @@ -0,0 +1,8 @@ +( + + python setup.py config && + + prepare_install && + python setup.py install + +) > $C_FIFO 2>&1 diff --git a/audio/picard/DEPENDS b/audio/picard/DEPENDS new file mode 100644 index 0000000..591ec95 --- /dev/null +++ b/audio/picard/DEPENDS @@ -0,0 +1,7 @@ +depends Python +depends PyQt4 +depends mutagen + +optional_depends "libdiscid" "" "" "for disk id creation support" +optional_depends "libofa" "" "" "for Open Fingerprint Architechture support" +optional_depends "ffmpeg" "" "" "for ffmpeg audio support" diff --git a/audio/picard/DETAILS b/audio/picard/DETAILS new file mode 100644 index 0000000..3d04f30 --- /dev/null +++ b/audio/picard/DETAILS @@ -0,0 +1,20 @@ + MODULE=picard + VERSION=0.12.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL[0]=ftp://ftp.musicbrainz.org/pub/musicbrainz/$MODULE/ + SOURCE_VFY=sha1:965412de954d2a73487a1332b49ac7725e719f0c + WEB_SITE=http://musicbrainz.org/doc/MusicBrainz_Picard + ENTERED=20100619 + UPDATED=20100619 + SHORT="official MusicBrainz tagger" + +cat << EOF +MusicBrainz Picard is a cross-platform (Linux/Mac OS X/Windows) application +written in Python and is the official MusicBrainz tagger. Picard supports the +majority of audio file formats, is capable of using audio fingerprints (PUIDs), +performing CD lookups and disc ID submissions, and it has excellent Unicode +support. Additionally, there are several plugins available that extend Picard's +features. When tagging files, Picard uses an album oriented approach. This +approach allows it to utilize the MusicBrainz data as effectively as possible +and correctly tag your music. +EOF From zbiggy at lunar-linux.org Sat Jun 19 19:43:39 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Jun 2010 19:43:39 +0200 Subject: [Lunar-commits] openoffice-src-pl: updated to 3.2.1 added 64bit build Message-ID: <20100619172913.7B2959B221@doppio.foo-projects.org> commit 68e758e1c3cf7fb4b6965ea24b1c7e71248bf084 Author: Zbigniew Luszpinski Date: Sat Jun 19 19:43:39 2010 +0200 openoffice-src-pl: updated to 3.2.1 added 64bit build --- x11-apps/openoffice-src-pl/DETAILS | 12 ++++++------ x11-apps/openoffice-src-pl/DETAILS.x86_64 | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/x11-apps/openoffice-src-pl/DETAILS b/x11-apps/openoffice-src-pl/DETAILS index aad117c..664fdbb 100644 --- a/x11-apps/openoffice-src-pl/DETAILS +++ b/x11-apps/openoffice-src-pl/DETAILS @@ -1,18 +1,18 @@ MODULE=openoffice-src-pl - VERSION=3.2.0 - RELEASE=9483 - MILESTONE=m12 + VERSION=3.2.1 + RELEASE=9502 + MILESTONE=m18 LANGUAGE=pl - SOURCE=OOo_${VERSION}_LinuxIntel_langpack_${LANGUAGE}.tar.gz + SOURCE=OOo_${VERSION}_Linux_x86_langpack-rpm_${LANGUAGE}.tar.gz SOURCE2=pl-dict.oxt SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO320_${MILESTONE}_native_packed-1_${LANGUAGE}.${RELEASE}/RPMS SOURCE_URL=http://ftp.gwdg.de/pub/openoffice/localized/$LANGUAGE/$VERSION SOURCE2_URL=http://extensions.services.openoffice.org/e-files/806/4 - SOURCE_VFY=sha1:c704f8b9179afd0cd37fe38846ee2ae1da9643ca + SOURCE_VFY=sha1:6be5bf05cf65ba4f89f0965885f53af92a288b10 SOURCE2_VFY=sha1:d5704efc735f5492284e8b9cd2ea717a700033c3 WEB_SITE=http://www.openoffice.org ENTERED=20080706 - UPDATED=20100426 + UPDATED=20100619 SHORT="OpenOffice.org Office - Polish localization" cat << EOF OpenOffice.org Office Suite - Polish localization pack for: diff --git a/x11-apps/openoffice-src-pl/DETAILS.x86_64 b/x11-apps/openoffice-src-pl/DETAILS.x86_64 new file mode 100644 index 0000000..8ca8810 --- /dev/null +++ b/x11-apps/openoffice-src-pl/DETAILS.x86_64 @@ -0,0 +1,21 @@ + MODULE=openoffice-src-pl + VERSION=3.2.1 + RELEASE=9483 + MILESTONE=m12 + LANGUAGE=pl + SOURCE=OOo_${VERSION}_Linux_x86-64_langpack-rpm_${LANGUAGE}.tar.gz + SOURCE2=pl-dict.oxt +SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO320_${MILESTONE}_native_packed-1_${LANGUAGE}.${RELEASE}/RPMS + SOURCE_URL=http://ftp.gwdg.de/pub/openoffice/localized/$LANGUAGE/$VERSION + SOURCE2_URL=http://extensions.services.openoffice.org/e-files/806/4 + SOURCE_VFY=sha1:2ee1b863f95affe93d3cbeff1bbd08da0b8424e7 + SOURCE2_VFY=sha1:d5704efc735f5492284e8b9cd2ea717a700033c3 + WEB_SITE=http://www.openoffice.org + ENTERED=20080706 + UPDATED=20100619 + SHORT="OpenOffice.org Office - Polish localization" +cat << EOF +OpenOffice.org Office Suite - Polish localization pack for: +* user interface, +* help documentation, +EOF From zbiggy at lunar-linux.org Sat Jun 19 19:50:17 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Jun 2010 19:50:17 +0200 Subject: [Lunar-commits] (lib)ktorrent: fixed sha1 sum openoffice-src-pl: fixed 64bit build Message-ID: <20100619173511.A64399B221@doppio.foo-projects.org> commit b0caf5cb21f2c98ec7989058242cbceb126bbf00 Author: Zbigniew Luszpinski Date: Sat Jun 19 19:50:17 2010 +0200 (lib)ktorrent: fixed sha1 sum openoffice-src-pl: fixed 64bit build --- kde4/extragear/ktorrent/DETAILS | 2 +- kde4/extragear/libktorrent/DETAILS | 2 +- x11-apps/openoffice-src-pl/DETAILS.x86_64 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde4/extragear/ktorrent/DETAILS b/kde4/extragear/ktorrent/DETAILS index 59ffc8c..419b0a9 100644 --- a/kde4/extragear/ktorrent/DETAILS +++ b/kde4/extragear/ktorrent/DETAILS @@ -4,7 +4,7 @@ SOURCE=ktorrent-$VERSION.tar.bz2 SOURCE_URL=http://ktorrent.org/downloads/$VERSION/ MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - SOURCE_VFY=sha1:e3f6906f798baecfde8eb9fbbc63df9c38293839 + SOURCE_VFY=sha1:2e76d05d5b22bec18d1163ba1c9ecca71048e745 WEB_SITE=http://www.kde.org ENTERED=20080111 UPDATED=20100525 diff --git a/kde4/extragear/libktorrent/DETAILS b/kde4/extragear/libktorrent/DETAILS index 481f92b..971d10a 100644 --- a/kde4/extragear/libktorrent/DETAILS +++ b/kde4/extragear/libktorrent/DETAILS @@ -4,7 +4,7 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://ktorrent.org/downloads/$MAJOR MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - SOURCE_VFY=sha1:8702d759de4974dd26c3b22537bd48a07fd695a9 + SOURCE_VFY=sha1:fb1d21fa48987591b55a549c1cc52530f2729f38 WEB_SITE=http://ktorrent.org ENTERED=20100526 UPDATED=20100614 diff --git a/x11-apps/openoffice-src-pl/DETAILS.x86_64 b/x11-apps/openoffice-src-pl/DETAILS.x86_64 index 8ca8810..158c145 100644 --- a/x11-apps/openoffice-src-pl/DETAILS.x86_64 +++ b/x11-apps/openoffice-src-pl/DETAILS.x86_64 @@ -1,7 +1,7 @@ MODULE=openoffice-src-pl VERSION=3.2.1 - RELEASE=9483 - MILESTONE=m12 + RELEASE=9502 + MILESTONE=m18 LANGUAGE=pl SOURCE=OOo_${VERSION}_Linux_x86-64_langpack-rpm_${LANGUAGE}.tar.gz SOURCE2=pl-dict.oxt From zbiggy at lunar-linux.org Sat Jun 19 21:17:38 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Jun 2010 21:17:38 +0200 Subject: [Lunar-commits] mysql: updated to 5.1.48 Changelog: http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html Message-ID: <20100619190336.D81479B21A@doppio.foo-projects.org> commit b48b9c5dfb14e42377f6587cab70444c4ce5d6ae Author: Zbigniew Luszpinski Date: Sat Jun 19 21:17:38 2010 +0200 mysql: updated to 5.1.48 Changelog: http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html --- sql/mysql/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/mysql/DETAILS b/sql/mysql/DETAILS index 5ae28f0..5d5718d 100644 --- a/sql/mysql/DETAILS +++ b/sql/mysql/DETAILS @@ -1,14 +1,14 @@ MODULE=mysql - VERSION=5.1.47 + VERSION=5.1.48 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.1 SOURCE_URL[1]=ftp://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-5.1 SOURCE_URL[2]=http://mysql.mirrors.pair.com/Downloads/MySQL-5.1 SOURCE_URL[3]=http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.1 - SOURCE_VFY=sha1:9ea8b2cfedb366b884eaeb37757de1cdbbd85b45 + SOURCE_VFY=sha1:61327d8588a73eb1ca61a91eefad9ce571bac588 WEB_SITE=http://www.mysql.com ENTERED=20011114 - UPDATED=20100521 + UPDATED=20100619 SHORT="A widely used and fast SQL database server" cat << EOF From zbiggy at lunar-linux.org Sat Jun 19 21:24:24 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Jun 2010 21:24:24 +0200 Subject: [Lunar-commits] aria2: updated to 1.9.4 Message-ID: <20100619190839.36C299B21A@doppio.foo-projects.org> commit 98bf1713c8018e389087849921cd02c3cfdc0297 Author: Zbigniew Luszpinski Date: Sat Jun 19 21:24:24 2010 +0200 aria2: updated to 1.9.4 --- zbeta/aria2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/aria2/DETAILS b/zbeta/aria2/DETAILS index a764215..49b71c6 100644 --- a/zbeta/aria2/DETAILS +++ b/zbeta/aria2/DETAILS @@ -1,11 +1,11 @@ MODULE=aria2 - VERSION=1.9.3 + VERSION=1.9.4 SOURCE=$MODULE-$VERSION.tar.xz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:42b453c9334bf5b62c56a49016e31101e382690d + SOURCE_VFY=sha1:2f0f6ed17f648e56ab60fad0f5aedc469884360c WEB_SITE=http://aria2.sourceforge.net ENTERED=20071024 - UPDATED=20100604 + UPDATED=20100612 SHORT="Commandline downloader" cat << EOF From zbiggy at lunar-linux.org Sat Jun 19 21:48:22 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Jun 2010 21:48:22 +0200 Subject: [Lunar-commits] openldap: updated to 2.4.22 Message-ID: <20100619193245.2184A9B21A@doppio.foo-projects.org> commit 94bc5083836e164a37bf2033445444f2226456ee Author: Zbigniew Luszpinski Date: Sat Jun 19 21:48:22 2010 +0200 openldap: updated to 2.4.22 --- utils/openldap/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/openldap/DETAILS b/utils/openldap/DETAILS index 7c3942f..da5dd6e 100644 --- a/utils/openldap/DETAILS +++ b/utils/openldap/DETAILS @@ -1,11 +1,11 @@ MODULE=openldap - VERSION=2.4.21 + VERSION=2.4.22 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release - SOURCE_VFY=sha1:cfcfff3df7804bab8eb0d9464d3712a3e32d677b + SOURCE_VFY=sha1:dd506b461c1fccd55dfff123b87aa6d07c899136 WEB_SITE=http://www.openldap.org ENTERED=20010922 - UPDATED=20091224 + UPDATED=20100502 SHORT="Fully featured open source LDAP software suite" PSAFE=no From zbiggy at lunar-linux.org Sat Jun 19 23:37:09 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Jun 2010 23:37:09 +0200 Subject: [Lunar-commits] mplayerplug-in: removed The mplayerplug-in is not maintained anymore. It will not compile with firefox 3.5+ or seamonkey2+ and xulrunner 1.9+. When compiled on older platform it will hang current firefox or seamonkey. Gentoo removed it so we will do the same because it is not safe having it. The author stopped development of mplayerplug-in in favour of gecko-mediaplayer: http://sites.google.com/site/kdekorte2/gecko-mediaplayer Message-ID: <20100619213406.A23E89B21A@doppio.foo-projects.org> commit 822e457d5a1574b40f529e48ace642bdc5d1e26d Author: Zbigniew Luszpinski Date: Sat Jun 19 23:37:09 2010 +0200 mplayerplug-in: removed The mplayerplug-in is not maintained anymore. It will not compile with firefox 3.5+ or seamonkey2+ and xulrunner 1.9+. When compiled on older platform it will hang current firefox or seamonkey. Gentoo removed it so we will do the same because it is not safe having it. The author stopped development of mplayerplug-in in favour of gecko-mediaplayer: http://sites.google.com/site/kdekorte2/gecko-mediaplayer --- video/MPlayer/POST_INSTALL | 3 --- video/xine-plugin/CONFLICTS | 1 - zbeta/mplayerplug-in/BUILD | 16 ---------------- zbeta/mplayerplug-in/CONFLICTS | 1 - zbeta/mplayerplug-in/DEPENDS | 5 ----- zbeta/mplayerplug-in/DETAILS | 18 ------------------ 6 files changed, 0 insertions(+), 44 deletions(-) diff --git a/video/MPlayer/POST_INSTALL b/video/MPlayer/POST_INSTALL deleted file mode 100644 index 3f3af25..0000000 --- a/video/MPlayer/POST_INSTALL +++ /dev/null @@ -1,3 +0,0 @@ -# Recompile mplayerplug-in - -if module_installed mplayerplug-in; then lin -c mplayerplug-in; fi diff --git a/video/xine-plugin/CONFLICTS b/video/xine-plugin/CONFLICTS deleted file mode 100644 index 8916f58..0000000 --- a/video/xine-plugin/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts mplayerplug-in diff --git a/zbeta/mplayerplug-in/BUILD b/zbeta/mplayerplug-in/BUILD deleted file mode 100644 index 04fb087..0000000 --- a/zbeta/mplayerplug-in/BUILD +++ /dev/null @@ -1,16 +0,0 @@ -( - -# Find the oldest gecko on a machine and use it as base - if module_installed seamonkey ; then - GECKO_HOME=/usr/lib/seamonkey-$(module_version seamonkey) - elif module_installed firefox ; then - GECKO_HOME=/usr/lib/firefox-devel/$(module_version firefox)/sdk - fi && - message "Using $GECKO_HOME" - - OPTS="$OPTS \ - --enable-gmp \ - --with-gecko-sdk=$GECKO_HOME" && - default_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/mplayerplug-in/CONFLICTS b/zbeta/mplayerplug-in/CONFLICTS deleted file mode 100644 index d53a7a3..0000000 --- a/zbeta/mplayerplug-in/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts xine-plugin diff --git a/zbeta/mplayerplug-in/DEPENDS b/zbeta/mplayerplug-in/DEPENDS deleted file mode 100644 index 9a4d9c7..0000000 --- a/zbeta/mplayerplug-in/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends MPlayer -depends xulrunner - -optional_depends "seamonkey" "" "" "for seamonkey support" -optional_depends "firefox" "" "" "for firefox support" \ No newline at end of file diff --git a/zbeta/mplayerplug-in/DETAILS b/zbeta/mplayerplug-in/DETAILS deleted file mode 100644 index 316473a..0000000 --- a/zbeta/mplayerplug-in/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=mplayerplug-in - VERSION=3.55 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:69726d4e16523b1a39c284efee081c31b0ea7f7f - WEB_SITE=http://mplayerplug-in.sourceforge.net - ENTERED=20040915 - UPDATED=20080713 - SHORT="MPlayer based, embedded video player for Seamonkey/Firefox" -cat << EOF -mplayerplug-in is a browser plugin that uses mplayer to play -digital media from websites. -This plug-in gives Firefox/Seamonkey the ability to play media from a -website the net without reading the source html and getting -the url manually. Media is played embedded in the page or in -a separate window depending on how the author of the webpage -intended the media to be seen. -EOF From stumbles at lunar-linux.org Sun Jun 20 01:33:35 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 19:33:35 -0400 Subject: [Lunar-commits] libnice: Version bump. Message-ID: <20100619231753.7632C9B21A@doppio.foo-projects.org> commit 8599e4617d50f5e0617be4ae08ef0fd15254ded8 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 19:33:35 2010 -0400 libnice: Version bump. --- chat/libnice/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/libnice/DETAILS b/chat/libnice/DETAILS index 701b3ac..ce65a3b 100644 --- a/chat/libnice/DETAILS +++ b/chat/libnice/DETAILS @@ -1,12 +1,12 @@ MODULE=libnice - VERSION=0.0.10 + VERSION=0.0.12 SOURCE=${MODULE}-${VERSION}.tar.gz SOURCE_URL=http://nice.freedesktop.org/releases/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:1d4add8eb11dccad01a5cb3891a8156a592f973b + SOURCE_VFY=sha1:839b88f01ebf92e1cc2b6696b91ff556f2f3e40c WEB_SITE="http://nice.freedesktop.org/wiki/" ENTERED=20090319 - UPDATED=20100105 + UPDATED=20100619 SHORT="library and a transmitter that does ICE" cat << EOF Libnice is a library and a transmitter that does ICE (as defined in From stumbles at lunar-linux.org Sun Jun 20 02:27:17 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 20:27:17 -0400 Subject: [Lunar-commits] apache-ant: Version bump. Message-ID: <20100620001137.1FA4D9B21A@doppio.foo-projects.org> commit 1483d887a5dcbc56d23c53fb9229bc2b854c6ea5 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 20:27:17 2010 -0400 apache-ant: Version bump. --- devel/apache-ant/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/apache-ant/DETAILS b/devel/apache-ant/DETAILS index 4a75cfc..9ea7ffd 100644 --- a/devel/apache-ant/DETAILS +++ b/devel/apache-ant/DETAILS @@ -1,11 +1,11 @@ MODULE=apache-ant - VERSION=1.7.1 + VERSION=1.8.1 SOURCE=$MODULE-$VERSION-src.tar.bz2 SOURCE_URL[0]=http://archive.apache.org/dist/ant/source/ - SOURCE_VFY=sha1:8a468d3ce1e84739a78f779770416a8bd502eaf5 + SOURCE_VFY=sha1:1565b57499377fbe5a69efa419f4a89566a9bd35 WEB_SITE=http://ant.apache.org ENTERED=20061028 - UPDATED=20081020 + UPDATED=20100619 SHORT="Java based build tool" cat << EOF From stumbles at lunar-linux.org Sun Jun 20 02:29:38 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 20:29:38 -0400 Subject: [Lunar-commits] buildbot: Fixing the WEB_SITE . Message-ID: <20100620001402.E64BA9B21A@doppio.foo-projects.org> commit 636f8e5dd43c7541977d2a4336d03d0c8ef416d1 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 20:29:38 2010 -0400 buildbot: Fixing the WEB_SITE . --- devel/buildbot/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/devel/buildbot/DETAILS b/devel/buildbot/DETAILS index 6eddc39..7ddfc02 100644 --- a/devel/buildbot/DETAILS +++ b/devel/buildbot/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_VFY=sha1:0d1b315673e7c18f7c990fe252578b47645979dd - WEBSITE=http://www.buildbot.net + WEB_SITE=http://www.buildbot.net ENTERED=20090616 UPDATED=20100619 SHORT="buildbot" From stumbles at lunar-linux.org Sun Jun 20 02:32:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 19 Jun 2010 20:32:23 -0400 Subject: [Lunar-commits] check: Version bump. Message-ID: <20100620001637.B5A509B21A@doppio.foo-projects.org> commit 0acd035266c56ac8d95cc60d948e277a2a786377 Author: Dennis `stumbles` Veatch Date: Sat Jun 19 20:32:23 2010 -0400 check: Version bump. --- devel/check/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/check/DETAILS b/devel/check/DETAILS index 14a87f6..d4ca1bb 100644 --- a/devel/check/DETAILS +++ b/devel/check/DETAILS @@ -1,12 +1,12 @@ MODULE=check - VERSION=0.9.6 + VERSION=0.9.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:09427552b4c9fef81fd5783800836a4fa89dac46 + SOURCE_VFY=sha1:a75cc89411e24b5d39b7869f8233e19f210de555 WEB_SITE=http://check.sourceforge.net ENTERED=20031201 - UPDATED=20090105 - SHORT="A unit test framework for C" + UPDATED=20100619 + SHORT="unit test framework for C" cat << EOF Check is a unit test framework for C. It features a simple interface From zbiggy at lunar-linux.org Sun Jun 20 03:08:05 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 20 Jun 2010 03:08:05 +0200 Subject: [Lunar-commits] NVIDIA-beta: updated to 256.35 Message-ID: <20100620005227.DC51B9B21A@doppio.foo-projects.org> commit 48cb6513e664965f8378f0b82306846dbfb5fbd5 Author: Zbigniew Luszpinski Date: Sun Jun 20 03:08:05 2010 +0200 NVIDIA-beta: updated to 256.35 --- x11/NVIDIA-beta/BUILD | 4 ++-- x11/NVIDIA-beta/DETAILS | 12 ++++++------ x11/NVIDIA-beta/DETAILS.x86_64 | 12 ++++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/x11/NVIDIA-beta/BUILD b/x11/NVIDIA-beta/BUILD index a8d3d3c..847a789 100644 --- a/x11/NVIDIA-beta/BUILD +++ b/x11/NVIDIA-beta/BUILD @@ -21,7 +21,7 @@ # Builds nvidia-installer from source cd nvidia-installer-$VERSION && - rm -f *Linux* && +# rm -f *Linux* && if [[ $(arch) == x86_64 ]] ; then # Don't compile 32-bits on pure 64-bit Lunar @@ -35,7 +35,7 @@ make clean && make rebuild_tls_test && make rebuild_tls_test_dso && - make rebuild_rtld_test && +# make rebuild_rtld_test && make && if [[ $(arch) == x86_64 ]] ; then install -m 755 _out/Linux_x86_64/nvidia-installer .. diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS index 99b8c2a..26edc55 100644 --- a/x11/NVIDIA-beta/DETAILS +++ b/x11/NVIDIA-beta/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=256.29 + VERSION=256.35 SOURCE=NVIDIA-Linux-x86-$VERSION.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 @@ -26,14 +26,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:fc5576f55ba93bc31f594b0859052d7d8e5518e7 - SOURCE2_VFY=sha1:a3c08749afa1b5de85865368dac93a383eaded74 - SOURCE3_VFY=sha1:61e9188f3d8a88ec432f80d577f183d3b4901950 - SOURCE4_VFY=sha1:20fcb1b25b345bd2fa62bd01a6fac9ce07a331c8 + SOURCE_VFY=sha1:7a72704c0fd70bf75126aa962b560bae893b5538 + SOURCE2_VFY=sha1:f7142501ba4a032becf5ef11305699d2419482e9 + SOURCE3_VFY=sha1:be9e50c3b9a4e851603c26f8dadac957c45316fe + SOURCE4_VFY=sha1:93b326ab9da385a1bf009f26f21b10691cacaf50 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20100603 + UPDATED=20100619 SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx" KEEP_SOURCE=on cat << EOF diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64 index b9018cf..b1bb507 100644 --- a/x11/NVIDIA-beta/DETAILS.x86_64 +++ b/x11/NVIDIA-beta/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=256.29 + VERSION=256.35 SOURCE=NVIDIA-Linux-x86_64-$VERSION-no-compat32.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 @@ -26,14 +26,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-no-compat32 SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:94170c5baa84024b0e49c7aaf781ab0ee33cdc88 - SOURCE2_VFY=sha1:a3c08749afa1b5de85865368dac93a383eaded74 - SOURCE3_VFY=sha1:61e9188f3d8a88ec432f80d577f183d3b4901950 - SOURCE4_VFY=sha1:20fcb1b25b345bd2fa62bd01a6fac9ce07a331c8 + SOURCE_VFY=sha1:e8652c7a52f06bc4a1358bcb8d62d48b9d61c6f3 + SOURCE2_VFY=sha1:f7142501ba4a032becf5ef11305699d2419482e9 + SOURCE3_VFY=sha1:be9e50c3b9a4e851603c26f8dadac957c45316fe + SOURCE4_VFY=sha1:93b326ab9da385a1bf009f26f21b10691cacaf50 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20100603 + UPDATED=20100619 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF From zbiggy at lunar-linux.org Sun Jun 20 03:18:46 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 20 Jun 2010 03:18:46 +0200 Subject: [Lunar-commits] k3b: fix depends Message-ID: <20100620010553.93D6C9B21A@doppio.foo-projects.org> commit db51c7c7bae5ccd659ca54278485b271be5d732b Author: Zbigniew Luszpinski Date: Sun Jun 20 03:18:46 2010 +0200 k3b: fix depends --- zbeta/k3b/DEPENDS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zbeta/k3b/DEPENDS b/zbeta/k3b/DEPENDS index e096279..5cde5d5 100644 --- a/zbeta/k3b/DEPENDS +++ b/zbeta/k3b/DEPENDS @@ -1,9 +1,9 @@ -depends cdrdao depends kdelibs4 depends cdparanoia depends cdrtools depends dvd+rw-tools depends MPlayer +depends libsamplerate optional_depends "polkit-qt" "" "" "for K3bSetup to acquire administrator support" optional_depends "vcdimager" "" "" "for creating video cds" @@ -19,5 +19,5 @@ optional_depends "flac" "" "" "for flac audio file support" optional_depends "mppenc" "" "" "for decoding Musepack audio file support" optional_depends "taglib" "" "" "for reading Meta data tag support" optional_depends "normalize" "" "" "to adjust audio file volume support" +optional_depends "cdrdao" "" "" "for burning CDs using the disk-at-once support" optional_depends "emovix" "" "" "for creating bootable video device support" -optional_depends "libsamplerate" "" "" "for audio sampling rate support" From zbiggy at lunar-linux.org Sun Jun 20 03:21:02 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 20 Jun 2010 03:21:02 +0200 Subject: [Lunar-commits] p7zip: updated to 9.13 Message-ID: <20100620010553.A069D9B221@doppio.foo-projects.org> commit b92bdbb06071b2ef9c60307d343f258d802ee20e Author: Zbigniew Luszpinski Date: Sun Jun 20 03:21:02 2010 +0200 p7zip: updated to 9.13 --- archive/p7zip/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/p7zip/DETAILS b/archive/p7zip/DETAILS index 060a2b8..eb4f811 100644 --- a/archive/p7zip/DETAILS +++ b/archive/p7zip/DETAILS @@ -1,12 +1,12 @@ MODULE=p7zip - VERSION=9.04 + VERSION=9.13 SOURCE=${MODULE}_${VERSION}_src_all.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:6430fcd3a5e16d0a30f1eebf34a085e5372b813b + SOURCE_VFY=sha1:81da0729561ce123c0a82656ec96a04ad5bfa522 WEB_SITE=http://p7zip.sourceforge.net ENTERED=20060922 - UPDATED=20090608 + UPDATED=20100619 SHORT="A quick port of the command-line version of 7zip" cat << EOF From zbiggy at lunar-linux.org Sun Jun 20 03:29:14 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 20 Jun 2010 03:29:14 +0200 Subject: [Lunar-commits] fixed missing deps Message-ID: <20100620011455.710F49B21A@doppio.foo-projects.org> commit d4f29a41e224ff64e0452b063d17cd5578d94305 Author: Zbigniew Luszpinski Date: Sun Jun 20 03:29:14 2010 +0200 fixed missing deps --- xorg7/extra/libdrm/DEPENDS | 1 + xorg7/lib/libXfixes/DEPENDS | 1 + xorg7/mesa-lib/DEPENDS | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/xorg7/extra/libdrm/DEPENDS b/xorg7/extra/libdrm/DEPENDS new file mode 100644 index 0000000..573b29d --- /dev/null +++ b/xorg7/extra/libdrm/DEPENDS @@ -0,0 +1 @@ +depends libpthread-stubs diff --git a/xorg7/lib/libXfixes/DEPENDS b/xorg7/lib/libXfixes/DEPENDS index dcbd2ac..782312f 100644 --- a/xorg7/lib/libXfixes/DEPENDS +++ b/xorg7/lib/libXfixes/DEPENDS @@ -1 +1,2 @@ depends libX11 +depends fixesproto diff --git a/xorg7/mesa-lib/DEPENDS b/xorg7/mesa-lib/DEPENDS index 40c823b..350c30d 100644 --- a/xorg7/mesa-lib/DEPENDS +++ b/xorg7/mesa-lib/DEPENDS @@ -7,3 +7,4 @@ depends libXi depends libXext depends libXfixes depends libXdamage +depends libXxf86 From florin at lunar-linux.org Sun Jun 20 07:51:02 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 08:51:02 +0300 Subject: [Lunar-commits] physfs: add an alternate download path. Message-ID: <20100620053532.43AC49B221@doppio.foo-projects.org> commit 73f9c66e9a4554af346fbf19f57cc6e8bbcfa1e4 Author: Florin Braescu Date: Sun Jun 20 08:51:02 2010 +0300 physfs: add an alternate download path. --- devel/physfs/DETAILS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/devel/physfs/DETAILS b/devel/physfs/DETAILS index ec9ba7b..19379f6 100644 --- a/devel/physfs/DETAILS +++ b/devel/physfs/DETAILS @@ -1,7 +1,8 @@ MODULE=physfs VERSION=2.0.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://icculus.org/physfs/downloads + SOURCE_URL[0]=http://icculus.org/physfs/downloads + SOURCE_URL[1]=http://ftp.ukms.lkams.kernel.org/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles SOURCE_VFY=sha1:1e291e8717ce3bb921b74416ec7cbcf212efcaa1 WEB_SITE=http://icculus.org/physfs ENTERED=20030215 From stumbles at lunar-linux.org Sun Jun 20 12:19:28 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 06:19:28 -0400 Subject: [Lunar-commits] OpenSceneGraph: A quick and dirty fix so this will compile with ffmpeg-0.6. Message-ID: <20100620100412.795659B221@doppio.foo-projects.org> commit b4d1b95617936a86351c26d11177e69f3d2ffbc6 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 06:19:28 2010 -0400 OpenSceneGraph: A quick and dirty fix so this will compile with ffmpeg-0.6. --- graphics/OpenSceneGraph/BUILD | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/graphics/OpenSceneGraph/BUILD b/graphics/OpenSceneGraph/BUILD index 11e89bb..1a3373d 100644 --- a/graphics/OpenSceneGraph/BUILD +++ b/graphics/OpenSceneGraph/BUILD @@ -5,6 +5,9 @@ mkdir $OOTB_DIR && cd $OOTB_DIR && +# A q&d fix to get this to compile with ffmpeg-0.6. Revisit on the next OSG bump. + CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS" && + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ -DCMAKE_BUILD_TYPE=RELEASE \ $OPTS && From zbiggy at lunar-linux.org Sun Jun 20 13:19:49 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 20 Jun 2010 13:19:49 +0200 Subject: [Lunar-commits] rpm-old: updated to 4.8.1 Message-ID: <20100620110408.388169B221@doppio.foo-projects.org> commit 6f20536581c0c6c4ba9ac2c82e1ca816d79d96a7 Author: Zbigniew Luszpinski Date: Sun Jun 20 13:19:49 2010 +0200 rpm-old: updated to 4.8.1 --- zbeta/rpm-old/BUILD | 10 +++++----- zbeta/rpm-old/DEPENDS | 19 ++++++++++++++----- zbeta/rpm-old/DETAILS | 10 +++++----- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/zbeta/rpm-old/BUILD b/zbeta/rpm-old/BUILD index 3027609..52bc622 100644 --- a/zbeta/rpm-old/BUILD +++ b/zbeta/rpm-old/BUILD @@ -1,9 +1,7 @@ ( -sed -i -r 's@#if\ defined\(EOWNERDEAD\)@#if\ defined\(EOWNERDEAD\)\ \&\&\ defined\(PTHREAD_MUTEX_ROBUST_NP\)@' \ -db/mutex/mut_pthread.c && bad_flags "-z combreloc" LDFLAGS=$(echo $LDFLAGS | sed s/"-z combreloc"// ) - + CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss -I/usr/include" ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ @@ -11,7 +9,9 @@ db/mutex/mut_pthread.c && --includedir=/usr/include \ --infodir=/usr/share/info \ --without-selinux \ - --with-python=no \ - --mandir=/usr/share/man && + --mandir=/usr/share/man \ + --with-external-db \ + --without-lua \ + $OPTS && default_make ) > $C_FIFO 2>&1 diff --git a/zbeta/rpm-old/DEPENDS b/zbeta/rpm-old/DEPENDS index 0fa62e5..5cdb582 100644 --- a/zbeta/rpm-old/DEPENDS +++ b/zbeta/rpm-old/DEPENDS @@ -1,6 +1,15 @@ -depends Python && -depends elfutils && -depends beecrypt && -optional_depends "zlib" "" "" "optional for gziped rpmfiles" && -optional_depends "bzip2" "" "" "optional for bzip2 compressed rpms" && +depends elfutils +depends beecrypt +depends nss +optional_depends "file" "" "" "optional for filetype detection in rpmbuild" +optional_depends "unzip" "" "" "optional for ziped rpmfiles" +optional_depends "gzip" "" "" "optional for gzip compressed rpms" +optional_depends "bzip2" "" "" "optional for bzip2 compressed rpms" +optional_depends "xz" "" "" "optional for xz/lzma compressed rpms" optional_depends "gnupg" "" "" "optional for signed rpm package support" +optional_depends "sqlite" "--enable-sqlite3" "" "use experimental SQLite instead of default Berkeley DB [n]" +# liblua not detected however installed optional_depends "lua" "--with-lua" "--without-lua" "for embedded Lua scripting support" +optional_depends "Python" "--enable-python" "--disable-python" "to build Python bindings" +# wymaga 2.0 optional_depends "libcap" "--with-cap" "--without-cap" "to enable POSIX.1e draft 15" +optional_depends "acl" "--with-acl" "--without-acl" "to enable ACL verification" +optional_depends "gettext" "" "" "to enable NLS language translation" diff --git a/zbeta/rpm-old/DETAILS b/zbeta/rpm-old/DETAILS index 864b429..38273fc 100644 --- a/zbeta/rpm-old/DETAILS +++ b/zbeta/rpm-old/DETAILS @@ -1,12 +1,12 @@ MODULE=rpm-old - VERSION=4.4.2.3 - SOURCE=rpm-$VERSION.tar.gz - SOURCE_URL=http://www.rpm.org/releases/rpm-4.4.x/ + VERSION=4.8.1 + SOURCE=rpm-$VERSION.tar.bz2 + SOURCE_URL=http://www.rpm.org/releases/rpm-4.8.x/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/rpm-$VERSION - SOURCE_VFY=sha1:10311c6404796507f193323d387c5e3f79e72d6b + SOURCE_VFY=sha1:5811168721f6caa3fb883ebd491c8c5416d9bf57 WEB_SITE=http://www.rpm.org ENTERED=20021102 - UPDATED=20080809 + UPDATED=20100619 PSAFE=no SHORT="Redhat command line driven package management system" cat << EOF From stumbles at lunar-linux.org Sun Jun 20 14:19:06 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 08:19:06 -0400 Subject: [Lunar-commits] llvm: A little adjustment here. Message-ID: <20100620120352.09EE29B221@doppio.foo-projects.org> commit 9db940f005e770ad0a58e5836c8355b989020fc9 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 08:19:06 2010 -0400 llvm: A little adjustment here. --- compilers/llvm/BUILD | 8 +++++++- compilers/llvm/CONFIGURE | 3 ++- compilers/llvm/DEPENDS | 3 +++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/compilers/llvm/BUILD b/compilers/llvm/BUILD index 3dad6b9..dfd27b9 100644 --- a/compilers/llvm/BUILD +++ b/compilers/llvm/BUILD @@ -1,6 +1,12 @@ ( - OPTS="$OPTS --enable-optimized --enable-assertions --enable-pic --enable-targets=host-only" + OPTS="$OPTS --enable-optimized --enable-shared --enable-pic --enable-targets=host-only" + + if [ "$USE_ASSERTS" == "y" ] ; then + OPTS="--enable-assertions" + else + OPTS="--disable-assertions" + fi && default_build && diff --git a/compilers/llvm/CONFIGURE b/compilers/llvm/CONFIGURE index c3d230c..70060da 100644 --- a/compilers/llvm/CONFIGURE +++ b/compilers/llvm/CONFIGURE @@ -4,5 +4,6 @@ USE_CLANG="n" if [ -n "$RECONFIGURE" ] ; then mquery USE_CLANG "Do you want to build the clang (C compiler) front-end ? " n - fi + +mquery USE_ASSERTS "Do you want to use assertions? (Not supported by OpenGTL)" n diff --git a/compilers/llvm/DEPENDS b/compilers/llvm/DEPENDS index db19b64..dfc6624 100644 --- a/compilers/llvm/DEPENDS +++ b/compilers/llvm/DEPENDS @@ -1,3 +1,6 @@ depends udis86 +optional_depends tcl "" "" "for tcl support" +optional_depends libffi "--enable-libffi" "--disable-libffi" "for high level programming support" optional_depends doxygen "--enable-doxygen" "--disable-doxygen" "for documentation support" +optional_depends ocaml "" "" "for ocaml support" From stumbles at lunar-linux.org Sun Jun 20 14:19:28 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 08:19:28 -0400 Subject: [Lunar-commits] OpenGTL: Version bump. Message-ID: <20100620120352.166AC9B223@doppio.foo-projects.org> commit 8eb28e035aa7ac0e3052863b798349e6366446da Author: Dennis `stumbles` Veatch Date: Sun Jun 20 08:19:28 2010 -0400 OpenGTL: Version bump. --- libs/OpenGTL/BUILD | 10 ++++++---- libs/OpenGTL/DETAILS | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/libs/OpenGTL/BUILD b/libs/OpenGTL/BUILD index 83ef48d..8012af6 100644 --- a/libs/OpenGTL/BUILD +++ b/libs/OpenGTL/BUILD @@ -1,13 +1,15 @@ ( - sedit "s:/opt/local/bin:/opt/lunar/llvm/bin:" cmake/modules/FindLLVM.cmake + . /etc/profile.d/llvm.rc && + + sedit "s:/opt/local/bin:/opt/lunar/llvm/bin:" cmake/modules/FindLLVM.cmake && mkdir $SOURCE_DIRECTORY/OpenGTL-build && cd $SOURCE_DIRECTORY/OpenGTL-build && - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=RELEASE \ - $OPTS && + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/libs/OpenGTL/DETAILS b/libs/OpenGTL/DETAILS index 8482fa1..9d48834 100644 --- a/libs/OpenGTL/DETAILS +++ b/libs/OpenGTL/DETAILS @@ -1,11 +1,11 @@ MODULE=OpenGTL - VERSION=0.9.12 + VERSION=0.9.14 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.opengtl.org/download/ - SOURCE_VFY=sha1:b3dc20fa600a447378e1002cd08da5093cfcd852 + SOURCE_VFY=sha1:725d77bea3ad546966634817a0aaa4d2f7bd522f WEB_SITE=http://opengtl.org/ ENTERED=20090128 - UPDATED=20091126 + UPDATED=20100620 SHORT="Graphics Transformation Languages" cat << EOF From dennisveatch at bellsouth.net Sun Jun 20 16:15:36 2010 From: dennisveatch at bellsouth.net (Dennis Veatch) Date: Sun, 20 Jun 2010 10:15:36 -0400 Subject: [Lunar-commits] fixed missing deps In-Reply-To: <20100620011455.710F49B21A@doppio.foo-projects.org> References: <20100620011455.710F49B21A@doppio.foo-projects.org> Message-ID: <201006201015.36869.dennisveatch@bellsouth.net> On Saturday, June 19, 2010 9:29:14 pm Zbigniew Luszpinski wrote: > commit d4f29a41e224ff64e0452b063d17cd5578d94305 > Author: Zbigniew Luszpinski > Date: Sun Jun 20 03:29:14 2010 +0200 > > fixed missing deps > --- > xorg7/extra/libdrm/DEPENDS | 1 + > xorg7/lib/libXfixes/DEPENDS | 1 + > xorg7/mesa-lib/DEPENDS | 1 + > 3 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/xorg7/extra/libdrm/DEPENDS b/xorg7/extra/libdrm/DEPENDS > new file mode 100644 > index 0000000..573b29d > --- /dev/null > +++ b/xorg7/extra/libdrm/DEPENDS > @@ -0,0 +1 @@ > +depends libpthread-stubs > diff --git a/xorg7/lib/libXfixes/DEPENDS b/xorg7/lib/libXfixes/DEPENDS > index dcbd2ac..782312f 100644 > --- a/xorg7/lib/libXfixes/DEPENDS > +++ b/xorg7/lib/libXfixes/DEPENDS > @@ -1 +1,2 @@ > depends libX11 > +depends fixesproto > diff --git a/xorg7/mesa-lib/DEPENDS b/xorg7/mesa-lib/DEPENDS > index 40c823b..350c30d 100644 > --- a/xorg7/mesa-lib/DEPENDS > +++ b/xorg7/mesa-lib/DEPENDS > @@ -7,3 +7,4 @@ depends libXi > depends libXext > depends libXfixes > depends libXdamage > +depends libXxf86 > _______________________________________________ > Lunar-commits mailing list > Lunar-commits at lunar-linux.org > http://foo-projects.org/mailman/listinfo/lunar-commits Just which libXxf86 did you intend to use here? libXxf86dga or libXxf86misc or libXxf86vm Please fix. -- Dennis Veatch From florin at lunar-linux.org Sun Jun 20 16:37:12 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 17:37:12 +0300 Subject: [Lunar-commits] mesa-lib: comment a depend to a nonexistent module. Message-ID: <20100620142159.F0EC39B221@doppio.foo-projects.org> commit c7ef9a175faa8c8d94dd688ed9e19a6cce3c91eb Author: Florin Braescu Date: Sun Jun 20 17:37:12 2010 +0300 mesa-lib: comment a depend to a nonexistent module. This one have to be revised. --- xorg7/mesa-lib/DEPENDS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xorg7/mesa-lib/DEPENDS b/xorg7/mesa-lib/DEPENDS index 350c30d..19bc6fa 100644 --- a/xorg7/mesa-lib/DEPENDS +++ b/xorg7/mesa-lib/DEPENDS @@ -1,10 +1,10 @@ -depends glproto +depends glproto depends dri2proto depends libdrm -depends libX11 -depends makedepend -depends libXi +depends libX11 +depends makedepend +depends libXi depends libXext depends libXfixes depends libXdamage -depends libXxf86 +#depends libXxf86 From florin at lunar-linux.org Sun Jun 20 16:45:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 17:45:25 +0300 Subject: [Lunar-commits] man-pages: version bumped to 3.25. Message-ID: <20100620142948.89B8B9B221@doppio.foo-projects.org> commit a002bb6b32da05086dd12236dd9048113385ea9c Author: Florin Braescu Date: Sun Jun 20 17:45:25 2010 +0300 man-pages: version bumped to 3.25. --- docs/man-pages/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/man-pages/DETAILS b/docs/man-pages/DETAILS index d5d1bce..dcbdaad 100644 --- a/docs/man-pages/DETAILS +++ b/docs/man-pages/DETAILS @@ -1,14 +1,14 @@ MODULE=man-pages - VERSION=3.24 + VERSION=3.25 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$KERNEL_URL/pub/linux/docs/manpages SOURCE_URL[1]=$KERNEL_URL/pub/linux/docs/manpages/Archive SOURCE_URL[2]=ftp://ftp.win.tue.nl/pub/linux-local/manpages SOURCE_URL[3]=ftp://ftp.kernel.org/pub/linux/docs/manpages - SOURCE_VFY=sha1:289095cec7142dc16bf95a46aa450b7e706c3337 + SOURCE_VFY=sha1:a469ad0fa1f722c1286a4d50f40117ed06d3d24a WEB_SITE=http://www.win.tue.nl/~aeb/linux/man ENTERED=20011003 - UPDATED=20100226 + UPDATED=20100620 ARCHIVE=off PSAFE=no SHORT="A large collection of man pages" From florin at lunar-linux.org Sun Jun 20 17:36:59 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 18:36:59 +0300 Subject: [Lunar-commits] xinput: version bumped to 1.5.2. Message-ID: <20100620152157.B03949B221@doppio.foo-projects.org> commit fa6185c3be79a20907d31efc8db766038e18d675 Author: Florin Braescu Date: Sun Jun 20 18:36:59 2010 +0300 xinput: version bumped to 1.5.2. A slight behavioural change, if a device name is ambiguous the XI2 path of xinput will refuse to change anything - just like the XI1 paths already did anyway. To handle ambiguous devices that register as pointer and keyboard with the same name (like many mouse/keyboard combos do), you can now also specify the device ID with a "pointer:" and "keyboard:" prefix. For example: xinput --list-props "pointer:" --- xorg7/app/xinput/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/app/xinput/DETAILS b/xorg7/app/xinput/DETAILS index f22993b..1f4279d 100644 --- a/xorg7/app/xinput/DETAILS +++ b/xorg7/app/xinput/DETAILS @@ -1,12 +1,12 @@ MODULE=xinput - VERSION=1.5.1 + VERSION=1.5.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:f8f45486de7d44b3d7274dfd24f988035fe05910 + SOURCE_VFY=sha1:4b352ad59e67dc6e63361a9050d3fbe5a6aec3de MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20100317 + UPDATED=20100620 SHORT="configure and test XInput devices" cat << EOF From florin at lunar-linux.org Sun Jun 20 17:43:17 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 18:43:17 +0300 Subject: [Lunar-commits] xlsclients: version bumped to 1.1.0. Message-ID: <20100620152758.0E50B9B221@doppio.foo-projects.org> commit 690e0bc333b6ca0f893341eeaf0be23b8c6a51ea Author: Florin Braescu Date: Sun Jun 20 18:43:17 2010 +0300 xlsclients: version bumped to 1.1.0. The major new feature of this release is Peter Harris' rewrite to use libxcb instead of libX11, for much less latency in gathering the client information from the X server. --- xorg7/app/xlsclients/DEPENDS | 2 ++ xorg7/app/xlsclients/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/xorg7/app/xlsclients/DEPENDS b/xorg7/app/xlsclients/DEPENDS new file mode 100644 index 0000000..1c5f8bb --- /dev/null +++ b/xorg7/app/xlsclients/DEPENDS @@ -0,0 +1,2 @@ +depends util-macros +depends xcb-util diff --git a/xorg7/app/xlsclients/DETAILS b/xorg7/app/xlsclients/DETAILS index 3616889..ac962ba 100644 --- a/xorg7/app/xlsclients/DETAILS +++ b/xorg7/app/xlsclients/DETAILS @@ -1,12 +1,12 @@ MODULE=xlsclients - VERSION=1.0.2 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:5cde39a28c5352d1d555714836f57c05197e419d + SOURCE_VFY=sha1:1961ee982f98d270c9069eaf84790c6b9dcdc851 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070305 - UPDATED=20091118 + UPDATED=20100620 SHORT="list client applications running on a display" cat << EOF From florin at lunar-linux.org Sun Jun 20 17:50:22 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 18:50:22 +0300 Subject: [Lunar-commits] xlsatoms: version bumped to 1.1.0. Message-ID: <20100620153451.4F7C99B221@doppio.foo-projects.org> commit 6d248c782662ca0a57e689d7de61abdf8c52aa11 Author: Florin Braescu Date: Sun Jun 20 18:50:22 2010 +0300 xlsatoms: version bumped to 1.1.0. The major new feature of this release is Peter Harris' rewrite to use libxcb instead of libX11, for much less latency in gathering the client information from the X server. --- xorg7/app/xlsatoms/DEPENDS | 1 + xorg7/app/xlsatoms/DETAILS | 6 +++--- xorg7/app/xlsclients/DEPENDS | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/xorg7/app/xlsatoms/DEPENDS b/xorg7/app/xlsatoms/DEPENDS new file mode 100644 index 0000000..11d73a7 --- /dev/null +++ b/xorg7/app/xlsatoms/DEPENDS @@ -0,0 +1 @@ +optional_depends "util-macros" "" "" "for xorg macros support" diff --git a/xorg7/app/xlsatoms/DETAILS b/xorg7/app/xlsatoms/DETAILS index acf76e8..493b7ad 100644 --- a/xorg7/app/xlsatoms/DETAILS +++ b/xorg7/app/xlsatoms/DETAILS @@ -1,12 +1,12 @@ MODULE=xlsatoms - VERSION=1.0.2 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:3855734b5ec0d43b5886ac0ffa58d7cf96f46926 + SOURCE_VFY=sha1:2982df6844d60cd12a09208808ab6baa767fe35f MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20091118 + UPDATED=20100620 SHORT="A X.Org application that lists atoms defined on an X server" cat << EOF diff --git a/xorg7/app/xlsclients/DEPENDS b/xorg7/app/xlsclients/DEPENDS index 1c5f8bb..edf0589 100644 --- a/xorg7/app/xlsclients/DEPENDS +++ b/xorg7/app/xlsclients/DEPENDS @@ -1,2 +1,3 @@ -depends util-macros depends xcb-util + +optional_depends "util-macros" "" "" "for xorg macros support" From florin at lunar-linux.org Sun Jun 20 17:54:56 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 18:54:56 +0300 Subject: [Lunar-commits] sessreg: version bumped to 1.0.6. Message-ID: <20100620160729.8492F9B221@doppio.foo-projects.org> commit 4d513abaf87c0aeb13d8bf50a85f3d1b7442bf54 Author: Florin Braescu Date: Sun Jun 20 18:54:56 2010 +0300 sessreg: version bumped to 1.0.6. Bugfixes release. --- xorg7/app/sessreg/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/app/sessreg/DETAILS b/xorg7/app/sessreg/DETAILS index 6acdfbc..744defe 100644 --- a/xorg7/app/sessreg/DETAILS +++ b/xorg7/app/sessreg/DETAILS @@ -1,12 +1,12 @@ MODULE=sessreg - VERSION=1.0.5 + VERSION=1.0.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:d1dac6a398b23ed44bb67286ec083e9071bd00e7 + SOURCE_VFY=sha1:6f260f1ddc366da070a6d60301b9fb64a99c119a MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20091116 + UPDATED=20100620 SHORT="Registeres X sessions in utmp/utmpx" cat << EOF From florin at lunar-linux.org Sun Jun 20 18:23:42 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 19:23:42 +0300 Subject: [Lunar-commits] libdrm: version bumped to 2.4.21. Message-ID: <20100620160833.7B57C9B221@doppio.foo-projects.org> commit d69814f729c85eef60494f141880ad575b4bba3e Author: Florin Braescu Date: Sun Jun 20 19:23:42 2010 +0300 libdrm: version bumped to 2.4.21. The two major changes: 1) media ring support on kernel 2.6.35 for doing media decode on G45+ 2) Reduced memory allocation for BO cached objects -- saves about 1/4 of the graphics memory on workloads I tested on Ironlake and 945GM. Make libkms build default OS-dependent nouveau: stop shipping nouveau_class.h --- xorg7/extra/libdrm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/libdrm/DETAILS b/xorg7/extra/libdrm/DETAILS index 83c44af..c09290b 100644 --- a/xorg7/extra/libdrm/DETAILS +++ b/xorg7/extra/libdrm/DETAILS @@ -1,12 +1,12 @@ MODULE=libdrm - VERSION=2.4.20 + VERSION=2.4.21 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://dri.freedesktop.org/libdrm - SOURCE_VFY=sha1:f1448ac0f1c7a5f74a86d2fb50941fc12dc932db + SOURCE_VFY=sha1:be7754008424a12e01ab0f0da3deb8de13ad2f0c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.freedesktop.org ENTERED=20061017 - UPDATED=20100410 + UPDATED=20100620 SHORT="The userspace interface to kernel DRM services" cat << EOF From florin at lunar-linux.org Sun Jun 20 18:27:01 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 19:27:01 +0300 Subject: [Lunar-commits] xlsfonts: version bumped to 1.0.3. Message-ID: <20100620161140.941BE9B221@doppio.foo-projects.org> commit c1531306ecfa9ac26f67ff147cde3451490641fb Author: Florin Braescu Date: Sun Jun 20 19:27:01 2010 +0300 xlsfonts: version bumped to 1.0.3. Various janitorial changes, and drops Xprint code which was unused since X.Org 6.9. --- xorg7/app/xlsfonts/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xorg7/app/xlsfonts/DETAILS b/xorg7/app/xlsfonts/DETAILS index d4eb3be..1b573ba 100644 --- a/xorg7/app/xlsfonts/DETAILS +++ b/xorg7/app/xlsfonts/DETAILS @@ -1,12 +1,12 @@ MODULE=xlsfonts - VERSION=1.0.2 + VERSION=1.0.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:556c8b94002e834cf61e08ea4f5551a039e2d5c9 + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:9d4e0adbcb83362dd9234e90507c0528f60e309b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060120 - UPDATED=20070426 + UPDATED=20100620 SHORT="A X.Org application to list fonts on a X server" cat << EOF From florin at lunar-linux.org Sun Jun 20 18:52:04 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 19:52:04 +0300 Subject: [Lunar-commits] choqok: fix the update date. Message-ID: <20100620163628.0040F9B221@doppio.foo-projects.org> commit b0fb55b708c8f2f4263cc90f529c851067a5c5ff Author: Florin Braescu Date: Sun Jun 20 19:52:04 2010 +0300 choqok: fix the update date. --- zbeta/choqok/BUILD | 10 +++++----- zbeta/choqok/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/zbeta/choqok/BUILD b/zbeta/choqok/BUILD index 0cc56ec..aacc1e3 100644 --- a/zbeta/choqok/BUILD +++ b/zbeta/choqok/BUILD @@ -2,14 +2,14 @@ KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && - mkdir $KDE4_BUILD_DIR && - cd $KDE4_BUILD_DIR && + mkdir $KDE4_BUILD_DIR && + cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE && default_make diff --git a/zbeta/choqok/DETAILS b/zbeta/choqok/DETAILS index cd27457..1873fcd 100644 --- a/zbeta/choqok/DETAILS +++ b/zbeta/choqok/DETAILS @@ -1,13 +1,13 @@ MODULE=choqok VERSION=0.6.6 SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL=http://mirror.umoss.org/download.ospdev.net/$MODULE/$MODULE/$VERSION/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://mirror.umoss.org/download.ospdev.net/$MODULE/$MODULE/$VERSION SOURCE_VFY=sha1:79fd3cb20dcbc5c20883046ae77ff40c5d1cd706 - WEB_SITE="http://choqok.gnufolks.org/" + WEB_SITE=http://choqok.gnufolks.org ENTERED=20100216 - UPDATED='date -u +%Y%m01' - SHORT="micro-blogging client for K Desktop Environment." + UPDATED=20100620 + SHORT="A micro-blogging client for KDE" + cat < boost: version bumped to 1.43.0. Message-ID: <20100620163915.AB4B99B221@doppio.foo-projects.org> commit 8f5a747e1cc0d613366e93d3208cc29f246f7add Author: Florin Braescu Date: Sun Jun 20 19:54:48 2010 +0300 boost: version bumped to 1.43.0. Many bugfixes and improvements. --- libs/boost/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS index 900b4b1..24eb313 100644 --- a/libs/boost/DETAILS +++ b/libs/boost/DETAILS @@ -1,13 +1,13 @@ MODULE=boost - VERSION=1.42.0 - VER=_1_42_0 + VERSION=1.43.0 + VER=_1_43_0 SOURCE=$MODULE$VER.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:3ce3bb1a1bed504635287017f9e628597b409e7b + SOURCE_VFY=sha1:b8257b7da2a7222739314f8d1e07e217debe71d6 WEB_SITE=http://www.boost.org ENTERED=20041115 - UPDATED=20100220 + UPDATED=20100620 SHORT="A cross-platform supplement to the C++ standard library" cat << EOF From florin at lunar-linux.org Sun Jun 20 19:07:01 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 20:07:01 +0300 Subject: [Lunar-commits] yakuake: fix the update date. Message-ID: <20100620165125.9E1D99B221@doppio.foo-projects.org> commit e5ab5466bf5db44e59eedcedc1b40f3fc3576cb8 Author: Florin Braescu Date: Sun Jun 20 20:07:01 2010 +0300 yakuake: fix the update date. --- zbeta/yakuake/BUILD | 10 +++++----- zbeta/yakuake/DETAILS | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/zbeta/yakuake/BUILD b/zbeta/yakuake/BUILD index 0cc56ec..aacc1e3 100644 --- a/zbeta/yakuake/BUILD +++ b/zbeta/yakuake/BUILD @@ -2,14 +2,14 @@ KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && - mkdir $KDE4_BUILD_DIR && - cd $KDE4_BUILD_DIR && + mkdir $KDE4_BUILD_DIR && + cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE && default_make diff --git a/zbeta/yakuake/DETAILS b/zbeta/yakuake/DETAILS index 5404dc0..4724c51 100644 --- a/zbeta/yakuake/DETAILS +++ b/zbeta/yakuake/DETAILS @@ -1,13 +1,14 @@ MODULE=yakuake VERSION=2.9.6 SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL=http://download.berlios.de/$MODULE/ - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://download.berlios.de/$MODULE SOURCE_VFY=sha1:46209579c42f72fae2d96d41889702d3dc715eae - WEB_SITE="http://extragear.kde.org/apps/yakuake/" + WEB_SITE=http://extragear.kde.org/apps/yakuake MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20100216 - UPDATED='date -u +%Y%m01' + UPDATED=20100620 + SHORT="A terminal emulator for KDE" + cat < libXpm: add libcroco as a needed depend. Message-ID: <20100620165515.148F09B221@doppio.foo-projects.org> commit 96ea42bea3b92236d8ad1bc56f4bf695591e2f53 Author: Florin Braescu Date: Sun Jun 20 20:10:27 2010 +0300 libXpm: add libcroco as a needed depend. Thanks to wdp who pointed it. --- xorg7/lib/libXpm/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/xorg7/lib/libXpm/DEPENDS b/xorg7/lib/libXpm/DEPENDS index 3ba5001..f88919c 100644 --- a/xorg7/lib/libXpm/DEPENDS +++ b/xorg7/lib/libXpm/DEPENDS @@ -1,2 +1,3 @@ -depends libXt +depends libcroco +depends libXt depends libXext From florin at lunar-linux.org Sun Jun 20 19:12:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 20:12:03 +0300 Subject: [Lunar-commits] abook: some fixes. Message-ID: <20100620165618.B78B19B221@doppio.foo-projects.org> commit ac358467f87edb07bc7c7708a400fbbe86e5beee Author: Florin Braescu Date: Sun Jun 20 20:12:03 2010 +0300 abook: some fixes. --- mail/abook/DEPENDS | 2 +- mail/abook/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/abook/DEPENDS b/mail/abook/DEPENDS index 97a76ba..62cffdf 100644 --- a/mail/abook/DEPENDS +++ b/mail/abook/DEPENDS @@ -1,2 +1,2 @@ -depends ncurses && +depends ncurses depends readline diff --git a/mail/abook/DETAILS b/mail/abook/DETAILS index 769c7ff..b96166c 100644 --- a/mail/abook/DETAILS +++ b/mail/abook/DETAILS @@ -1,9 +1,9 @@ MODULE=abook VERSION=0.5.6 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$SFORGE_URL/$MODULE/ + SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_VFY=sha1:79f04f2264c8bd81bbc952b6560c86d69b21615d - WEB_SITE=http://abook.sourceforge.net/ + WEB_SITE=http://abook.sourceforge.net ENTERED=20080710 UPDATED=20080710 SHORT="address book program for use with mutt" @@ -11,4 +11,4 @@ cat << EOF Abook is a text-based addressbook program designed to use with the mutt mail client. -END +EOF From florin at lunar-linux.org Sun Jun 20 19:14:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Jun 2010 20:14:54 +0300 Subject: [Lunar-commits] kochi-substitute: a typo. Message-ID: <20100620165913.630979B221@doppio.foo-projects.org> commit b6832be9521b85eff88dcf49ebc7324053af9e9f Author: Florin Braescu Date: Sun Jun 20 20:14:54 2010 +0300 kochi-substitute: a typo. --- fonts/kochi-substitute/DETAILS | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fonts/kochi-substitute/DETAILS b/fonts/kochi-substitute/DETAILS index cfd2ccf..8b23ffa 100644 --- a/fonts/kochi-substitute/DETAILS +++ b/fonts/kochi-substitute/DETAILS @@ -1,12 +1,14 @@ MODULE=kochi-substitute VERSION=20030809 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://prdownloads.sourceforge.jp/efont/5411/ + SOURCE_URL=http://prdownloads.sourceforge.jp/efont/5411 SOURCE_VFY=sha1:9c48f3ba33558b4d48e7764b944fcb2f5f941dd8 - WEB_SITE=http://wiki.fdiary.net/font/ + WEB_SITE=http://wiki.fdiary.net/font ENTERED=20050206 UPDATED=20050206 SHORT="Japanese fonts" + cat << EOF Some basic fonts for Japanese -EOF +EOF + From stumbles at lunar-linux.org Sun Jun 20 20:15:42 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 14:15:42 -0400 Subject: [Lunar-commits] xf86dgaproto: Fixing short. Message-ID: <20100620180044.E78E79B221@doppio.foo-projects.org> commit 330623237d0152739c5a56dc6cca4950b1b7ea4c Author: Dennis `stumbles` Veatch Date: Sun Jun 20 14:15:42 2010 -0400 xf86dgaproto: Fixing short. --- xorg7/proto/xf86dgaproto/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xorg7/proto/xf86dgaproto/DETAILS b/xorg7/proto/xf86dgaproto/DETAILS index 73766fc..04e0357 100644 --- a/xorg7/proto/xf86dgaproto/DETAILS +++ b/xorg7/proto/xf86dgaproto/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org/ ENTERED=20060120 UPDATED=20091120 - SHORT=the X.Org XFree86-DGA protocol headers + SHORT="the X.Org XFree86-DGA protocol headers" cat << EOF xf86dgaproto provides the wire protocol for the XFree86-DGA extension From stumbles at lunar-linux.org Sun Jun 20 20:45:57 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 14:45:57 -0400 Subject: [Lunar-commits] xorg7: Fixing the SHORT. Message-ID: <20100620183021.5B31C9B221@doppio.foo-projects.org> commit 61f971983ef9702839e9127d24e27198c8f5863f Author: Dennis `stumbles` Veatch Date: Sun Jun 20 14:45:57 2010 -0400 xorg7: Fixing the SHORT. --- xorg7/app/luit/DETAILS | 2 +- xorg7/lib/libXi/DETAILS | 2 +- xorg7/lib/libXinerama/DETAILS | 2 +- xorg7/lib/libXrender/DETAILS | 2 +- xorg7/lib/libXtst/DETAILS | 2 +- xorg7/lib/libXv/DETAILS | 2 +- xorg7/lib/libXxf86vm/DETAILS | 2 +- xorg7/lib/libdmx/DETAILS | 2 +- xorg7/proto/compositeproto/DETAILS | 2 +- xorg7/proto/dmxproto/DETAILS | 2 +- xorg7/proto/fontcacheproto/DETAILS | 2 +- xorg7/proto/inputproto/DETAILS | 2 +- xorg7/proto/recordproto/DETAILS | 2 +- xorg7/proto/xextproto/DETAILS | 2 +- xorg7/proto/xf86vidmodeproto/DETAILS | 2 +- xorg7/proto/xineramaproto/DETAILS | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/xorg7/app/luit/DETAILS b/xorg7/app/luit/DETAILS index d2bc882..5e29a57 100644 --- a/xorg7/app/luit/DETAILS +++ b/xorg7/app/luit/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org ENTERED=20070216 UPDATED=20100212 - SHORT=Locale and ISO 2022 support for Unicode terminals + SHORT="Locale and ISO 2022 support for Unicode terminals" cat << EOF Luit is a filter that can be run between an arbitrary application and a diff --git a/xorg7/lib/libXi/DETAILS b/xorg7/lib/libXi/DETAILS index 01c235b..77d05ce 100644 --- a/xorg7/lib/libXi/DETAILS +++ b/xorg7/lib/libXi/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org ENTERED=20060120 UPDATED=20091120 - SHORT=The X.Org XINPUT extension library + SHORT="The X.Org XINPUT extension library" cat << EOF libXi provides access to the XINPUT extension of the X protocol. The diff --git a/xorg7/lib/libXinerama/DETAILS b/xorg7/lib/libXinerama/DETAILS index 7f62dbf..cbd6522 100644 --- a/xorg7/lib/libXinerama/DETAILS +++ b/xorg7/lib/libXinerama/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org ENTERED=20060120 UPDATED=20091120 - SHORT=The X.Org XINERAMA extension protocol library + SHORT="The X.Org XINERAMA extension protocol library" cat << EOF libXinerama provides access to the XINERAMA extension of the X protocol. diff --git a/xorg7/lib/libXrender/DETAILS b/xorg7/lib/libXrender/DETAILS index 5ec8150..8a224e3 100644 --- a/xorg7/lib/libXrender/DETAILS +++ b/xorg7/lib/libXrender/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org ENTERED=20060120 UPDATED=20100611 - SHORT=The X.Org Rendering extension library + SHORT="The X.Org Rendering extension library" cat << EOF libXrender provides access to the Render extension of the X protocol. diff --git a/xorg7/lib/libXtst/DETAILS b/xorg7/lib/libXtst/DETAILS index 7559249..fabc86b 100644 --- a/xorg7/lib/libXtst/DETAILS +++ b/xorg7/lib/libXtst/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org/ ENTERED=20060120 UPDATED=20091120 - SHORT=The X.Org testing resource extension library + SHORT="The X.Org testing resource extension library" cat << EOF libXtst provides access to the Record extension of the X protocol. The diff --git a/xorg7/lib/libXv/DETAILS b/xorg7/lib/libXv/DETAILS index 0923ead..62916ce 100644 --- a/xorg7/lib/libXv/DETAILS +++ b/xorg7/lib/libXv/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org ENTERED=20070216 UPDATED=20091120 - SHORT=the X.Org XVideo extension library + SHORT="the X.Org XVideo extension library" cat << EOF libXv provides access to the XVideo extension of the X protocol. The diff --git a/xorg7/lib/libXxf86vm/DETAILS b/xorg7/lib/libXxf86vm/DETAILS index e459675..ee07a62 100644 --- a/xorg7/lib/libXxf86vm/DETAILS +++ b/xorg7/lib/libXxf86vm/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org ENTERED=20060120 UPDATED=20091120 - SHORT=The X.Org XFree86-VidModeExtension extension library + SHORT="The X.Org XFree86-VidModeExtension extension library" cat << EOF libXxf86vm provides access to the XFree86-VidModeExtension extension of diff --git a/xorg7/lib/libdmx/DETAILS b/xorg7/lib/libdmx/DETAILS index b198eee..2ce5104 100644 --- a/xorg7/lib/libdmx/DETAILS +++ b/xorg7/lib/libdmx/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org/ ENTERED=20060120 UPDATED=20091120 - SHORT=the X.Org DMX extenstion library + SHORT="the X.Org DMX extenstion library" cat << EOF libdmx provides access to the Distributed Multihead extenstion (DMX) of diff --git a/xorg7/proto/compositeproto/DETAILS b/xorg7/proto/compositeproto/DETAILS index 17750d2..8d95981 100644 --- a/xorg7/proto/compositeproto/DETAILS +++ b/xorg7/proto/compositeproto/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org/ ENTERED=20060120 UPDATED=20091120 - SHORT=The X.Org Composite protocol headers + SHORT="The X.Org Composite protocol headers" cat << EOF compositeproto provides the wire protocol for the Composite extension diff --git a/xorg7/proto/dmxproto/DETAILS b/xorg7/proto/dmxproto/DETAILS index 84dbeba..14b2635 100644 --- a/xorg7/proto/dmxproto/DETAILS +++ b/xorg7/proto/dmxproto/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org/ ENTERED=20060120 UPDATED=20091120 - SHORT=the X.Org DMX protocol headers + SHORT="the X.Org DMX protocol headers" cat << EOF dmxproto provides the wire protocol for the DMX extension in X.Org. diff --git a/xorg7/proto/fontcacheproto/DETAILS b/xorg7/proto/fontcacheproto/DETAILS index fdb48ae..3d9d0b1 100644 --- a/xorg7/proto/fontcacheproto/DETAILS +++ b/xorg7/proto/fontcacheproto/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org/ ENTERED=20060120 UPDATED=20091120 - SHORT=the X.Org Fontcache protocol headers + SHORT="the X.Org Fontcache protocol headers" cat << EOF fontcacheproto provides the wire protocol for the Fontcache extension diff --git a/xorg7/proto/inputproto/DETAILS b/xorg7/proto/inputproto/DETAILS index 9aee8aa..5563b79 100644 --- a/xorg7/proto/inputproto/DETAILS +++ b/xorg7/proto/inputproto/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org ENTERED=20060120 UPDATED=20091120 - SHORT=The X.Org Input protocol headers + SHORT="The X.Org Input protocol headers" cat << EOF inputproto provides the wire protocol for the Input extension in X.Org. diff --git a/xorg7/proto/recordproto/DETAILS b/xorg7/proto/recordproto/DETAILS index 2afa55a..cfa8738 100644 --- a/xorg7/proto/recordproto/DETAILS +++ b/xorg7/proto/recordproto/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org/ ENTERED=20060120 UPDATED=20091120 - SHORT=the X.Org Record protocol headers + SHORT="the X.Org Record protocol headers" cat << EOF recordproto provides the wire protocol for the Record extension in diff --git a/xorg7/proto/xextproto/DETAILS b/xorg7/proto/xextproto/DETAILS index 8c2ba77..6830225 100644 --- a/xorg7/proto/xextproto/DETAILS +++ b/xorg7/proto/xextproto/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org ENTERED=20060120 UPDATED=20091120 - SHORT=Protocol headers for various extensions + SHORT="Protocol headers for various extensions" cat << EOF xextproto provides the wire protocol for various misc extensions in diff --git a/xorg7/proto/xf86vidmodeproto/DETAILS b/xorg7/proto/xf86vidmodeproto/DETAILS index b2f4316..ccecd48 100644 --- a/xorg7/proto/xf86vidmodeproto/DETAILS +++ b/xorg7/proto/xf86vidmodeproto/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org/ ENTERED=20060120 UPDATED=20091120 - SHORT=the X.Org Video Mode protocol headers + SHORT="the X.Org Video Mode protocol headers" cat << EOF xf86vidmodeproto provides the wire protocol for the XFree86-VidMode diff --git a/xorg7/proto/xineramaproto/DETAILS b/xorg7/proto/xineramaproto/DETAILS index 6985639..b7d6c43 100644 --- a/xorg7/proto/xineramaproto/DETAILS +++ b/xorg7/proto/xineramaproto/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.x.org ENTERED=20060120 UPDATED=20091120 - SHORT=The X.Org Xinerama protocol headers + SHORT="The X.Org Xinerama protocol headers" cat << EOF xineramaproto provides the wire protocol for the XINERAMA extension in From stumbles at lunar-linux.org Sun Jun 20 23:11:58 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 17:11:58 -0400 Subject: [Lunar-commits] upower: Adding WEB_SITE url. Message-ID: <20100620205622.BF26B9B221@doppio.foo-projects.org> commit 281c8e5ab0c262432c0ec4bbf5281e82dd953f06 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 17:11:58 2010 -0400 upower: Adding WEB_SITE url. --- devel/upower/DETAILS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/devel/upower/DETAILS b/devel/upower/DETAILS index 723714c..06ada65 100644 --- a/devel/upower/DETAILS +++ b/devel/upower/DETAILS @@ -3,6 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://upower.freedesktop.org/releases SOURCE_VFY=sha1:35a25ecec2f45a0f92ef5b5f916fca37703b8fac + WEB_SITE=http://upower.freedesktop.org/ ENTERED=20100403 UPDATED=20100515 SHORT="enumerates power devices and listens to device events" From stumbles at lunar-linux.org Sun Jun 20 23:13:54 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 17:13:54 -0400 Subject: [Lunar-commits] udisks: Adding WEB_SITE url. Message-ID: <20100620205814.98FFF9B221@doppio.foo-projects.org> commit b3e9896709aed9bb8fd0d0e8baf19075c5f56e33 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 17:13:54 2010 -0400 udisks: Adding WEB_SITE url. --- devel/udisks/DETAILS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/devel/udisks/DETAILS b/devel/udisks/DETAILS index 9df5e1a..31460f9 100644 --- a/devel/udisks/DETAILS +++ b/devel/udisks/DETAILS @@ -3,6 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://hal.freedesktop.org/releases SOURCE_VFY=sha1:ad3e2a79a2638b75448116b292262cfa1e909518 + WEB_SITE=http://www.freedesktop.org/wiki/Software/udisks ENTERED=20090327 UPDATED=20100530 SHORT="enumerates power devices and listens to device events" From stumbles at lunar-linux.org Mon Jun 21 00:08:42 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 18:08:42 -0400 Subject: [Lunar-commits] mpfr: Fixing SOURCE and WEB_SITE. The "current" version of mpfr (3.0.0) causes Message-ID: <20100620215433.497349B221@doppio.foo-projects.org> commit e27c535fbe975d6ec058438cf92e2f5ec1d12468 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 18:08:42 2010 -0400 mpfr: Fixing SOURCE and WEB_SITE. The "current" version of mpfr (3.0.0) causes gcc to fail the build and have not looked into why. So think twice before bumping this. --- libs/mpfr/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/mpfr/DETAILS b/libs/mpfr/DETAILS index bd52f05..f2d529d 100644 --- a/libs/mpfr/DETAILS +++ b/libs/mpfr/DETAILS @@ -1,9 +1,9 @@ MODULE=mpfr VERSION=2.4.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.mpfr.org/mpfr-current + SOURCE_URL=http://www.mpfr.org/$MODULE-$VERSION/ SOURCE_VFY=sha1:7ca93006e38ae6e53a995af836173cf10ee7c18c - WEB_SITE=http://www.mpfr.org + WEB_SITE=http://www.mpfr.org/mpfr-2.4.2/ ENTERED=20070111 UPDATED=20091201 SHORT="C library for multiple-precision floating-point computations" From stumbles at lunar-linux.org Mon Jun 21 00:21:21 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 18:21:21 -0400 Subject: [Lunar-commits] dvd+rw-tools: Fixing SOURCE[0] and adding WEB_SITE. Message-ID: <20100620220557.425D29B221@doppio.foo-projects.org> commit 70910174f4dffa6907c98010c006456bb704dbd0 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 18:21:21 2010 -0400 dvd+rw-tools: Fixing SOURCE[0] and adding WEB_SITE. --- cd/dvd+rw-tools/DETAILS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cd/dvd+rw-tools/DETAILS b/cd/dvd+rw-tools/DETAILS index 0405262..5bac3f0 100644 --- a/cd/dvd+rw-tools/DETAILS +++ b/cd/dvd+rw-tools/DETAILS @@ -2,12 +2,13 @@ VERSION=7.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-7.0-glibc2.7.patch.bz2 - SOURCE_URL[0]=http://www.pkix.net/mirror/fy.chalmers.se/ + SOURCE_URL[0]=http://fy.chalmers.se/~appro/linux/DVD+RW/tools/ SOURCE_URL[1]=ftp://ftp.informatik.rwth-aachen.de/pub/comp/Linux/gentoo/distfiles/ SOURCE_URL[2]=ftp://ftp.de.freebsd.org/pub/FreeBSD/ports/distfiles/ SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:6400e013934ff589b4b224eced03fd9f42ed719b SOURCE2_VFY=sha1:673c667bf23c97ef2b7c96f56c31f3cca31b33e2 + WEB_SITE=http://fy.chalmers.se/~appro/linux/DVD+RW/ ENTERED=20031116 UPDATED=20080310 PSAFE=no From stumbles at lunar-linux.org Mon Jun 21 00:22:52 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 18:22:52 -0400 Subject: [Lunar-commits] gforth: Fixing WEB_SITE. Message-ID: <20100620220716.91F599B221@doppio.foo-projects.org> commit 4a9350797d9a88ac71115c51ae6cef6af9869a33 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 18:22:52 2010 -0400 gforth: Fixing WEB_SITE. --- compilers/gforth/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compilers/gforth/DETAILS b/compilers/gforth/DETAILS index f18e066..25ebfab 100644 --- a/compilers/gforth/DETAILS +++ b/compilers/gforth/DETAILS @@ -3,7 +3,7 @@ SOURCE=${MODULE}-${VERSION}.tar.gz SOURCE_URL=${GNU_URL}/${MODULE}/ SOURCE_VFY=sha1:5bb357268cba683f2a8c63d2a4bcab8f41cb0086 - WEBSITE=http://www.gnu.org/software/gforth/ + WEB_SITE=http://www.gnu.org/software/gforth/ ENTERED=20081019 UPDATED=20081110 SHORT="A Forth compiler/interpreter" From stumbles at lunar-linux.org Mon Jun 21 00:25:42 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 18:25:42 -0400 Subject: [Lunar-commits] wicd: Fixing WEB_SITE. Message-ID: <20100620221003.E10949B221@doppio.foo-projects.org> commit 7c6f5650f6fc571a7caca93374e6107f2de484ef Author: Dennis `stumbles` Veatch Date: Sun Jun 20 18:25:42 2010 -0400 wicd: Fixing WEB_SITE. --- wifi/wicd/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wifi/wicd/DETAILS b/wifi/wicd/DETAILS index 8d31e4e..039eec0 100644 --- a/wifi/wicd/DETAILS +++ b/wifi/wicd/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_VFY=sha1:76d9c0ad7b020ff1abac5c92c301739a04d5595e - WEBSITE=http://wicd.sourceforge.net + WEB_SITE=http://wicd.sourceforge.net ENTERED=20090309 UPDATED=20100117 SHORT="wireless/wired internet connection daemon" From stumbles at lunar-linux.org Mon Jun 21 00:27:31 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 18:27:31 -0400 Subject: [Lunar-commits] gopchop: Fixing WEB_SITE Message-ID: <20100620221154.EF3FB9B221@doppio.foo-projects.org> commit 0c97ef810341d120c3e8e9778fb083dba552e5e2 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 18:27:31 2010 -0400 gopchop: Fixing WEB_SITE --- video/gopchop/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/video/gopchop/DETAILS b/video/gopchop/DETAILS index 6d907b6..d3dce05 100644 --- a/video/gopchop/DETAILS +++ b/video/gopchop/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_VFY=sha1:6e879c6cbf081df8fa44b535c9fd991ae175d5a2 - WEBSITE=http://gopchop.org + WEB_SITE=http://gopchop.org ENTERED=20100502 UPDATED=20100502 SHORT="fast and lossless MPEG2 editor" From stumbles at lunar-linux.org Mon Jun 21 00:43:08 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 18:43:08 -0400 Subject: [Lunar-commits] gnu-pop3d: Adding WEB_SITE Message-ID: <20100620222736.1BD709B221@doppio.foo-projects.org> commit 4e1d4b3d436267a1e1e26142a6bd2092d34517bf Author: Dennis `stumbles` Veatch Date: Sun Jun 20 18:43:08 2010 -0400 gnu-pop3d: Adding WEB_SITE --- mail/gnu-pop3d/DETAILS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mail/gnu-pop3d/DETAILS b/mail/gnu-pop3d/DETAILS index f09948d..79e2d0a 100644 --- a/mail/gnu-pop3d/DETAILS +++ b/mail/gnu-pop3d/DETAILS @@ -2,6 +2,7 @@ VERSION=0.9.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://download.lunar-linux.org/lunar/mirrors/ + WEB_SITE=http://jth.net/virtual.html ENTERED=20020511 UPDATED=20020511 SHORT="a small, fast, efficent POP3 server" From stumbles at lunar-linux.org Mon Jun 21 00:44:13 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 18:44:13 -0400 Subject: [Lunar-commits] libatasmart: Fixing WEB_SITE Message-ID: <20100620222844.7DD479B221@doppio.foo-projects.org> commit 7f69711b3d2d05139cc03a970012ee17240cdff4 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 18:44:13 2010 -0400 libatasmart: Fixing WEB_SITE --- libs/libatasmart/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/libatasmart/DETAILS b/libs/libatasmart/DETAILS index 67bf16c..167f1e8 100644 --- a/libs/libatasmart/DETAILS +++ b/libs/libatasmart/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://0pointer.de/public SOURCE_VFY=sha1:6a562b06cf04be0a51198373e1f1656571656f7a - WEBSITE=http://www.ohloh.net/p/libatasmart + WEB_SITE=http://www.ohloh.net/p/libatasmart ENTERED=20090514 UPDATED=20091005 SHORT="ATA S.M.A.R.T. Reading and Parsing Library" From stumbles at lunar-linux.org Mon Jun 21 00:46:28 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 18:46:28 -0400 Subject: [Lunar-commits] libopenraw: Fixing WEB_SITE. Message-ID: <20100620223047.7B6C39B221@doppio.foo-projects.org> commit 77f08bac703eee6da79a2fdb5d9d9d7373b3b9a6 Author: Dennis `stumbles` Veatch Date: Sun Jun 20 18:46:28 2010 -0400 libopenraw: Fixing WEB_SITE. --- graphics/libopenraw/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/libopenraw/DETAILS b/graphics/libopenraw/DETAILS index 891ac45..5003f1d 100644 --- a/graphics/libopenraw/DETAILS +++ b/graphics/libopenraw/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://libopenraw.freedesktop.org/download/ SOURCE_VFY=sha1:6eb19679f3b5cdc566a4caa459811121a78ac0d9 - WEBSITE=http://libopenraw.freedesktop.org/ + WEB_SITE=http://libopenraw.freedesktop.org/ ENTERED=20080723 UPDATED=20090814 SHORT="free software implementation for camera RAW files decoding" From stumbles at lunar-linux.org Mon Jun 21 00:48:29 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 18:48:29 -0400 Subject: [Lunar-commits] raw-thumbnailer: Fixing WEB_SITE Message-ID: <20100620223252.EC1869B221@doppio.foo-projects.org> commit 09064b9e26db2f1a9d76c648bd9e4aa2b908f0cc Author: Dennis `stumbles` Veatch Date: Sun Jun 20 18:48:29 2010 -0400 raw-thumbnailer: Fixing WEB_SITE --- graphics/raw-thumbnailer/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/raw-thumbnailer/DETAILS b/graphics/raw-thumbnailer/DETAILS index c4480f6..cb1a5a3 100644 --- a/graphics/raw-thumbnailer/DETAILS +++ b/graphics/raw-thumbnailer/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://raw-thumbnailer.googlecode.com/files/ SOURCE_VFY=sha1:b5ea63de78863b6a5f795c9cdfe9d07457fe4aa0 - WEBSITE=http://raw-thumbnailer.googlecode.com + WEB_SITE=http://raw-thumbnailer.googlecode.com ENTERED=20080723 UPDATED=20080723 SHORT="generates thumbnails of raw image files" From stumbles at lunar-linux.org Mon Jun 21 01:43:05 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Jun 2010 19:43:05 -0400 Subject: [Lunar-commits] amanda: Version bump. Message-ID: <20100620232723.E24049B221@doppio.foo-projects.org> commit dff3a7b4cc442dc77e404aa21a670c43f0f95f0a Author: Dennis `stumbles` Veatch Date: Sun Jun 20 19:43:05 2010 -0400 amanda: Version bump. --- utils/amanda/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/amanda/DETAILS b/utils/amanda/DETAILS index 410cc04..3320d91 100644 --- a/utils/amanda/DETAILS +++ b/utils/amanda/DETAILS @@ -1,11 +1,11 @@ MODULE=amanda - VERSION=2.6.1p2 + VERSION=3.1.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:42881825f8cc3d932d729ddc72309e8ab9a50992 + SOURCE_VFY=sha1:ef503e273e3e404c5c81d84c8ccbb68baf26e455 WEB_SITE=http://www.amanda.org/ ENTERED=20050329 - UPDATED=20100509 + UPDATED=20100620 SHORT="Advanced Maryland Automatic Network Disk Archiver" cat << EOF From florin at lunar-linux.org Mon Jun 21 08:05:32 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 09:05:32 +0300 Subject: [Lunar-commits] mpg123: version bumped to 1.12.2. Message-ID: <20100621055000.A40949B221@doppio.foo-projects.org> commit 3ee602da3758e6df170d8e461bbfe2237ac8d84b Author: Florin Braescu Date: Mon Jun 21 09:05:32 2010 +0300 mpg123: version bumped to 1.12.2. Maintenance release. --- audio/mpg123/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mpg123/DETAILS b/audio/mpg123/DETAILS index 9689785..97ddce7 100644 --- a/audio/mpg123/DETAILS +++ b/audio/mpg123/DETAILS @@ -1,12 +1,12 @@ MODULE=mpg123 - VERSION=1.12.1 + VERSION=1.12.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://www.mpg123.de/download - SOURCE_VFY=sha1:eaec53831298ce19f7246830f3058917dae9154d + SOURCE_VFY=sha1:7cb9bcb51366ea6f4b11d0e160c2d42a2c153212 WEB_SITE=http://mpg123.de ENTERED=20011104 - UPDATED=20100401 + UPDATED=20100621 SHORT="A console MPEG audio player" cat << EOF From florin at lunar-linux.org Mon Jun 21 08:08:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 09:08:26 +0300 Subject: [Lunar-commits] xterm: version bumped to 260. Message-ID: <20100621055316.A737F9B221@doppio.foo-projects.org> commit e2c9a6f3628f6ea13444a2e9f0294113ae8f8d68 Author: Florin Braescu Date: Mon Jun 21 09:08:26 2010 +0300 xterm: version bumped to 260. This release allows switching between bitmap/TrueType fonts in the default configuration. It provides a broken-string-terminator feature in the default configuration (inactive by default). There are several minor bugfixes and improvements. --- xorg7/extra/xterm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/xterm/DETAILS b/xorg7/extra/xterm/DETAILS index df89fdc..8e0b74c 100644 --- a/xorg7/extra/xterm/DETAILS +++ b/xorg7/extra/xterm/DETAILS @@ -1,12 +1,12 @@ MODULE=xterm - VERSION=259 + VERSION=260 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://invisible-island.net/xterm - SOURCE_VFY=sha1:b4cf20ad67faa221d308b92c4daf8df4f9f122fb + SOURCE_VFY=sha1:e2e035ce594b6428256c77e5f07a5295d1382bab MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://invisible-island.net/xterm ENTERED=20060124 - UPDATED=20100617 + UPDATED=20100621 SHORT="The X terminal emulator" cat << EOF From florin at lunar-linux.org Mon Jun 21 08:33:23 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 09:33:23 +0300 Subject: [Lunar-commits] llvm: remove an empty line. Message-ID: <20100621061741.A29E59B221@doppio.foo-projects.org> commit 6b18396bf3c818901b4964299abd4005c7e7962a Author: Florin Braescu Date: Mon Jun 21 09:33:23 2010 +0300 llvm: remove an empty line. --- compilers/llvm/CONFIGURE | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compilers/llvm/CONFIGURE b/compilers/llvm/CONFIGURE index 70060da..eae9aae 100644 --- a/compilers/llvm/CONFIGURE +++ b/compilers/llvm/CONFIGURE @@ -2,7 +2,6 @@ USE_CLANG="n" if [ -n "$RECONFIGURE" ] ; then - mquery USE_CLANG "Do you want to build the clang (C compiler) front-end ? " n fi From stumbles at lunar-linux.org Mon Jun 21 11:29:04 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 05:29:04 -0400 Subject: [Lunar-commits] Image-ExifTool: Version bump. Message-ID: <20100621091349.B776A9B221@doppio.foo-projects.org> commit 58a8dd5d28644b40c19e3a1fb390eb52b20c099b Author: Dennis `stumbles` Veatch Date: Mon Jun 21 05:29:04 2010 -0400 Image-ExifTool: Version bump. --- perl/Image-ExifTool/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/perl/Image-ExifTool/DETAILS b/perl/Image-ExifTool/DETAILS index 0ced413..561e952 100644 --- a/perl/Image-ExifTool/DETAILS +++ b/perl/Image-ExifTool/DETAILS @@ -1,12 +1,13 @@ MODULE=Image-ExifTool - VERSION=8.10 + VERSION=8.23 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.sno.phy.queensu.ca/~phil/exiftool/ - SOURCE_VFY=sha1:38a1ee61c7d8a466445dd5a3efdc0ad3f7b536ae + SOURCE_VFY=sha1:a8c636f3992560ffc7f73e4b8390f2839ce555e7 WEB_SITE=http://www.sno.phy.queensu.ca/~phil/exiftool/ ENTERED=20080913 - UPDATED=20100222 + UPDATED=20100621 SHORT=" perl module for editing, writing and editing meta information" + cat << EOF Image::ExifTool From stumbles at lunar-linux.org Mon Jun 21 11:29:29 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 05:29:29 -0400 Subject: [Lunar-commits] hugin: Version bump. Message-ID: <20100621091349.C415B9B223@doppio.foo-projects.org> commit 2ef361cb5462bfaa4b71c4d115f2ea4539e44b91 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 05:29:29 2010 -0400 hugin: Version bump. --- graphics/hugin/BUILD | 2 +- graphics/hugin/DETAILS | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/hugin/BUILD b/graphics/hugin/BUILD index b99c8e3..33d5667 100644 --- a/graphics/hugin/BUILD +++ b/graphics/hugin/BUILD @@ -3,7 +3,7 @@ if ! in_depends wxGTK mesa-lib ; then message "${PROBLEM_COLOR}Error: ${DEFAULT_COLOR}Compile wxGTK with OpenGL support" exit 1; - fi + fi && patch_it $SOURCE_CACHE/$SOURCE2 0 && diff --git a/graphics/hugin/DETAILS b/graphics/hugin/DETAILS index 5b6420d..79aaf33 100644 --- a/graphics/hugin/DETAILS +++ b/graphics/hugin/DETAILS @@ -1,16 +1,16 @@ MODULE=hugin - VERSION=2009.4.0 + VERSION=2010.0.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=matchpoint_lpthread_new.patch - SOURCE_URL=$SFORGE_URL/hugin/hugin-2009.4/ + SOURCE_URL=$SFORGE_URL/hugin/hugin/hugin-2010.0/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:a801a2521d66a9b0c8680bdfe84afe67bc79d1c8 + SOURCE_VFY=sha1:41eb7253aab12b913a5c9b6d9975d8652390dcb5 SOURCE2_VFY=sha1:d5d2e64a3cffbcda2bf41c52b993351df55423fc WEB_SITE=http://hugin.sourceforge.net MAINTAINER=perldude at lunar-linux.org ENTERED=20060720 - UPDATED=20100317 - SHORT="an easy to use cross-platform GUI for Panorama Tools" + UPDATED=20100621 + SHORT="cross-platform GUI for Panorama Tools" PSAFE=no cat << EOF From stumbles at lunar-linux.org Mon Jun 21 11:47:35 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 05:47:35 -0400 Subject: [Lunar-commits] pfstools: Version bump. Message-ID: <20100621093202.C82C29B221@doppio.foo-projects.org> commit 36d8f3fc1ca9d804678d0eb47149511bf27d7c55 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 05:47:35 2010 -0400 pfstools: Version bump. --- graphics/pfstools/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/pfstools/DETAILS b/graphics/pfstools/DETAILS index 890c70d..d44be31 100644 --- a/graphics/pfstools/DETAILS +++ b/graphics/pfstools/DETAILS @@ -1,11 +1,11 @@ MODULE=pfstools - VERSION=1.8.1 + VERSION=1.8.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:4d2f3a18c270d2d5c4442eb6f6750eca2aa99976 + SOURCE_VFY=sha1:6109587b0f8e53d1d963e9e02f7298bf0d197d5d WEB_SITE=http://pfstools.sourceforge.net/ ENTERED=20070822 - UPDATED=20091116 + UPDATED=20100621 SHORT="manipulating and viewing HDR images and video frames" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 12:05:51 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 06:05:51 -0400 Subject: [Lunar-commits] libQtGTL: Version bump. Message-ID: <20100621095019.EF0329B221@doppio.foo-projects.org> commit fbf59db92b4ca5e8687ea714e8e22e82abaeb9c5 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 06:05:51 2010 -0400 libQtGTL: Version bump. --- libs/libQtGTL/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libQtGTL/DETAILS b/libs/libQtGTL/DETAILS index 79eb077..82a6c41 100644 --- a/libs/libQtGTL/DETAILS +++ b/libs/libQtGTL/DETAILS @@ -1,12 +1,12 @@ MODULE=libQtGTL - VERSION=0.9.0 + VERSION=0.9.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.opengtl.org/download/ - SOURCE_VFY=sha1:0415f97b1fdcf006a313d7dba49542de832429bf + SOURCE_VFY=sha1:6ea167cf4b8ae06010eb3e19e358fbf1b786f7d1 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://bitbucket.org/opengtl/libqtgtl/ ENTERED=20090324 - UPDATED=20090324 + UPDATED=20100621 SHORT="wrappers classes and configuration widgets" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 12:31:16 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 06:31:16 -0400 Subject: [Lunar-commits] net-snmp: Version bump. Message-ID: <20100621101544.2FC9F9B221@doppio.foo-projects.org> commit c070467851c8c7dbd6950b63ea9c006a7dbc7607 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 06:31:16 2010 -0400 net-snmp: Version bump. --- net/net-snmp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/net-snmp/DETAILS b/net/net-snmp/DETAILS index b0d5abd..99af2b4 100644 --- a/net/net-snmp/DETAILS +++ b/net/net-snmp/DETAILS @@ -1,13 +1,13 @@ MODULE=net-snmp - VERSION=5.4.2.1 + VERSION=5.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=ftp://ftp.freesnmp.org/mirrors/$MODULE SOURCE_URL[2]=http://rtfm.uni-svishtov.bg/$MODULE - SOURCE_VFY=sha1:4f2df9ea62344fe840f493d0e08abe5de3697862 + SOURCE_VFY=sha1:ca03ece79b218af081ee4b273da4e217f459e508 WEB_SITE=http://www.net-snmp.org ENTERED=20011108 - UPDATED=20090405 + UPDATED=20100621 PSAFE="no" SHORT="Net-SNMP SNMP agent, libraries and utilities" From stumbles at lunar-linux.org Mon Jun 21 12:35:38 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 06:35:38 -0400 Subject: [Lunar-commits] labelnation: Version bump. Message-ID: <20100621102000.B4E7D9B221@doppio.foo-projects.org> commit d473c36daa7e657063980e6b3a9f0a007d056f33 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 06:35:38 2010 -0400 labelnation: Version bump. --- printer/labelnation/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/labelnation/DETAILS b/printer/labelnation/DETAILS index 7999f71..6efb5ec 100644 --- a/printer/labelnation/DETAILS +++ b/printer/labelnation/DETAILS @@ -1,12 +1,12 @@ MODULE=labelnation - VERSION=1.187 + VERSION=1.190 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=http://www.red-bean.com/labelnation/ - SOURCE_VFY=sha1:57e60c08558bf1f9e31140356727b4c09653b366 + SOURCE_VFY=sha1:edb56b2bed0992b4a9289dfe98ad307e7d36e8b0 WEB_SITE=http://www.red-bean.com/labelnation/ ENTERED=20090201 - UPDATED=20100309 + UPDATED=20100621 MAINTAINER=brebs at sent.com SHORT="python address-label creator, generating Postscript" From stumbles at lunar-linux.org Mon Jun 21 12:37:15 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 06:37:15 -0400 Subject: [Lunar-commits] ghostscript: Fixing website url. Message-ID: <20100621102147.11ACF9B221@doppio.foo-projects.org> commit 9dae1400db67ad509caa7aa0beab99cd21a55af4 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 06:37:15 2010 -0400 ghostscript: Fixing website url. --- printer/ghostscript/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS index 90b23df..aac62b3 100644 --- a/printer/ghostscript/DETAILS +++ b/printer/ghostscript/DETAILS @@ -6,7 +6,7 @@ SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:629299140f612fac32f6289be0904107dfd1b555 SOURCE2_VFY=sha1:c2f6599d0d3e6c8a554ebb82e32b519184206ce2 - WEB_SITE=http://www.ghostscript.com/awki + WEB_SITE=http://www.ghostscript.com/ ENTERED=20041116 UPDATED=20100211 PSAFE=no From stumbles at lunar-linux.org Mon Jun 21 12:42:33 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 06:42:33 -0400 Subject: [Lunar-commits] foo2zjs: Version bump. Message-ID: <20100621102656.A25A79B221@doppio.foo-projects.org> commit c82ecd9836933d2dede7afa37a3ff40f11b848a9 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 06:42:33 2010 -0400 foo2zjs: Version bump. --- printer/foo2zjs/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/foo2zjs/DETAILS b/printer/foo2zjs/DETAILS index 205761f..33feb81 100644 --- a/printer/foo2zjs/DETAILS +++ b/printer/foo2zjs/DETAILS @@ -1,12 +1,12 @@ MODULE=foo2zjs - VERSION=20080730 + VERSION=20100621 SOURCE=$MODULE.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=http://foo2zjs.rkkda.com/ - SOURCE_VFY=sha1:82369b1eeb7c1ca2387656e3274002afa0215a46 + SOURCE_VFY=sha1:8ff2ccd3f97deaa8d3a51dc8c6ec26ba47185874 WEB_SITE=http://foo2zjs.rkkda.com/ ENTERED=20080627 - UPDATED=20080805 + UPDATED=20100621 SHORT="a linux printer driver for ZjStream protocol." cat << EOF From stumbles at lunar-linux.org Mon Jun 21 13:49:20 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 07:49:20 -0400 Subject: [Lunar-commits] Coherence: Fixing website url. Message-ID: <20100621113345.C89C79B221@doppio.foo-projects.org> commit 72a773a0d025bfc691ec909d8346ebbdbb1da46a Author: Dennis `stumbles` Veatch Date: Mon Jun 21 07:49:20 2010 -0400 Coherence: Fixing website url. --- net/Coherence/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/Coherence/DETAILS b/net/Coherence/DETAILS index 06a47f0..32d5356 100644 --- a/net/Coherence/DETAILS +++ b/net/Coherence/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://coherence.beebits.net/download/ SOURCE_VFY=sha1:c8f3aedf6f393e400b012b9b79a45faf6bc3c809 - WEB_SITE=http://www.dest-unreach.org/$MODULE/ + WEB_SITE=http://coherence.beebits.net/ ENTERED=20100306 UPDATED=20100306 SHORT="DLNA and UPnP MediaServer" From stumbles at lunar-linux.org Mon Jun 21 13:51:58 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 07:51:58 -0400 Subject: [Lunar-commits] minicom: Adding WEB_SITE. Message-ID: <20100621113621.640829B221@doppio.foo-projects.org> commit bcb39e74e0e485d956e99dac8562eecdff055827 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 07:51:58 2010 -0400 minicom: Adding WEB_SITE. --- net/minicom/DETAILS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/minicom/DETAILS b/net/minicom/DETAILS index 43d063d..742600a 100644 --- a/net/minicom/DETAILS +++ b/net/minicom/DETAILS @@ -3,6 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://alioth.debian.org/frs/download.php/3195 SOURCE_VFY=sha1:6b6d61ceae582a75f30f0cca841c52dd829f8918 + WEB_SITE=http://alioth.debian.org/projects/minicom/ ENTERED=20010922 UPDATED=20100214 SHORT="serial communications program" From stumbles at lunar-linux.org Mon Jun 21 13:58:02 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 07:58:02 -0400 Subject: [Lunar-commits] gnaughty: Version bump for those with special vision skills. Message-ID: <20100621114250.C40DC9B221@doppio.foo-projects.org> commit c3aa247e20bffc4d2d9426ee5df95c78fcc7b11f Author: Dennis `stumbles` Veatch Date: Mon Jun 21 07:58:02 2010 -0400 gnaughty: Version bump for those with special vision skills. --- net/gnaughty/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/gnaughty/DETAILS b/net/gnaughty/DETAILS index 98c9d4b..a4f0f75 100644 --- a/net/gnaughty/DETAILS +++ b/net/gnaughty/DETAILS @@ -1,12 +1,12 @@ MODULE=gnaughty - VERSION=1.2.0 + VERSION=1.2.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:c51e686d486282916ee78d64bec5cb3f45ef514f + SOURCE_VFY=sha1:9cba330603de24bd70b9e2d34b2e120005f131ce WEB_SITE=http://gnaughty.sourceforge.net/ ENTERED=20021025 - UPDATED=20090722 - SHORT="a gtk2 frontend to the movies section of sublimedirectory.com" + UPDATED=20100621 + SHORT="gtk2 frontend to the movies section of sublimedirectory.com" cat << EOF Gnaughty is a program to automatically download adult sex content, i.e. From stumbles at lunar-linux.org Mon Jun 21 14:04:35 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 08:04:35 -0400 Subject: [Lunar-commits] qmpdclient: Version bump. Message-ID: <20100621114855.F09E39B221@doppio.foo-projects.org> commit d9cd5949425a5365c282ac2d6e2c39a5b7a665ff Author: Dennis `stumbles` Veatch Date: Mon Jun 21 08:04:35 2010 -0400 qmpdclient: Version bump. --- qt4-apps/qmpdclient/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qt4-apps/qmpdclient/DETAILS b/qt4-apps/qmpdclient/DETAILS index 703702c..7ed75d8 100644 --- a/qt4-apps/qmpdclient/DETAILS +++ b/qt4-apps/qmpdclient/DETAILS @@ -1,13 +1,13 @@ MODULE=qmpdclient - VERSION=1.1.2 + VERSION=1.1.3 SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL=http://dump.bitcheese.net/files/dedycec/ + SOURCE_URL=http://dump.bitcheese.net/files/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:a978e939c558b6c6fef07b6e8021d01c5a551de4 + SOURCE_VFY=sha1:d3de2ecf36f266cc436e081b9071606ce43b2a65 WEB_SITE="http://bitcheese.net/wiki/QMPDClient/" ENTERED=20090217 - UPDATED=20091107 - SHORT="A Qt 4 based client for the MPD" + UPDATED=20100621 + SHORT="Qt 4 based client for the MPD" cat << EOF QMPDClient is an easy to use MPD client written in Qt 4. From stumbles at lunar-linux.org Mon Jun 21 14:08:43 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 08:08:43 -0400 Subject: [Lunar-commits] qjackctl: Version bump. Not PSAFE here, borks on creating translations. Message-ID: <20100621115316.E3E989B221@doppio.foo-projects.org> commit c108f5622f6dedb9699e2b76b6254e9ca960b8f6 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 08:08:43 2010 -0400 qjackctl: Version bump. Not PSAFE here, borks on creating translations. --- qt4-apps/qjackctl/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/qt4-apps/qjackctl/DETAILS b/qt4-apps/qjackctl/DETAILS index 424b9c9..29c500e 100644 --- a/qt4-apps/qjackctl/DETAILS +++ b/qt4-apps/qjackctl/DETAILS @@ -1,13 +1,14 @@ MODULE=qjackctl - VERSION=0.3.5 + VERSION=0.3.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:74fa25eab4cbe0ae5194e0f3bf07c95458dd03a7 + SOURCE_VFY=sha1:9e951ed651dbb2fd59e0d7585a51378f98496a56 WEB_SITE=http://qjackctl.sf.net ENTERED=20040111 - UPDATED=20091001 + UPDATED=20100621 SHORT="A Qt application to control the JACK daemon" +PSAFE=no cat << EOF Provides a simple GUI dialog for setting several JACK daemon parameters, which are properly saved between sessions, and a way control of the status From stumbles at lunar-linux.org Mon Jun 21 14:27:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 08:27:23 -0400 Subject: [Lunar-commits] luminance-hdr: Adding to moonbase. Message-ID: <20100621121404.55B289B221@doppio.foo-projects.org> commit 21a5dcaef6ed478e5112fc9b6733a06d9eaf749f Author: Dennis `stumbles` Veatch Date: Mon Jun 21 08:27:23 2010 -0400 luminance-hdr: Adding to moonbase. --- qt4-apps/luminance-hdr/BUILD | 9 +++++++++ qt4-apps/luminance-hdr/DEPENDS | 6 ++++++ qt4-apps/luminance-hdr/DETAILS | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 0 deletions(-) diff --git a/qt4-apps/luminance-hdr/BUILD b/qt4-apps/luminance-hdr/BUILD new file mode 100644 index 0000000..a1bb187 --- /dev/null +++ b/qt4-apps/luminance-hdr/BUILD @@ -0,0 +1,9 @@ +( + + . /etc/profile.d/qt4.rc && + + qmake PREFIX=${MODULE_PREFIX} project.pro && + + default_make + +) > $C_FIFO 2>&1 diff --git a/qt4-apps/luminance-hdr/DEPENDS b/qt4-apps/luminance-hdr/DEPENDS new file mode 100644 index 0000000..6530a78 --- /dev/null +++ b/qt4-apps/luminance-hdr/DEPENDS @@ -0,0 +1,6 @@ +depends fftw3 +depends tiff +depends gsl +depends OpenEXR +depends exiv2 +depends qt4 diff --git a/qt4-apps/luminance-hdr/DETAILS b/qt4-apps/luminance-hdr/DETAILS new file mode 100644 index 0000000..e219f8d --- /dev/null +++ b/qt4-apps/luminance-hdr/DETAILS @@ -0,0 +1,38 @@ + MODULE=luminance-hdr + VERSION=2.0.0 + SOURCE=$MODULE\_$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/qtpfsgui/luminance/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_$VERSION + SOURCE_VFY=sha1:7981cd1ac8b7e29343ce26288796ddc74cf23ca9 + WEB_SITE=http://qtpfsgui.sourceforge.net/download.php + ENTERED=20100621 + UPDATED=20100621 + SHORT="provides a workflow for HDR imaging" + +cat << EOF +Luminance HDR is an open source graphical user interface application that aims +to provide a workflow for HDR imaging. + +Supported HDR formats: + + * OpenEXR (extension: exr) + * Radiance RGBE (extension: hdr) + * Tiff formats: 16bit, 32bit (float) and LogLuv (extension: tiff) + * Raw image formats (extension: various) + * PFS native format (extension: pfs) + +Supported LDR formats: + + * JPEG, PNG, PPM, PBM, TIFF(8 bit) + +Supported features: + + * Create an HDR file from a set of images (formats: JPEG, TIFF 8bit and + 16bit, RAW) of the same scene taken at different exposure setting. + * Save load HDR images. + * Rotate, resize and crop HDR images. + * Tonemap HDR images. + * Copy exif data between sets of images. + * Supports internationalization. + +EOF From stumbles at lunar-linux.org Mon Jun 21 14:45:25 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 08:45:25 -0400 Subject: [Lunar-commits] R: Version bump. Message-ID: <20100621122946.05D9F9B221@doppio.foo-projects.org> commit 4d418c3b60b842064bc33fa05f08a3e144680c8b Author: Dennis `stumbles` Veatch Date: Mon Jun 21 08:45:25 2010 -0400 R: Version bump. --- science/R/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/R/DETAILS b/science/R/DETAILS index 2a38881..e730f7d 100644 --- a/science/R/DETAILS +++ b/science/R/DETAILS @@ -1,11 +1,11 @@ MODULE=R - VERSION=2.11.0 + VERSION=2.11.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cran.r-project.org/src/base/R-2 - SOURCE_VFY=sha1:86af359879afaf18bf0cd9ca36f2957d7b146ba3 + SOURCE_VFY=sha1:0b36780627f3cc5cea3f41e0b717ed7ee92ba086 WEB_SITE=http://www.r-project.org ENTERED=20021010 - UPDATED=20100430 + UPDATED=20100621 MAINTAINER=stumbles at lunar-linux.org SHORT="Language and environment for statistical computing and graphics" From stumbles at lunar-linux.org Mon Jun 21 15:16:36 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 09:16:36 -0400 Subject: [Lunar-commits] net-snmp: Fixing the BUILD process as noted in the BUILD. Message-ID: <20100621130109.C35F19B221@doppio.foo-projects.org> commit cba3f49f6873728010c3619ce861ea90bda9f453 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 09:16:36 2010 -0400 net-snmp: Fixing the BUILD process as noted in the BUILD. --- net/net-snmp/BUILD | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/net/net-snmp/BUILD b/net/net-snmp/BUILD index 488fe4d..fecb37d 100644 --- a/net/net-snmp/BUILD +++ b/net/net-snmp/BUILD @@ -4,6 +4,15 @@ PERSISTENT="--with-persistent-directory=/var/state/ucd-snmp" DEFAULTS="--with-defaults" +# This takes care of the cannot find libperl.so rebuild that +# happens on a lunar fix. + PERL_MAJ_VER="`lvu version perl |cut -c 1`" + PERL_VER="`lvu version perl`" + PERL_SO_PATH="/usr/lib/perl$PERL_MAJ_VER/$PERL_VER/`arch`-linux-thread-multi/CORE/" + +# So lets put all that together. + LDFLAGS="$LDFLAGS -Wl,-rpath,${PERL_SO_PATH}" + ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ From florin at lunar-linux.org Mon Jun 21 15:18:07 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 16:18:07 +0300 Subject: [Lunar-commits] gedit: version bumped to 2.30.3. Message-ID: <20100621130229.2DF829B221@doppio.foo-projects.org> commit 21796bb7020283cd16dc244c22df0cd1c6ccdceb Author: Florin Braescu Date: Mon Jun 21 16:18:07 2010 +0300 gedit: version bumped to 2.30.3. --- gnome2/desktop/gedit/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gedit/DETAILS b/gnome2/desktop/gedit/DETAILS index fe55927..9ce676b 100644 --- a/gnome2/desktop/gedit/DETAILS +++ b/gnome2/desktop/gedit/DETAILS @@ -1,12 +1,12 @@ MODULE=gedit MAJOR=2.30 - VERSION=$MAJOR.2 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:e016ac3b5ed35349ea84753eedcd314be0afa52d + SOURCE_VFY=sha1:c198bf088beb3cae6bee6fe91ef976cee250e688 WEB_SITE=http://gedit.org ENTERED=20020716 - UPDATED=20100428 + UPDATED=20100621 SHORT="A text editor for the GNOME Desktop" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 15:23:00 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 09:23:00 -0400 Subject: [Lunar-commits] hdf5: Version bump. Message-ID: <20100621130744.29E579B221@doppio.foo-projects.org> commit f7c115fecf93e07e0041369a97f1866519488af6 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 09:23:00 2010 -0400 hdf5: Version bump. --- science/hdf5/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/hdf5/DETAILS b/science/hdf5/DETAILS index ab7e64a..499f0b2 100644 --- a/science/hdf5/DETAILS +++ b/science/hdf5/DETAILS @@ -1,11 +1,11 @@ MODULE=hdf5 - VERSION=1.8.4-patch1 + VERSION=1.8.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.hdfgroup.org/ftp/HDF5/current/src/ - SOURCE_VFY=sha1:99736095cd1b8c041b51e67e5c23b64de6331f5a + SOURCE_VFY=sha1:bea643922e35ebdc1697188b7b51a3f76be58f88 WEB_SITE=http://www.hdfgroup.org/HDF5/ ENTERED=20091122 - UPDATED=20100303 + UPDATED=20100621 SHORT="data model, library, and file format for storing and managing data" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 15:23:22 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 09:23:22 -0400 Subject: [Lunar-commits] gdal: Version bump. Message-ID: <20100621130744.3028F9B223@doppio.foo-projects.org> commit 9bae7e0e67775035b78ed1966bffe6217392f948 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 09:23:22 2010 -0400 gdal: Version bump. --- science/gdal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/gdal/DETAILS b/science/gdal/DETAILS index e585121..c24718e 100644 --- a/science/gdal/DETAILS +++ b/science/gdal/DETAILS @@ -1,11 +1,11 @@ MODULE=gdal - VERSION=1.7.1 + VERSION=1.7.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.remotesensing.org/gdal/ - SOURCE_VFY=sha1:1ff42b51f416da966ee25c42631a3faa3cca5d4d + SOURCE_VFY=sha1:a03127530708e3924aec7b505cc2ca4f8153f13c WEB_SITE=http://www.remotesensing.org/gdal/index.html ENTERED=20050915 - UPDATED=20100422 + UPDATED=20100621 SHORT="Geospatial Data Abstraction Library" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 15:31:06 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 09:31:06 -0400 Subject: [Lunar-commits] cfitsio: Version bump. Message-ID: <20100621131540.2687B9B221@doppio.foo-projects.org> commit 9b680ac29880fe0290f3fa34175ebdc265723683 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 09:31:06 2010 -0400 cfitsio: Version bump. --- science/cfitsio/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/cfitsio/DETAILS b/science/cfitsio/DETAILS index c2d4ed9..e83db17 100644 --- a/science/cfitsio/DETAILS +++ b/science/cfitsio/DETAILS @@ -1,12 +1,12 @@ MODULE=cfitsio - VERSION=3240 + VERSION=3250 SOURCE=$MODULE$VERSION.tar.gz SOURCE_URL=ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/cfitsio - SOURCE_VFY=sha1:3395081f68c2ba5691c040d3472214e546479009 + SOURCE_VFY=sha1:ba82a498652f5144ddd753725212865f5ab91eb9 WEB_SITE=http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html ENTERED=20071027 - UPDATED=20100216 + UPDATED=20100621 SHORT="library of C and Fortran subroutines" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 15:31:18 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 09:31:18 -0400 Subject: [Lunar-commits] glpk: Version bump. Message-ID: <20100621131540.340069B223@doppio.foo-projects.org> commit f5804e38df9ea187682a8214e62a059c330951f1 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 09:31:18 2010 -0400 glpk: Version bump. --- science/glpk/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/glpk/DETAILS b/science/glpk/DETAILS index 49ba97f..6613f10 100644 --- a/science/glpk/DETAILS +++ b/science/glpk/DETAILS @@ -1,11 +1,11 @@ MODULE=glpk - VERSION=4.43 + VERSION=4.44 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE - SOURCE_VFY=sha1:6260df0fa47dd828458c169df90264d5ee1bf0a1 + SOURCE_VFY=sha1:6a2c23b5e9228627c0c454776d53b4629b56583b WEB_SITE=http://www.gnu.org/software/glpk/ ENTERED=20071030 - UPDATED=20100221 + UPDATED=20100621 SHORT="GNU Linear Programming Kit" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 15:37:28 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 09:37:28 -0400 Subject: [Lunar-commits] galculator: Version bump. Message-ID: <20100621132148.201099B221@doppio.foo-projects.org> commit 170ad8b2a76a776266905b5b121ef9e54fe18743 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 09:37:28 2010 -0400 galculator: Version bump. --- science/galculator/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/galculator/DETAILS b/science/galculator/DETAILS index 80330ec..11a8575 100644 --- a/science/galculator/DETAILS +++ b/science/galculator/DETAILS @@ -1,12 +1,12 @@ MODULE=galculator - VERSION=1.3.3 + VERSION=1.3.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:0975b486047ec3a90e7e18f5a3c1c17cb44d1a8e + SOURCE_VFY=sha1:85ba3af2cbe1137e6e98b8bb55666bdd8f23cb07 WEB_SITE=http://galculator.sourceforge.net ENTERED=20021218 - UPDATED=20100221 - SHORT="a Gtk+-2 based scientific calculator" + UPDATED=20100621 + SHORT="Gtk+-2 based scientific calculator" cat << EOF galculator is a Gtk+-2 based, scientific calculator. It supports different From stumbles at lunar-linux.org Mon Jun 21 15:38:22 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 09:38:22 -0400 Subject: [Lunar-commits] koffice: Its PSAFE here. Message-ID: <20100621132243.553759B221@doppio.foo-projects.org> commit 6d4a872797fbe91cb164652310f87d92b9f8c10d Author: Dennis `stumbles` Veatch Date: Mon Jun 21 09:38:22 2010 -0400 koffice: Its PSAFE here. --- kde4/apps/koffice/DETAILS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kde4/apps/koffice/DETAILS b/kde4/apps/koffice/DETAILS index f8d3157..a8396e1 100644 --- a/kde4/apps/koffice/DETAILS +++ b/kde4/apps/koffice/DETAILS @@ -8,7 +8,6 @@ ENTERED=20080718 UPDATED=20100527 SHORT="An office aplications suite for KDE" -PSAFE=no cat << EOF KOffice is a collection of office applications linked together by a From stumbles at lunar-linux.org Mon Jun 21 15:46:32 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 09:46:32 -0400 Subject: [Lunar-commits] avogadro: Version bump. Message-ID: <20100621133055.92F9F9B221@doppio.foo-projects.org> commit b9f52b7040d93e3e37d9e69d8d82674928b92d5a Author: Dennis `stumbles` Veatch Date: Mon Jun 21 09:46:32 2010 -0400 avogadro: Version bump. --- science/avogadro/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/avogadro/DETAILS b/science/avogadro/DETAILS index 8c590b9..78404b7 100644 --- a/science/avogadro/DETAILS +++ b/science/avogadro/DETAILS @@ -1,12 +1,12 @@ MODULE=avogadro - VERSION=1.0.0 + VERSION=1.0.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:9d7f2acfd15de5db68572a6221c67d5fc9e7b8e1 + SOURCE_VFY=sha1:ba45826d904f58161334b4182f092e07a021d4ff MODULE_PREFIX=${AVO_INSTALL_DIR:-/opt/lunar/avogadro} WEB_SITE=http://avogadro.openmolecules.net/wiki/Main_Page ENTERED=20090411 - UPDATED=20091024 + UPDATED=20100621 SHORT="an advanced molecular editor" cat << EOF From florin at lunar-linux.org Mon Jun 21 15:30:11 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 16:30:11 +0300 Subject: [Lunar-commits] gtkhtml: version bumped to 3.30.2. Message-ID: <20100621135612.497299B221@doppio.foo-projects.org> commit 4eb20706250de8adc8c42a5852b0b3c90402ded7 Author: Florin Braescu Date: Mon Jun 21 16:30:11 2010 +0300 gtkhtml: version bumped to 3.30.2. --- gnome2/desktop/gtkhtml/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gtkhtml/DETAILS b/gnome2/desktop/gtkhtml/DETAILS index 4addaaa..bf8d782 100644 --- a/gnome2/desktop/gtkhtml/DETAILS +++ b/gnome2/desktop/gtkhtml/DETAILS @@ -1,13 +1,13 @@ MODULE=gtkhtml MAJOR=3.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:e72ace1cf3461d3b01746e7ebcfef6e94124103b + SOURCE_VFY=sha1:998f3968b1c8d9b276208eee6ffb02aa9be8f361 WEB_SITE=http://www.gnome.org ENTERED=20021118 - UPDATED=20100427 + UPDATED=20100621 SHORT="html rendering/editing library" cat << EOF From florin at lunar-linux.org Mon Jun 21 16:11:21 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 17:11:21 +0300 Subject: [Lunar-commits] evolution-data-server: version bumped to 2.30.2. Message-ID: <20100621135612.50EAB9B223@doppio.foo-projects.org> commit 3bd921e38a5db01bfc1e13a615aa68f4b5bd3e72 Author: Florin Braescu Date: Mon Jun 21 17:11:21 2010 +0300 evolution-data-server: version bumped to 2.30.2. --- gnome2/desktop/evolution-data-server/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/evolution-data-server/DETAILS b/gnome2/desktop/evolution-data-server/DETAILS index 47f5687..a550657 100644 --- a/gnome2/desktop/evolution-data-server/DETAILS +++ b/gnome2/desktop/evolution-data-server/DETAILS @@ -1,12 +1,12 @@ MODULE=evolution-data-server MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:18d2517234edc85309b7e86ec1e9b946d37227b6 + SOURCE_VFY=sha1:aabab98c3efec2a5d3c0b3443aa6cf43bbd06bfa WEB_SITE=http://gnome.org/projects/evolution ENTERED=20011109 - UPDATED=20100510 + UPDATED=20100621 SHORT="backend data manager for Evolution" PSAFE=no From florin at lunar-linux.org Mon Jun 21 16:16:59 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 17:16:59 +0300 Subject: [Lunar-commits] shared-mime-info: add the needed libxml2 depend. Message-ID: <20100621140139.DDB7A9B221@doppio.foo-projects.org> commit e254b088e12315d271f227e0cc1b4dda844a6e95 Author: Florin Braescu Date: Mon Jun 21 17:16:59 2010 +0300 shared-mime-info: add the needed libxml2 depend. Thanks to wdp for submitting this. --- utils/shared-mime-info/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/utils/shared-mime-info/DEPENDS b/utils/shared-mime-info/DEPENDS index 2518dbb..b2ebd23 100644 --- a/utils/shared-mime-info/DEPENDS +++ b/utils/shared-mime-info/DEPENDS @@ -1,2 +1,3 @@ -depends glib-2 && +depends glib-2 +depends libxml2 depends XML-Parser From stumbles at lunar-linux.org Mon Jun 21 16:21:01 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 10:21:01 -0400 Subject: [Lunar-commits] libgeotiff: Version bump. Message-ID: <20100621140525.1A85C9B221@doppio.foo-projects.org> commit 73a584dca0d789f49b62ec7f5918a5e25a69f67b Author: Dennis `stumbles` Veatch Date: Mon Jun 21 10:21:01 2010 -0400 libgeotiff: Version bump. --- science/libgeotiff/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/libgeotiff/DETAILS b/science/libgeotiff/DETAILS index 1e2dd80..3cee802 100644 --- a/science/libgeotiff/DETAILS +++ b/science/libgeotiff/DETAILS @@ -1,11 +1,11 @@ MODULE=libgeotiff - VERSION=1.2.5 + VERSION=1.3.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.remotesensing.org/geotiff/libgeotiff/ - SOURCE_VFY=sha1:38b10070374636fedfdde328ff1c9f3c6e8e581f + SOURCE_VFY=sha1:b8cde5014cf82fe4683fa35fc81a5ea8d64b940f WEB_SITE=http://directory.fsf.org/science/visual/libgeotiff.html ENTERED=20050902 - UPDATED=20090212 + UPDATED=20100621 SHORT="reading and writing coordinate system information" cat << EOF From florin at lunar-linux.org Mon Jun 21 16:22:35 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 17:22:35 +0300 Subject: [Lunar-commits] sgml-common: fix the build for a fresh installed system Message-ID: <20100621140734.E76969B221@doppio.foo-projects.org> commit 9edcb90ab9775c87325ef852a1cbe0a6398d1a16 Author: Florin Braescu Date: Mon Jun 21 17:22:35 2010 +0300 sgml-common: fix the build for a fresh installed system Thanks to wdp for submitting this. --- doc-tools/sgml-common/BUILD | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc-tools/sgml-common/BUILD b/doc-tools/sgml-common/BUILD index 350e51b..80d638f 100644 --- a/doc-tools/sgml-common/BUILD +++ b/doc-tools/sgml-common/BUILD @@ -1,9 +1,14 @@ ( patch_it $SOURCE2 1 & - aclocal && - automake --add-missing --copy --gnu && - autoconf && +## this seems to be needed for a fresh install + autoreconf && + cd $SOURCE_DIRECTORY + touch INSTALL aclocal && +## + + automake --add-missing --copy --gnu && + autoconf && default_build From stumbles at lunar-linux.org Mon Jun 21 16:36:55 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 10:36:55 -0400 Subject: [Lunar-commits] frei0r: Version bump. Message-ID: <20100621142117.A22469B221@doppio.foo-projects.org> commit 5a2e8a70ccf8be5b7508e9975b68d748289695d9 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 10:36:55 2010 -0400 frei0r: Version bump. --- video/frei0r/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/frei0r/DETAILS b/video/frei0r/DETAILS index 70d0205..dce565c 100644 --- a/video/frei0r/DETAILS +++ b/video/frei0r/DETAILS @@ -1,11 +1,11 @@ MODULE=frei0r - VERSION=20100618 + VERSION=20100621 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.piksel.no/frei0r/snapshot/ - SOURCE_VFY=sha1:bdd3f08d8b9557ee60c359161fa26d1003d209c9 + SOURCE_VFY=sha1:bd97044e6edf8fbee2cbe8c61bf849d155766b8d WEB_SITE=http://www.piksel.org/frei0r/ ENTERED=20100210 - UPDATED=20100618 + UPDATED=20100621 SHORT="plugin API for video sources and filters" cat << EOF Frei0r is a minimalistic plugin API for video sources and filters. The behaviour From florin at lunar-linux.org Mon Jun 21 16:41:06 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 17:41:06 +0300 Subject: [Lunar-commits] filezilla: version bumped to 3.3.3. Message-ID: <20100621142544.4B4049B221@doppio.foo-projects.org> commit fe74389e8afff2b83d8c142909839bde56171c18 Author: Florin Braescu Date: Mon Jun 21 17:41:06 2010 +0300 filezilla: version bumped to 3.3.3. Thanks to Drew Kelling for the submission. --- ftp/filezilla/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/filezilla/DETAILS b/ftp/filezilla/DETAILS index 3651d06..4e977b1 100644 --- a/ftp/filezilla/DETAILS +++ b/ftp/filezilla/DETAILS @@ -1,12 +1,12 @@ MODULE=filezilla - VERSION=3.3.2.1 + VERSION=3.3.3 SOURCE=FileZilla_${VERSION}_src.tar.bz2 SOURCE_URL=http://d10xg45o6p6dbl.cloudfront.net/projects/f/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:a4a17497ea0515b781593c03c2f3da58cb02fbf4 + SOURCE_VFY=sha1:25b7ef7e48c7489e99b6b1b26bd3d7d56332bf4b WEB_SITE=http://filezilla-project.org ENTERED=20100219 - UPDATED=20100411 + UPDATED=20100621 SHORT="GUI FTP Client" cat < calibre: Version bump. Message-ID: <20100621142909.4B85A9B221@doppio.foo-projects.org> commit bc765f01569b670faad854a921c37ce41bf46c8f Author: Dennis `stumbles` Veatch Date: Mon Jun 21 10:44:50 2010 -0400 calibre: Version bump. --- qt4-apps/calibre/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/calibre/DETAILS b/qt4-apps/calibre/DETAILS index d8fec6d..e18928a 100644 --- a/qt4-apps/calibre/DETAILS +++ b/qt4-apps/calibre/DETAILS @@ -1,12 +1,12 @@ MODULE=calibre - VERSION=0.6.47 + VERSION=0.7.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://calibre.kovidgoyal.net/downloads SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:8b046f7336a81ad47d099301124c5accd16d1d40 + SOURCE_VFY=sha1:37c352c3a1d881efeba1b309fe45bf3a993f57f1 WEB_SITE=http://calibre.kovidgoyal.net ENTERED=20090108 - UPDATED=20100410 + UPDATED=20100621 SHORT="An eBook management application" cat << EOF From florin at lunar-linux.org Mon Jun 21 16:51:35 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 17:51:35 +0300 Subject: [Lunar-commits] xmoto: a 2D game. Message-ID: <20100621143611.5DEA09B221@doppio.foo-projects.org> commit 2f6947b017461ba21c5bf614fd92dce43010281b Author: Florin Braescu Date: Mon Jun 21 17:51:35 2010 +0300 xmoto: a 2D game. Thanks to brebs for the submission. --- games/xmoto/BUILD | 15 +++++++++++++++ games/xmoto/DEPENDS | 11 +++++++++++ games/xmoto/DETAILS | 18 ++++++++++++++++++ 3 files changed, 44 insertions(+), 0 deletions(-) diff --git a/games/xmoto/BUILD b/games/xmoto/BUILD new file mode 100644 index 0000000..9733158 --- /dev/null +++ b/games/xmoto/BUILD @@ -0,0 +1,15 @@ +( + + OPTS+=" --with-internal-xdg=1 --enable-threads=posix --with-renderer-sdlGfx=0 --with-renderer-openGl=1 --disable-sdltest" && + + # For compatibility with libpng 1.4 + # From http://www.gentoo-portage.com/games-sports/xmoto + sedit "s:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:" src/image/tim_png.cpp && + + default_game_build && + + # Desktop menu entry & icon + install -D -m644 extra/xmoto.desktop /usr/share/applications/xmoto.desktop && + install -D -m644 extra/xmoto.xpm /usr/share/pixmaps/xmoto.xpm + +) > $C_FIFO 2>&1 diff --git a/games/xmoto/DEPENDS b/games/xmoto/DEPENDS new file mode 100644 index 0000000..5821c3f --- /dev/null +++ b/games/xmoto/DEPENDS @@ -0,0 +1,11 @@ +depends curl +depends jpeg +depends sqlite +depends ode +depends libpng +depends %GLX +depends SDL_ttf +depends SDL_mixer +depends SDL_net +depends lua +depends dejavu-ttf diff --git a/games/xmoto/DETAILS b/games/xmoto/DETAILS new file mode 100644 index 0000000..d8ecd81 --- /dev/null +++ b/games/xmoto/DETAILS @@ -0,0 +1,18 @@ + MODULE=xmoto + VERSION=0.5.3 + SOURCE=$MODULE-$VERSION-src.tar.gz + SOURCE_URL=http://download.tuxfamily.org/$MODULE/$MODULE/$VERSION + SOURCE_VFY=sha1:7a2d8ab30b514932ce6907e5e0a7e926ee20cf8a + WEB_SITE=http://xmoto.tuxfamily.org + ENTERED=20100621 + UPDATED=20100621 + SHORT="A challenging 2D motocross platform game" + +cat << EOF +X-Moto is a challenging 2D motocross platform game, where physics play +an all-important role in the gameplay. You need to control your bike to +its limit, if you want to have a chance of finishing the more difficult +of the challenges. +First you'll try just to complete the levels, while later you'll +compete with yourself and others, racing against the clock. +EOF From florin at lunar-linux.org Mon Jun 21 17:01:39 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 18:01:39 +0300 Subject: [Lunar-commits] geany: version bumped to 0.19. Message-ID: <20100621144631.A72D99B221@doppio.foo-projects.org> commit bea0565c2842412c96bff7824e5583f76054e8d7 Author: Florin Braescu Date: Mon Jun 21 18:01:39 2010 +0300 geany: version bumped to 0.19. Thanks to lazyape for the submission. --- editors/geany/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editors/geany/DETAILS b/editors/geany/DETAILS index baa85e8..eab5799 100644 --- a/editors/geany/DETAILS +++ b/editors/geany/DETAILS @@ -1,12 +1,12 @@ MODULE=geany - VERSION=0.18.1 + VERSION=0.19 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://download.geany.org/ - SOURCE_VFY=sha1:cb039ac4c6fe3738afb8d0aa9f4ddb024eebb084 - WEB_SITE=http://geany.uvena.de/ + SOURCE_URL=http://download.geany.org + SOURCE_VFY=sha1:501eeb43cea91c8016df4b134549a54430981c0d + WEB_SITE=http://geany.uvena.de ENTERED=20060613 - UPDATED=20100217 - SHORT="Fast and lightweight IDE" + UPDATED=20100621 + SHORT="Fast and lightweight GTK based IDE" cat << EOF Geany is a small and lightweight integrated development environment. From florin at lunar-linux.org Mon Jun 21 17:06:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 18:06:54 +0300 Subject: [Lunar-commits] chromium-bsu: a GL based game. Message-ID: <20100621145130.776AF9B221@doppio.foo-projects.org> commit e377f0c99a57d6c1d7f85ff64a7b0acd8d99b51b Author: Florin Braescu Date: Mon Jun 21 18:06:54 2010 +0300 chromium-bsu: a GL based game. Thanks to brebs for the submission. --- games/chromium-bsu/BUILD | 7 +++++++ games/chromium-bsu/DEPENDS | 6 ++++++ games/chromium-bsu/DETAILS | 17 +++++++++++++++++ 3 files changed, 30 insertions(+), 0 deletions(-) diff --git a/games/chromium-bsu/BUILD b/games/chromium-bsu/BUILD new file mode 100644 index 0000000..504b8df --- /dev/null +++ b/games/chromium-bsu/BUILD @@ -0,0 +1,7 @@ +( + + OPTS+=" --disable-ftgl --enable-glc --enable-nls --with-font-path="/usr/share/fonts/dejavu-ttf/DejaVuSerif-Bold.ttf" --enable-sdl --enable-sdlmixer --enable-sdlimage --disable-glut" && + + default_game_build + +) > $C_FIFO 2>&1 diff --git a/games/chromium-bsu/DEPENDS b/games/chromium-bsu/DEPENDS new file mode 100644 index 0000000..f1f3f90 --- /dev/null +++ b/games/chromium-bsu/DEPENDS @@ -0,0 +1,6 @@ +depends quesoglc +depends libXmu +depends SDL_mixer +depends SDL_image +depends openal +depends dejavu-ttf diff --git a/games/chromium-bsu/DETAILS b/games/chromium-bsu/DETAILS new file mode 100644 index 0000000..fcb5d8d --- /dev/null +++ b/games/chromium-bsu/DETAILS @@ -0,0 +1,17 @@ + MODULE=chromium-bsu + VERSION=0.9.14.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:ecc3ec149f4edd7b05a26b4bc9bbbfaa8ea78b6e + WEB_SITE=http://chromium-bsu.sourceforge.net + ENTERED=20100621 + UPDATED=20100621 + SHORT="Chromium B.S.U. - a fast-paced top-scrolling shooter" + +cat << EOF +You are captain of the cargo ship Chromium B.S.U., responsible for +delivering supplies to our troops on the front line. Your ship has a +small fleet of robotic fighters which you control from the relative +safety of the Chromium vessel. This is an OpenGL-based shoot-'em-up +game with fine graphics. +EOF From florin at lunar-linux.org Mon Jun 21 17:09:52 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 18:09:52 +0300 Subject: [Lunar-commits] evolution: version bumped to 2.30.2. Message-ID: <20100621145413.26E7D9B221@doppio.foo-projects.org> commit 076801b8ba7a788a0c5eee2a5e02eedf2a998f86 Author: Florin Braescu Date: Mon Jun 21 18:09:52 2010 +0300 evolution: version bumped to 2.30.2. --- gnome2/desktop/evolution/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/evolution/DETAILS b/gnome2/desktop/evolution/DETAILS index d1884d6..6d69876 100644 --- a/gnome2/desktop/evolution/DETAILS +++ b/gnome2/desktop/evolution/DETAILS @@ -1,12 +1,12 @@ MODULE=evolution MAJOR=2.30 - VERSION=$MAJOR.1.2 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:f1e100ff68f9454d5adafd6420577c655971b69e + SOURCE_VFY=sha1:14ddccbf33eb86c976899eccea6ae1fb565ea9ca WEB_SITE=http://gnome.org/projects/evolution ENTERED=20011109 - UPDATED=20100529 + UPDATED=20100621 SHORT="email, calendar and notes information management solution" cat << EOF From florin at lunar-linux.org Mon Jun 21 17:16:21 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 18:16:21 +0300 Subject: [Lunar-commits] gnome-python-desktop: version bumped to 2.30.2. Message-ID: <20100621150044.5D5819B221@doppio.foo-projects.org> commit 50efa0e87bfdee0ef154018ba243e83070ce2cc1 Author: Florin Braescu Date: Mon Jun 21 18:16:21 2010 +0300 gnome-python-desktop: version bumped to 2.30.2. --- gnome2/bindings/gnome-python-desktop/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/bindings/gnome-python-desktop/DETAILS b/gnome2/bindings/gnome-python-desktop/DETAILS index d520d8e..6cd07b2 100644 --- a/gnome2/bindings/gnome-python-desktop/DETAILS +++ b/gnome2/bindings/gnome-python-desktop/DETAILS @@ -1,13 +1,13 @@ MODULE=gnome-python-desktop MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:6098a479f031c1c4c600ea6e1fc03e75cceaf3fc + SOURCE_VFY=sha1:75f41e1832baf37e332ee1e10b29a82b1809b6ef WEB_SITE=http://www.pygtk.org ENTERED=20050319 - UPDATED=20100403 + UPDATED=20100621 SHORT="Python bindings for the GNOME desktop" cat << EOF From florin at lunar-linux.org Mon Jun 21 17:25:39 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 18:25:39 +0300 Subject: [Lunar-commits] iproute2: it actually builds tc now. Message-ID: <20100621151010.548C79B221@doppio.foo-projects.org> commit f42da3d23f2d9fc9d1a9ee193b8205812012dd2a Author: Florin Braescu Date: Mon Jun 21 18:25:39 2010 +0300 iproute2: it actually builds tc now. Thanks to brebs for the submission. --- net/iproute2/BUILD | 15 +++++++++------ net/iproute2/DETAILS | 7 +++++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/net/iproute2/BUILD b/net/iproute2/BUILD index af08275..15ae972 100644 --- a/net/iproute2/BUILD +++ b/net/iproute2/BUILD @@ -1,13 +1,16 @@ ( - sedit "s:/usr/lib/:lib/:" Makefile - sedit "s:\$(DESTDIR)\$(CONFDIR):\$(CONFDIR):" Makefile - sedit "s:\$(DESTDIR)\$(ARPDDIR):\$(ARPDDIR):" Makefile + # Actually install the tc command + patch_it $SOURCE_CACHE/$SOURCE2 1 && - sedit 's at linux/socket.h at sys/socket.h@' include/linux/netlink.h + sedit "s:/usr/lib/:lib/:" Makefile && + sedit "s:\$(DESTDIR)\$(CONFDIR):\$(CONFDIR):" Makefile && + sedit "s:\$(DESTDIR)\$(ARPDDIR):\$(ARPDDIR):" Makefile && + + sedit 's at linux/socket.h at sys/socket.h@' include/linux/netlink.h && if ! in_depends $MODULE db; then sedit 's/arpd//' misc/Makefile - fi + fi && chmod +x configure && ./configure && @@ -15,4 +18,4 @@ prepare_install && make SBINDIR=/sbin install -) > $C_FIFO 2>&1 \ No newline at end of file +) > $C_FIFO 2>&1 diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS index 93b9ec9..b9804de 100644 --- a/net/iproute2/DETAILS +++ b/net/iproute2/DETAILS @@ -1,11 +1,14 @@ MODULE=iproute2 VERSION=2.6.34 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://devresources.linux-foundation.org/dev/iproute2/download + SOURCE2=iproute2-2.6.34-tc.patch.bz2 + SOURCE_URL=http://devresources.linux-foundation.org/dev/$MODULE/download + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:b57f98e284c68a464b9c3e132d29760de6331688 + SOURCE2_VFY=sha1:0ccb80954c65fdf4e36faf120697b7de8938ae4e WEB_SITE=http://www.linuxfoundation.org/en/Net:Iproute2 ENTERED=20021106 - UPDATED=20100611 + UPDATED=20100621 SHORT="Professional tools to control networking in Linux kernels" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 19:33:02 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 13:33:02 -0400 Subject: [Lunar-commits] mediastreamer: Version bump. Message-ID: <20100621171728.478879B221@doppio.foo-projects.org> commit 2848b22a549436a709fea41662277910d524b650 Author: Dennis `stumbles` Veatch Date: Mon Jun 21 13:33:02 2010 -0400 mediastreamer: Version bump. --- audio/mediastreamer/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mediastreamer/DETAILS b/audio/mediastreamer/DETAILS index 0db44ef..0f5eef6 100644 --- a/audio/mediastreamer/DETAILS +++ b/audio/mediastreamer/DETAILS @@ -1,11 +1,11 @@ MODULE=mediastreamer - VERSION=2.3.0 + VERSION=2.5.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.savannah.gnu.org/releases-noredirect/linphone/mediastreamer/ - SOURCE_VFY=sha1:eae7032fbbf5d31b3c47a54566d34a8b97e38405 + SOURCE_VFY=sha1:38200d3dd730376a1ed9ecb71c8d3cb2b73b9361 WEB_SITE=http://www.linphone.org/index.php/eng/code_review/mediastreamer2 ENTERED=20091209 - UPDATED=20091209 + UPDATED=20100621 SHORT="multimedia streaming engine" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 19:36:22 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 13:36:22 -0400 Subject: [Lunar-commits] rubberband: Version bump. Message-ID: <20100621172041.0DC859B221@doppio.foo-projects.org> commit be24755c8d9a729a3f204e591c4dce8152193f6b Author: Dennis `stumbles` Veatch Date: Mon Jun 21 13:36:22 2010 -0400 rubberband: Version bump. --- audio/rubberband/DETAILS | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/audio/rubberband/DETAILS b/audio/rubberband/DETAILS index c96b773..97dc2e0 100644 --- a/audio/rubberband/DETAILS +++ b/audio/rubberband/DETAILS @@ -1,13 +1,11 @@ MODULE=rubberband - VERSION=1.4p1 - BASE_VERSION=1.4 + VERSION=1.5.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.breakfastquay.com/rubberband/files/ - SOURCE_VFY=sha1:75564bac6b24e964069ca28b5f4f782aeb96bb3e -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE_VERSION/ + SOURCE_URL=http://code.breakfastquay.com/attachments/download/1/ + SOURCE_VFY=sha1:45c793bc50703d6b6083e75d6116447b8ced991e WEB_SITE=http://www.breakfastquay.com/rubberband/ ENTERED=20091211 - UPDATED=20091211 + UPDATED=20100621 SHORT="Audio time-stretching for software developers" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 19:54:42 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 13:54:42 -0400 Subject: [Lunar-commits] mlt: Version bump. Message-ID: <20100621173902.96F929B221@doppio.foo-projects.org> commit 4da4eb24b7bc2ed8228a497967d2fdc3d2bac36f Author: Dennis `stumbles` Veatch Date: Mon Jun 21 13:54:42 2010 -0400 mlt: Version bump. --- video/mlt/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mlt/DETAILS b/video/mlt/DETAILS index 64351b5..ca905d5 100644 --- a/video/mlt/DETAILS +++ b/video/mlt/DETAILS @@ -1,11 +1,11 @@ MODULE=mlt - VERSION=0.5.2 + VERSION=0.5.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:7c34c59aa573503da9442aedbaec51da4db38253 + SOURCE_VFY=sha1:bf29c8046dcd09a1fc19ca66ff730d7576685f9c WEB_SITE=http://www.mltframework.org/twiki/bin/view/MLT ENTERED=20071106 - UPDATED=20100314 + UPDATED=20100621 SHORT="open source multimedia framework" cat << EOF From florin at lunar-linux.org Mon Jun 21 21:29:56 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 22:29:56 +0300 Subject: [Lunar-commits] empathy: version bumped to 2.30.2. Message-ID: <20100621191426.0E4579B221@doppio.foo-projects.org> commit 1f7671725ffb0fdeae41b01e2186afffe64db9f7 Author: Florin Braescu Date: Mon Jun 21 22:29:56 2010 +0300 empathy: version bumped to 2.30.2. --- chat/empathy/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/empathy/DETAILS b/chat/empathy/DETAILS index 97b13e4..8715bad 100644 --- a/chat/empathy/DETAILS +++ b/chat/empathy/DETAILS @@ -1,13 +1,13 @@ MODULE=empathy MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:813282d4781f1cf5ef0c58457fee296717f21749 + SOURCE_VFY=sha1:de8776cdbceb3895392dee467437e76f893c9194 WEB_SITE=http://www.gnome.org ENTERED=20090123 - UPDATED=20100428 + UPDATED=20100621 SHORT="Gnome collaboration/chat client" cat << EOF From florin at lunar-linux.org Mon Jun 21 21:33:08 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 22:33:08 +0300 Subject: [Lunar-commits] evolution-data-server: version bumped to 2.30.2.1. Message-ID: <20100621191740.8EF069B221@doppio.foo-projects.org> commit dafe36b2c346cea3d02d45a55b60523eb1101a95 Author: Florin Braescu Date: Mon Jun 21 22:33:08 2010 +0300 evolution-data-server: version bumped to 2.30.2.1. --- gnome2/desktop/evolution-data-server/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome2/desktop/evolution-data-server/DETAILS b/gnome2/desktop/evolution-data-server/DETAILS index a550657..0687346 100644 --- a/gnome2/desktop/evolution-data-server/DETAILS +++ b/gnome2/desktop/evolution-data-server/DETAILS @@ -1,9 +1,9 @@ MODULE=evolution-data-server MAJOR=2.30 - VERSION=$MAJOR.2 + VERSION=$MAJOR.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:aabab98c3efec2a5d3c0b3443aa6cf43bbd06bfa + SOURCE_VFY=sha1:38773add77d69d229f430c25b93628b773041dbd WEB_SITE=http://gnome.org/projects/evolution ENTERED=20011109 UPDATED=20100621 From florin at lunar-linux.org Mon Jun 21 21:37:46 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 22:37:46 +0300 Subject: [Lunar-commits] gnome-themes: version bumped to 2.30.2. Message-ID: <20100621192211.B7D3A9B221@doppio.foo-projects.org> commit 835d68d173e1bf9b76e32a2aaf56693350451973 Author: Florin Braescu Date: Mon Jun 21 22:37:46 2010 +0300 gnome-themes: version bumped to 2.30.2. --- gnome2/desktop/gnome-themes/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-themes/DETAILS b/gnome2/desktop/gnome-themes/DETAILS index 4bc2e50..ca90af7 100644 --- a/gnome2/desktop/gnome-themes/DETAILS +++ b/gnome2/desktop/gnome-themes/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-themes MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:3907e5fa523b65e8146118b8e5d82dc1c9914df0 + SOURCE_VFY=sha1:701343961956ded719d9ac7c6ff22a9b7603bad4 WEB_SITE=http://www.gnome.org ENTERED=20021202 - UPDATED=20100403 + UPDATED=20100621 SHORT="The offical themes for the GNOME desktop" cat << EOF From florin at lunar-linux.org Mon Jun 21 21:40:02 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 22:40:02 +0300 Subject: [Lunar-commits] gnome-keyring: version bumped to 2.30.3. Message-ID: <20100621192431.5E4DB9B221@doppio.foo-projects.org> commit 8ee6ab89cd005991f781601e20613eec2f123a13 Author: Florin Braescu Date: Mon Jun 21 22:40:02 2010 +0300 gnome-keyring: version bumped to 2.30.3. --- gnome2/desktop/gnome-keyring/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-keyring/DETAILS b/gnome2/desktop/gnome-keyring/DETAILS index 8cfa495..e54dbfb 100644 --- a/gnome2/desktop/gnome-keyring/DETAILS +++ b/gnome2/desktop/gnome-keyring/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-keyring MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:bf7623d8a2bc9013a8109e1e433d0a45e9dd759b + SOURCE_VFY=sha1:0e0a2a1f4127dc6a01583fb3e81386370d9335f0 WEB_SITE=http://www.gnome.org ENTERED=20031208 - UPDATED=20100428 + UPDATED=20100621 SHORT="The GNOME keyring services (daemon and tools)" cat << EOF From florin at lunar-linux.org Mon Jun 21 21:42:33 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 22:42:33 +0300 Subject: [Lunar-commits] libgail-gnome: version bumped to 1.20.3. Message-ID: <20100621192657.4305F9B221@doppio.foo-projects.org> commit 97fa7a97a6e84d1b686bda2f7b13e989fa668431 Author: Florin Braescu Date: Mon Jun 21 22:42:33 2010 +0300 libgail-gnome: version bumped to 1.20.3. --- gnome2/desktop/libgail-gnome/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/libgail-gnome/DETAILS b/gnome2/desktop/libgail-gnome/DETAILS index b5ae55f..7ac0f59 100644 --- a/gnome2/desktop/libgail-gnome/DETAILS +++ b/gnome2/desktop/libgail-gnome/DETAILS @@ -1,12 +1,12 @@ MODULE=libgail-gnome MAJOR=1.20 - VERSION=$MAJOR.2 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:3a029d782450da240f6e61462d02a0e9c17ddd0f + SOURCE_VFY=sha1:c9f7ce61c8726c041b9e69ef0668b0c7d4f50f28 WEB_SITE=http://developer.gnome.org/projects/gap ENTERED=20020714 - UPDATED=20100404 + UPDATED=20100621 SHORT="The Gail libraries for GNOME" cat << EOF From florin at lunar-linux.org Mon Jun 21 21:44:51 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 22:44:51 +0300 Subject: [Lunar-commits] gtksourceview: version bumped to 2.10.4. Message-ID: <20100621192927.653DB9B221@doppio.foo-projects.org> commit 62a064144ef945669c5cc5bf9e022061fc54ca00 Author: Florin Braescu Date: Mon Jun 21 22:44:51 2010 +0300 gtksourceview: version bumped to 2.10.4. --- gnome2/desktop/gtksourceview/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gtksourceview/DETAILS b/gnome2/desktop/gtksourceview/DETAILS index 16d9a69..c50575e 100644 --- a/gnome2/desktop/gtksourceview/DETAILS +++ b/gnome2/desktop/gtksourceview/DETAILS @@ -1,12 +1,12 @@ MODULE=gtksourceview MAJOR=2.10 - VERSION=$MAJOR.1 + VERSION=$MAJOR.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:ec47de6ff98fb3a5efd4c4de76fac1cfb10fbeb0 + SOURCE_VFY=sha1:81365b66909c84fa31df6f11a749afd54ead8772 WEB_SITE=http://www.gnome.org ENTERED=20030510 - UPDATED=20100428 + UPDATED=20100621 SHORT="Text widget that extends the gtk+-2 text widget GtkTextView" cat << EOF From florin at lunar-linux.org Mon Jun 21 21:47:27 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 22:47:27 +0300 Subject: [Lunar-commits] orca: version bumped to 2.30.2. Message-ID: <20100621193147.648819B221@doppio.foo-projects.org> commit 002754d1629054780757b237278fcae78fed3686 Author: Florin Braescu Date: Mon Jun 21 22:47:27 2010 +0300 orca: version bumped to 2.30.2. --- gnome2/desktop/orca/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/orca/DETAILS b/gnome2/desktop/orca/DETAILS index 29f39be..00567f7 100644 --- a/gnome2/desktop/orca/DETAILS +++ b/gnome2/desktop/orca/DETAILS @@ -1,11 +1,11 @@ MODULE=orca MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:f4c387ad4763c6ca83033dc193ab5b80fb2d4cc4 + SOURCE_VFY=sha1:f6b9eede02d66ce90bc6b281ec0ad22780e32769 ENTERED=20070315 - UPDATED=20100427 + UPDATED=20100621 WEB_SITE=http://gnome.org SHORT="Assistive technology for ppl with visual impairments" From florin at lunar-linux.org Mon Jun 21 21:49:58 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 22:49:58 +0300 Subject: [Lunar-commits] vinagre: version bumped to 2.30.2. Message-ID: <20100621193420.2C1859B221@doppio.foo-projects.org> commit bab3615bb21ae57d67ca04c7706143d72bda6f1b Author: Florin Braescu Date: Mon Jun 21 22:49:58 2010 +0300 vinagre: version bumped to 2.30.2. --- gnome2/desktop/vinagre/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gnome2/desktop/vinagre/DETAILS b/gnome2/desktop/vinagre/DETAILS index 83a83ac..504be32 100644 --- a/gnome2/desktop/vinagre/DETAILS +++ b/gnome2/desktop/vinagre/DETAILS @@ -1,12 +1,12 @@ MODULE=vinagre - VERSION=2.26.2 - MAJOR=2.26 + MAJOR=2.30 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:b5b27ae33882c6d9a57dd2fe1e4e43b2dfd202e0 + SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR + SOURCE_VFY=sha1:4e7a1b5f2572a57918a2ba1b046dc53ed522e36b WEB_SITE=http://www.gnome.org ENTERED=20080925 - UPDATED=20090526 + UPDATED=20100621 SHORT="Remote desktop (VNC) viewer for GNOME" cat << EOF From florin at lunar-linux.org Mon Jun 21 21:52:07 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Jun 2010 22:52:07 +0300 Subject: [Lunar-commits] devhelp: version bumped to 2.30.1. Message-ID: <20100621193630.30E6E9B221@doppio.foo-projects.org> commit 801d11551731faa7f78e3cf874016ff2d26a86a0 Author: Florin Braescu Date: Mon Jun 21 22:52:07 2010 +0300 devhelp: version bumped to 2.30.1. --- gnome2/apps/devhelp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/apps/devhelp/DETAILS b/gnome2/apps/devhelp/DETAILS index b0898c7..32f08e7 100644 --- a/gnome2/apps/devhelp/DETAILS +++ b/gnome2/apps/devhelp/DETAILS @@ -1,12 +1,12 @@ MODULE=devhelp MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:8c99c673366ac3bd549f90b3eb2aa0474c3eb0b5 + SOURCE_VFY=sha1:51eda53f04080eaae75b6e62e222b98fe5bb0d6f WEB_SITE=http://developer.imendio.com/projects/devhelp ENTERED=20030720 - UPDATED=20100420 + UPDATED=20100621 SHORT="An API documentation browser for GNOME 2" cat << EOF From stumbles at lunar-linux.org Mon Jun 21 23:23:06 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 17:23:06 -0400 Subject: [Lunar-commits] netcdf: Version bump and Adjusting the BUILD to eliminate BUILD.x86_64. Message-ID: <20100621210805.1349F9B221@doppio.foo-projects.org> commit 9118e209b8f6623a26daf9b658999b9a6683a07d Author: Dennis `stumbles` Veatch Date: Mon Jun 21 17:23:06 2010 -0400 netcdf: Version bump and Adjusting the BUILD to eliminate BUILD.x86_64. --- science/netcdf/BUILD | 6 +++++- science/netcdf/BUILD.x86_64 | 9 --------- science/netcdf/DEPENDS | 1 + science/netcdf/DETAILS | 7 ++++--- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/science/netcdf/BUILD b/science/netcdf/BUILD index f0c4e59..767a54b 100644 --- a/science/netcdf/BUILD +++ b/science/netcdf/BUILD @@ -1,6 +1,10 @@ ( - OPTS+=" --disable-examples --enable-shared" && + if [ "`arch`" == "x86_64" ]; then + CFLAGS="$CFLAGS -fPIC" + fi && + + OPTS+=" --disable-examples --enable-shared --with-udunits --without-szlib --disable-netcdf-4 --disable-f90" && default_build diff --git a/science/netcdf/BUILD.x86_64 b/science/netcdf/BUILD.x86_64 deleted file mode 100644 index c63ab10..0000000 --- a/science/netcdf/BUILD.x86_64 +++ /dev/null @@ -1,9 +0,0 @@ -( - - CFLAGS="$CFLAGS -fPIC" && - - OPTS+=" --disable-examples --enable-shared" && - - default_build - -) > $C_FIFO 2>&1 diff --git a/science/netcdf/DEPENDS b/science/netcdf/DEPENDS index f2fc6a9..aae4c36 100644 --- a/science/netcdf/DEPENDS +++ b/science/netcdf/DEPENDS @@ -1 +1,2 @@ optional_depends hdf5 "--with-hdf5" "--without-hdf5" "for hdf5 data modeling support" +optional_depends zlib "--with-zlib" "--without-zlib" "for file compression support" diff --git a/science/netcdf/DETAILS b/science/netcdf/DETAILS index 915245a..0af39ca 100644 --- a/science/netcdf/DETAILS +++ b/science/netcdf/DETAILS @@ -1,13 +1,14 @@ MODULE=netcdf - VERSION=4.0.1 + VERSION=4.1.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.unidata.ucar.edu/downloads/netcdf/ftp/ - SOURCE_VFY=sha1:96b361de72bcf68eaba42e7e5cf0f92c33d288e9 + SOURCE_VFY=sha1:6fece208825b978fc2240732f6f57927d71a0552 WEB_SITE=http://www.unidata.ucar.edu/software/netcdf/ ENTERED=20090212 - UPDATED=20090531 + UPDATED=20100621 SHORT="network Common Data Form" +PSAFE=no cat << EOF NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing From stumbles at lunar-linux.org Mon Jun 21 23:30:27 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Jun 2010 17:30:27 -0400 Subject: [Lunar-commits] hamlib: Version bump. Message-ID: <20100621211444.E05CC9B221@doppio.foo-projects.org> commit 7acd327adbb88d37517a42e1b2146baf3394fd5c Author: Dennis `stumbles` Veatch Date: Mon Jun 21 17:30:27 2010 -0400 hamlib: Version bump. --- ham/hamlib/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ham/hamlib/DETAILS b/ham/hamlib/DETAILS index 13897a8..660ccb6 100644 --- a/ham/hamlib/DETAILS +++ b/ham/hamlib/DETAILS @@ -1,11 +1,11 @@ MODULE=hamlib - VERSION=1.2.10 + VERSION=1.2.11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:c8ea2cafc8286805aa815d37e72857286db93d88 + SOURCE_VFY=sha1:775c562b7c327303ec31fc49eb09766fd7517b2e WEB_SITE=http://hamlib.sourceforge.net/ ENTERED=20051019 - UPDATED=20100314 + UPDATED=20100621 SHORT="control any radio oriented equipment" cat << EOF From florin at lunar-linux.org Tue Jun 22 08:23:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 22 Jun 2010 09:23:20 +0300 Subject: [Lunar-commits] subversion: version bumped to 1.6.12. Message-ID: <20100622060754.103AD9B221@doppio.foo-projects.org> commit faad3263b5113899636599dfd5fa1ed350c64c0f Author: Florin Braescu Date: Tue Jun 22 09:23:20 2010 +0300 subversion: version bumped to 1.6.12. Bugfixes and enhacements. --- devel/subversion/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/subversion/DETAILS b/devel/subversion/DETAILS index 075c587..f0a445b 100644 --- a/devel/subversion/DETAILS +++ b/devel/subversion/DETAILS @@ -1,11 +1,11 @@ MODULE=subversion - VERSION=1.6.11 + VERSION=1.6.12 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://subversion.tigris.org/downloads - SOURCE_VFY=sha1:36cf9d39c14e5bd8d713302ac770c3964fe196b3 + SOURCE_VFY=sha1:b4ae7c75abbbdade8b2c9122ca7e2e26c6468a82 WEB_SITE=http://subversion.tigris.org ENTERED=20030126 - UPDATED=20100417 + UPDATED=20100622 PSAFE=no SHORT="A free/open-source version control system" From stumbles at lunar-linux.org Tue Jun 22 11:45:48 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 05:45:48 -0400 Subject: [Lunar-commits] liblastfm: Version bump. Message-ID: <20100622093223.438659B221@doppio.foo-projects.org> commit a1fe84d911a3fb68a594371b92d3629f2287d747 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 05:45:48 2010 -0400 liblastfm: Version bump. --- audio/liblastfm/DETAILS | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/audio/liblastfm/DETAILS b/audio/liblastfm/DETAILS index 1603f62..8f67a94 100644 --- a/audio/liblastfm/DETAILS +++ b/audio/liblastfm/DETAILS @@ -1,12 +1,13 @@ MODULE=liblastfm - VERSION=0.3.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://cdn.last.fm/src/ - WEB_SITE=http://github.com/mxcl/liblastfm/tree/master + VERSION=0.3.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://github.com/mxcl/liblastfm/tarball/0.3.1/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/mxcl-liblastfm-c6f4348/ + SOURCE_VFY=sha1:1910a0232cbded764cd7aef5ae483c6e60a2e7ed MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} - SOURCE_VFY=sha1:1dabd8d67f4a36aebad29608c6f89b895472c25a + WEB_SITE=http://github.com/mxcl/liblastfm/tree/master ENTERED=20090910 - UPDATED=20090910 + UPDATED=20100622 SHORT="integrate Last.fm services" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 12:07:03 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 06:07:03 -0400 Subject: [Lunar-commits] MySQL-python: Version bump and adding a SOURCE_VFY. Message-ID: <20100622095144.336A09B221@doppio.foo-projects.org> commit 44b7082c59d3202074993cc8e276ce2ec6dba492 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 06:07:03 2010 -0400 MySQL-python: Version bump and adding a SOURCE_VFY. --- sql/MySQL-python/BUILD | 2 ++ sql/MySQL-python/DETAILS | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sql/MySQL-python/BUILD b/sql/MySQL-python/BUILD index 3abe4af..a1ec67d 100644 --- a/sql/MySQL-python/BUILD +++ b/sql/MySQL-python/BUILD @@ -1,4 +1,6 @@ ( + prepare_install && python setup.py install + ) > $C_FIFO 2>&1 diff --git a/sql/MySQL-python/DETAILS b/sql/MySQL-python/DETAILS index bc98951..c7b2f2d 100644 --- a/sql/MySQL-python/DETAILS +++ b/sql/MySQL-python/DETAILS @@ -1,11 +1,12 @@ MODULE=MySQL-python - VERSION=1.1.2 + VERSION=1.2.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/mysql-python/ + SOURCE_VFY=sha1:3511bb8c57c6016eeafa531d5c3ea4b548915e3c WEB_SITE=http://sourceforge.net/projects/mysql-python ENTERED=20040531 - UPDATED=20040908 - SHORT="MySQL support for Python." + UPDATED=20100622 + SHORT="MySQL support for Python" cat << EOF MySQL support for Python. MySQL versions 3.22, 3.23 and 4.0; and Python From stumbles at lunar-linux.org Tue Jun 22 12:16:20 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 06:16:20 -0400 Subject: [Lunar-commits] mysql++: Version bump and adding a BUILD to insert a missing header. Message-ID: <20100622100101.4B9789B221@doppio.foo-projects.org> commit a25ae96def1c45aa83889145f9c5accf13b719d9 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 06:16:20 2010 -0400 mysql++: Version bump and adding a BUILD to insert a missing header. --- sql/mysql++/BUILD | 7 +++++++ sql/mysql++/DETAILS | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/sql/mysql++/BUILD b/sql/mysql++/BUILD new file mode 100644 index 0000000..c506ab9 --- /dev/null +++ b/sql/mysql++/BUILD @@ -0,0 +1,7 @@ +( + + sed -i "38i #include " ssx/genv2.cpp && + + default_build + +) > $C_FIFO 2>&1 diff --git a/sql/mysql++/DETAILS b/sql/mysql++/DETAILS index e2a9a78..9b1f00e 100644 --- a/sql/mysql++/DETAILS +++ b/sql/mysql++/DETAILS @@ -1,13 +1,14 @@ MODULE=mysql++ - VERSION=1.7.40 + VERSION=3.1.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://tangentsoft.net/mysql++/releases/ - SOURCE_VFY=sha1:a8fb052539ab40743924433eca558b0b1a58ab57 + SOURCE_VFY=sha1:9bd383ad932dce8cc1948ec76eed9036419d427f WEB_SITE=http://tangentsoft.net/mysql++/ ENTERED=20020314 - UPDATED=20060919 + UPDATED=20100622 MAINTAINER=zbiggy at o2.pl SHORT="mysql API for c++" + cat << EOF MySQL++ is a C++ API for MySQL (and other SQL Databases Soon). The goal of this API is to make working with queries as easy as working with From stumbles at lunar-linux.org Tue Jun 22 12:27:41 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 06:27:41 -0400 Subject: [Lunar-commits] xdelta3: Version bump. Message-ID: <20100622101206.E321A9B221@doppio.foo-projects.org> commit d14be4e204717ce403084708d83d9e32c75e4247 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 06:27:41 2010 -0400 xdelta3: Version bump. --- utils/xdelta3/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/xdelta3/DETAILS b/utils/xdelta3/DETAILS index fbebfc1..e25b0f2 100644 --- a/utils/xdelta3/DETAILS +++ b/utils/xdelta3/DETAILS @@ -1,12 +1,12 @@ MODULE=xdelta3 - VERSION=3.0u + VERSION=3.0y SOURCE=xdelta$VERSION.tar.gz SOURCE_URL=http://xdelta.googlecode.com/files SOURCE_DIRECTORY=$BUILD_DIRECTORY/xdelta$VERSION - SOURCE_VFY=sha1:b6a6c68abe879133c769b101dbc9e171254f583b + SOURCE_VFY=sha1:3120ff9ff57734e08c06a97675572370d2da92e4 WEB_SITE=http://xdelta.org ENTERED=20080130 - UPDATED=20080918 + UPDATED=20100622 SHORT="A diff program that works on binaries" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 12:32:49 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 06:32:49 -0400 Subject: [Lunar-commits] mrtg: Version bump. Message-ID: <20100622101710.33E5A9B220@doppio.foo-projects.org> commit bc3bee4505e3935ebcea7161ba39159968b9b765 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 06:32:49 2010 -0400 mrtg: Version bump. --- utils/mrtg/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/mrtg/DETAILS b/utils/mrtg/DETAILS index 5163f5b..eb8f572 100644 --- a/utils/mrtg/DETAILS +++ b/utils/mrtg/DETAILS @@ -1,12 +1,12 @@ MODULE=mrtg - VERSION=2.16.1 + VERSION=2.16.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://oss.oetiker.ch/mrtg/pub/ - SOURCE_VFY=sha1:cb389cebf258611da3e0bfeff96b4d0d02131c55 + SOURCE_VFY=sha1:8d810487585c929bf48246311512f88077e10e55 WEB_SITE=http://people.ee.ethz.ch/~oetiker/webtools/$MODULE/ - MAINTAINER=kc8apf at kc8apf.net ENTERED=20020510 - UPDATED=20080217 + UPDATED=20100622 + MAINTAINER=kc8apf at kc8apf.net SHORT="A tool to monitor the traffic load on network-links" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 12:41:57 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 06:41:57 -0400 Subject: [Lunar-commits] hardinfo: Version bump. Message-ID: <20100622102617.BB7A49B220@doppio.foo-projects.org> commit 95fee2829261f80793466f034ea2f364debc7731 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 06:41:57 2010 -0400 hardinfo: Version bump. --- utils/hardinfo/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/hardinfo/DETAILS b/utils/hardinfo/DETAILS index e364a5b..4058e38 100644 --- a/utils/hardinfo/DETAILS +++ b/utils/hardinfo/DETAILS @@ -1,12 +1,12 @@ MODULE=hardinfo - VERSION=0.4.2.3 + VERSION=0.5.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://download.berlios.de/$MODULE/ - SOURCE_VFY=sha1:b76e332dc4dd173a1afed3c3da292f85e9bbfe65 + SOURCE_VFY=sha1:983f0445aa60e02156bc5a5eaedeffb30b8e4d64 WEB_SITE=http://hardinfo.berlios.de/ ENTERED=20060618 - UPDATED=20071104 - SHORT="a system information/benchmark tool" + UPDATED=20100622 + SHORT="system information/benchmark tool" cat << EOF HardInfo is a system information and benchmark tool for Linux systems. From stumbles at lunar-linux.org Tue Jun 22 12:53:53 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 06:53:53 -0400 Subject: [Lunar-commits] vice: Version bump and adding a BUILD to insert a couple of missing x11 headers. Message-ID: <20100622103829.DFAED9B220@doppio.foo-projects.org> commit 80c5fa85a4515ec1085444c1001be7338678e976 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 06:53:53 2010 -0400 vice: Version bump and adding a BUILD to insert a couple of missing x11 headers. --- utils/vice/BUILD | 8 ++++++++ utils/vice/DETAILS | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/utils/vice/BUILD b/utils/vice/BUILD new file mode 100644 index 0000000..bff76c8 --- /dev/null +++ b/utils/vice/BUILD @@ -0,0 +1,8 @@ +( + + sed -i "62i #include " src/arch/unix/x11/xaw/x11video.c && + sed -i "63i #include " src/arch/unix/x11/xaw/x11video.c && + + default_build + +) > $C_FIFO 2>&1 diff --git a/utils/vice/DETAILS b/utils/vice/DETAILS index 2bbda84..b925e68 100644 --- a/utils/vice/DETAILS +++ b/utils/vice/DETAILS @@ -1,11 +1,11 @@ MODULE=vice - VERSION=1.22 + VERSION=2.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.viceteam.org/online/ - SOURCE_VFY=sha1:55e0047824f64173539e03ddd2d5ab51cd581fbb + SOURCE_URL=http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ + SOURCE_VFY=sha1:88ec1f4fefc708957b242805a28ca9b26a3e2738 WEB_SITE=http://www.viceteam.org ENTERED=20071013 - UPDATED=20071013 + UPDATED=20100622 SHORT="8-bit Commodore" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 12:57:39 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 06:57:39 -0400 Subject: [Lunar-commits] edict: Version bump. Message-ID: <20100622104158.BD0ED9B220@doppio.foo-projects.org> commit 4c5d968a04971c3e822249a2bc7abd9d49ff44db Author: Dennis `stumbles` Veatch Date: Tue Jun 22 06:57:39 2010 -0400 edict: Version bump. --- utils/edict/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/edict/DETAILS b/utils/edict/DETAILS index 2696aed..5648ab2 100644 --- a/utils/edict/DETAILS +++ b/utils/edict/DETAILS @@ -1,13 +1,13 @@ MODULE=edict - VERSION=2.2 + VERSION=2.4 SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=$SFORGE_URL/edictionary/ - SOURCE_VFY=sha1:c6942826df675f6186ba06e23ed5a28136397d61 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_VFY=sha1:001ee49ea92e66d7dba5964dd63032a814a1733f WEB_SITE=http://edictionary.sourceforge.net ENTERED=20030808 - UPDATED=20070320 - SHORT="command line dictionary." + UPDATED=20100622 + SHORT="command line dictionary" cat << EOF Love the command line? Hate to switch to a browser to search the web for From stumbles at lunar-linux.org Tue Jun 22 13:09:21 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 07:09:21 -0400 Subject: [Lunar-commits] wipe: Version bump. Message-ID: <20100622105340.10BCD9B220@doppio.foo-projects.org> commit 693579fef02a13a12f5596ae234431f6040239cf Author: Dennis `stumbles` Veatch Date: Tue Jun 22 07:09:21 2010 -0400 wipe: Version bump. --- utils/wipe/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/wipe/DETAILS b/utils/wipe/DETAILS index 27ab04c..549dd3e 100644 --- a/utils/wipe/DETAILS +++ b/utils/wipe/DETAILS @@ -1,11 +1,11 @@ MODULE=wipe - VERSION=2.2.0 + VERSION=2.3.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:4dd18f260ecd91b726336b2788fa33db04d6691a + SOURCE_VFY=sha1:72aa8bcbeb54deb676ae08af78401132860703de WEB_SITE=http://wipe.sf.net/ ENTERED=20051222 - UPDATED=20051222 + UPDATED=20100622 SHORT="more or less securely wipe data from files or devices" cat << EOF Wipe is a secure file wiping utility. From florin at lunar-linux.org Tue Jun 22 13:15:57 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 22 Jun 2010 14:15:57 +0300 Subject: [Lunar-commits] vlc: version bumped to 1.1.0. Message-ID: <20100622110149.207469B220@doppio.foo-projects.org> commit 541d41828cfe20394258855f10320f2faa96d84d Author: Florin Braescu Date: Tue Jun 22 14:15:57 2010 +0300 vlc: version bumped to 1.1.0. Important changes for packagers: * The module cache has moved to ${libdir}/vlc/. The module cache can now be generated at install time except if you use staged installation. In the later case, you can generate the module cache in your post-inst script by invoking 'vlc-cache-gen'. If the module cache is not present and vlc can't write in ${libdir}/vlc/, it will result it vlc taking a long time to launch each time. * Most X11-related plugins now use XCB instead of Xlib. VLC now uses - xproto, - xcb, xcb-shm, xcb-xv, xcb-randr (from libxcb), - xcb-keysyms (from xcb-utils), - x11-xcb (from libx11) - only for GLX support. * On X11 platforms, a _working_ version of xdg-screensaver is typically required to inhibit the screensaver during video playback. Access: * Support for the sftp protocol * Support for CDDB servers for Audio-CD on the Windows port * New memory input (imem) access and access_demux module to feed VLC from data in memory * New avio module to use libavformat capabilities for network streams, like rtmp:// * Port of the screen module from Xlib to XCB * Port of the dc1394 module from libdc1394 to libdc1394 v2.0 Decoders: * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7 * Support for VAAPI for H.264 decoding on GPU on GNU/Linux * Support for Audio/Video decoders and encoders using OpenMAX IL components for DSP * Support PGS subtitles for Blu-Ray * Support for HD-DVB subtitles - Display Definition Segment * Invmem module improvements * Support for Atrac1 audio codec * Support for SSE3 and SSE4 capabilities in some codecs * Multiple improvements for subtitles styles in .SRT and .SSA * Support for native decoding of Windows Media Speech (Voice) audio codec * Support for AMR-NB audio codec on the Windows and Mac port * Support for Indeo5 video codec * Improvements on the FLAC format (7.1 channels and 88.2/176.4/192 kHz support) * Direct rendering is used more often with H.264 in avcodec module * Support for MPEG-4 ALS lossless audio codec * Support for VP8 codec * Support for 7.1 channels in vorbis audio Demuxers: * Many fixes on Matroska support (notably seeking) and support for Webm format * Support for .aob files from DVD-Audio (MLP and LPCM) (Full disc support is NOT present yet) * Support for ADPCM in .flv streams * Support for TwinVQ (.vqf) and AMV (.amv) files * Various EGP improvements * Support for embedded subtitles in OpenDML and legacy .avi files * Metadata and cover art improvements Video Output: * Rewrite of the video output core and most video outputs * Added desktop mode to the Direct3D output module. It differs from DirectX desktop mode, because it hides the desktop icons, but reacts to mouse clicks. * New x11, glx and xv modules based on XCB * New deinterlacing modes based on yadif and yadif(x2) * New audio/video filter to show audio level on the video output * Enhanced AtmoLight filter with hardware support for Classic AtmoLight (http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin) Quattro AtmoLight (use just 4 Classic AtmoLights as one) MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html) Simple serial DMX controller (http://www.ulrichradig.de/ search for DMX) Extensions: * New content extensions framework for lua Audio filters: * Chorus/Flanger audio filter * 3F1R to stereo down-mix filter * Dolby mixer, parameterized equalizer, trivial mixer, scaletempo, bandlimited resampler, linear resampler, ugly resampler, converter_fixed, DTS to SPDIF and A/52 to SPDIF filters have been upgraded to the "audio filter2" API * NEON assembly audio converter module * Converter filters have been rewritten and extended to support s32 as input Playlist: * WPL and ZPL playlist support * Lua scripts for Mpora, Vimeo playback and Rockbox FM radios * New Play-And-Pause function to stop playback on latest video image * Podcast images are now displayed Service discovery: * Service discoveries can now be written in lua * Service discovery for Picture/Music/Video user directories * Service discovery based on libudev * Shoutcast Service discoveries are now removed Encoders: * x264, add psy-rd parameter and change default settings * x264, add profile-limitter same way as x264.exe has, for example #transcode{vcodec=h264,venc=x264{profile=baseline,level=1.2},vb=384,width=320,height=176} * x264, defaults to crf=23 as x264.exe-does, if bitrate is given, uses ABR and if qp-value is set uses CQP * libx264-version 0.76 or higher is required * x264 has tune/preset parameters supported Stream output: * New smem module, streaming to memory * Allow duplicate outputs to be merged, like: --sout "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}" Interfaces: * Renamed the legacy rc, telnet and http interfaces to oldrc, oldtelnet and oldhttp. * rc, telnet and http are now implemented using the lua interface system. * qt4 interface contains new iconview and listview mode for playlist Visualization: * Support of .milk visualization files using projectM libraries Mac OS X Port: * Vastly improved VLCKit framework * A new dialog provider for libvlc-internal interaction without full interface * Improved update detection and installation by using the Sparkle framework by Andy Matuschak et al. * New CoreText based text renderer replacing the former ATSUI renderer * New Video output module (mostly targetting VLCKit) * Optimised behavior when using the 2009 Apple Remote Windows port: * Integration in Windows 7 taskbar * Playback of .Midi files is supported through fluidsynth's module Maemo port: * Multiple improvements for N900 compliance and efficiency * Support for HW accelerated video decoding on N900 * Improvements to the maemo/hildon interface Misc: * new sqlite module * --save-config command line option not supported anymore. * Fixed and reenabled netsync module. * Improved Solaris port Bindings: * new C++ wrapper around libVLC: libVLCpp * phonon-VLC backend is now usable Removed modules: * csri codec: use the libass module instead. * galaktos visualisation: use the new projectM module instead. * showintf: Useless in Qt and on Mac OS X * transrate: broken since too long * Xlib x11, Xlib xvideo, Xlib glx: Use the new XCB modules instead. * HAL: Use libudev instead. * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces * WinCE, BeOS and qnx interfaces * opie, qte and qte_main interfaces * linear_resampler and trivial_resampler are removed: use the ugly one. * XvMC accelerated modules: use VAAPI instead. * MGA (Matroska) for Linux: use Linux Framebuffer (or X) instead. * opengllayer: use macosx_video instead. * cddax: use cdda instead. * cmml and tarkin codecs are removed because they are dead codecs. * realaudio codecs: use libavcodec * access_file removed in favor of filesystem * RTMP input and output: use avio module --- video/vlc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS index fce6322..136365b 100644 --- a/video/vlc/DETAILS +++ b/video/vlc/DETAILS @@ -1,11 +1,11 @@ MODULE=vlc - VERSION=1.0.6 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION - SOURCE_VFY=sha1:834346a84a71d915440b7741e04b6e02de451786 + SOURCE_VFY=sha1:b3545548d9d99942f7a463d2758dcbc7ad250b05 WEB_SITE=http://www.videolan.org ENTERED=20011113 - UPDATED=20100422 + UPDATED=20100622 SHORT="Videolan client multimedia player" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 14:26:45 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 08:26:45 -0400 Subject: [Lunar-commits] phonon-vlc: Changing the DEPENDS to vlc now that it is at 1.1.0. This module adds a third audio backend to kde (phonon-vlc). I have been using this since the module was added to zbeta and has been working just fine. You need do nothing more than lin this module and then Systesettings > Multimedia > Backend and move it to the first position in the list and apply. Message-ID: <20100622121411.B5B6D9B220@doppio.foo-projects.org> commit 2c47722d0ab93629bc5b54fb029dbdc581af3b70 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 08:26:45 2010 -0400 phonon-vlc: Changing the DEPENDS to vlc now that it is at 1.1.0. This module adds a third audio backend to kde (phonon-vlc). I have been using this since the module was added to zbeta and has been working just fine. You need do nothing more than lin this module and then Systesettings > Multimedia > Backend and move it to the first position in the list and apply. --- zbeta/phonon-vlc/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/phonon-vlc/DEPENDS b/zbeta/phonon-vlc/DEPENDS index da61971..dd8d9ca 100644 --- a/zbeta/phonon-vlc/DEPENDS +++ b/zbeta/phonon-vlc/DEPENDS @@ -1 +1 @@ -depends vlc-git +depends vlc From stumbles at lunar-linux.org Tue Jun 22 14:30:48 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 08:30:48 -0400 Subject: [Lunar-commits] mythtv-plugins: Version bump. Message-ID: <20100622121535.EA8DF9B220@doppio.foo-projects.org> commit 35150faf90816e1b2abac767db2df7fb38f55827 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 08:30:48 2010 -0400 mythtv-plugins: Version bump. --- video/mythtv-plugins/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mythtv-plugins/DETAILS b/video/mythtv-plugins/DETAILS index ac501fd..6411a12 100644 --- a/video/mythtv-plugins/DETAILS +++ b/video/mythtv-plugins/DETAILS @@ -1,12 +1,12 @@ MODULE=mythtv-plugins - VERSION=0.22 + VERSION=0.23 SOURCE=mythplugins-$VERSION.tar.bz2 SOURCE_URL=http://www.mythtv.org/download/plugins/$VERSION/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mythplugins-$VERSION - SOURCE_VFY=sha1:dc60550ba57173e3a6616d6041042d844d5b638a + SOURCE_VFY=sha1:a7502504902eac915c7553ce837ab8360469ffa6 WEB_SITE=http://www.mythtv.org ENTERED=20040304 - UPDATED=20091108 + UPDATED=20100622 SHORT="Additional MythTV Plugins" cat << EOF Several MythTV plugins providing extra functionality. From stumbles at lunar-linux.org Tue Jun 22 14:31:13 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 08:31:13 -0400 Subject: [Lunar-commits] mythtv-themes: Version bump. Message-ID: <20100622121536.053649B221@doppio.foo-projects.org> commit 24b8d178f13331f21138ed2fc9345aa302035c92 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 08:31:13 2010 -0400 mythtv-themes: Version bump. --- video/mythtv-themes/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mythtv-themes/DETAILS b/video/mythtv-themes/DETAILS index 81d7cea..fd8fe2a 100644 --- a/video/mythtv-themes/DETAILS +++ b/video/mythtv-themes/DETAILS @@ -1,12 +1,12 @@ MODULE=mythtv-themes - VERSION=0.22 + VERSION=0.23 SOURCE=myththemes-$VERSION.tar.bz2 SOURCE_URL=http://www.mythtv.org/download/themes/$VERSION/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/myththemes-$VERSION/ - SOURCE_VFY=sha1:e5185a82c1203f2aad057482736105011335341d + SOURCE_VFY=sha1:13c641a03a7e971c7452769bb2e1805bce3f563f WEB_SITE=http://www.mythtv.org ENTERED=20040304 - UPDATED=20091108 + UPDATED=20100622 SHORT="Additional MythTV interface and OSD themes" cat << EOF Provides extra contributed MythTV interface and OSD themes. Adds some themes From stumbles at lunar-linux.org Tue Jun 22 17:08:32 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 11:08:32 -0400 Subject: [Lunar-commits] mpage: Version bump. Message-ID: <20100622145257.DB5C99B220@doppio.foo-projects.org> commit 8b4580da7f7ae03caee8d68bd061cc3e696d2a19 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 11:08:32 2010 -0400 mpage: Version bump. --- printer/mpage/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/mpage/DETAILS b/printer/mpage/DETAILS index 2f14345..0516d9b 100644 --- a/printer/mpage/DETAILS +++ b/printer/mpage/DETAILS @@ -1,11 +1,11 @@ MODULE=mpage - VERSION=2.5.5 + VERSION=2.5.6 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.mesa.nl/pub/mpage/ - SOURCE_VFY=sha1:5c53a31c2dc40c867ba1ca31e9912c99c90f3e74 + SOURCE_VFY=sha1:6be20c2892523814198cb12b1689781638a2c230 WEB_SITE=http://www.mesa.nl/pub/mpage/ ENTERED=20030702 - UPDATED=20061222 + UPDATED=20100622 SHORT="Print several pages on a single sheet of paper" cat << EOF Mpage is a program to reduce and print multiple pages of text per From stumbles at lunar-linux.org Tue Jun 22 17:20:10 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 11:20:10 -0400 Subject: [Lunar-commits] gcal: Version bump. Message-ID: <20100622150432.F3AB79B220@doppio.foo-projects.org> commit 3d6a7a36469d70aac6e0cd84e2bb9149369fc1a0 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 11:20:10 2010 -0400 gcal: Version bump. --- utils/gcal/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/gcal/DETAILS b/utils/gcal/DETAILS index 268eedc..4383453 100644 --- a/utils/gcal/DETAILS +++ b/utils/gcal/DETAILS @@ -1,13 +1,13 @@ MODULE=gcal - VERSION=3.01 + VERSION=3.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE_VFY=sha1:2f8dda0f759760c38beccd07fb73b18b392d6920 + SOURCE_VFY=sha1:8aae14b37b1bf1aa752a99608a5909baf5aa30db WEB_SITE=http://www.gnu.org/software/gcal/ ENTERED=20020214 - UPDATED=20020214 - SHORT="gcal displays hybrid and proleptic Julian and Gregorian calendar sheets." + UPDATED=20100622 + SHORT="displays hybrid and proleptic Julian and Gregorian calendar sheets" cat << EOF Gcal displays hybrid and proleptic Julian and Gregorian calendar sheets, respectively, for one month, three months, or a whole year, From stumbles at lunar-linux.org Tue Jun 22 18:56:51 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 12:56:51 -0400 Subject: [Lunar-commits] xforms: Version bump. Message-ID: <20100622164115.CDDA09B220@doppio.foo-projects.org> commit ec3d45f5d6c06daee2890020bc8b83e2cc596e14 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 12:56:51 2010 -0400 xforms: Version bump. --- x11-utils/xforms/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/xforms/DETAILS b/x11-utils/xforms/DETAILS index e322de6..858957a 100644 --- a/x11-utils/xforms/DETAILS +++ b/x11-utils/xforms/DETAILS @@ -1,11 +1,11 @@ MODULE=xforms - VERSION=1.0.92 + VERSION=1.0.93sp1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://savannah.nongnu.org/download/$MODULE - SOURCE_VFY=sha1:49d2d0593fbb17b2914f2d56cbad431edfd79161 + SOURCE_VFY=sha1:a2c52f44ef4b20fc9002615f978eb49c79f63cd2 WEB_SITE=http://savannah.nongnu.org/projects/xforms/ ENTERED=20020904 - UPDATED=20090921 + UPDATED=20100622 SHORT="An Open Source XForms GUI XLib library" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 19:01:48 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 13:01:48 -0400 Subject: [Lunar-commits] libsmbios: Version bump. Message-ID: <20100622164608.D46339B220@doppio.foo-projects.org> commit 9c7930adfd3af66becbe3d6cea01476739ac5808 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 13:01:48 2010 -0400 libsmbios: Version bump. --- utils/libsmbios/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/libsmbios/DETAILS b/utils/libsmbios/DETAILS index aad1101..e9dedfb 100644 --- a/utils/libsmbios/DETAILS +++ b/utils/libsmbios/DETAILS @@ -1,11 +1,11 @@ MODULE=libsmbios - VERSION=2.2.18 + VERSION=2.2.23 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://linux.dell.com/$MODULE/download/$MODULE/$MODULE-$VERSION - SOURCE_VFY=sha1:d3d9e62a3d8af6fd0d3464e7ceef9b368ce6bd08 + SOURCE_VFY=sha1:03a2e25f7b6524f295641fd0b85b6e97a3b0d698 WEB_SITE=http://linux.dell.com/libsmbios/main/ ENTERED=20080301 - UPDATED=20090702 + UPDATED=20100622 SHORT="library for easy SMBIOS access" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 19:12:47 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 13:12:47 -0400 Subject: [Lunar-commits] gtklp: Version bump. Message-ID: <20100622165707.E3E5D9B220@doppio.foo-projects.org> commit 3d40619a0b8fb6e7d8aa5aff2164f84c5a1170e7 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 13:12:47 2010 -0400 gtklp: Version bump. --- printer/gtklp/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/printer/gtklp/DETAILS b/printer/gtklp/DETAILS index e973d17..5a18669 100644 --- a/printer/gtklp/DETAILS +++ b/printer/gtklp/DETAILS @@ -1,12 +1,12 @@ MODULE=gtklp - VERSION=1.2.5 + VERSION=1.2.8 SOURCE=$MODULE-$VERSION.src.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:1505d1b708ef598559779b6e31fbf41f9b03ad28 + SOURCE_VFY=sha1:a881cc8705dcc96bba806929679b5392fb20c72d WEB_SITE=http://gtklp.sourceforge.net/ ENTERED=20050105 - UPDATED=20070901 - SHORT="a gtk+-2 GUI for frontend to cupsd" + UPDATED=20100622 + SHORT="gtk+-2 GUI for frontend to cupsd" cat << EOF A themeable Gtk+-2 GUI for cups. It allows one to set preferences From stumbles at lunar-linux.org Tue Jun 22 20:21:14 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 14:21:14 -0400 Subject: [Lunar-commits] help2man: Version bump. Message-ID: <20100622180535.08B7B9B220@doppio.foo-projects.org> commit 5b699182564fff46aa40d08d7de901ce4883dccf Author: Dennis `stumbles` Veatch Date: Tue Jun 22 14:21:14 2010 -0400 help2man: Version bump. --- utils/help2man/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/help2man/DETAILS b/utils/help2man/DETAILS index 3ef143c..77067ec 100644 --- a/utils/help2man/DETAILS +++ b/utils/help2man/DETAILS @@ -1,12 +1,12 @@ MODULE=help2man - VERSION=1.36.4 + VERSION=1.38.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/ - SOURCE_VFY=sha1:f3ffd89d50ee158589f2d0ccdc476d2ac3ebff70 + SOURCE_VFY=sha1:6f0109589eca3286c2619b03efd3f85433696039 WEB_SITE=http://www.gnu.org/software/$MODULE/ ENTERED=20090108 - UPDATED=20090108 + UPDATED=20100622 SHORT="a utility that converts --help output to a man page" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 20:26:39 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 14:26:39 -0400 Subject: [Lunar-commits] Sablot: Fixing SOURCE_URL and WEB_SITE urls. Its finally found a home. Message-ID: <20100622181120.A99119B220@doppio.foo-projects.org> commit 0bbe84dbf575d463599f18a4edfb6f16738dcbdc Author: Dennis `stumbles` Veatch Date: Tue Jun 22 14:26:39 2010 -0400 Sablot: Fixing SOURCE_URL and WEB_SITE urls. Its finally found a home. --- utils/Sablot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/Sablot/DETAILS b/utils/Sablot/DETAILS index cd8aa07..c8bf316 100644 --- a/utils/Sablot/DETAILS +++ b/utils/Sablot/DETAILS @@ -1,12 +1,12 @@ MODULE=Sablot VERSION=1.0.3 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://download-1.gingerall.cz/download/sablot/ + SOURCE_URL[0]=$SFORGE_URL/sablotron/sablotron-$VERSION/ SOURCE_VFY[0]=sha1:4e60a6aef32b661d7887b3ffd28339f47e2565e1 - WEB_SITE=http://www.gingerall.org/index.html + WEB_SITE=https://sourceforge.net/projects/sablotron/files/ ENTERED=20030603 UPDATED=20070611 - SHORT="Sablotron xsl processor." + SHORT="Sablotron xsl processor" cat << EOF Sablotron is an XML toolkit that implements XSLT 1.0, DOM Level2 From stumbles at lunar-linux.org Tue Jun 22 20:41:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 14:41:23 -0400 Subject: [Lunar-commits] nonpareil: Version bump. The BUILD needed an adjustment to skirt a build Message-ID: <20100622182701.046BE9B220@doppio.foo-projects.org> commit 9aa99fce7caca4afd0aabe89b77a47db1e7b3444 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 14:41:23 2010 -0400 nonpareil: Version bump. The BUILD needed an adjustment to skirt a build failure on a syntax error. So switching to scons "proper". --- utils/nonpareil/BUILD | 6 ++++-- utils/nonpareil/DEPENDS | 15 ++++++++------- utils/nonpareil/DETAILS | 6 +++--- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/utils/nonpareil/BUILD b/utils/nonpareil/BUILD index 9274b4d..b1e0f14 100644 --- a/utils/nonpareil/BUILD +++ b/utils/nonpareil/BUILD @@ -1,9 +1,11 @@ ( cd scons-local && tar xf scons-local-0.96.90.tar.gz && cd .. && - scons-local/scons.py prefix=/usr debug=no && + scons prefix=$MODULE_PREFIX debug=no && + prepare_install && - scons-local/scons.py install prefix=/usr && + scons install prefix=$MODULE_PREFIX && + gather_docs DEBUGGING TODO ) >$C_FIFO 2>&1 diff --git a/utils/nonpareil/DEPENDS b/utils/nonpareil/DEPENDS index bd3f0ea..9602479 100644 --- a/utils/nonpareil/DEPENDS +++ b/utils/nonpareil/DEPENDS @@ -1,8 +1,9 @@ -depends gtk+-2 && -depends glib-2 && -depends libxml2 && -depends SDL && -depends SDL_mixer && -depends flex && -depends bison && +depends scons +depends gtk+-2 +depends glib-2 +depends libxml2 +depends SDL +depends SDL_mixer +depends flex +depends bison depends netpbm diff --git a/utils/nonpareil/DETAILS b/utils/nonpareil/DETAILS index cde4d84..fb17364 100644 --- a/utils/nonpareil/DETAILS +++ b/utils/nonpareil/DETAILS @@ -1,12 +1,12 @@ MODULE=nonpareil - VERSION=0.78 + VERSION=0.79 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://nonpareil.brouhaha.com/download/ - SOURCE_VFY=sha1:1b212e20479fb15154e62984b9695b9a6b5b2e1c + SOURCE_VFY=sha1:83bc2f57e6ece9ce19e3449cce075ef246a9f4c2 WEB_SITE=http://nonpareil.brouhaha.com MAINTAINER=tchan at lunar-linux.org ENTERED=20060613 - UPDATED=20061206 + UPDATED=20100622 SHORT="HP calculator simulator" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 21:45:14 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 15:45:14 -0400 Subject: [Lunar-commits] elfutils: Version bump. Message-ID: <20100622192938.BBDC39B220@doppio.foo-projects.org> commit fe3530c94fd5b72d6f5c5b01d419fd568947e81f Author: Dennis `stumbles` Veatch Date: Tue Jun 22 15:45:14 2010 -0400 elfutils: Version bump. --- devel/elfutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/elfutils/DETAILS b/devel/elfutils/DETAILS index 6ab5efc..ad1dcd8 100644 --- a/devel/elfutils/DETAILS +++ b/devel/elfutils/DETAILS @@ -1,11 +1,11 @@ MODULE=elfutils - VERSION=0.142 + VERSION=0.147 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=https://fedorahosted.org/releases/e/l/elfutils/ - SOURCE_VFY=sha1:7091e58af8bd87eea4c1ca14bd8165e6a3ef2366 + SOURCE_VFY=sha1:0506e77df099fc75de157a2d83dd2608eca5cb69 WEB_SITE=https://fedorahosted.org/elfutils/ ENTERED=20021102 - UPDATED=20090909 + UPDATED=20100622 SHORT="Utilities related to ELF (UNIX binaries) objects" PSAFE=no USE_WRAPPERS=no From stumbles at lunar-linux.org Tue Jun 22 21:51:45 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 15:51:45 -0400 Subject: [Lunar-commits] ctags: Version bump. Adds support for more languages and bug fixes. Message-ID: <20100622193644.D272F9B220@doppio.foo-projects.org> commit 90961523ddeae5ba023c767a7117507241f423df Author: Dennis `stumbles` Veatch Date: Tue Jun 22 15:51:45 2010 -0400 ctags: Version bump. Adds support for more languages and bug fixes. --- devel/ctags/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/ctags/DETAILS b/devel/ctags/DETAILS index 6f6d9fa..18b43eb 100644 --- a/devel/ctags/DETAILS +++ b/devel/ctags/DETAILS @@ -1,11 +1,11 @@ MODULE=ctags - VERSION=5.7 + VERSION=5.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:f7e435286c25181d6cb28ca1ac2d4ba63507a82d + SOURCE_VFY=sha1:482da1ecd182ab39bbdc09f2f02c9fba8cd20030 WEB_SITE=http://ctags.sourceforge.net/ ENTERED=20020723 - UPDATED=20071016 + UPDATED=20100622 SHORT="Generates tag (index) files from source files" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 22:06:52 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 16:06:52 -0400 Subject: [Lunar-commits] highlight: Version bump. Adding an optional_depends and altering the build. Message-ID: <20100622195144.A14079B220@doppio.foo-projects.org> commit 37d65a292d2f1f443224f2fe26244b93146fd574 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 16:06:52 2010 -0400 highlight: Version bump. Adding an optional_depends and altering the build. --- devel/highlight/BUILD | 9 ++++----- devel/highlight/DEPENDS | 1 + devel/highlight/DETAILS | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/highlight/BUILD b/devel/highlight/BUILD index b897d8a..26a404d 100644 --- a/devel/highlight/BUILD +++ b/devel/highlight/BUILD @@ -1,13 +1,12 @@ ( - sedit "s:/usr/local/bin/:/usr/bin/:g" makefile && - sedit "s:\${PREFIX}/etc/highlight/:/etc/highlight/:" makefile && - make help && + default_make && - if module_installed wxGTK; then - make all-gui && make install-gui + if in_depends $MODULE qt4; then + . /etc/profile.d/qt4.rc + make gui && make install-gui fi && if module_installed doxygen; then diff --git a/devel/highlight/DEPENDS b/devel/highlight/DEPENDS new file mode 100644 index 0000000..0ad0e6a --- /dev/null +++ b/devel/highlight/DEPENDS @@ -0,0 +1 @@ +optional_depends qt4 "" "" "for qt4 GUI support" diff --git a/devel/highlight/DETAILS b/devel/highlight/DETAILS index 53366a7..20175b3 100644 --- a/devel/highlight/DETAILS +++ b/devel/highlight/DETAILS @@ -1,12 +1,12 @@ MODULE=highlight - VERSION=2.6.4 + VERSION=2.16 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.andre-simon.de/zip/ + SOURCE_VFY=sha1:b5fed14bb1a973fe134dd2133766bb86fdc7494e WEB_SITE=http://www.andre-simon.de/ - SOURCE_VFY=sha1:d0a9dc06bbca97e151ff297fca6bd46a67d81a33 ENTERED=20030722 - UPDATED=20070921 - SHORT="a universal source code converter" + UPDATED=20100622 + SHORT="universal source code converter" cat << EOF Highlight is a universal sourcecode converter for Linux and Windows, which transforms code to HTML, XHTML, RTF, LaTeX or TeX - files with From stumbles at lunar-linux.org Tue Jun 22 22:17:42 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 16:17:42 -0400 Subject: [Lunar-commits] rats: Version bump. Message-ID: <20100622200210.502E49B220@doppio.foo-projects.org> commit 39cda3f9f6af6fd67ece98b66571643eabc26014 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 16:17:42 2010 -0400 rats: Version bump. --- devel/rats/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rats/DETAILS b/devel/rats/DETAILS index 06f461b..9e54a99 100644 --- a/devel/rats/DETAILS +++ b/devel/rats/DETAILS @@ -1,11 +1,11 @@ MODULE=rats - VERSION=2.1 + VERSION=2.3 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.securesoftware.com/$MODULE/ - SOURCE_VFY=sha1:b837b1765caa8ed36b70e6c88446c4d415554500 - WEB_SITE=http://www.securesoftware.com/ + SOURCE_URL=http://www.fortify.com/servlet/download/public/ + SOURCE_VFY=sha1:02283f2a5f0482f09c7e33d2aa84d68c48a8ec5a + WEB_SITE=http://www.fortify.com/security-resources/rats.jsp ENTERED=20040911 - UPDATED=20040911 + UPDATED=20100622 SHORT="(R)ough (A)uditing (T)ool for (S)ecurity" cat << EOF From stumbles at lunar-linux.org Tue Jun 22 22:19:17 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 16:19:17 -0400 Subject: [Lunar-commits] rats: This really should be in the security section. Message-ID: <20100622200350.3CA739B220@doppio.foo-projects.org> commit 8d6577c6b5c7e07a0cc5f0c8cfdbf0e3bbbf913d Author: Dennis `stumbles` Veatch Date: Tue Jun 22 16:19:17 2010 -0400 rats: This really should be in the security section. --- devel/rats/DEPENDS | 1 - devel/rats/DETAILS | 17 ----------------- security/rats/DEPENDS | 1 + security/rats/DETAILS | 17 +++++++++++++++++ 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/devel/rats/DEPENDS b/devel/rats/DEPENDS deleted file mode 100644 index 01005df..0000000 --- a/devel/rats/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends expat diff --git a/devel/rats/DETAILS b/devel/rats/DETAILS deleted file mode 100644 index 9e54a99..0000000 --- a/devel/rats/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=rats - VERSION=2.3 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.fortify.com/servlet/download/public/ - SOURCE_VFY=sha1:02283f2a5f0482f09c7e33d2aa84d68c48a8ec5a - WEB_SITE=http://www.fortify.com/security-resources/rats.jsp - ENTERED=20040911 - UPDATED=20100622 - SHORT="(R)ough (A)uditing (T)ool for (S)ecurity" - -cat << EOF -RATS - Rought Auditing Tool for Security is an open sourced tool -developed and maintained by Secure Software security engineers. -It is a tool for scanning C, C++, Perl, PHP and Python source -code and flagging common security related programming errors such -as buffer overflows and TOCTOU race conditions. -EOF diff --git a/security/rats/DEPENDS b/security/rats/DEPENDS new file mode 100644 index 0000000..01005df --- /dev/null +++ b/security/rats/DEPENDS @@ -0,0 +1 @@ +depends expat diff --git a/security/rats/DETAILS b/security/rats/DETAILS new file mode 100644 index 0000000..9e54a99 --- /dev/null +++ b/security/rats/DETAILS @@ -0,0 +1,17 @@ + MODULE=rats + VERSION=2.3 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://www.fortify.com/servlet/download/public/ + SOURCE_VFY=sha1:02283f2a5f0482f09c7e33d2aa84d68c48a8ec5a + WEB_SITE=http://www.fortify.com/security-resources/rats.jsp + ENTERED=20040911 + UPDATED=20100622 + SHORT="(R)ough (A)uditing (T)ool for (S)ecurity" + +cat << EOF +RATS - Rought Auditing Tool for Security is an open sourced tool +developed and maintained by Secure Software security engineers. +It is a tool for scanning C, C++, Perl, PHP and Python source +code and flagging common security related programming errors such +as buffer overflows and TOCTOU race conditions. +EOF From stumbles at lunar-linux.org Tue Jun 22 23:48:36 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Jun 2010 17:48:36 -0400 Subject: [Lunar-commits] yaws: Version bump. Message-ID: <20100622213302.6EA769B220@doppio.foo-projects.org> commit 1ac19e5f1ccc69613e01044234947a1588dd9f37 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 17:48:36 2010 -0400 yaws: Version bump. --- web/yaws/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/yaws/DETAILS b/web/yaws/DETAILS index f09b943..17c4034 100644 --- a/web/yaws/DETAILS +++ b/web/yaws/DETAILS @@ -1,14 +1,14 @@ MODULE=yaws - VERSION=1.68 + VERSION=1.88 SOURCE=${MODULE}-${VERSION}.tar.gz SOURCE_URL=http://yaws.hyber.org/download/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:699de1f0ead3dcb6d68ad87d66a4b36a8e180170 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:053c5e821158f2f88fc25658384d1f793140eacb WEB_SITE="http://yaws.hyber.org/" ENTERED=20070830 UPDATED=20070830 - SHORT="A HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content webapplications." -cat < yaws: Don't need that. Message-ID: <20100622213339.8EAE19B220@doppio.foo-projects.org> commit dd6ef19224cb53e172b54280ad38dccc33b2be12 Author: Dennis `stumbles` Veatch Date: Tue Jun 22 17:49:19 2010 -0400 yaws: Don't need that. --- web/yaws/DETAILS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/web/yaws/DETAILS b/web/yaws/DETAILS index 17c4034..e1fc755 100644 --- a/web/yaws/DETAILS +++ b/web/yaws/DETAILS @@ -2,7 +2,6 @@ VERSION=1.88 SOURCE=${MODULE}-${VERSION}.tar.gz SOURCE_URL=http://yaws.hyber.org/download/ -#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_VFY=sha1:053c5e821158f2f88fc25658384d1f793140eacb WEB_SITE="http://yaws.hyber.org/" ENTERED=20070830 From stumbles at lunar-linux.org Wed Jun 23 13:42:11 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 07:42:11 -0400 Subject: [Lunar-commits] firefox: Version bump. Message-ID: <20100623112637.62EF59B220@doppio.foo-projects.org> commit 0fb8ecf36afc472724f00b350e7dc1fa6b923eec Author: Dennis `stumbles` Veatch Date: Wed Jun 23 07:42:11 2010 -0400 firefox: Version bump. --- web/firefox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/firefox/DETAILS b/web/firefox/DETAILS index 527419e..ca0106b 100644 --- a/web/firefox/DETAILS +++ b/web/firefox/DETAILS @@ -1,13 +1,13 @@ MODULE=firefox - VERSION=3.6.3 + VERSION=3.6.4 SOURCE=${MODULE}-${VERSION}.source.tar.bz2 SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/source SOURCE_URL[1]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/source SOURCE_URL[2]=ftp://ftp.mozilla.org/pub/firefox/releases/$VERSION/source - SOURCE_VFY=sha1:f3bcd808356d16bdb26bfcf1a64a251488c4fd02 + SOURCE_VFY=sha1:c73e4cf4a8e55b5a192fe59d38bef1d06f43e842 WEB_SITE=http://www.mozilla.org/projects/firefox ENTERED=20030810 - UPDATED=20100403 + UPDATED=20100623 MAINTAINER="tchan at lunar-linux.org" PSAFE=no SHORT="A speedy, full-featured web browser" From stumbles at lunar-linux.org Wed Jun 23 14:48:27 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 08:48:27 -0400 Subject: [Lunar-commits] dejavu-ttf: Version bump. Message-ID: <20100623123256.A5DC09B220@doppio.foo-projects.org> commit 67caf58c2390d07846be1f3c61df927e8eb41bdc Author: Dennis `stumbles` Veatch Date: Wed Jun 23 08:48:27 2010 -0400 dejavu-ttf: Version bump. --- fonts/dejavu-ttf/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fonts/dejavu-ttf/DETAILS b/fonts/dejavu-ttf/DETAILS index 6882c55..71c8254 100644 --- a/fonts/dejavu-ttf/DETAILS +++ b/fonts/dejavu-ttf/DETAILS @@ -1,12 +1,12 @@ MODULE=dejavu-ttf - VERSION=2.30 + VERSION=2.31 SOURCE=dejavu-fonts-ttf-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/dejavu-fonts-ttf-$VERSION SOURCE_URL=$SFORGE_URL/dejavu - SOURCE_VFY=sha1:3a09830033f74be6e370155410091f76193f5528 + SOURCE_VFY=sha1:33ed20fc45566bfac776a713b3bb4f1214ccb0f7 WEB_SITE=http://dejavu.sourceforge.net ENTERED=20060711 - UPDATED=20090830 + UPDATED=20100623 ARCHIVE=off SHORT="font family based on the Bitstream Vera Fonts" From florin at lunar-linux.org Wed Jun 23 14:53:00 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 15:53:00 +0300 Subject: [Lunar-commits] opera: version bumped to 10.11. Message-ID: <20100623124309.69E1F9B220@doppio.foo-projects.org> commit 8e5f1e736f96a3b20331adf00512a3bef463cd85 Author: Florin Braescu Date: Wed Jun 23 15:53:00 2010 +0300 opera: version bumped to 10.11. --- web/opera/DETAILS | 8 ++++---- web/opera/DETAILS.x86_64 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/opera/DETAILS b/web/opera/DETAILS index 3a5628c..e5efc57 100644 --- a/web/opera/DETAILS +++ b/web/opera/DETAILS @@ -1,16 +1,16 @@ MODULE=opera - VERSION=10.10 - SUBVERSION=4742 + VERSION=10.11 + SUBVERSION=4791 SOURCE=$MODULE-$VERSION.gcc4-qt4.i386.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$SUBVERSION.gcc4-qt4.i386 SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/i386 SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/i386 - SOURCE_VFY=sha1:f6d2938acdc8bbe2d762521313892989fd62a8be + SOURCE_VFY=sha1:a8be6753d64e815f4797c1654eec521299019440 WEB_SITE=http://www.opera.com MAINTAINER=ratler at lunar-linux.org LICENSE="proprietary" ENTERED=20051002 - UPDATED=20091123 + UPDATED=20100623 SHORT="The most full-featured Internet browser on the market" GARBAGE=off ARCHIVE=off diff --git a/web/opera/DETAILS.x86_64 b/web/opera/DETAILS.x86_64 index 08f6b0b..4bc3fbd 100644 --- a/web/opera/DETAILS.x86_64 +++ b/web/opera/DETAILS.x86_64 @@ -1,16 +1,16 @@ MODULE=opera - VERSION=10.10 - SUBVERSION=4742 + VERSION=10.11 + SUBVERSION=4791 SOURCE=$MODULE-$VERSION.gcc4-qt4.x86_64.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$SUBVERSION.gcc4-qt4.x86_64 SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/x86_64 SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/x86_64 - SOURCE_VFY=sha1:6098ac4e4b2fd0519bdbfdb32dc97e50d17fd004 + SOURCE_VFY=sha1:286079fa19484bfddf2b20ef509f4aebc5926d09 WEB_SITE=http://www.opera.com MAINTAINER=ratler at lunar-linux.org LICENSE="proprietary" ENTERED=20080612 - UPDATED=20091123 + UPDATED=20100623 SHORT="The most full-featured Internet browser on the market" GARBAGE=off ARCHIVE=off From florin at lunar-linux.org Wed Jun 23 14:58:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 15:58:25 +0300 Subject: [Lunar-commits] opera-static: version bumped to 10.11. Message-ID: <20100623124309.767EE9B221@doppio.foo-projects.org> commit ef4446d17c21abfb23de36edf500a5747e01afaa Author: Florin Braescu Date: Wed Jun 23 15:58:25 2010 +0300 opera-static: version bumped to 10.11. --- web/opera-static/DETAILS | 10 +++++----- web/opera-static/DETAILS.x86_64 | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/opera-static/DETAILS b/web/opera-static/DETAILS index b416a52..5db6a7e 100644 --- a/web/opera-static/DETAILS +++ b/web/opera-static/DETAILS @@ -1,16 +1,16 @@ MODULE=opera-static - VERSION=10.10 - SUBVERSION=4742 + VERSION=10.11 + SUBVERSION=4791 SOURCE=opera-$VERSION.gcc4-bundled-qt4.i386.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION.gcc4-bundled-qt4.i386 SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/i386 SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/i386 - SOURCE_VFY=sha1:9823c686ff2cce92da5b24f83cd6aa3982b2649b - WEB_SITE=http://www.opera.com/ + SOURCE_VFY=sha1:dec9036cd3d23aad5f301475bb73d05ede213c07 + WEB_SITE=http://www.opera.com MAINTAINER=ratler at lunar-linux.org LICENSE="proprietary" ENTERED=20051002 - UPDATED=20091123 + UPDATED=20100623 SHORT="The most full-featured Internet browser on the market" GARBAGE=off ARCHIVE=off diff --git a/web/opera-static/DETAILS.x86_64 b/web/opera-static/DETAILS.x86_64 index b6d11f1..f4bfe63 100644 --- a/web/opera-static/DETAILS.x86_64 +++ b/web/opera-static/DETAILS.x86_64 @@ -1,16 +1,16 @@ MODULE=opera-static - VERSION=10.10 - SUBVERSION=4742 + VERSION=10.11 + SUBVERSION=4791 SOURCE=opera-$VERSION.gcc4-bundled-qt4.x86_64.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION.gcc4-bundled-qt4.x86_64 SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/x86_64 SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/x86_64 - SOURCE_VFY=sha1:9f744474dac1da9fc08ce16857f1b867620daf6e - WEB_SITE=http://www.opera.com/ + SOURCE_VFY=sha1: + WEB_SITE=http://www.opera.com MAINTAINER=ratler at lunar-linux.org LICENSE="proprietary" ENTERED=20090901 - UPDATED=20091123 + UPDATED=20100623 SHORT="The most full-featured Internet browser on the market" GARBAGE=off ARCHIVE=off From florin at lunar-linux.org Wed Jun 23 15:18:36 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 16:18:36 +0300 Subject: [Lunar-commits] samba: version bumped to 3.5.4. Message-ID: <20100623130303.D80079B220@doppio.foo-projects.org> commit bfb27d8218a54403b0100c8b3f4b0258c1e9be56 Author: Florin Braescu Date: Wed Jun 23 16:18:36 2010 +0300 samba: version bumped to 3.5.4. Bugfixes release. --- net/samba/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/samba/DETAILS b/net/samba/DETAILS index 52107e0..4588cf0 100644 --- a/net/samba/DETAILS +++ b/net/samba/DETAILS @@ -1,5 +1,5 @@ MODULE=samba - VERSION=3.5.3 + VERSION=3.5.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://us1.samba.org/$MODULE/ftp SOURCE_URL[1]=http://us2.samba.org/$MODULE/ftp @@ -8,10 +8,10 @@ SOURCE_URL[4]=ftp://se.samba.org/pub/$MODULE SOURCE_URL[5]=ftp://de.samba.org/samba.org SOURCE_URL[6]=http://us1.samba.org/$MODULE/ftp/old-versions - SOURCE_VFY=sha1:e9de369de7c8a17db18d3b7a315d1d5305f3b509 + SOURCE_VFY=sha1:940730d30aba756cf3e7037f52cef684970afc34 WEB_SITE=http://www.samba.org ENTERED=20010922 - UPDATED=20100520 + UPDATED=20100623 SHORT="Samba provides file and print services to SMB/CIFS clients" PSAFE=no From stumbles at lunar-linux.org Wed Jun 23 15:32:58 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 09:32:58 -0400 Subject: [Lunar-commits] ClanLib: Version bump. Message-ID: <20100623131727.6829D9B220@doppio.foo-projects.org> commit 3db3aed9de4bdd0c588eda2cf4928c9c16b110dc Author: Dennis `stumbles` Veatch Date: Wed Jun 23 09:32:58 2010 -0400 ClanLib: Version bump. --- libs/ClanLib/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/ClanLib/DETAILS b/libs/ClanLib/DETAILS index 1b54331..fabbc18 100644 --- a/libs/ClanLib/DETAILS +++ b/libs/ClanLib/DETAILS @@ -1,12 +1,12 @@ MODULE=ClanLib - VERSION=2.1.0 + VERSION=2.1.1 SOURCE=$MODULE-$VERSION.tgz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=http://www.clanlib.org/download/releases-2.0 - SOURCE_VFY=sha1:ce54a10c18e2d5dbb4098f308894a3914c0ff354 + SOURCE_VFY=sha1:f99e8608cee2aa1b5ff09544cbc30c3c876f9771 WEB_SITE=http://clanlib.org ENTERED=20011105 - UPDATED=20091022 + UPDATED=20100623 SHORT="Multi-Platform game development library" cat << EOF From stumbles at lunar-linux.org Wed Jun 23 15:41:13 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 09:41:13 -0400 Subject: [Lunar-commits] allegro: Version bump. Message-ID: <20100623132543.0DA459B220@doppio.foo-projects.org> commit 3a844526a0f36c3f8aa1ca3407a17612fa545715 Author: Dennis `stumbles` Veatch Date: Wed Jun 23 09:41:13 2010 -0400 allegro: Version bump. --- libs/allegro/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/allegro/DETAILS b/libs/allegro/DETAILS index 293f626..fb29ec5 100644 --- a/libs/allegro/DETAILS +++ b/libs/allegro/DETAILS @@ -1,11 +1,11 @@ MODULE=allegro - VERSION=4.2.2 + VERSION=4.2.3.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/alleg/ - SOURCE_VFY=sha1:1526fc87e028db9de0b94fd8d0697e47b91b15b7 + SOURCE_VFY=sha1:f541ff5f414875bddec321aa1fc55a2218754f22 WEB_SITE=http://alleg.sourceforge.net/ ENTERED=20020107 - UPDATED=20070723 + UPDATED=20100623 SHORT="Cross-platform game library" PSAFE=no From florin at lunar-linux.org Wed Jun 23 15:36:02 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 16:36:02 +0300 Subject: [Lunar-commits] gst-plugins-bad: version bumped to 0.10.19. Message-ID: <20100623132543.86D609B220@doppio.foo-projects.org> commit e584f1073b0d879dd06374b09602bcc16d9743ee Author: Florin Braescu Date: Wed Jun 23 16:36:02 2010 +0300 gst-plugins-bad: version bumped to 0.10.19. --- audio/gst-plugins-bad/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/gst-plugins-bad/DETAILS b/audio/gst-plugins-bad/DETAILS index 64b8480..23c3772 100644 --- a/audio/gst-plugins-bad/DETAILS +++ b/audio/gst-plugins-bad/DETAILS @@ -1,11 +1,11 @@ MODULE=gst-plugins-bad - VERSION=0.10.18 + VERSION=0.10.19 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE - SOURCE_VFY=sha1:33853ed4f3be8d80c42a2a8dcce7052a08c1d64f + SOURCE_VFY=sha1:3d5ca09f99371fb569ed029dcaef8119f0841821 WEB_SITE=http://gstreamer.freedesktop.org ENTERED=20060311 - UPDATED=20100306 + UPDATED=20100623 SHORT="additional plugins for Gstreamer 0.10.x" cat << EOF From florin at lunar-linux.org Wed Jun 23 15:36:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 16:36:48 +0300 Subject: [Lunar-commits] gst-plugins-good: version bumped to 0.10.23. Message-ID: <20100623132543.928199B221@doppio.foo-projects.org> commit 18c19b0795c72bb08b58e3d3f5979e8c83e3b5ee Author: Florin Braescu Date: Wed Jun 23 16:36:48 2010 +0300 gst-plugins-good: version bumped to 0.10.23. --- audio/gst-plugins-good/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/gst-plugins-good/DETAILS b/audio/gst-plugins-good/DETAILS index 943ef95..b3b339f 100644 --- a/audio/gst-plugins-good/DETAILS +++ b/audio/gst-plugins-good/DETAILS @@ -1,11 +1,11 @@ MODULE=gst-plugins-good - VERSION=0.10.22 + VERSION=0.10.23 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE - SOURCE_VFY=sha1:381f3603a1704aa36297937808220fb8c6c102f4 + SOURCE_VFY=sha1:d819a2690e5bfe83f1277c850b737a13f8f28c12 WEB_SITE=http://gstreamer.freedesktop.org/modules/gst-plugins-good.html ENTERED=20060311 - UPDATED=20100506 + UPDATED=20100623 SHORT="additional plugins for Gstreamer 0.10.x" cat << EOF From florin at lunar-linux.org Wed Jun 23 15:37:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 16:37:26 +0300 Subject: [Lunar-commits] gst-plugins-ugly: version bumped to 0.10.15. Message-ID: <20100623132543.BC2689B223@doppio.foo-projects.org> commit 04d5e6934adda533dd8af509db268eaec936c844 Author: Florin Braescu Date: Wed Jun 23 16:37:26 2010 +0300 gst-plugins-ugly: version bumped to 0.10.15. --- audio/gst-plugins-ugly/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/gst-plugins-ugly/DETAILS b/audio/gst-plugins-ugly/DETAILS index 08e6274..2d090b9 100644 --- a/audio/gst-plugins-ugly/DETAILS +++ b/audio/gst-plugins-ugly/DETAILS @@ -1,11 +1,11 @@ MODULE=gst-plugins-ugly - VERSION=0.10.14 + VERSION=0.10.15 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE - SOURCE_VFY=sha1:b1622b732335835c73b334c3769e00834ad0e387 + SOURCE_VFY=sha1:d94b696cb2abba8e8780e6aa9c04e86b2d06aad8 WEB_SITE=http://gstreamer.freedesktop.org ENTERED=20060311 - UPDATED=20100306 + UPDATED=20100623 SHORT="additional plugins for Gstreamer 0.10.x" cat << EOF From florin at lunar-linux.org Wed Jun 23 15:41:17 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 16:41:17 +0300 Subject: [Lunar-commits] gnome-panel: version bumped to 2.30.2. Message-ID: <20100623132543.D37F99B224@doppio.foo-projects.org> commit 3d472bd924ac346f59970281a6e063c301a874e1 Author: Florin Braescu Date: Wed Jun 23 16:41:17 2010 +0300 gnome-panel: version bumped to 2.30.2. --- gnome2/desktop/gnome-panel/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-panel/DETAILS b/gnome2/desktop/gnome-panel/DETAILS index 1f75b00..3d609b9 100644 --- a/gnome2/desktop/gnome-panel/DETAILS +++ b/gnome2/desktop/gnome-panel/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-panel MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:5879792b832c7c5e062fc6759753a7ac2c93da32 + SOURCE_VFY=sha1:4be902269d4dd4af1e988d522ae613946890ec0a WEB_SITE=http://live.gnome.org/GnomePanel ENTERED=20020714 - UPDATED=20100405 + UPDATED=20100623 SHORT="Panel for GNOME" PSAFE=no From florin at lunar-linux.org Wed Jun 23 15:44:11 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 16:44:11 +0300 Subject: [Lunar-commits] libgnomekbd: version bumped to 2.30.2. Message-ID: <20100623132836.E5A509B220@doppio.foo-projects.org> commit 134df1e86799bf93c7b19cb10f97e673c4373314 Author: Florin Braescu Date: Wed Jun 23 16:44:11 2010 +0300 libgnomekbd: version bumped to 2.30.2. --- gnome2/desktop/libgnomekbd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/libgnomekbd/DETAILS b/gnome2/desktop/libgnomekbd/DETAILS index b50d09b..dc26a6f 100644 --- a/gnome2/desktop/libgnomekbd/DETAILS +++ b/gnome2/desktop/libgnomekbd/DETAILS @@ -1,12 +1,12 @@ MODULE=libgnomekbd MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:9d95d0d71060ce08d7ceaccfe3bf5b283b64de48 + SOURCE_VFY=sha1:474acc0ae87ac8eccadbf48b60fad885f9e271f7 WEB_SITE=http://www.gnome.org ENTERED=20070315 - UPDATED=20100428 + UPDATED=20100623 SHORT="the GNOME keyboard configuration library" cat << EOF From stumbles at lunar-linux.org Wed Jun 23 15:41:13 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 09:41:13 -0400 Subject: [Lunar-commits] allegro: Version bump. Message-ID: <20100623133109.9DB479B220@doppio.foo-projects.org> commit 3a844526a0f36c3f8aa1ca3407a17612fa545715 Author: Dennis `stumbles` Veatch Date: Wed Jun 23 09:41:13 2010 -0400 allegro: Version bump. --- libs/allegro/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/allegro/DETAILS b/libs/allegro/DETAILS index 293f626..fb29ec5 100644 --- a/libs/allegro/DETAILS +++ b/libs/allegro/DETAILS @@ -1,11 +1,11 @@ MODULE=allegro - VERSION=4.2.2 + VERSION=4.2.3.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/alleg/ - SOURCE_VFY=sha1:1526fc87e028db9de0b94fd8d0697e47b91b15b7 + SOURCE_VFY=sha1:f541ff5f414875bddec321aa1fc55a2218754f22 WEB_SITE=http://alleg.sourceforge.net/ ENTERED=20020107 - UPDATED=20070723 + UPDATED=20100623 SHORT="Cross-platform game library" PSAFE=no From stumbles at lunar-linux.org Wed Jun 23 15:46:34 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 09:46:34 -0400 Subject: [Lunar-commits] confuse: Versionbump and the patch is not needed. Message-ID: <20100623133109.A90359B221@doppio.foo-projects.org> commit eacbe2c60910214af729c2ca5841804aab1b1ed4 Author: Dennis `stumbles` Veatch Date: Wed Jun 23 09:46:34 2010 -0400 confuse: Versionbump and the patch is not needed. --- libs/confuse/BUILD | 8 -------- libs/confuse/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/libs/confuse/BUILD b/libs/confuse/BUILD deleted file mode 100644 index a29c8d9..0000000 --- a/libs/confuse/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - - # Apply -I../src/ include patch to tests/Makefile.in - patch_it $SOURCE2 0 && - - default_build - -) > $C_FIFO 2>&1 diff --git a/libs/confuse/DETAILS b/libs/confuse/DETAILS index 2332fb0..fcf8a13 100644 --- a/libs/confuse/DETAILS +++ b/libs/confuse/DETAILS @@ -1,14 +1,11 @@ MODULE=confuse - VERSION=2.5 + VERSION=2.7 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION.makefile.patch SOURCE_URL=http://savannah.nongnu.org/download/confuse/ - SOURCE_VFY=sha1:0ba87baeb0f6540414b24c4b2d47ae375d0b870d - SOURCE2_URL=http://mirror.gezeiten.org/lunar/patches/ - SOURCE2_VFY=sha1:5ab95aaed59fbf2700826959a7ae98bea21fb1e4 + SOURCE_VFY=sha1:b3f74f9763e6c9012476dbd323d083af4be34cad WEB_SITE=http://www.nongnu.org/confuse/ ENTERED=20040822 - UPDATED=20060421 + UPDATED=20100623 SHORT="Library for configuration files" MAINTAINER=jannis at lunar-linux.org From florin at lunar-linux.org Wed Jun 23 15:48:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 16:48:03 +0300 Subject: [Lunar-commits] libsoup: version bumped to 2.30.2. Message-ID: <20100623133523.8E52E9B220@doppio.foo-projects.org> commit 80623ae36d5d7229182464c3b9f342706b96c6a3 Author: Florin Braescu Date: Wed Jun 23 16:48:03 2010 +0300 libsoup: version bumped to 2.30.2. --- gnome2/desktop/libsoup/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/libsoup/DETAILS b/gnome2/desktop/libsoup/DETAILS index ca45fd1..36d5917 100644 --- a/gnome2/desktop/libsoup/DETAILS +++ b/gnome2/desktop/libsoup/DETAILS @@ -1,12 +1,12 @@ MODULE=libsoup MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:661d14ff2dde5a9ff04c3751711bfec11dfd0738 + SOURCE_VFY=sha1:bf3ce2efb5452f79758a05b010d21bdaa1ba985c WEB_SITE=http://www.gnome.org ENTERED=20030413 - UPDATED=20100428 + UPDATED=20100623 PSAFE=no SHORT="a SOAP implementation in C" From florin at lunar-linux.org Wed Jun 23 15:51:01 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 16:51:01 +0300 Subject: [Lunar-commits] evince: version bumped to 2.30.2. Message-ID: <20100623133523.9AF639B221@doppio.foo-projects.org> commit 1a8a02409e12d9bd0b8cb1be6a6b1e36c848667b Author: Florin Braescu Date: Wed Jun 23 16:51:01 2010 +0300 evince: version bumped to 2.30.2. --- gnome2/desktop/evince/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/evince/DETAILS b/gnome2/desktop/evince/DETAILS index 44a7d65..d912f48 100644 --- a/gnome2/desktop/evince/DETAILS +++ b/gnome2/desktop/evince/DETAILS @@ -1,12 +1,12 @@ MODULE=evince MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:d9ed127301708b3fcf7abc2c442b0c22ab16a90c + SOURCE_VFY=sha1:4c62fd4e3b700a10d465c27802036fdcedbb0e93 WEB_SITE=http://www.gnome.org/projects/$MODULE ENTERED=20050918 - UPDATED=20100428 + UPDATED=20100623 SHORT="A document viewer for multiple formats (PDF, Postscript)" cat << EOF From florin at lunar-linux.org Wed Jun 23 15:57:00 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 16:57:00 +0300 Subject: [Lunar-commits] gnome-settings-daemon: version bumped to 2.30.2. Message-ID: <20100623134133.3FC4B9B220@doppio.foo-projects.org> commit 9ba815c38cb19e04890cf98c46f95a96a064adf8 Author: Florin Braescu Date: Wed Jun 23 16:57:00 2010 +0300 gnome-settings-daemon: version bumped to 2.30.2. --- gnome2/desktop/gnome-settings-daemon/DETAILS | 6 +++--- kde4/extragear/ktorrent/DETAILS | 2 +- kde4/extragear/libktorrent/DETAILS | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gnome2/desktop/gnome-settings-daemon/DETAILS b/gnome2/desktop/gnome-settings-daemon/DETAILS index ed44518..e82ed6e 100644 --- a/gnome2/desktop/gnome-settings-daemon/DETAILS +++ b/gnome2/desktop/gnome-settings-daemon/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-settings-daemon MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:4d56eb3ad43c81f3b51186e332d65924c1fbc883 + SOURCE_VFY=sha1:75fe75eaa7d6197514c1de8b8c47c869f2bade2c WEB_SITE=http://www.gnome.org ENTERED=20080312 - UPDATED=20100428 + UPDATED=20100623 SHORT="Gnome settings library" cat << EOF diff --git a/kde4/extragear/ktorrent/DETAILS b/kde4/extragear/ktorrent/DETAILS index 419b0a9..171dc2b 100644 --- a/kde4/extragear/ktorrent/DETAILS +++ b/kde4/extragear/ktorrent/DETAILS @@ -1,6 +1,6 @@ MODULE=ktorrent MAJOR=4.0 - VERSION=${MAJOR}.1 + VERSION=$MAJOR.1 SOURCE=ktorrent-$VERSION.tar.bz2 SOURCE_URL=http://ktorrent.org/downloads/$VERSION/ MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} diff --git a/kde4/extragear/libktorrent/DETAILS b/kde4/extragear/libktorrent/DETAILS index 971d10a..4e9cef7 100644 --- a/kde4/extragear/libktorrent/DETAILS +++ b/kde4/extragear/libktorrent/DETAILS @@ -1,5 +1,5 @@ MODULE=libktorrent - MAJOR=4.0.1 + MAJOR=4.0.1 VERSION=1.0.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://ktorrent.org/downloads/$MAJOR From florin at lunar-linux.org Wed Jun 23 16:00:05 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:00:05 +0300 Subject: [Lunar-commits] telepathy-haze: version bumped to 0.3.5. Message-ID: <20100623134434.96D1C9B220@doppio.foo-projects.org> commit 8ad916435918beb8b408ac1b7ca4ba3ba3b5d27a Author: Florin Braescu Date: Wed Jun 23 17:00:05 2010 +0300 telepathy-haze: version bumped to 0.3.5. --- chat/telepathy-haze/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/telepathy-haze/DETAILS b/chat/telepathy-haze/DETAILS index 48784cb..0be1af7 100644 --- a/chat/telepathy-haze/DETAILS +++ b/chat/telepathy-haze/DETAILS @@ -1,11 +1,11 @@ MODULE=telepathy-haze - VERSION=0.3.4 + VERSION=0.3.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE - SOURCE_VFY=sha1:7fe23e8b319f6a1c887b380327543ae601486db3 + SOURCE_VFY=sha1:f03b9a890a20a21bb25c0b134c7d2bf637c01445 WEB_SITE=http://telepathy.freedesktop.org/wiki ENTERED=20090123 - UPDATED=20100423 + UPDATED=20100623 SHORT="telepathy libpurple connection manager" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:02:58 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:02:58 +0300 Subject: [Lunar-commits] brasero: version bumped to 2.30.2. Message-ID: <20100623134722.A6C459B220@doppio.foo-projects.org> commit 8a0ec05f30a45077dd75387065db028232cf363c Author: Florin Braescu Date: Wed Jun 23 17:02:58 2010 +0300 brasero: version bumped to 2.30.2. --- gnome2/desktop/brasero/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/brasero/DETAILS b/gnome2/desktop/brasero/DETAILS index 35b7992..7195773 100644 --- a/gnome2/desktop/brasero/DETAILS +++ b/gnome2/desktop/brasero/DETAILS @@ -1,12 +1,12 @@ MODULE=brasero MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:c6cae9d14de7455f5495201a91a93b4b07d5c48b + SOURCE_VFY=sha1:2250f8174ff5f253beb99b1ef6e21aeddcbc10ff WEB_SITE=http://developer.gnome.org/projects/gap ENTERED=20080119 - UPDATED=20100428 + UPDATED=20100623 SHORT="A CD/DVD mastering tool for the gnome desktop" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:05:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:05:03 +0300 Subject: [Lunar-commits] eog: version bumped to 2.30.2. Message-ID: <20100623134923.1D7D49B220@doppio.foo-projects.org> commit a0d30daf0a8cb21c05970ded2b45f72294c5ae11 Author: Florin Braescu Date: Wed Jun 23 17:05:03 2010 +0300 eog: version bumped to 2.30.2. --- gnome2/desktop/eog/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/eog/DETAILS b/gnome2/desktop/eog/DETAILS index 69bec78..d1e5cb2 100644 --- a/gnome2/desktop/eog/DETAILS +++ b/gnome2/desktop/eog/DETAILS @@ -1,12 +1,12 @@ MODULE=eog MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:ffc003975ad1c39fca5de1a1c1bb15027bc244af + SOURCE_VFY=sha1:f2b0f00f9908c2fbbb1088de7263100aa3435b48 WEB_SITE=http://www.gnome.org ENTERED=20020701 - UPDATED=20100428 + UPDATED=20100623 SHORT="A fast and functional image viewer" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:06:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:06:53 +0300 Subject: [Lunar-commits] file-roller: version bumped to 2.30.2. Message-ID: <20100623135114.927889B220@doppio.foo-projects.org> commit 30fdf4e22ccb3638765f89852aa287ec9d8676d0 Author: Florin Braescu Date: Wed Jun 23 17:06:53 2010 +0300 file-roller: version bumped to 2.30.2. --- gnome2/desktop/file-roller/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/file-roller/DETAILS b/gnome2/desktop/file-roller/DETAILS index c0c3eb9..c8f1f18 100644 --- a/gnome2/desktop/file-roller/DETAILS +++ b/gnome2/desktop/file-roller/DETAILS @@ -1,12 +1,12 @@ MODULE=file-roller MAJOR=2.30 - VERSION=$MAJOR.1.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:256d86b66fcb671d7bd23b797bd16ba013558698 + SOURCE_VFY=sha1:994ed5d930c4c012004c1c598904335905eea239 WEB_SITE=http://www.gnome.org ENTERED=20021013 - UPDATED=20100428 + UPDATED=20100623 SHORT="An archive manager for the GNOME environment" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:08:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:08:30 +0300 Subject: [Lunar-commits] gcalctool:version bumped to 5.30.2. Message-ID: <20100623135254.0FBC09B220@doppio.foo-projects.org> commit 692e402a18de3d5c8e3d077f75baa0c392de488d Author: Florin Braescu Date: Wed Jun 23 17:08:30 2010 +0300 gcalctool:version bumped to 5.30.2. --- gnome2/desktop/gcalctool/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gcalctool/DETAILS b/gnome2/desktop/gcalctool/DETAILS index c8c9f59..4ed8ef1 100644 --- a/gnome2/desktop/gcalctool/DETAILS +++ b/gnome2/desktop/gcalctool/DETAILS @@ -1,12 +1,12 @@ MODULE=gcalctool MAJOR=5.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:9a7f561705e931416ba028f712ef3f16c9b58fee + SOURCE_VFY=sha1:3d0d2f90695dc20fbd3eadddb49f9666fb9eebed WEB_SITE=http://www.gnome.org ENTERED=20021013 - UPDATED=20100428 + UPDATED=20100623 SHORT="A GNOME based scientific calculator" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:10:27 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:10:27 +0300 Subject: [Lunar-commits] gnome-desktop: version bumped to 2.30.2. Message-ID: <20100623135449.B777C9B220@doppio.foo-projects.org> commit f6ca33f2f87f685f9ed2a63d214a4f3834082159 Author: Florin Braescu Date: Wed Jun 23 17:10:27 2010 +0300 gnome-desktop: version bumped to 2.30.2. --- gnome2/desktop/gnome-desktop/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-desktop/DETAILS b/gnome2/desktop/gnome-desktop/DETAILS index 67a095a..6f2110f 100644 --- a/gnome2/desktop/gnome-desktop/DETAILS +++ b/gnome2/desktop/gnome-desktop/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-desktop MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:b9b2363d9de4fdc7ca999a0fd4769e74d6429364 + SOURCE_VFY=sha1:92ace7dd3c017a71c9ac90d2df486ebc2ba3d2ba WEB_SITE=http://www.gnome.org ENTERED=20020714 - UPDATED=20100401 + UPDATED=20100623 SHORT="The libgnomedesktop library" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:13:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:13:25 +0300 Subject: [Lunar-commits] gnome-games: version bumped to 2.30.2. Message-ID: <20100623135746.C52FC9B220@doppio.foo-projects.org> commit 8ce6beeee5b5355e249cc8b0455e8bc1e36f018b Author: Florin Braescu Date: Wed Jun 23 17:13:25 2010 +0300 gnome-games: version bumped to 2.30.2. --- gnome2/desktop/gnome-games/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-games/DETAILS b/gnome2/desktop/gnome-games/DETAILS index 18e4ef4..01de4ee 100644 --- a/gnome2/desktop/gnome-games/DETAILS +++ b/gnome2/desktop/gnome-games/DETAILS @@ -1,13 +1,13 @@ MODULE=gnome-games MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:62c4a1fa6801473d1f6c1ae33cc59b0960fda15d + SOURCE_VFY=sha1:3541ccc991af82603fc3067863bc27a731302b2c WEB_SITE=http://www.gnome.org ENTERED=20020715 - UPDATED=20100428 + UPDATED=20100623 SHORT="A collection of games for the GNOME desktop" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:16:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:16:54 +0300 Subject: [Lunar-commits] gnome-menus: version bumped to 2.30.2. Message-ID: <20100623140116.024869B220@doppio.foo-projects.org> commit 77922e74acbc04d8c019acb15bd2ed9987472e03 Author: Florin Braescu Date: Wed Jun 23 17:16:54 2010 +0300 gnome-menus: version bumped to 2.30.2. --- gnome2/desktop/gnome-menus/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-menus/DETAILS b/gnome2/desktop/gnome-menus/DETAILS index 97f7255..80f0a32 100644 --- a/gnome2/desktop/gnome-menus/DETAILS +++ b/gnome2/desktop/gnome-menus/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-menus MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:7aaf15c0cfd2feb5ace6326c435f5d0f2037294e + SOURCE_VFY=sha1:edbc9b9fc4e86f5cc772011ea768ba9487625d67 WEB_SITE=http://www.gnome.org ENTERED=20050316 - UPDATED=20100402 + UPDATED=20100623 SHORT="An implementation of the fdo menu specification for GNOME" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:18:41 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:18:41 +0300 Subject: [Lunar-commits] gnome-session: version bumped to 2.30.2. Message-ID: <20100623140303.218389B220@doppio.foo-projects.org> commit ce3e6973c7f85c393142b82f1ac8dde9a0d4ae23 Author: Florin Braescu Date: Wed Jun 23 17:18:41 2010 +0300 gnome-session: version bumped to 2.30.2. --- gnome2/desktop/gnome-session/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-session/DETAILS b/gnome2/desktop/gnome-session/DETAILS index 164f177..5abc707 100644 --- a/gnome2/desktop/gnome-session/DETAILS +++ b/gnome2/desktop/gnome-session/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-session MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:d3bbca58bc785cc12962ab97eb0e42279a24ec6f + SOURCE_VFY=sha1:1333d2c1ebc4b80a00ee6a2f2d34309cfd73c5ea WEB_SITE=http://www.gnome.org ENTERED=20020714 - UPDATED=20100403 + UPDATED=20100623 SHORT="Gnome Session" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:20:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:20:26 +0300 Subject: [Lunar-commits] gnome-terminal: version bumped to 2.30.2. Message-ID: <20100623140456.5A1489B220@doppio.foo-projects.org> commit f4eb5e4bfce3606e363a108d59ed15501e7763a3 Author: Florin Braescu Date: Wed Jun 23 17:20:26 2010 +0300 gnome-terminal: version bumped to 2.30.2. --- gnome2/desktop/gnome-terminal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-terminal/DETAILS b/gnome2/desktop/gnome-terminal/DETAILS index b0db650..b15431f 100644 --- a/gnome2/desktop/gnome-terminal/DETAILS +++ b/gnome2/desktop/gnome-terminal/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-terminal MAJOR=2.30 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:04d42391cf4b4b0ebc5dd662e5993f7e89cc1e6f + SOURCE_VFY=sha1:ab97acd3d70bdcc468975a49b23ebb05f6e9bc49 WEB_SITE=http://www.gnome.org ENTERED=20020714 - UPDATED=20100428 + UPDATED=20100623 SHORT="The GNOME terminal emulator" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:22:24 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:22:24 +0300 Subject: [Lunar-commits] gucharmap: version bumped to 2.30.2. Message-ID: <20100623140648.4C9019B220@doppio.foo-projects.org> commit a1272fd0912096fd372a505e6255cd36bb2c4ad9 Author: Florin Braescu Date: Wed Jun 23 17:22:24 2010 +0300 gucharmap: version bumped to 2.30.2. --- gnome2/desktop/gucharmap/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gucharmap/DETAILS b/gnome2/desktop/gucharmap/DETAILS index 8a4755b..fba47e8 100644 --- a/gnome2/desktop/gucharmap/DETAILS +++ b/gnome2/desktop/gucharmap/DETAILS @@ -1,12 +1,12 @@ MODULE=gucharmap MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:b278dc8cd09e8c4a41e029f30ca8da85286e8788 + SOURCE_VFY=sha1:3f6c2654a50d5f94ddfd68dd13659402eace9ddd WEB_SITE=http://gucharmap.sourceforge.net ENTERED=20030421 - UPDATED=20100403 + UPDATED=20100623 SHORT="A GTK+-2 Unicode character map viewer" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:24:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:24:20 +0300 Subject: [Lunar-commits] libgweather: version bumped to 2.30.2. Message-ID: <20100623140844.5F4139B220@doppio.foo-projects.org> commit c671839a1ed931c69f008bd5cdd6168702aeccc0 Author: Florin Braescu Date: Wed Jun 23 17:24:20 2010 +0300 libgweather: version bumped to 2.30.2. --- gnome2/desktop/libgweather/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/libgweather/DETAILS b/gnome2/desktop/libgweather/DETAILS index 1c87b6e..ca38068 100644 --- a/gnome2/desktop/libgweather/DETAILS +++ b/gnome2/desktop/libgweather/DETAILS @@ -1,12 +1,12 @@ MODULE=libgweather MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:705ef80a3b58ec4ae9c93105fa79ca5568746864 + SOURCE_VFY=sha1:0b871e517a45314ff9b6701d406fa57224326e04 WEB_SITE=http://www.gnome.org ENTERED=20080312 - UPDATED=20100405 + UPDATED=20100623 SHORT="Weather library used by Gnome" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:26:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:26:20 +0300 Subject: [Lunar-commits] libwnck: version bumped to 2.30.2. Message-ID: <20100623141043.7CA729B220@doppio.foo-projects.org> commit d9b5c76ad0d2edd3655fcb3054e689c3a4208325 Author: Florin Braescu Date: Wed Jun 23 17:26:20 2010 +0300 libwnck: version bumped to 2.30.2. --- gnome2/desktop/libwnck/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/libwnck/DETAILS b/gnome2/desktop/libwnck/DETAILS index 87435be..85b1eb1 100644 --- a/gnome2/desktop/libwnck/DETAILS +++ b/gnome2/desktop/libwnck/DETAILS @@ -1,12 +1,12 @@ MODULE=libwnck MAJOR=2.30 - VERSION=$MAJOR.0 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:7b65ae008a6f963d297a2c1cbdddb5f3bce35ded + SOURCE_VFY=sha1:31488d8f3a4ccddd56a5b9ff7f986f2d6d56188e WEB_SITE=http://www.gnome.org ENTERED=20020714 - UPDATED=20100403 + UPDATED=20100623 SHORT="A window navigator construction kit" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:28:23 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:28:23 +0300 Subject: [Lunar-commits] pygobject: version bumped to 2.21.3. Message-ID: <20100623141245.8AF599B220@doppio.foo-projects.org> commit 72fa8e67f8aa2b852f28f47cb02ed6c332f5e6ac Author: Florin Braescu Date: Wed Jun 23 17:28:23 2010 +0300 pygobject: version bumped to 2.21.3. --- gnome2/bindings/pygobject/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/bindings/pygobject/DETAILS b/gnome2/bindings/pygobject/DETAILS index f9b8db1..fbc586b 100644 --- a/gnome2/bindings/pygobject/DETAILS +++ b/gnome2/bindings/pygobject/DETAILS @@ -1,12 +1,12 @@ MODULE=pygobject MAJOR=2.21 - VERSION=$MAJOR.1 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:e29ae37862ef8ebb359884464ade4b867ba075b8 + SOURCE_VFY=sha1:5630a0cdef2db48d5e8cbdd5cdb822684ebf7fa3 WEB_SITE=http://www.pygtk.org ENTERED=20050319 - UPDATED=20100509 + UPDATED=20100623 SHORT="Python bindings for GObject" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:30:01 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:30:01 +0300 Subject: [Lunar-commits] vte: version bumped to 0.24.2. Message-ID: <20100623141421.387EA9B220@doppio.foo-projects.org> commit 7a9f9c442099500828a624ac1a58e09a1dd79be8 Author: Florin Braescu Date: Wed Jun 23 17:30:01 2010 +0300 vte: version bumped to 0.24.2. --- gnome2/desktop/vte/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/vte/DETAILS b/gnome2/desktop/vte/DETAILS index c639ae3..3f798d3 100644 --- a/gnome2/desktop/vte/DETAILS +++ b/gnome2/desktop/vte/DETAILS @@ -1,12 +1,12 @@ MODULE=vte MAJOR=0.24 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:67e5de8a0f024c0c4a564c69ccd3988284ddc80a + SOURCE_VFY=sha1:d4327abe435c6c8908907302740528d2e3038717 WEB_SITE=http://www.gnome.org ENTERED=20021013 - UPDATED=20100427 + UPDATED=20100623 SHORT="A Virtual Terminal Emulator widget" cat << EOF From florin at lunar-linux.org Wed Jun 23 16:33:07 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 17:33:07 +0300 Subject: [Lunar-commits] ccache: version bumped to 3.0. Message-ID: <20100623141739.742D99B220@doppio.foo-projects.org> commit 5105e0aadb3034e818bb26221c75172da6fa3249 Author: Florin Braescu Date: Wed Jun 23 17:33:07 2010 +0300 ccache: version bumped to 3.0. Many bugfixes and enhacements. --- utils/ccache/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/utils/ccache/DETAILS b/utils/ccache/DETAILS index 951cb88..861f61a 100644 --- a/utils/ccache/DETAILS +++ b/utils/ccache/DETAILS @@ -1,12 +1,12 @@ MODULE=ccache - VERSION=2.4 + VERSION=3.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://samba.org/ftp/ccache/ - SOURCE_VFY=sha1:9833ec13de9b90d5409e60d679ac681115ef465e - WEB_SITE=http://ccache.samba.org/ + SOURCE_URL=http://samba.org/ftp/$MODULE + SOURCE_VFY=sha1:77d690be2033cad7781fe8dee5fdf149e63483e9 + WEB_SITE=http://ccache.samba.org ENTERED=20020701 - UPDATED=20040913 - SHORT="compiler cache." + UPDATED=20100623 + SHORT="A compiler cache" cat << EOF ccache is a compiler cache. It acts as a caching pre-processor to C/C++ From stumbles at lunar-linux.org Wed Jun 23 16:54:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 10:54:23 -0400 Subject: [Lunar-commits] bitweaver: Version bump. Message-ID: <20100623143852.5880A9B220@doppio.foo-projects.org> commit 0c6b2eb20406c785f5563c3042db47bc851bfae6 Author: Dennis `stumbles` Veatch Date: Wed Jun 23 10:54:23 2010 -0400 bitweaver: Version bump. --- web/bitweaver/DEPENDS | 2 +- web/bitweaver/DETAILS | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/bitweaver/DEPENDS b/web/bitweaver/DEPENDS index 2bf32c9..c7a1a65 100644 --- a/web/bitweaver/DEPENDS +++ b/web/bitweaver/DEPENDS @@ -1,2 +1,2 @@ -depends %PHP && +depends %PHP depends %APACHE diff --git a/web/bitweaver/DETAILS b/web/bitweaver/DETAILS index 53f4a22..2287ed7 100644 --- a/web/bitweaver/DETAILS +++ b/web/bitweaver/DETAILS @@ -1,12 +1,12 @@ MODULE=bitweaver - VERSION=1.3.1 - SOURCE=$MODULE\_$VERSION.tar.bz2 + VERSION=2.7 + SOURCE=$MODULE$VERSION.zip SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:8c209e91d762113211d771e6c6409e6fa9ad1ab3 + SOURCE_VFY=sha1:3a5c6548dfc8506c208ba51b05249a3749dda032 WEB_SITE=http://www.bitweaver.org/articles/ ENTERED=20070605 - UPDATED=20070605 + UPDATED=20100623 SHORT="open source content management system" cat << EOF From stumbles at lunar-linux.org Wed Jun 23 16:57:04 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 10:57:04 -0400 Subject: [Lunar-commits] yaws: errp, forgot to bump UPDATED. Message-ID: <20100623144135.574BE9B220@doppio.foo-projects.org> commit ab65dd442f307660d86fe90eccf34c9784a32bf3 Author: Dennis `stumbles` Veatch Date: Wed Jun 23 10:57:04 2010 -0400 yaws: errp, forgot to bump UPDATED. --- web/yaws/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/yaws/DETAILS b/web/yaws/DETAILS index e1fc755..e049089 100644 --- a/web/yaws/DETAILS +++ b/web/yaws/DETAILS @@ -5,7 +5,7 @@ SOURCE_VFY=sha1:053c5e821158f2f88fc25658384d1f793140eacb WEB_SITE="http://yaws.hyber.org/" ENTERED=20070830 - UPDATED=20070830 + UPDATED=20100623 SHORT="webserver written in erlang" cat << EOF Yaws is entirely written in Erlang furthermore it is a multithreaded From stumbles at lunar-linux.org Wed Jun 23 17:09:48 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 11:09:48 -0400 Subject: [Lunar-commits] cadaver: Version bump. Message-ID: <20100623145411.BD74F9B220@doppio.foo-projects.org> commit c2e54722b61df1408a52a74e8d6a13b8163516ee Author: Dennis `stumbles` Veatch Date: Wed Jun 23 11:09:48 2010 -0400 cadaver: Version bump. --- web/cadaver/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/cadaver/DETAILS b/web/cadaver/DETAILS index e9a67c4..bcd1f28 100644 --- a/web/cadaver/DETAILS +++ b/web/cadaver/DETAILS @@ -1,12 +1,12 @@ MODULE=cadaver - VERSION=0.23.2 + VERSION=0.23.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webdav.org/$MODULE/ - SOURCE_VFY=sha1:051c70a27f4b185ebf47da3e5fd99eb9c980585a + SOURCE_VFY=sha1:4ad8ea2341b77e7dee26b46e4a8a496f1a2962cd WEB_SITE=http://www.webdav.org/cadaver/ ENTERED=20040516 - UPDATED=20091118 - SHORT="A UNIX console DAV client" + UPDATED=20100623 + SHORT="UNIX console DAV client" cat << EOF cadaver is a command-line WebDAV client for Unix. It supports file upload, download, on-screen display, namespace operations (move/copy), From stumbles at lunar-linux.org Wed Jun 23 17:26:34 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 11:26:34 -0400 Subject: [Lunar-commits] trac: Version bump and fixing typo in DEPENDS. Message-ID: <20100623151105.6CDBC9B221@doppio.foo-projects.org> commit c3019b7f62805a85b2cd3b5819696c06f87802af Author: Dennis `stumbles` Veatch Date: Wed Jun 23 11:26:34 2010 -0400 trac: Version bump and fixing typo in DEPENDS. --- web/trac/DEPENDS | 2 +- web/trac/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/trac/DEPENDS b/web/trac/DEPENDS index 65877af..a7ad124 100644 --- a/web/trac/DEPENDS +++ b/web/trac/DEPENDS @@ -1,6 +1,6 @@ depends Genshi -optional_depends Pygments "" "" "for syntax highlighting" +optional_depends pygments "" "" "for syntax highlighting" optional_depends pytz "" "" "for time zone support" optional_depends swig "" "" "for swig support" optional_depends subversion "" "" "for subversion support" diff --git a/web/trac/DETAILS b/web/trac/DETAILS index 4229b64..ab3dde0 100644 --- a/web/trac/DETAILS +++ b/web/trac/DETAILS @@ -1,12 +1,12 @@ MODULE=trac - VERSION=0.11.5 + VERSION=0.12 SOURCE=Trac-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Trac-$VERSION SOURCE_URL=http://ftp.edgewall.com/pub/trac - SOURCE_VFY=sha1:a4c24f006f79b405cea98a6b3b74a93be565cbaa + SOURCE_VFY=sha1:f13a5caf2ab353248f696dc5320df7a27c102e06 WEB_SITE=http://www.edgewall.com/trac ENTERED=20050512 - UPDATED=20090718 + UPDATED=20100623 SHORT="Web-based collaboration site" cat << EOF From stumbles at lunar-linux.org Wed Jun 23 17:26:17 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 11:26:17 -0400 Subject: [Lunar-commits] pygments: Version bump. Message-ID: <20100623151105.60FD59B220@doppio.foo-projects.org> commit f7d668a52f864ad7c65be0d31b9a3a3a005f879e Author: Dennis `stumbles` Veatch Date: Wed Jun 23 11:26:17 2010 -0400 pygments: Version bump. --- python/pygments/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pygments/DETAILS b/python/pygments/DETAILS index d1e8684..07fc886 100644 --- a/python/pygments/DETAILS +++ b/python/pygments/DETAILS @@ -1,12 +1,12 @@ MODULE=pygments - VERSION=1.1 + VERSION=1.3.1 SOURCE=Pygments-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pygments-$VERSION SOURCE_URL=http://pypi.python.org/packages/source/P/Pygments - SOURCE_VFY=sha1:b1f911f8645fbe32c87487cad297c5fb31f261d6 + SOURCE_VFY=sha1:947f90c5f71e83ec68161b33204b860a4cfd0742 WEB_SITE=http://pygments.org ENTERED=20090525 - UPDATED=20090925 + UPDATED=20100626 SHORT="Syntax highlighter written in Python" MAINTAINER=jannis at lunar-linux.org From florin at lunar-linux.org Wed Jun 23 19:08:43 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 23 Jun 2010 20:08:43 +0300 Subject: [Lunar-commits] gimp: version bumped to 2.6.9. Message-ID: <20100623165320.E96C49B220@doppio.foo-projects.org> commit 6c22fcd83d55c5ee92a54daa8b78f627ffd92bec Author: Florin Braescu Date: Wed Jun 23 20:08:43 2010 +0300 gimp: version bumped to 2.6.9. Bugfixes and translations updates. --- graphics/gimp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS index 67df3c3..5ac1ea5 100644 --- a/graphics/gimp/DETAILS +++ b/graphics/gimp/DETAILS @@ -1,13 +1,13 @@ MODULE=gimp MAJOR=2.6 - VERSION=2.6.8 + VERSION=$MAJOR.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v$MAJOR SOURCE_URL[1]=ftp://ftp.cs.umn.edu/pub/gimp/v$MAJOR - SOURCE_VFY=sha1:a550943f086abc9bf6b96d576741337b7186a4f4 + SOURCE_VFY=sha1:df263086b92d093f1db65704f6945a2e69ae4ef3 WEB_SITE=http://www.gimp.org ENTERED=20020218 - UPDATED=20091211 + UPDATED=20100623 SHORT="GNU Image Manipulation Program" cat << EOF From stumbles at lunar-linux.org Wed Jun 23 19:31:56 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 13:31:56 -0400 Subject: [Lunar-commits] psyco: Version bump. Message-ID: <20100623171959.547939B220@doppio.foo-projects.org> commit 91ca5cce483fc6f882224a36acaa6b5faab2af76 Author: Dennis `stumbles` Veatch Date: Wed Jun 23 13:31:56 2010 -0400 psyco: Version bump. Note (to quote codege.h): c/codegen.h:15:3: error: #error "-----------------------------------------------------" c/codegen.h:16:3: error: #error "Sorry, non-32-bit platforms are not supported at all." c/codegen.h:17:3: error: #error "You may try with a Python compiled in 32-bit " c/codegen.h:18:3: error: #error "compatibility mode. Note that Psyco will probably " c/codegen.h:19:3: error: #error "never support non-32-bit platforms, as it is no " c/codegen.h:20:3: error: #error "longer actively developed. Instead, the PyPy group " c/codegen.h:21:3: error: #error "plans to replace it with a more flexible and easily " c/codegen.h:22:3: error: #error "retargettable Psyco-for-PyPy during the year 2006. " c/codegen.h:23:3: error: #error "See http://codespeak.net/pypy/ " c/codegen.h:24:3: error: #error "-----------------------------------------------------" --- devel/psyco/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/psyco/DETAILS b/devel/psyco/DETAILS index 416be3a..44250ca 100644 --- a/devel/psyco/DETAILS +++ b/devel/psyco/DETAILS @@ -1,11 +1,11 @@ MODULE=psyco - VERSION=1.5 + VERSION=1.6 SOURCE=$MODULE-$VERSION-src.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:84bc508d74818676cdf3cec1cd4dfc10242081d4 + SOURCE_VFY=sha1:3c1ffa70b1a37bd855454d41d41a830e9ea82e7d WEB_SITE=http://psyco.sourceforge.net ENTERED=20031020 - UPDATED=20060215 + UPDATED=20100623 SHORT="speeds up the execution of any Python code" cat << EOF From stumbles at lunar-linux.org Wed Jun 23 19:47:35 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 13:47:35 -0400 Subject: [Lunar-commits] ht: Version bump. Message-ID: <20100623173159.8141D9B220@doppio.foo-projects.org> commit d2ef33763c6f3bdcf27db4040e71d9449faa784d Author: Dennis `stumbles` Veatch Date: Wed Jun 23 13:47:35 2010 -0400 ht: Version bump. --- editors/ht/DEPENDS | 4 ++-- editors/ht/DETAILS | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editors/ht/DEPENDS b/editors/ht/DEPENDS index 5287e4d..addce61 100644 --- a/editors/ht/DEPENDS +++ b/editors/ht/DEPENDS @@ -1,3 +1,3 @@ -depends bison && -depends flex && +depends bison +depends flex depends ncurses diff --git a/editors/ht/DETAILS b/editors/ht/DETAILS index c139406..822bae9 100644 --- a/editors/ht/DETAILS +++ b/editors/ht/DETAILS @@ -1,14 +1,14 @@ MODULE=ht - VERSION=2.0.10 + VERSION=2.0.18 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/hte/ - SOURCE_VFY=sha1:f45e593a4247c5a565f2a46dc04680281041cc08 + SOURCE_VFY=sha1:f4e51dae47f8f2a2fe34883714890e9d1c48d3de WEB_SITE=http://hte.sourceforge.net/ ENTERED=20021021 - UPDATED=20071005 + UPDATED=20100623 SHORT="file editor/viewer/analyzer for executables." - PSAFE=no +PSAFE=no cat << EOF HT is a file viewer, editor, and analyser for test, binary, and especially executable files that attempts to combine the low-level From stumbles at lunar-linux.org Wed Jun 23 19:55:02 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 13:55:02 -0400 Subject: [Lunar-commits] code-browser: Version bump. Ccan drop the wrappers but still need Message-ID: <20100623174027.D4FEA9B220@doppio.foo-projects.org> commit 4458bf5d69eb976debbd5c67ba500d9cbad534de Author: Dennis `stumbles` Veatch Date: Wed Jun 23 13:55:02 2010 -0400 code-browser: Version bump. Ccan drop the wrappers but still need PSAFE=no and the BUILD sedit. --- editors/code-browser/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/editors/code-browser/DETAILS b/editors/code-browser/DETAILS index 36ada30..14e92f0 100644 --- a/editors/code-browser/DETAILS +++ b/editors/code-browser/DETAILS @@ -1,13 +1,14 @@ MODULE=code-browser - VERSION=2.13 + VERSION=3.17 SOURCE=$MODULE-$VERSION-src.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:f20a8486c9b898087ebec61970876716326ff179 + SOURCE_URL=http://tibleiz.net/download/ + SOURCE_VFY=sha1:a8e3274a8ba7a04253d6312ad88c4d3f9c7f9806 WEB_SITE=http://code-browser.sf.net/ ENTERED=20060719 - UPDATED=20070417 + UPDATED=20100623 SHORT="Folding and outlining editor" - GCC_WRAPPERS=no + +PSAFE=no cat << EOF This editor sits between a traditional text editor, a smalltalk class browser and a web browser like mozilla. It displays a structured text From stumbles at lunar-linux.org Wed Jun 23 20:29:11 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 14:29:11 -0400 Subject: [Lunar-commits] magicrescue: Version bump. Message-ID: <20100623181336.785609B220@doppio.foo-projects.org> commit 58c3fa7d85a23ad046685bd8d2bae0399f6b9411 Author: Dennis `stumbles` Veatch Date: Wed Jun 23 14:29:11 2010 -0400 magicrescue: Version bump. --- filesys/magicrescue/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filesys/magicrescue/DETAILS b/filesys/magicrescue/DETAILS index 59f5609..fbaba0e 100644 --- a/filesys/magicrescue/DETAILS +++ b/filesys/magicrescue/DETAILS @@ -1,11 +1,11 @@ MODULE=magicrescue - VERSION=1.1.6 + VERSION=1.1.9 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://jbj.rapanden.dk/$MODULE/release/ - SOURCE_VFY=sha1:aecfc9fc88b743ec6b478c4a1430c8c636044961 + SOURCE_URL=http://www.itu.dk/people/jobr/magicrescue/release/ + SOURCE_VFY=sha1:d428f7cce8bc00ea4ae3212da5d074fb5bcc1dfe WEB_SITE=http://jbj.rapanden.dk/magicrescue/ ENTERED=20080106 - UPDATED=20090402 + UPDATED=20100623 SHORT="Finds deleted files in block devices" cat << EOF From stumbles at lunar-linux.org Wed Jun 23 21:13:07 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 15:13:07 -0400 Subject: [Lunar-commits] DirectFB: Version bump. Message-ID: <20100623185736.E8A519B220@doppio.foo-projects.org> commit cc5e6f0080bbd9ab4ff06b3ef6d77988ddc6987f Author: Dennis `stumbles` Veatch Date: Wed Jun 23 15:13:07 2010 -0400 DirectFB: Version bump. --- video/DirectFB/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/video/DirectFB/DETAILS b/video/DirectFB/DETAILS index 3d95ebd..af3814a 100644 --- a/video/DirectFB/DETAILS +++ b/video/DirectFB/DETAILS @@ -1,12 +1,12 @@ MODULE=DirectFB - VERSION=1.4.0 + VERSION=1.4.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.directfb.org/downloads/Core/DirectFB-1.4 - SOURCE_VFY=sha1:c0b3d499c0c24018e4a8f87640b93216f0238a18 + SOURCE_VFY=sha1:935ef75b4a9f682e41fc68c887d72dca1fe32875 WEB_SITE=http://www.directfb.org ENTERED=20020713 - UPDATED=20090607 - SHORT="Provides hardware graphics acceleration, input device handling and abstraction" + UPDATED=20100623 + SHORT="hardware graphics acceleration, input device handling and abstraction" cat << EOF DirectFB is a thin library that provides developers with hardware From zbiggy at lunar-linux.org Thu Jun 24 01:54:55 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Thu, 24 Jun 2010 01:54:55 +0200 Subject: [Lunar-commits] MPlayer: updated to 1.0_rc4_p20100612 Message-ID: <20100624000925.C24149B221@doppio.foo-projects.org> commit d20bf6f90f1c889ec3a44ff6dc0f160b2f853213 Author: Zbigniew Luszpinski Date: Thu Jun 24 01:54:55 2010 +0200 MPlayer: updated to 1.0_rc4_p20100612 --- video/MPlayer/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/video/MPlayer/DETAILS b/video/MPlayer/DETAILS index 87c64fc..d209a7f 100644 --- a/video/MPlayer/DETAILS +++ b/video/MPlayer/DETAILS @@ -1,6 +1,6 @@ MODULE=MPlayer - VERSION=1.0_rc4_p20100506 - SOURCE=mplayer-$VERSION.tar.bz2 + VERSION=1.0_rc4_p20100612 + SOURCE=mplayer-$VERSION.tbz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mplayer-$VERSION SOURCE2=font-arial-iso-8859-1.tar.bz2 SOURCE3=font-arial-iso-8859-2.tar.bz2 @@ -18,7 +18,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mplayer-$VERSION SOURCE4_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ SOURCE5_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ SOURCE6_URL=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ - SOURCE_VFY=sha1:385291b01a5af25279a9b2f432afef6dfa8260de + SOURCE_VFY=sha1:a8d758dca9473006f66a947fb9019c35c66baa6b SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 @@ -26,7 +26,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mplayer-$VERSION SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 WEB_SITE=http://www.mplayerhq.hu/ ENTERED=20010922 - UPDATED=20100510 + UPDATED=20100623 SHORT="A movie and animation player" cat << EOF From zbiggy at lunar-linux.org Thu Jun 24 01:53:34 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Thu, 24 Jun 2010 01:53:34 +0200 Subject: [Lunar-commits] ruby: updated to 1.8.7-p299 Message-ID: <20100624000925.B6DBA9B220@doppio.foo-projects.org> commit e31e70400452db81400d9b9d38ec332881602625 Author: Zbigniew Luszpinski Date: Thu Jun 24 01:53:34 2010 +0200 ruby: updated to 1.8.7-p299 --- compilers/ruby/BUILD | 2 +- compilers/ruby/DETAILS | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compilers/ruby/BUILD b/compilers/ruby/BUILD index 7abd863..7b2a32a 100644 --- a/compilers/ruby/BUILD +++ b/compilers/ruby/BUILD @@ -1,6 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 && +# patch_it $SOURCE_CACHE/$SOURCE2 1 && bad_flags -fomit-frame-pointer OPTS="$OPTS --enable-frame-address --enable-pthread --enable-shared" default_build && diff --git a/compilers/ruby/DETAILS b/compilers/ruby/DETAILS index 58029a7..1776080 100644 --- a/compilers/ruby/DETAILS +++ b/compilers/ruby/DETAILS @@ -1,15 +1,15 @@ MODULE=ruby - VERSION=1.8.7-p249 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-openssl.patch.bz2 + VERSION=1.8.7-p299 + SOURCE=$MODULE-$VERSION.tar.bz2 +# SOURCE2=$MODULE-1.8.7-p249-openssl.patch.bz2 SOURCE_URL[0]=http://ftp.ruby-lang.org/pub/$MODULE/1.8 SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:4297b138e64e5caf523114a6213aa9d9b85e0550 - SOURCE2_VFY=sha1:a1bde8227a6caed9cea2b026cdc42a9674a96096 +# SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:9c66c6ee21d427b5f3183b6c42beb02aa8618cef +# SOURCE2_VFY=sha1:a1bde8227a6caed9cea2b026cdc42a9674a96096 WEB_SITE=http://www.ruby-lang.org/en ENTERED=20020106 - UPDATED=20100412 + UPDATED=20100623 SHORT="A scripting language" cat << EOF From zbiggy at lunar-linux.org Thu Jun 24 02:30:02 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Thu, 24 Jun 2010 02:30:02 +0200 Subject: [Lunar-commits] NVIDIA: updated to official 256.35 Now NVIDIA and NVIDIA-beta modules are the same Message-ID: <20100624001624.22A049B220@doppio.foo-projects.org> commit 2d50625e24fdde45c14c9ac63ebb05ffd7ab3981 Author: Zbigniew Luszpinski Date: Thu Jun 24 02:30:02 2010 +0200 NVIDIA: updated to official 256.35 Now NVIDIA and NVIDIA-beta modules are the same --- x11/NVIDIA/BUILD | 206 +++++++++++++++++++++++++++---------- x11/NVIDIA/CONFLICTS | 2 +- x11/NVIDIA/DEPENDS | 2 + x11/NVIDIA/DETAILS | 34 ++++-- x11/NVIDIA/DETAILS.x86_64 | 29 ++++-- x11/NVIDIA/POST_INSTALL | 20 ++++ x11/NVIDIA/POST_REMOVE | 19 ++++ x11/NVIDIA/PRE_BUILD | 6 +- x11/NVIDIA/profile.d/nvidia_gl.rc | 11 -- 9 files changed, 239 insertions(+), 90 deletions(-) diff --git a/x11/NVIDIA/BUILD b/x11/NVIDIA/BUILD index 9273315..847a789 100644 --- a/x11/NVIDIA/BUILD +++ b/x11/NVIDIA/BUILD @@ -1,73 +1,169 @@ ( + # This is installer less build script. If you find bugs let me know by e-mail: zbiggy(0)o2(period)pl + + # Remove files to avoid module conflicts and + # make place for source compiled replacements + rm -f .manifest libvdpau.so* libvdpau_trace.so* \ + vdpau*.h pkg-history.txt nvidia-installer{,.*} \ + mkprecompiled nvidia-xconfig{,.*} nvidia-settings{,.*} \ + libnvidia-wfb* tls_test* && + + # Temporary paths and symlinks to make sources compilable + LD_LIBRARY_PATH="$SOURCE_DIRECTORY:$LD_LIBRARY_PATH" && + CFLAGS=" -I$SOURCE_DIRECTORY -L$SOURCE_DIRECTORY $CFLAGS " && + ln -s libGL.so.$VERSION libGL.so && + ln -s libnvidia-glcore.so.$VERSION libGLcore.so.1 && + ln -s libnvidia-tls.so.$VERSION libnvidia-tls.so.1 && + mkdir GL && + cp gl*.h GL && + + echo libXvMCNVIDIA_dynamic.so.1 > XvMCConfig && + + # Builds nvidia-installer from source + cd nvidia-installer-$VERSION && +# rm -f *Linux* && + + if [[ $(arch) == x86_64 ]] ; then + # Don't compile 32-bits on pure 64-bit Lunar + sedit 's/COMPAT_32_SRC *= */\0#/' Makefile && + sedit 's/COMPAT_32_SRC *= */\0#/' public.mk && + sedit 's/-DNV_X86_64//' Makefile && + sedit 's/-DNV_X86_64//' public.mk + fi && - cd $SOURCE_DIRECTORY && - rm -f usr/X11R6/lib/modules/libnvidia-wfb* && - sedit '/wfb/d' .manifest && - rm -f usr/lib/libvdpau.so* \ - usr/lib/vdpau/libvdpau_trace* && - rm -rf usr/include/vdpau && - sedit '/libvdpau.so/d' .manifest && - sedit '/libvdpau_trace/d' .manifest && - sedit '/include\/vdpau/d' .manifest && + sedit 's at -lGL@-I.. -L.. -lGL @' Makefile && + make clean && + make rebuild_tls_test && + make rebuild_tls_test_dso && +# make rebuild_rtld_test && + make && + if [[ $(arch) == x86_64 ]] ; then + install -m 755 _out/Linux_x86_64/nvidia-installer .. + install -m 755 _out/Linux_x86_64/mkprecompiled .. + install -m 644 _out/Linux_x86_64/nvidia-installer.1.gz .. + cp tls_test_`uname`-x86_64 ../tls_test + cp tls_test_dso_`uname`-x86_64.so ../tls_test_dso.so + else + install -m 755 _out/Linux_x86/nvidia-installer .. + install -m 755 _out/Linux_x86/mkprecompiled .. + install -m 644 _out/Linux_x86/nvidia-installer.1.gz .. + cp tls_test_`uname`-x86 ../tls_test + cp tls_test_dso_`uname`-x86.so ../tls_test_dso.so + fi && - # Clean up old install before doing new one - ./nvidia-installer --uninstall --silent && + # Builds nvidia-settings from source + cd ../nvidia-settings-$VERSION && - # We make the kernel modules on our own - cd $SOURCE_DIRECTORY/usr/src/nv && - - sedit "s:KBUILD_VERBOSE=1:KBUILD_VERBOSE=0:g" Makefile.kbuild && + # xf86vmode.h has been removed in xf86vidmodeproto 2.3 + if [[ ! -e /usr/include/X11/extensions/xf86vmode.h ]] ; then + sedit "s:#include :#include :" src/libXNVCtrlAttributes/NvCtrlAttributes{,VidMode,Glx}.c + fi && - make SYSSRC=/usr/src/linux module && + make clean && + make -C src/libXNVCtrl && +# X_CFLAGS=$CFLAGS GL_INCLUDE_PATH=$SOURCE_DIRECTORY + make + if [[ $(arch) == x86_64 ]] ; then + install -m 755 _out/Linux_x86_64/nvidia-settings .. + install -m 644 _out/Linux_x86_64/nvidia-settings.1.gz .. + else + install -m 755 _out/Linux_x86/nvidia-settings .. + install -m 644 _out/Linux_x86/nvidia-settings.1.gz .. + fi && + install -m 644 doc/nvidia-settings.png .. && + install -m 644 doc/nvidia-settings.desktop .. && + + # Builds nvidia-xconfig from source + cd ../nvidia-xconfig-$VERSION && + make clean && + make && + if [[ $(arch) == x86_64 ]] ; then + install -m 755 _out/Linux_x86_64/nvidia-xconfig .. + install -m 644 _out/Linux_x86_64/nvidia-xconfig.1.gz .. + else + install -m 755 _out/Linux_x86/nvidia-xconfig .. + install -m 644 _out/Linux_x86/nvidia-xconfig.1.gz .. + fi && + cd .. && + sedit "s/__GENERATED_BY__/nvidia-installer\:\ $VERSION/" libGL.la && + sedit 's/__LIBGL_PATH__/\/usr\/lib/' libGL.la && + sedit 's/__UTILS_PATH__/\/usr\/bin/' nvidia-settings.desktop && + sedit 's/__PIXMAP_PATH__/\/usr\/share\/doc\/NVIDIA_GLX-1.0/' nvidia-settings.desktop && + sedit 's/__NVIDIA_SETTINGS_DESKTOP_CATEGORIES__/Settings;DesktopSettings;/' nvidia-settings.desktop && + # We make the kernel modules on our own + cd kernel && + sedit "s@\$\(shell uname -r\)@`readlink /usr/src/linux | cut -d- -f2`@" Makefile.* makefile && +# sedit "s/-O/$CFLAGS/" Makefile.nvidia && +# NV_VERBOSE=0 EXTRA_CFLAGS=$CFLAGS ARCH= + make SYSSRC=`readlink /usr/src/linux` module && + rm -f $SOURCE_DIRECTORY/{libGL.so,libGLcore.so.1,libnvidia-tls.so.1} && + prepare_install && - make SYSSRC=/usr/src/linux install && + make SYSSRC=`readlink /usr/src/linux` install && +# NV_VERBOSE=0 EXTRA_CFLAGS=$CFLAGS ARCH= + cd .. && + + mkdir -p /etc/OpenCL/vendors && + install -m0444 nvidia.icd /etc/OpenCL/vendors && + install -m0755 nvidia-bug-report.sh /usr/bin && + install -m0755 nvidia-installer /usr/bin && + install -m0755 nvidia-settings /usr/bin && + install -m0755 nvidia-smi /usr/bin && + ln -sf /usr/bin/nvidia-installer /usr/bin/nvidia-uninstall && + install -m0755 nvidia-xconfig /usr/bin && - # And let nvidia-installer handle the rest - cd $SOURCE_DIRECTORY && - rm -rf old.libraries && + mkdir -p /usr/include/CL && + install -m0444 cl*.h /usr/include/CL && + + mkdir -p /usr/include/cuda && + install -m0444 cuda*.h /usr/include/cuda && - mkdir -p /usr/lib/opengl/nvidia && mkdir -p /usr/include/GL/nvidia && - install -m644 usr/include/GL/*.h /usr/include/GL/nvidia && - - # We need to fool the installer a little as it checks for the - # libraries after the installation - export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia" && - - ./nvidia-installer --silent \ - --no-precompiled-interface \ - --no-rpms \ - --no-network \ - --no-recursion \ - --no-kernel-module \ - --no-x-check \ - --no-opengl-headers \ - --opengl-libdir=lib/opengl/nvidia && + install -m0444 gl*.h /usr/include/GL/nvidia && - # Register Nvidia XvMC library for use in any XvMC enabled media player - rm -f /etc/X11/XvMCConfig && - touch /etc/X11/XvMCConfig && - echo libXvMCNVIDIA_dynamic.so.1 > /etc/X11/XvMCConfig && - chmod 644 /etc/X11/XvMCConfig && - - # Get a sane default if haven't set it yet - if [ "x$LUNAR_GL" == "x" ] ; then - set_local_config LUNAR_GL binary - fi && + install -m0755 libnvidia-*.so.$VERSION /usr/lib && + ln -sf /usr/lib/libnvidia-cfg.so.$VERSION /usr/lib/libnvidia-cfg.so.1 && + ln -sf /usr/lib/libnvidia-cfg.so.1 /usr/lib/libnvidia-cfg.so && + + install -m0755 libXvMCNVIDIA.so.$VERSION /usr/lib && + install -m0444 libXvMCNVIDIA.a /usr/lib && + ln -sf /usr/lib/libXvMCNVIDIA.so.$VERSION /usr/lib/libXvMCNVIDIA_dynamic.so.1 && + ln -sf /usr/lib/libXvMCNVIDIA_dynamic.so.1 /usr/lib/libXvMCNVIDIA_dynamic.so && + + install -m0755 libcuda.so.$VERSION /usr/lib && + ln -sf /usr/lib/libcuda.so.$VERSION /usr/lib/libcuda.so.1 && + ln -sf /usr/lib/libcuda.so.1 /usr/lib/libcuda.so && + + install -m0644 libGL.la /usr/lib && + install -m0755 libGL.so.$VERSION /usr/lib && + + install -m0755 libOpenCL.so.1.0.0 /usr/lib && + ln -sf /usr/lib/libOpenCL.so.1.0.0 /usr/lib/libOpenCL.so.1.0 && + ln -sf /usr/lib/libOpenCL.so.1.0 /usr/lib/libOpenCL.so.1 && + ln -sf /usr/lib/libOpenCL.so.1 /usr/lib/libOpenCL.so && - # This is a temp workaround for braindead dlopen calls inside the NVIDIA - # libglx.so + mkdir -p /usr/lib/tls && + install -m0755 tls/libnvidia-tls.so.$VERSION /usr/lib/tls && - ln -sf /usr/lib/opengl/nvidia/libGLcore.so.1 \ - /usr/lib/libGLcore.so.1 && + install -m0755 libvdpau_nvidia.so.$VERSION /usr/lib/vdpau && + ln -sf /usr/lib/vdpau/libvdpau_nvidia.so.$VERSION /usr/lib/vdpau/libvdpau_nvidia.so.1 && + ln -sf /usr/lib/vdpau/libvdpau_nvidia.so.1 /usr/lib/libvdpau_nvidia.so && - ln -sf /usr/lib/opengl/nvidia/tls/libnvidia-tls.so.1 \ - /usr/lib/libnvidia-tls.so.1 && + install -m0755 nvidia_drv.so /usr/lib/xorg/modules/drivers && + install -m0755 libglx.so.$VERSION /usr/lib/xorg/modules/extensions && - if !( module_installed gtk+-2 ); then - rm -f /usr/bin/nvidia-settings - fi + install -m0444 nvidia-settings.desktop /usr/share/applications && + + mkdir -p /usr/share/doc/NVIDIA_GLX-1.0/html && + install -m0444 html/* /usr/share/doc/NVIDIA_GLX-1.0/html && + + install -m0444 README.txt nvidia-settings.png LICENSE NVIDIA_Changelog /usr/share/doc/NVIDIA_GLX-1.0 && + install -m0444 nvidia-xconfig.1.gz nvidia-smi.1.gz nvidia-settings.1.gz nvidia-installer.1.gz /usr/share/man/man1 && + + # Register Nvidia XvMC library for use in any XvMC enabled media player + install -m644 XvMCConfig /etc/X11 ) > $C_FIFO 2>&1 + diff --git a/x11/NVIDIA/CONFLICTS b/x11/NVIDIA/CONFLICTS index 2d61001..90ce191 100644 --- a/x11/NVIDIA/CONFLICTS +++ b/x11/NVIDIA/CONFLICTS @@ -1,4 +1,4 @@ conflicts NVIDIA-legacy -conflicts NVIDIA-beta +conflicts NVIDIA conflicts NVIDIA-old conflicts NVIDIA-fx diff --git a/x11/NVIDIA/DEPENDS b/x11/NVIDIA/DEPENDS index 4f1c8eb..6e26e11 100644 --- a/x11/NVIDIA/DEPENDS +++ b/x11/NVIDIA/DEPENDS @@ -1,3 +1,5 @@ depends pciutils +depends ncurses +depends libXxf86vm depends libvdpau depends gtk+-2 diff --git a/x11/NVIDIA/DETAILS b/x11/NVIDIA/DETAILS index f45e9f8..eae5527 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -1,7 +1,10 @@ MODULE=NVIDIA - VERSION=195.36.31 - SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run -SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 + VERSION=256.35 + SOURCE=NVIDIA-Linux-x86-$VERSION.run + SOURCE2=nvidia-settings-$VERSION.tar.bz2 + SOURCE3=nvidia-installer-$VERSION.tar.bz2 + SOURCE4=nvidia-xconfig-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[1]=http://download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[2]=http://us.download.nvidia.com/XFree86/Linux-x86/$VERSION @@ -20,26 +23,33 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION - SOURCE_VFY=sha1:9c65277ea7cceec900967e15a04629daba06ef45 - WEB_SITE=http://www.nvidia.com + SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot + SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot + SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot + SOURCE_VFY=sha1:7a72704c0fd70bf75126aa962b560bae893b5538 + SOURCE2_VFY=sha1:f7142501ba4a032becf5ef11305699d2419482e9 + SOURCE3_VFY=sha1:be9e50c3b9a4e851603c26f8dadac957c45316fe + SOURCE4_VFY=sha1:93b326ab9da385a1bf009f26f21b10691cacaf50 + WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20100616 - SHORT="X11 NVIDIA binary driver for Geforce6/7/8/9/GT2xx" - + UPDATED=20100619 + SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" +KEEP_SOURCE=on cat << EOF These are the nvidia provided binary X11 drivers for their graphics -cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx -cards. Supported GPUs: (6/7/8/9/GT2xx families only) +cards. It also has the Linux kernel module needed for Geforce 6/7/8/9/GT2xx +cards. Supported GPUs: (6/7/8/9/GTX 2xx families only) all Geforce 6xxx all Geforce 7xxx all Geforce 8xxx all Geforce 9xxx -all Geforce GT2xx +GeForce GTX 260 +GeForce GTX 280 some models may be not supported yet. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. -If you have Geforce FX/PCX check NVIDIA-fx module. +If you have Geforce FX check NVIDIA-fx module. EOF diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64 index 7731e0f..fa03801 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,7 +1,10 @@ MODULE=NVIDIA - VERSION=195.36.31 - SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run -SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 + VERSION=256.35 + SOURCE=NVIDIA-Linux-x86_64-$VERSION-no-compat32.run + SOURCE2=nvidia-settings-$VERSION.tar.bz2 + SOURCE3=nvidia-installer-$VERSION.tar.bz2 + SOURCE4=nvidia-xconfig-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-no-compat32 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[1]=http://download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[2]=http://us.download.nvidia.com/XFree86/Linux-x86_64/$VERSION @@ -20,27 +23,33 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION - SOURCE_VFY=sha1:237449311584b23c5ed6deee7602d8e4c913e4ff - WEB_SITE=http://www.nvidia.com + SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot + SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot + SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot + SOURCE_VFY=sha1:e8652c7a52f06bc4a1358bcb8d62d48b9d61c6f3 + SOURCE2_VFY=sha1:f7142501ba4a032becf5ef11305699d2419482e9 + SOURCE3_VFY=sha1:be9e50c3b9a4e851603c26f8dadac957c45316fe + SOURCE4_VFY=sha1:93b326ab9da385a1bf009f26f21b10691cacaf50 + WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20100616 + UPDATED=20100619 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" -PSAFE=no cat << EOF These are the nvidia provided binary X11 drivers for their graphics cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx -cards. Supported GPUs: (6/7/8/9/GT2xx families only) +cards. Supported GPUs: (6/7/8/9/GTX 2xx families only) all Geforce 6xxx all Geforce 7xxx all Geforce 8xxx all Geforce 9xxx -all Geforce GT2xx +GeForce GTX 260 +GeForce GTX 280 some models may be not supported yet. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. -If you have Geforce FX/PCX check NVIDIA-fx module. +If you have Geforce FX check NVIDIA-fx module. EOF diff --git a/x11/NVIDIA/POST_INSTALL b/x11/NVIDIA/POST_INSTALL new file mode 100644 index 0000000..88564a4 --- /dev/null +++ b/x11/NVIDIA/POST_INSTALL @@ -0,0 +1,20 @@ +# Make Nvidia OpenGL headers default: +# This section is commented out because some applications require Mesa headers +# Average Lunar user may not be able to handle broken compilations so we avoid this. +#for file in `ls /usr/include/GL/nvidia`; +#do ln -sf /usr/include/GL/nvidia/$file /usr/include/GL/$file; +#done + +# Make Nvidia OpenGL libraries default: +cd /usr/lib +ln -sf libGL.so.$VERSION libGL.so.1 +ln -sf libGL.so.1 libGL.so +ln -sf libnvidia-glcore.so.$VERSION libGLcore.so.1 +ln -sf libGLcore.so.1 libGLcore.so + +# Replace generic libglx from X server by Nvidia's one +cd /usr/X11/lib/xorg/modules/extensions +ln -sf libglx.so.$VERSION libglx.so + +# Clean up +rm -rf $SOURCE_DIRECTORY diff --git a/x11/NVIDIA/POST_REMOVE b/x11/NVIDIA/POST_REMOVE new file mode 100644 index 0000000..fef026d --- /dev/null +++ b/x11/NVIDIA/POST_REMOVE @@ -0,0 +1,19 @@ +# Restore Mesa OpenGL headers: +if [[ ! -e /usr/include/GL/mesa ]] ; then +for file in `ls /usr/include/GL/mesa`; +do ln -sf /usr/include/GL/mesa/$file /usr/include/GL/$file; +done +fi + +# Restore Mesa OpenGL libraries: +cd /usr/lib +ln -sf libGL.so.1.2 libGL.so.1 +ln -sf libGL.so.1 libGL.so +rm -f libGLcore.so* + +# Restore generic libglx from X server: +cd /usr/X11/lib/xorg/modules/extensions +ln -sf libglx.so.xorg libglx.so + +# Unregister Nvidia XvMC +rm -f /etc/X11/XvMCConfig diff --git a/x11/NVIDIA/PRE_BUILD b/x11/NVIDIA/PRE_BUILD index 22c3ee2..ef98bbe 100644 --- a/x11/NVIDIA/PRE_BUILD +++ b/x11/NVIDIA/PRE_BUILD @@ -2,6 +2,10 @@ cd $BUILD_DIRECTORY && rm -rf $SOURCE_DIRECTORY && - sh $SOURCE_CACHE/$SOURCE -x + sh $SOURCE_CACHE/$SOURCE -x && + cd $SOURCE_DIRECTORY && + unpack $SOURCE2 && + unpack $SOURCE3 && + unpack $SOURCE4 ) diff --git a/x11/NVIDIA/profile.d/nvidia_gl.rc b/x11/NVIDIA/profile.d/nvidia_gl.rc deleted file mode 100644 index 60c63d2..0000000 --- a/x11/NVIDIA/profile.d/nvidia_gl.rc +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -source /etc/lunar/local/config - -if [ "$LUNAR_GL" == "binary" ] || [ "x$LUNAR_GL" == "x" ] ; then - if ! [ "x$LD_LIBRARY_PATH" == "x" ] ; then - export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia:$LD_LIBRARY_PATH" - else - export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia" - fi -fi From stumbles at lunar-linux.org Thu Jun 24 03:59:15 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Jun 2010 21:59:15 -0400 Subject: [Lunar-commits] Revert "NVIDIA: updated to official 256.35" Message-ID: <20100624014634.6E6169B220@doppio.foo-projects.org> commit a2e1127232d2d659fbb7bd4b861371b16e71ed38 Author: Dennis `stumbles` Veatch Date: Wed Jun 23 21:59:15 2010 -0400 Revert "NVIDIA: updated to official 256.35" This reverts commit 2d50625e24fdde45c14c9ac63ebb05ffd7ab3981. It late and I am tired, so to avoid lots of boxes being broken till then... reverting. You have nvidia conflicting with itself and this; + CFLAGS=" -O2 -march=native -pipe" + CXXFLAGS=" -O2 -march=native -pipe" + CPPFLAGS="" + LDFLAGS=" -s" + MAKES="8" + Enabled wrapper script usage + Editing "Makefile" + Editing "public.mk" sed: can't read public.mk: No such file or directory install: cannot stat `_out/Linux_x86_64/nvidia-settings': No such file or directory install: cannot stat `_out/Linux_x86_64/nvidia-settings.1.gz': No such file or directory Creating /var/log/lunar/compile/NVIDIA-256.35.bz2 ! Problem detected during BUILD --- x11/NVIDIA/BUILD | 206 ++++++++++--------------------------- x11/NVIDIA/CONFLICTS | 2 +- x11/NVIDIA/DEPENDS | 2 - x11/NVIDIA/DETAILS | 34 ++---- x11/NVIDIA/DETAILS.x86_64 | 29 ++---- x11/NVIDIA/POST_INSTALL | 20 ---- x11/NVIDIA/POST_REMOVE | 19 ---- x11/NVIDIA/PRE_BUILD | 6 +- x11/NVIDIA/profile.d/nvidia_gl.rc | 11 ++ 9 files changed, 90 insertions(+), 239 deletions(-) diff --git a/x11/NVIDIA/BUILD b/x11/NVIDIA/BUILD index 847a789..9273315 100644 --- a/x11/NVIDIA/BUILD +++ b/x11/NVIDIA/BUILD @@ -1,169 +1,73 @@ ( - # This is installer less build script. If you find bugs let me know by e-mail: zbiggy(0)o2(period)pl - - # Remove files to avoid module conflicts and - # make place for source compiled replacements - rm -f .manifest libvdpau.so* libvdpau_trace.so* \ - vdpau*.h pkg-history.txt nvidia-installer{,.*} \ - mkprecompiled nvidia-xconfig{,.*} nvidia-settings{,.*} \ - libnvidia-wfb* tls_test* && - - # Temporary paths and symlinks to make sources compilable - LD_LIBRARY_PATH="$SOURCE_DIRECTORY:$LD_LIBRARY_PATH" && - CFLAGS=" -I$SOURCE_DIRECTORY -L$SOURCE_DIRECTORY $CFLAGS " && - ln -s libGL.so.$VERSION libGL.so && - ln -s libnvidia-glcore.so.$VERSION libGLcore.so.1 && - ln -s libnvidia-tls.so.$VERSION libnvidia-tls.so.1 && - mkdir GL && - cp gl*.h GL && - - echo libXvMCNVIDIA_dynamic.so.1 > XvMCConfig && - - # Builds nvidia-installer from source - cd nvidia-installer-$VERSION && -# rm -f *Linux* && - - if [[ $(arch) == x86_64 ]] ; then - # Don't compile 32-bits on pure 64-bit Lunar - sedit 's/COMPAT_32_SRC *= */\0#/' Makefile && - sedit 's/COMPAT_32_SRC *= */\0#/' public.mk && - sedit 's/-DNV_X86_64//' Makefile && - sedit 's/-DNV_X86_64//' public.mk - fi && - - sedit 's at -lGL@-I.. -L.. -lGL @' Makefile && - make clean && - make rebuild_tls_test && - make rebuild_tls_test_dso && -# make rebuild_rtld_test && - make && - if [[ $(arch) == x86_64 ]] ; then - install -m 755 _out/Linux_x86_64/nvidia-installer .. - install -m 755 _out/Linux_x86_64/mkprecompiled .. - install -m 644 _out/Linux_x86_64/nvidia-installer.1.gz .. - cp tls_test_`uname`-x86_64 ../tls_test - cp tls_test_dso_`uname`-x86_64.so ../tls_test_dso.so - else - install -m 755 _out/Linux_x86/nvidia-installer .. - install -m 755 _out/Linux_x86/mkprecompiled .. - install -m 644 _out/Linux_x86/nvidia-installer.1.gz .. - cp tls_test_`uname`-x86 ../tls_test - cp tls_test_dso_`uname`-x86.so ../tls_test_dso.so - fi && - # Builds nvidia-settings from source - cd ../nvidia-settings-$VERSION && - - # xf86vmode.h has been removed in xf86vidmodeproto 2.3 - if [[ ! -e /usr/include/X11/extensions/xf86vmode.h ]] ; then - sedit "s:#include :#include :" src/libXNVCtrlAttributes/NvCtrlAttributes{,VidMode,Glx}.c - fi && + cd $SOURCE_DIRECTORY && + rm -f usr/X11R6/lib/modules/libnvidia-wfb* && + sedit '/wfb/d' .manifest && + rm -f usr/lib/libvdpau.so* \ + usr/lib/vdpau/libvdpau_trace* && + rm -rf usr/include/vdpau && + sedit '/libvdpau.so/d' .manifest && + sedit '/libvdpau_trace/d' .manifest && + sedit '/include\/vdpau/d' .manifest && - make clean && - make -C src/libXNVCtrl && -# X_CFLAGS=$CFLAGS GL_INCLUDE_PATH=$SOURCE_DIRECTORY - make - if [[ $(arch) == x86_64 ]] ; then - install -m 755 _out/Linux_x86_64/nvidia-settings .. - install -m 644 _out/Linux_x86_64/nvidia-settings.1.gz .. - else - install -m 755 _out/Linux_x86/nvidia-settings .. - install -m 644 _out/Linux_x86/nvidia-settings.1.gz .. - fi && - install -m 644 doc/nvidia-settings.png .. && - install -m 644 doc/nvidia-settings.desktop .. && - - # Builds nvidia-xconfig from source - cd ../nvidia-xconfig-$VERSION && - make clean && - make && - if [[ $(arch) == x86_64 ]] ; then - install -m 755 _out/Linux_x86_64/nvidia-xconfig .. - install -m 644 _out/Linux_x86_64/nvidia-xconfig.1.gz .. - else - install -m 755 _out/Linux_x86/nvidia-xconfig .. - install -m 644 _out/Linux_x86/nvidia-xconfig.1.gz .. - fi && - cd .. && - sedit "s/__GENERATED_BY__/nvidia-installer\:\ $VERSION/" libGL.la && - sedit 's/__LIBGL_PATH__/\/usr\/lib/' libGL.la && - sedit 's/__UTILS_PATH__/\/usr\/bin/' nvidia-settings.desktop && - sedit 's/__PIXMAP_PATH__/\/usr\/share\/doc\/NVIDIA_GLX-1.0/' nvidia-settings.desktop && - sedit 's/__NVIDIA_SETTINGS_DESKTOP_CATEGORIES__/Settings;DesktopSettings;/' nvidia-settings.desktop && + # Clean up old install before doing new one + ./nvidia-installer --uninstall --silent && # We make the kernel modules on our own - cd kernel && - sedit "s@\$\(shell uname -r\)@`readlink /usr/src/linux | cut -d- -f2`@" Makefile.* makefile && -# sedit "s/-O/$CFLAGS/" Makefile.nvidia && -# NV_VERBOSE=0 EXTRA_CFLAGS=$CFLAGS ARCH= - make SYSSRC=`readlink /usr/src/linux` module && - rm -f $SOURCE_DIRECTORY/{libGL.so,libGLcore.so.1,libnvidia-tls.so.1} && - - prepare_install && - - make SYSSRC=`readlink /usr/src/linux` install && -# NV_VERBOSE=0 EXTRA_CFLAGS=$CFLAGS ARCH= - cd .. && - - mkdir -p /etc/OpenCL/vendors && - install -m0444 nvidia.icd /etc/OpenCL/vendors && - install -m0755 nvidia-bug-report.sh /usr/bin && - install -m0755 nvidia-installer /usr/bin && - install -m0755 nvidia-settings /usr/bin && - install -m0755 nvidia-smi /usr/bin && - ln -sf /usr/bin/nvidia-installer /usr/bin/nvidia-uninstall && - install -m0755 nvidia-xconfig /usr/bin && - - mkdir -p /usr/include/CL && - install -m0444 cl*.h /usr/include/CL && + cd $SOURCE_DIRECTORY/usr/src/nv && - mkdir -p /usr/include/cuda && - install -m0444 cuda*.h /usr/include/cuda && + sedit "s:KBUILD_VERBOSE=1:KBUILD_VERBOSE=0:g" Makefile.kbuild && - mkdir -p /usr/include/GL/nvidia && - install -m0444 gl*.h /usr/include/GL/nvidia && - - install -m0755 libnvidia-*.so.$VERSION /usr/lib && - ln -sf /usr/lib/libnvidia-cfg.so.$VERSION /usr/lib/libnvidia-cfg.so.1 && - ln -sf /usr/lib/libnvidia-cfg.so.1 /usr/lib/libnvidia-cfg.so && - - install -m0755 libXvMCNVIDIA.so.$VERSION /usr/lib && - install -m0444 libXvMCNVIDIA.a /usr/lib && - ln -sf /usr/lib/libXvMCNVIDIA.so.$VERSION /usr/lib/libXvMCNVIDIA_dynamic.so.1 && - ln -sf /usr/lib/libXvMCNVIDIA_dynamic.so.1 /usr/lib/libXvMCNVIDIA_dynamic.so && + make SYSSRC=/usr/src/linux module && - install -m0755 libcuda.so.$VERSION /usr/lib && - ln -sf /usr/lib/libcuda.so.$VERSION /usr/lib/libcuda.so.1 && - ln -sf /usr/lib/libcuda.so.1 /usr/lib/libcuda.so && - - install -m0644 libGL.la /usr/lib && - install -m0755 libGL.so.$VERSION /usr/lib && + prepare_install && - install -m0755 libOpenCL.so.1.0.0 /usr/lib && - ln -sf /usr/lib/libOpenCL.so.1.0.0 /usr/lib/libOpenCL.so.1.0 && - ln -sf /usr/lib/libOpenCL.so.1.0 /usr/lib/libOpenCL.so.1 && - ln -sf /usr/lib/libOpenCL.so.1 /usr/lib/libOpenCL.so && + make SYSSRC=/usr/src/linux install && - mkdir -p /usr/lib/tls && - install -m0755 tls/libnvidia-tls.so.$VERSION /usr/lib/tls && + # And let nvidia-installer handle the rest + cd $SOURCE_DIRECTORY && + rm -rf old.libraries && - install -m0755 libvdpau_nvidia.so.$VERSION /usr/lib/vdpau && - ln -sf /usr/lib/vdpau/libvdpau_nvidia.so.$VERSION /usr/lib/vdpau/libvdpau_nvidia.so.1 && - ln -sf /usr/lib/vdpau/libvdpau_nvidia.so.1 /usr/lib/libvdpau_nvidia.so && + mkdir -p /usr/lib/opengl/nvidia && + mkdir -p /usr/include/GL/nvidia && + install -m644 usr/include/GL/*.h /usr/include/GL/nvidia && + + # We need to fool the installer a little as it checks for the + # libraries after the installation + export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia" && + + ./nvidia-installer --silent \ + --no-precompiled-interface \ + --no-rpms \ + --no-network \ + --no-recursion \ + --no-kernel-module \ + --no-x-check \ + --no-opengl-headers \ + --opengl-libdir=lib/opengl/nvidia && - install -m0755 nvidia_drv.so /usr/lib/xorg/modules/drivers && - install -m0755 libglx.so.$VERSION /usr/lib/xorg/modules/extensions && + # Register Nvidia XvMC library for use in any XvMC enabled media player + rm -f /etc/X11/XvMCConfig && + touch /etc/X11/XvMCConfig && + echo libXvMCNVIDIA_dynamic.so.1 > /etc/X11/XvMCConfig && + chmod 644 /etc/X11/XvMCConfig && + + # Get a sane default if haven't set it yet + if [ "x$LUNAR_GL" == "x" ] ; then + set_local_config LUNAR_GL binary + fi && - install -m0444 nvidia-settings.desktop /usr/share/applications && + # This is a temp workaround for braindead dlopen calls inside the NVIDIA + # libglx.so - mkdir -p /usr/share/doc/NVIDIA_GLX-1.0/html && - install -m0444 html/* /usr/share/doc/NVIDIA_GLX-1.0/html && + ln -sf /usr/lib/opengl/nvidia/libGLcore.so.1 \ + /usr/lib/libGLcore.so.1 && - install -m0444 README.txt nvidia-settings.png LICENSE NVIDIA_Changelog /usr/share/doc/NVIDIA_GLX-1.0 && - install -m0444 nvidia-xconfig.1.gz nvidia-smi.1.gz nvidia-settings.1.gz nvidia-installer.1.gz /usr/share/man/man1 && + ln -sf /usr/lib/opengl/nvidia/tls/libnvidia-tls.so.1 \ + /usr/lib/libnvidia-tls.so.1 && - # Register Nvidia XvMC library for use in any XvMC enabled media player - install -m644 XvMCConfig /etc/X11 + if !( module_installed gtk+-2 ); then + rm -f /usr/bin/nvidia-settings + fi ) > $C_FIFO 2>&1 - diff --git a/x11/NVIDIA/CONFLICTS b/x11/NVIDIA/CONFLICTS index 90ce191..2d61001 100644 --- a/x11/NVIDIA/CONFLICTS +++ b/x11/NVIDIA/CONFLICTS @@ -1,4 +1,4 @@ conflicts NVIDIA-legacy -conflicts NVIDIA +conflicts NVIDIA-beta conflicts NVIDIA-old conflicts NVIDIA-fx diff --git a/x11/NVIDIA/DEPENDS b/x11/NVIDIA/DEPENDS index 6e26e11..4f1c8eb 100644 --- a/x11/NVIDIA/DEPENDS +++ b/x11/NVIDIA/DEPENDS @@ -1,5 +1,3 @@ depends pciutils -depends ncurses -depends libXxf86vm depends libvdpau depends gtk+-2 diff --git a/x11/NVIDIA/DETAILS b/x11/NVIDIA/DETAILS index eae5527..f45e9f8 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -1,10 +1,7 @@ MODULE=NVIDIA - VERSION=256.35 - SOURCE=NVIDIA-Linux-x86-$VERSION.run - SOURCE2=nvidia-settings-$VERSION.tar.bz2 - SOURCE3=nvidia-installer-$VERSION.tar.bz2 - SOURCE4=nvidia-xconfig-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION + VERSION=195.36.31 + SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run +SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[1]=http://download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[2]=http://us.download.nvidia.com/XFree86/Linux-x86/$VERSION @@ -23,33 +20,26 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION - SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot - SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot - SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:7a72704c0fd70bf75126aa962b560bae893b5538 - SOURCE2_VFY=sha1:f7142501ba4a032becf5ef11305699d2419482e9 - SOURCE3_VFY=sha1:be9e50c3b9a4e851603c26f8dadac957c45316fe - SOURCE4_VFY=sha1:93b326ab9da385a1bf009f26f21b10691cacaf50 - WEB_SITE=http://www.nvidia.com/ + SOURCE_VFY=sha1:9c65277ea7cceec900967e15a04629daba06ef45 + WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20100619 - SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" -KEEP_SOURCE=on + UPDATED=20100616 + SHORT="X11 NVIDIA binary driver for Geforce6/7/8/9/GT2xx" + cat << EOF These are the nvidia provided binary X11 drivers for their graphics -cards. It also has the Linux kernel module needed for Geforce 6/7/8/9/GT2xx -cards. Supported GPUs: (6/7/8/9/GTX 2xx families only) +cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx +cards. Supported GPUs: (6/7/8/9/GT2xx families only) all Geforce 6xxx all Geforce 7xxx all Geforce 8xxx all Geforce 9xxx -GeForce GTX 260 -GeForce GTX 280 +all Geforce GT2xx some models may be not supported yet. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. -If you have Geforce FX check NVIDIA-fx module. +If you have Geforce FX/PCX check NVIDIA-fx module. EOF diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64 index fa03801..7731e0f 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,10 +1,7 @@ MODULE=NVIDIA - VERSION=256.35 - SOURCE=NVIDIA-Linux-x86_64-$VERSION-no-compat32.run - SOURCE2=nvidia-settings-$VERSION.tar.bz2 - SOURCE3=nvidia-installer-$VERSION.tar.bz2 - SOURCE4=nvidia-xconfig-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-no-compat32 + VERSION=195.36.31 + SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run +SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[1]=http://download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[2]=http://us.download.nvidia.com/XFree86/Linux-x86_64/$VERSION @@ -23,33 +20,27 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-no-compat32 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION - SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot - SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot - SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:e8652c7a52f06bc4a1358bcb8d62d48b9d61c6f3 - SOURCE2_VFY=sha1:f7142501ba4a032becf5ef11305699d2419482e9 - SOURCE3_VFY=sha1:be9e50c3b9a4e851603c26f8dadac957c45316fe - SOURCE4_VFY=sha1:93b326ab9da385a1bf009f26f21b10691cacaf50 - WEB_SITE=http://www.nvidia.com/ + SOURCE_VFY=sha1:237449311584b23c5ed6deee7602d8e4c913e4ff + WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20100619 + UPDATED=20100616 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" +PSAFE=no cat << EOF These are the nvidia provided binary X11 drivers for their graphics cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx -cards. Supported GPUs: (6/7/8/9/GTX 2xx families only) +cards. Supported GPUs: (6/7/8/9/GT2xx families only) all Geforce 6xxx all Geforce 7xxx all Geforce 8xxx all Geforce 9xxx -GeForce GTX 260 -GeForce GTX 280 +all Geforce GT2xx some models may be not supported yet. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. -If you have Geforce FX check NVIDIA-fx module. +If you have Geforce FX/PCX check NVIDIA-fx module. EOF diff --git a/x11/NVIDIA/POST_INSTALL b/x11/NVIDIA/POST_INSTALL deleted file mode 100644 index 88564a4..0000000 --- a/x11/NVIDIA/POST_INSTALL +++ /dev/null @@ -1,20 +0,0 @@ -# Make Nvidia OpenGL headers default: -# This section is commented out because some applications require Mesa headers -# Average Lunar user may not be able to handle broken compilations so we avoid this. -#for file in `ls /usr/include/GL/nvidia`; -#do ln -sf /usr/include/GL/nvidia/$file /usr/include/GL/$file; -#done - -# Make Nvidia OpenGL libraries default: -cd /usr/lib -ln -sf libGL.so.$VERSION libGL.so.1 -ln -sf libGL.so.1 libGL.so -ln -sf libnvidia-glcore.so.$VERSION libGLcore.so.1 -ln -sf libGLcore.so.1 libGLcore.so - -# Replace generic libglx from X server by Nvidia's one -cd /usr/X11/lib/xorg/modules/extensions -ln -sf libglx.so.$VERSION libglx.so - -# Clean up -rm -rf $SOURCE_DIRECTORY diff --git a/x11/NVIDIA/POST_REMOVE b/x11/NVIDIA/POST_REMOVE deleted file mode 100644 index fef026d..0000000 --- a/x11/NVIDIA/POST_REMOVE +++ /dev/null @@ -1,19 +0,0 @@ -# Restore Mesa OpenGL headers: -if [[ ! -e /usr/include/GL/mesa ]] ; then -for file in `ls /usr/include/GL/mesa`; -do ln -sf /usr/include/GL/mesa/$file /usr/include/GL/$file; -done -fi - -# Restore Mesa OpenGL libraries: -cd /usr/lib -ln -sf libGL.so.1.2 libGL.so.1 -ln -sf libGL.so.1 libGL.so -rm -f libGLcore.so* - -# Restore generic libglx from X server: -cd /usr/X11/lib/xorg/modules/extensions -ln -sf libglx.so.xorg libglx.so - -# Unregister Nvidia XvMC -rm -f /etc/X11/XvMCConfig diff --git a/x11/NVIDIA/PRE_BUILD b/x11/NVIDIA/PRE_BUILD index ef98bbe..22c3ee2 100644 --- a/x11/NVIDIA/PRE_BUILD +++ b/x11/NVIDIA/PRE_BUILD @@ -2,10 +2,6 @@ cd $BUILD_DIRECTORY && rm -rf $SOURCE_DIRECTORY && - sh $SOURCE_CACHE/$SOURCE -x && - cd $SOURCE_DIRECTORY && - unpack $SOURCE2 && - unpack $SOURCE3 && - unpack $SOURCE4 + sh $SOURCE_CACHE/$SOURCE -x ) diff --git a/x11/NVIDIA/profile.d/nvidia_gl.rc b/x11/NVIDIA/profile.d/nvidia_gl.rc new file mode 100644 index 0000000..60c63d2 --- /dev/null +++ b/x11/NVIDIA/profile.d/nvidia_gl.rc @@ -0,0 +1,11 @@ +#!/bin/bash + +source /etc/lunar/local/config + +if [ "$LUNAR_GL" == "binary" ] || [ "x$LUNAR_GL" == "x" ] ; then + if ! [ "x$LD_LIBRARY_PATH" == "x" ] ; then + export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia:$LD_LIBRARY_PATH" + else + export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia" + fi +fi From florin at lunar-linux.org Thu Jun 24 09:37:43 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 24 Jun 2010 10:37:43 +0300 Subject: [Lunar-commits] seamonkey: version bumped to 2.0.5. Message-ID: <20100624072227.CC82B9B220@doppio.foo-projects.org> commit 97bd8eb9eda1d2e58dba73c2c329780b2a197d3b Author: Florin Braescu Date: Thu Jun 24 10:37:43 2010 +0300 seamonkey: version bumped to 2.0.5. Security release. --- web/seamonkey/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/seamonkey/DETAILS b/web/seamonkey/DETAILS index d536527..abe3074 100644 --- a/web/seamonkey/DETAILS +++ b/web/seamonkey/DETAILS @@ -1,14 +1,14 @@ MODULE=seamonkey - VERSION=2.0.4 + VERSION=2.0.5 SOURCE=$MODULE-$VERSION.source.tar.bz2 SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source SOURCE_URL[1]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source SOURCE_URL[2]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source - SOURCE_VFY=sha1:8bbf46520725b3fae0d057821a4e7cd89baa8031 + SOURCE_VFY=sha1:a2be375b89a7d1f641da285f1c8edb81c2831e7b WEB_SITE=http://www.seamonkey-project.org PSAFE=no ENTERED=20051208 - UPDATED=20100330 + UPDATED=20100624 MAINTAINER=zbiggy at o2.pl SHORT="Seamonkey is a next generation mozilla web browser" From florin at lunar-linux.org Thu Jun 24 09:43:35 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 24 Jun 2010 10:43:35 +0300 Subject: [Lunar-commits] lvm2: version bumped to 2.02.68. Message-ID: <20100624072808.AB7C29B220@doppio.foo-projects.org> commit 343f40acd1dd060422035beeba4adf3cd1c8a870 Author: Florin Braescu Date: Thu Jun 24 10:43:35 2010 +0300 lvm2: version bumped to 2.02.68. Bugfixes and man pages updates. --- filesys/lvm2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/lvm2/DETAILS b/filesys/lvm2/DETAILS index acac3b8..c7c36d2 100644 --- a/filesys/lvm2/DETAILS +++ b/filesys/lvm2/DETAILS @@ -1,13 +1,13 @@ MODULE=lvm2 - VERSION=2.02.67 + VERSION=2.02.68 SOURCE=LVM2.$VERSION.tgz SOURCE_DIRECTORY=$BUILD_DIRECTORY/LVM2.$VERSION SOURCE_URL[0]=ftp://sources.redhat.com/pub/lvm2 SOURCE_URL[1]=ftp://sources.redhat.com/pub/lvm2/old - SOURCE_VFY=sha1:511605f31e637cb34f4c73403ae079aa0f65daaa + SOURCE_VFY=sha1:99ef99dcb9aac6c391a8b58a539a9abb1af61949 WEB_SITE=http://sources.redhat.com/lvm2 ENTERED=20040511 - UPDATED=20100605 + UPDATED=20100624 PSAFE=no SHORT="Logical volume manager" From stumbles at lunar-linux.org Thu Jun 24 12:08:45 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 06:08:45 -0400 Subject: [Lunar-commits] pygments: Fixing UPDATED Message-ID: <20100624095327.A811F9B220@doppio.foo-projects.org> commit 51009dd46931181e1216b0d10bb26432a74996ea Author: Dennis `stumbles` Veatch Date: Thu Jun 24 06:08:45 2010 -0400 pygments: Fixing UPDATED --- python/pygments/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/python/pygments/DETAILS b/python/pygments/DETAILS index 07fc886..00b8f9e 100644 --- a/python/pygments/DETAILS +++ b/python/pygments/DETAILS @@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pygments-$VERSION SOURCE_VFY=sha1:947f90c5f71e83ec68161b33204b860a4cfd0742 WEB_SITE=http://pygments.org ENTERED=20090525 - UPDATED=20100626 + UPDATED=20100624 SHORT="Syntax highlighter written in Python" MAINTAINER=jannis at lunar-linux.org From stumbles at lunar-linux.org Thu Jun 24 12:56:33 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 06:56:33 -0400 Subject: [Lunar-commits] liblinebreak: Adding to moonbase. Message-ID: <20100624104151.42DEC9B21C@doppio.foo-projects.org> commit cd3e08b9db83b70da37a8e7b7d62eaefcf12280c Author: Dennis `stumbles` Veatch Date: Thu Jun 24 06:56:33 2010 -0400 liblinebreak: Adding to moonbase. --- libs/liblinebreak/DETAILS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/libs/liblinebreak/DETAILS b/libs/liblinebreak/DETAILS new file mode 100644 index 0000000..b80115f --- /dev/null +++ b/libs/liblinebreak/DETAILS @@ -0,0 +1,15 @@ + MODULE=liblinebreak + VERSION=2.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/vimgadgets/$MODULE/$VERSION/ + SOURCE_VFY=sha1:8b97931e4f4645da933091ac9d6a4d87fb9b7350 + WEB_SITE=http://vimgadgets.sourceforge.net/liblinebreak/ + ENTERED=20100624 + UPDATED=20100624 + SHORT="line breaking algorithm" + +cat << EOF +Liblinebreak is an implementation of the line breaking algorithm as described in +Unicode 5.2.0 Standard Annex 14, Revision 24. It breaks lines that contain +Unicode characters. It is designed to be used in a generic text renderer. +EOF From stumbles at lunar-linux.org Thu Jun 24 12:57:05 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 06:57:05 -0400 Subject: [Lunar-commits] fbreader: Version bump and adding a required depends. Message-ID: <20100624104151.4ED759B220@doppio.foo-projects.org> commit 99c426e6e223200aa3b871d0a19ac606ac0beb02 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 06:57:05 2010 -0400 fbreader: Version bump and adding a required depends. --- doc-tools/fbreader/DEPENDS | 5 +++-- doc-tools/fbreader/DETAILS | 13 +++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/doc-tools/fbreader/DEPENDS b/doc-tools/fbreader/DEPENDS index ea999b4..cc50844 100644 --- a/doc-tools/fbreader/DEPENDS +++ b/doc-tools/fbreader/DEPENDS @@ -1,3 +1,4 @@ -depends expat && -depends enca && +depends liblinebreak +depends expat +depends enca depends gtk+-2 diff --git a/doc-tools/fbreader/DETAILS b/doc-tools/fbreader/DETAILS index f37ca3a..5f9cfeb 100644 --- a/doc-tools/fbreader/DETAILS +++ b/doc-tools/fbreader/DETAILS @@ -1,13 +1,14 @@ MODULE=fbreader - VERSION=0.8.3d + VERSION=0.12.10 SOURCE=$MODULE-sources-$VERSION.tgz - SOURCE_URL=http://only.mawhrin.net/$MODULE/ - SOURCE_VFY=sha1:1a527e7aae31d41ca96a8655959085ccad3fd5fd - WEB_SITE=http://only.mawhrin.net/$MODULE/ + SOURCE_URL=http://www.fbreader.org/ + SOURCE_VFY=sha1:982f526c9325fc4eaea3c01370580846c4cce7cc + WEB_SITE=http://www.fbreader.org/ ENTERED=20060124 - UPDATED=20070526 - SHORT="is an e-book reader" + UPDATED=20100624 + SHORT="e-book reader" +PSAFE=no cat << EOF This e-book reader currently supports the following formats: From stumbles at lunar-linux.org Thu Jun 24 13:51:30 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 07:51:30 -0400 Subject: [Lunar-commits] semantik: Version bump and a few other twiddles. Message-ID: <20100624113606.234D69B21C@doppio.foo-projects.org> commit 42018829d2111bd0242d6e0ab1bd314d99cc004f Author: Dennis `stumbles` Veatch Date: Thu Jun 24 07:51:30 2010 -0400 semantik: Version bump and a few other twiddles. --- doc-tools/semantik/BUILD | 12 ++++++++---- doc-tools/semantik/DETAILS | 8 ++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/doc-tools/semantik/BUILD b/doc-tools/semantik/BUILD index 5b4eb51..bcb7554 100644 --- a/doc-tools/semantik/BUILD +++ b/doc-tools/semantik/BUILD @@ -1,14 +1,18 @@ ( - sedit "s:kde-config:kde4-config:g" wscript + . /etc/profile.d/qt4.rc && + . /etc/profile.d/kde4.rc && - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc + sedit "s:kde-config:kde4-config:g" wscript && + sedit "s:Icon=semantik:Icon=\$KDE_INSTALL_DIR/share/icons/hicolor/48x48/apps/semantik.png:" src/data/semantik.desktop && + sed -i '12i Exec=$KDE_INSTALL_DIR/bin/semantik' src/data/semantik.desktop && + sedit "s:Application;::" src/data/semantik.desktop && + ./waf configure --qtdir=$QTDIR --prefix=$MODULE_PREFIX && ./waf && prepare_install && - ./waf install + ./waf install ) > $C_FIFO 2>&1 diff --git a/doc-tools/semantik/DETAILS b/doc-tools/semantik/DETAILS index d79d509..6aff071 100644 --- a/doc-tools/semantik/DETAILS +++ b/doc-tools/semantik/DETAILS @@ -1,12 +1,12 @@ MODULE=semantik - VERSION=0.7.1 + VERSION=0.7.3 SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL=http://freehackers.org/~tnagy/ - SOURCE_VFY=sha1:49894d034dca12bf90e1d2e5cef849687fbb7dd1 + SOURCE_URL=http://semantik.googlecode.com/files/ + SOURCE_VFY=sha1:4ddf0e63e05dd16e2d91dd2b4e75f8b1ebbc5293 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE="http://freehackers.org/~tnagy/semantik.html" ENTERED=20071028 - UPDATED=20090420 + UPDATED=20100624 SHORT="mindmapping-like tool to create general-purpose documents" cat << EOF From stumbles at lunar-linux.org Thu Jun 24 13:56:54 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 07:56:54 -0400 Subject: [Lunar-commits] hunspell: Version bump and fixing a typo in CONFIGURE. Message-ID: <20100624114126.873559B21C@doppio.foo-projects.org> commit 42b254bbe29f171b456f8934aa5db453a3e11258 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 07:56:54 2010 -0400 hunspell: Version bump and fixing a typo in CONFIGURE. --- editors/hunspell/CONFIGURE | 4 ++-- editors/hunspell/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/editors/hunspell/CONFIGURE b/editors/hunspell/CONFIGURE index 0297bb0..bb96e6c 100644 --- a/editors/hunspell/CONFIGURE +++ b/editors/hunspell/CONFIGURE @@ -1,3 +1,3 @@ mquery ENABLE_DEV "Enable dictionary development?" n "--with-warnings" "" -mquery ENABLE_MOR "Compile morphological stemmer code & tools?" n "--with-experimantal" "" - \ No newline at end of file +mquery ENABLE_MOR "Compile morphological stemmer code & tools?" n "--with-experimental" "" + diff --git a/editors/hunspell/DETAILS b/editors/hunspell/DETAILS index e8a7e43..9e8c012 100644 --- a/editors/hunspell/DETAILS +++ b/editors/hunspell/DETAILS @@ -1,12 +1,12 @@ MODULE=hunspell - VERSION=1.2.9 + VERSION=1.2.11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:1e709814eb1fb29377953b3deef32d6c644bb33a + SOURCE_VFY=sha1:0af7cf93a9914790705b670464d2f95a4bea6341 WEB_SITE=http://hunspell.sourceforge.net ENTERED=20071017 - UPDATED=20100313 + UPDATED=20100624 SHORT="A spell checker" cat << EOF From stumbles at lunar-linux.org Thu Jun 24 14:28:29 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 08:28:29 -0400 Subject: [Lunar-commits] gimmage: Version bump and needed to add a BUILD to insert a missing header. Message-ID: <20100624121306.66C399B21C@doppio.foo-projects.org> commit 927f009bd56c937ddf8503976ef52f40d5053663 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 08:28:29 2010 -0400 gimmage: Version bump and needed to add a BUILD to insert a missing header. --- graphics/gimmage/BUILD | 7 +++++++ graphics/gimmage/DETAILS | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/graphics/gimmage/BUILD b/graphics/gimmage/BUILD new file mode 100644 index 0000000..37687ab --- /dev/null +++ b/graphics/gimmage/BUILD @@ -0,0 +1,7 @@ +( + + sed -i "26i #include " src/FileManager.cpp && + + default_build + +) > $C_FIFO 2>&1 diff --git a/graphics/gimmage/DETAILS b/graphics/gimmage/DETAILS index 1817696..fda3a6b 100644 --- a/graphics/gimmage/DETAILS +++ b/graphics/gimmage/DETAILS @@ -1,11 +1,11 @@ MODULE=gimmage - VERSION=0.2.2 + VERSION=0.2.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.berlios.de/$MODULE - SOURCE_VFY=sha1:ef5170ceb4ed131f983289be411dcb0641d592f8 + SOURCE_VFY=sha1:732dee063553b787b65a0a5bd3d207bdb5d01df1 WEB_SITE=http://gimmage.berlios.de/ ENTERED=20061012 - UPDATED=20070618 + UPDATED=20100624 SHORT="minimalistic image viewer" cat << EOF From stumbles at lunar-linux.org Thu Jun 24 14:45:27 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 08:45:27 -0400 Subject: [Lunar-commits] gimp-gap: Version bump and not PSAFE. Message-ID: <20100624123010.CCA6E9B21C@doppio.foo-projects.org> commit d37755cc337bfe9fe6a026e776b77da02e53314f Author: Dennis `stumbles` Veatch Date: Thu Jun 24 08:45:27 2010 -0400 gimp-gap: Version bump and not PSAFE. --- graphics/gimp-gap/DETAILS | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/graphics/gimp-gap/DETAILS b/graphics/gimp-gap/DETAILS index 8571e4f..13c8bfe 100644 --- a/graphics/gimp-gap/DETAILS +++ b/graphics/gimp-gap/DETAILS @@ -1,12 +1,15 @@ MODULE=gimp-gap - VERSION=2.0.2 + MAJOR=2.6 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.0/gap/ - #SOURCE_VFY=sha1:6d43b768cc28329667fae67fef6efc16183342f7 + SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/plug-ins/v${MAJOR}/gap/ + SOURCE_VFY=sha1:5ce9b73de4c992bd2a527197847033e15eb2c346 WEB_SITE=http://www.gimp.org ENTERED=20040415 - UPDATED=20041222 + UPDATED=20100624 SHORT="GIMP Animation Package (GAP)" + +PSAFE=no cat << EOF GIMP Animation Package, or short GAP, is a collection of plug-ins to extend the GIMP with capabilities to edit and create animations as From stumbles at lunar-linux.org Thu Jun 24 14:51:09 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 08:51:09 -0400 Subject: [Lunar-commits] gimp-lqr-plugin: Version bump. Message-ID: <20100624123537.542F49B21C@doppio.foo-projects.org> commit 49b2e5d873d81870a1879bad663dc2053262cb5b Author: Dennis `stumbles` Veatch Date: Thu Jun 24 08:51:09 2010 -0400 gimp-lqr-plugin: Version bump. --- graphics/gimp-lqr-plugin/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/gimp-lqr-plugin/DETAILS b/graphics/gimp-lqr-plugin/DETAILS index a77a25a..1f157f2 100644 --- a/graphics/gimp-lqr-plugin/DETAILS +++ b/graphics/gimp-lqr-plugin/DETAILS @@ -1,11 +1,11 @@ MODULE=gimp-lqr-plugin - VERSION=0.6.1 + VERSION=0.7.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]="http://liquidrescale.wikidot.com/local--files/en:download-page/" - SOURCE_VFY=sha1:f202700ffe7981de14a4b69493903239dd963a54 + SOURCE_URL[0]=http://liquidrescale.wikidot.com/local--files/en:download-page-sources/ + SOURCE_VFY=sha1:cc7ae00ae4ba144e3f5bab6cc62f43e12cdee3f4 WEB_SITE=http://liquidrescale.wikidot.com/en:start ENTERED=20091223 - UPDATED=20091223 + UPDATED=20100624 SHORT="Liquid Rescale GIMP plugin" cat << EOF From stumbles at lunar-linux.org Thu Jun 24 14:57:34 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 08:57:34 -0400 Subject: [Lunar-commits] gtk+extra: Version bump and adding a depends. Message-ID: <20100624124211.2B70F9B21C@doppio.foo-projects.org> commit 6606aae387236e8e5ae6bcd26660531697d427f5 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 08:57:34 2010 -0400 gtk+extra: Version bump and adding a depends. --- graphics/gtk+extra/DEPENDS | 1 + graphics/gtk+extra/DETAILS | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/gtk+extra/DEPENDS b/graphics/gtk+extra/DEPENDS new file mode 100644 index 0000000..f98b7d7 --- /dev/null +++ b/graphics/gtk+extra/DEPENDS @@ -0,0 +1 @@ +depends gtk+-2 diff --git a/graphics/gtk+extra/DETAILS b/graphics/gtk+extra/DETAILS index cd0e73f..87c5031 100644 --- a/graphics/gtk+extra/DETAILS +++ b/graphics/gtk+extra/DETAILS @@ -1,11 +1,11 @@ MODULE=gtk+extra - VERSION=2.1.1 + VERSION=2.1.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/scigraphica - SOURCE_VFY=sha1:94d7ae9cb3aef05159cfff148265fc9ce0973980 + SOURCE_URL=$SFORGE_URL/gtkextra/$VERSION/ + SOURCE_VFY=sha1:1b6cccbf89a79c8fe551d77c84dbf21a82c69f07 WEB_SITE=http://gtkextra.sourceforge.net/ ENTERED=20071021 - UPDATED=20071021 + UPDATED=20100624 SHORT="GtkExtra is a useful set of widgets" cat << EOF From stumbles at lunar-linux.org Thu Jun 24 15:36:21 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 09:36:21 -0400 Subject: [Lunar-commits] libexif-gtk: Adding a BUILD so this critter will compile. An adaptation of Message-ID: <20100624132218.6946B9B21C@doppio.foo-projects.org> commit 317056234da95bcee218370e1515163a25b2d341 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 09:36:21 2010 -0400 libexif-gtk: Adding a BUILD so this critter will compile. An adaptation of patches from here; http://www.t2-project.org/packages/libexif-gtk.html Yes I was to lazy to make an actuall patch. --- libs/libexif-gtk/BUILD | 8 ++++++++ libs/libexif-gtk/DETAILS | 3 ++- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/libs/libexif-gtk/BUILD b/libs/libexif-gtk/BUILD new file mode 100644 index 0000000..a2ef651 --- /dev/null +++ b/libs/libexif-gtk/BUILD @@ -0,0 +1,8 @@ +( + + sedit "s:-DGTK_DISABLE_DEPRECATED::g" gtk-extensions/Makefile.am gtk-extensions/Makefile.in libexif-gtk/Makefile.in && + sedit "s:GtkType:GType:"gtk-extensions/gtk-menu-option.h && + + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/libexif-gtk/DETAILS b/libs/libexif-gtk/DETAILS index 7959d0e..a0ecfc8 100644 --- a/libs/libexif-gtk/DETAILS +++ b/libs/libexif-gtk/DETAILS @@ -5,8 +5,9 @@ SOURCE_VFY=sha1:76eb91b635c6097fe541ec8a2b14b3a9d844993d WEB_SITE=http://sourceforge.net/projects/libexif/ ENTERED=20030108 - UPDATED=20050829 + UPDATED=20100624 SHORT="EXIF tag parsing library for gtk" + cat << EOF Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse From stumbles at lunar-linux.org Thu Jun 24 15:37:45 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 09:37:45 -0400 Subject: [Lunar-commits] gtkam: Version bump and needed to adjust the DEPENDS. Message-ID: <20100624132218.7065C9B220@doppio.foo-projects.org> commit e238c2f7d58478f5ac695d6c8003c66b2ec9ac93 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 09:37:45 2010 -0400 gtkam: Version bump and needed to adjust the DEPENDS. --- graphics/gtkam/DEPENDS | 10 +++++++--- graphics/gtkam/DETAILS | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/graphics/gtkam/DEPENDS b/graphics/gtkam/DEPENDS index d65d5c4..760700b 100644 --- a/graphics/gtkam/DEPENDS +++ b/graphics/gtkam/DEPENDS @@ -1,3 +1,7 @@ -depends gtk+-2 && -depends gphoto2 && -optional_depends "libexif-gtk" "" "" "For EXIF tag support" +depends gtk+-2 +depends gphoto2 +depends libexif +depends libexif-gtk + +optional_depends "gimp" "--with-gimp" "--without-gimp" "For gimp support" + diff --git a/graphics/gtkam/DETAILS b/graphics/gtkam/DETAILS index 4dd7190..f1b20e1 100644 --- a/graphics/gtkam/DETAILS +++ b/graphics/gtkam/DETAILS @@ -1,11 +1,11 @@ MODULE=gtkam - VERSION=0.1.14 + VERSION=0.1.17 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/gphoto/ - SOURCE_VFY=sha1:3be324cdaaa31cd3e9797a06fd95a36249f79975 + SOURCE_VFY=sha1:6794a7059c6bcc032c26f35e2453247de2a247cf WEB_SITE=http://www.gphoto.org/ ENTERED=20021007 - UPDATED=20061222 + UPDATED=20100624 SHORT="gtk+ frontend to gphoto2" cat << EOF gtkam is the official GTK2 GUI for libgphoto2. Its purpose it to provide From stumbles at lunar-linux.org Thu Jun 24 16:48:56 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 10:48:56 -0400 Subject: [Lunar-commits] qjson: Adding to moonbase. Message-ID: <20100624143330.4B6A29B21C@doppio.foo-projects.org> commit e986255bc33ed1a555e5ec91ee4fbb30469cded6 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 10:48:56 2010 -0400 qjson: Adding to moonbase. --- qt4-apps/qjson/BUILD | 16 ++++++++++++++++ qt4-apps/qjson/DEPENDS | 2 ++ qt4-apps/qjson/DETAILS | 20 ++++++++++++++++++++ qt4-apps/qjson/PRE_BUILD | 3 +++ 4 files changed, 41 insertions(+), 0 deletions(-) diff --git a/qt4-apps/qjson/BUILD b/qt4-apps/qjson/BUILD new file mode 100644 index 0000000..0a4f73d --- /dev/null +++ b/qt4-apps/qjson/BUILD @@ -0,0 +1,16 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + source /etc/profile.d/qt4.rc && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/$MODULE -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/qt4-apps/qjson/DEPENDS b/qt4-apps/qjson/DEPENDS new file mode 100644 index 0000000..a67e7a8 --- /dev/null +++ b/qt4-apps/qjson/DEPENDS @@ -0,0 +1,2 @@ +depends cmake +depends qt4 diff --git a/qt4-apps/qjson/DETAILS b/qt4-apps/qjson/DETAILS new file mode 100644 index 0000000..e6ccc36 --- /dev/null +++ b/qt4-apps/qjson/DETAILS @@ -0,0 +1,20 @@ + MODULE=qjson + VERSION=0.7.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/qjson/$VERSION/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_VFY=sha1:19bbef24132b238e99744bb35194c6dadece98f9 + WEB_SITE=http://qjson.sourceforge.net/ + ENTERED=20100624 + UPDATED=20100624 + SHORT="Qt4 JavaScript Object Notation" + +cat << EOF +QJson is a qt-based library that maps JSON data to QVariant objects: JSON arrays +will be mapped to QVariantList instances, while JSON objects will be mapped to +QVariantMap. + +JSON (JavaScript Object Notation) is a lightweight data-interchange format. It +can represents integer, real number, string, an ordered sequence of value, and +a collection of name/value pairs. +EOF diff --git a/qt4-apps/qjson/PRE_BUILD b/qt4-apps/qjson/PRE_BUILD new file mode 100644 index 0000000..87610bc --- /dev/null +++ b/qt4-apps/qjson/PRE_BUILD @@ -0,0 +1,3 @@ +mk_source_dir && +cd $SOURCE_DIRECTORY && +unpack $SOURCE From stumbles at lunar-linux.org Thu Jun 24 17:14:03 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 11:14:03 -0400 Subject: [Lunar-commits] qjson: Thought there was something odd about that cmake in the BUILD. Message-ID: <20100624145857.C688A9B21C@doppio.foo-projects.org> commit 2ae7cfb012802f0167361c94e4ad51e468eddd26 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 11:14:03 2010 -0400 qjson: Thought there was something odd about that cmake in the BUILD. Don't need the PRE_BUILD. --- qt4-apps/qjson/BUILD | 6 +++--- qt4-apps/qjson/PRE_BUILD | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/qt4-apps/qjson/BUILD b/qt4-apps/qjson/BUILD index 0a4f73d..a334569 100644 --- a/qt4-apps/qjson/BUILD +++ b/qt4-apps/qjson/BUILD @@ -7,9 +7,9 @@ mkdir $OOTB_DIR && cd $OOTB_DIR && - cmake $SOURCE_DIRECTORY/$MODULE -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE \ - $OPTS && + cmake $SOURCE_DIRECTORY -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/qt4-apps/qjson/PRE_BUILD b/qt4-apps/qjson/PRE_BUILD deleted file mode 100644 index 87610bc..0000000 --- a/qt4-apps/qjson/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -mk_source_dir && -cd $SOURCE_DIRECTORY && -unpack $SOURCE From stumbles at lunar-linux.org Thu Jun 24 18:51:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 12:51:23 -0400 Subject: [Lunar-commits] sgml-common: Fixing BUILD as noted by englesman. Message-ID: <20100624163601.1B2B29B21C@doppio.foo-projects.org> commit 09d6ab1cfabc859e006de86a77fb95926be14e56 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 12:51:23 2010 -0400 sgml-common: Fixing BUILD as noted by englesman. --- doc-tools/sgml-common/BUILD | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/doc-tools/sgml-common/BUILD b/doc-tools/sgml-common/BUILD index 80d638f..a1030f4 100644 --- a/doc-tools/sgml-common/BUILD +++ b/doc-tools/sgml-common/BUILD @@ -1,5 +1,6 @@ ( - patch_it $SOURCE2 1 & + + patch_it $SOURCE2 1 && ## this seems to be needed for a fresh install autoreconf && From stumbles at lunar-linux.org Thu Jun 24 20:27:39 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Jun 2010 14:27:39 -0400 Subject: [Lunar-commits] tikp: Fixing web site url. Message-ID: <20100624181212.88B8E9B21C@doppio.foo-projects.org> commit a76bf47728c0146510d6038903bee846af5a8cf5 Author: Dennis `stumbles` Veatch Date: Thu Jun 24 14:27:39 2010 -0400 tikp: Fixing web site url. --- science/tilp/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/science/tilp/DETAILS b/science/tilp/DETAILS index 8e58f8d..0e4b153 100644 --- a/science/tilp/DETAILS +++ b/science/tilp/DETAILS @@ -4,7 +4,7 @@ SOURCE_URL[0]=http://download.lunar-linux.org/lunar/mirrors/ SOURCE_URL[1]=http://www.ticalc.org/pub/unix/ SOURCE_VFY=sha1:1dee99900fb23f3ca249d7cc165def42e09aa499 - WEB_SITE=http://www.ticalc.org/archives/files/fileinfo/158/15845.html + WEB_SITE=http://lpg.ticalc.org/prj_tilp/index.html ENTERED=20040208 UPDATED=20070606 SHORT="GTK 2 ti caculator link program" From florin at lunar-linux.org Thu Jun 24 14:55:43 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 24 Jun 2010 15:55:43 +0300 Subject: [Lunar-commits] pm-utils: version bumped to 1.4.0. Message-ID: <20100624184358.3BAAF9B21C@doppio.foo-projects.org> commit 9dce727b041ef799d6696964107be06341f8c9af Author: Florin Braescu Date: Thu Jun 24 15:55:43 2010 +0300 pm-utils: version bumped to 1.4.0. Bugfixes release. --- utils/pm-utils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pm-utils/DETAILS b/utils/pm-utils/DETAILS index c6b91ca..850c1b3 100644 --- a/utils/pm-utils/DETAILS +++ b/utils/pm-utils/DETAILS @@ -1,11 +1,11 @@ MODULE=pm-utils - VERSION=1.3.0 + VERSION=1.4.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://pm-utils.freedesktop.org/releases - SOURCE_VFY=sha1:30f6c0a7f470d2c2874d3b13046c1883363c06f3 + SOURCE_VFY=sha1:28e338c84d73b38e233f5f0b2efc1056f040359a WEB_SITE=http://pm-utils.freedesktop.org/wiki ENTERED=20090209 - UPDATED=20100412 + UPDATED=20100624 SHORT="HAL scripts to handle suspend and resume" cat << EOF From florin at lunar-linux.org Fri Jun 25 20:48:04 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 25 Jun 2010 21:48:04 +0300 Subject: [Lunar-commits] udev: version bumped to 158. Message-ID: <20100625184921.E4D899B21A@doppio.foo-projects.org> commit 06d442dc2e06278b43c1a929e67ffd9d5ea374a0 Author: Florin Braescu Date: Fri Jun 25 21:48:04 2010 +0300 udev: version bumped to 158. All distribution specific rules are removed from the udev source tree, most of them are no longer needed. The Gentoo rules which allow to support older kernel versions, which are not covered by the default rules anymore has moved to rules/misc/30-kernel-compat.rules. --- docs/man-fr/BUILD | 7 ------- docs/man-fr/CONFLICTS | 1 - docs/man-fr/DETAILS | 17 ----------------- filesys/udev/BUILD | 6 +++--- filesys/udev/DETAILS | 10 +++++----- zdeprecated/man-fr/BUILD | 7 +++++++ zdeprecated/man-fr/CONFLICTS | 1 + zdeprecated/man-fr/DETAILS | 17 +++++++++++++++++ 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/docs/man-fr/BUILD b/docs/man-fr/BUILD deleted file mode 100644 index 5c9e373..0000000 --- a/docs/man-fr/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - prepare_install && - #make MANDIR=/usr/share/man gz install - cp man* /usr/share/man/fr -Rf - -) > $C_FIFO 2>&1 diff --git a/docs/man-fr/CONFLICTS b/docs/man-fr/CONFLICTS deleted file mode 100644 index 9f4a1cb..0000000 --- a/docs/man-fr/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts man-pages diff --git a/docs/man-fr/DETAILS b/docs/man-fr/DETAILS deleted file mode 100644 index 78ea3c9..0000000 --- a/docs/man-fr/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=man-fr - VER=1.58 - VERSION=$VER.0 - SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VER - SOURCE_URL[0]=http://perso.club-internet.fr/ccb/man/ - SOURCE_VFY=md5:50c82c2114ccca1dcb691f4122b7b4ff - WEB_SITE=http://perso.club-internet.fr/ccb/logiciels/index.html - ENTERED=20030719 - UPDATED=20040616 - SHORT="man-fr contains a large collection of man pages in french." - -cat << EOF -The manpages package contains a large collection of man -pages in french for Linux covering programming APIs, file -formats, protocols, etc. -EOF diff --git a/filesys/udev/BUILD b/filesys/udev/BUILD index 3e9c70a..0dd5b87 100644 --- a/filesys/udev/BUILD +++ b/filesys/udev/BUILD @@ -26,9 +26,9 @@ find $SOURCE_DIRECTORY/rules -type f -name '*.rules' -exec sed -i 's/uucp/dialout/g' {} \; && # Borrowing from the Arch folks to avoid any user related permissions. - echo "# Bluetooth rfkill switch" >> rules/gentoo/40-gentoo.rules && - echo 'KERNEL=="rfkill", ENV{ACL_MANAGE}="1", GROUP="uucp"' >> rules/gentoo/40-gentoo.rules && - mv -f rules/gentoo/40-gentoo.rules rules/gentoo/40-lunar.rules && +# echo "# Bluetooth rfkill switch" >> rules/gentoo/40-gentoo.rules && +# echo 'KERNEL=="rfkill", ENV{ACL_MANAGE}="1", GROUP="uucp"' >> rules/gentoo/40-gentoo.rules && +# mv -f rules/gentoo/40-gentoo.rules rules/gentoo/40-lunar.rules && if [ "$WIPE_NET_DEV" == "y" ] ; then rm -f /etc/udev/rules.d/70-persistent-{cd,net}.rules diff --git a/filesys/udev/DETAILS b/filesys/udev/DETAILS index f7aeaf8..39381d0 100644 --- a/filesys/udev/DETAILS +++ b/filesys/udev/DETAILS @@ -1,17 +1,17 @@ MODULE=udev - VERSION=157 + VERSION=158 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-157-rules.patch.bz2 + SOURCE2=$MODULE-158-rules.patch.bz2 SOURCE3=raid-devfs.sh-udev-088 SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/hotplug SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:15b958077466b7be3fb4e8d1d8431b5fa44cbcd2 - SOURCE2_VFY=sha1:78d8d39d4321e47145f2a4f840a30ae073f3c865 + SOURCE_VFY=sha1:b8651e3a8195707894ffe47fa1f2ca6cd1aed448 + SOURCE2_VFY=sha1:4d63ab05a5f6034ecef0f10383c6f889b6a7fd45 SOURCE3_VFY=sha1:44a12035774c2b42b784267d38e61a34aa0b645b WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html ENTERED=20040104 - UPDATED=20100604 + UPDATED=20100625 MAINTAINER=moe at lunar-linux.org SHORT="hotplug and device handling daemon" diff --git a/zdeprecated/man-fr/BUILD b/zdeprecated/man-fr/BUILD new file mode 100644 index 0000000..5c9e373 --- /dev/null +++ b/zdeprecated/man-fr/BUILD @@ -0,0 +1,7 @@ +( + + prepare_install && + #make MANDIR=/usr/share/man gz install + cp man* /usr/share/man/fr -Rf + +) > $C_FIFO 2>&1 diff --git a/zdeprecated/man-fr/CONFLICTS b/zdeprecated/man-fr/CONFLICTS new file mode 100644 index 0000000..9f4a1cb --- /dev/null +++ b/zdeprecated/man-fr/CONFLICTS @@ -0,0 +1 @@ +conflicts man-pages diff --git a/zdeprecated/man-fr/DETAILS b/zdeprecated/man-fr/DETAILS new file mode 100644 index 0000000..78ea3c9 --- /dev/null +++ b/zdeprecated/man-fr/DETAILS @@ -0,0 +1,17 @@ + MODULE=man-fr + VER=1.58 + VERSION=$VER.0 + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VER + SOURCE_URL[0]=http://perso.club-internet.fr/ccb/man/ + SOURCE_VFY=md5:50c82c2114ccca1dcb691f4122b7b4ff + WEB_SITE=http://perso.club-internet.fr/ccb/logiciels/index.html + ENTERED=20030719 + UPDATED=20040616 + SHORT="man-fr contains a large collection of man pages in french." + +cat << EOF +The manpages package contains a large collection of man +pages in french for Linux covering programming APIs, file +formats, protocols, etc. +EOF From florin at lunar-linux.org Fri Jun 25 20:50:07 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 25 Jun 2010 21:50:07 +0300 Subject: [Lunar-commits] evince: version bumped to 2.30.3. Message-ID: <20100625185223.59E789B21A@doppio.foo-projects.org> commit 8d744630c3737ace5dcca4c279ca76aa54e7866d Author: Florin Braescu Date: Fri Jun 25 21:50:07 2010 +0300 evince: version bumped to 2.30.3. --- gnome2/desktop/evince/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/evince/DETAILS b/gnome2/desktop/evince/DETAILS index d912f48..be08e85 100644 --- a/gnome2/desktop/evince/DETAILS +++ b/gnome2/desktop/evince/DETAILS @@ -1,12 +1,12 @@ MODULE=evince MAJOR=2.30 - VERSION=$MAJOR.2 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:4c62fd4e3b700a10d465c27802036fdcedbb0e93 + SOURCE_VFY=sha1:381730a6fc66bbd823edbd0aa50b480e5d40f130 WEB_SITE=http://www.gnome.org/projects/$MODULE ENTERED=20050918 - UPDATED=20100623 + UPDATED=20100625 SHORT="A document viewer for multiple formats (PDF, Postscript)" cat << EOF From florin at lunar-linux.org Fri Jun 25 20:50:52 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 25 Jun 2010 21:50:52 +0300 Subject: [Lunar-commits] pmount: version bumped to 0.9.23. Message-ID: <20100625185223.64DD99B21B@doppio.foo-projects.org> commit d4bc316ed1b3a26dd505927ad4f9a8b65b8a7cac Author: Florin Braescu Date: Fri Jun 25 21:50:52 2010 +0300 pmount: version bumped to 0.9.23. Security release. --- devel/pmount/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/pmount/DETAILS b/devel/pmount/DETAILS index ddaa5f9..4413fe4 100644 --- a/devel/pmount/DETAILS +++ b/devel/pmount/DETAILS @@ -1,11 +1,11 @@ MODULE=pmount - VERSION=0.9.22 + VERSION=0.9.23 SOURCE=${MODULE}_$VERSION.orig.tar.bz2 SOURCE_URL=http://http.us.debian.org/debian/pool/main/p/$MODULE - SOURCE_VFY=sha1:84f1f5f4898e494427e5c5fa23f90aa379cd39a8 + SOURCE_VFY=sha1:b77dc9cdcd4a4c839d0d2f7b9e3b185ef40f5572 WEB_SITE=http://alioth.debian.org/projects/$MODULE ENTERED=20050913 - UPDATED=20061219 + UPDATED=20061625 SHORT="mount arbitrary hotpluggable devices as normal user" cat << EOF From florin at lunar-linux.org Fri Jun 25 20:58:36 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 25 Jun 2010 21:58:36 +0300 Subject: [Lunar-commits] krename4: version bumped to 4.0.4. Message-ID: <20100625185901.BC0669B21A@doppio.foo-projects.org> commit c2ab5b376032875304dd89cb994426ca6a75e50f Author: Florin Braescu Date: Fri Jun 25 21:58:36 2010 +0300 krename4: version bumped to 4.0.4. The module was renamed krename. --- kde4/apps/krename/BUILD | 9 +++++++++ kde4/apps/krename/DEPENDS | 4 ++++ kde4/apps/krename/DETAILS | 19 +++++++++++++++++++ kde4/apps/krename4/BUILD | 9 --------- kde4/apps/krename4/DEPENDS | 4 ---- kde4/apps/krename4/DETAILS | 20 -------------------- 6 files changed, 32 insertions(+), 33 deletions(-) diff --git a/kde4/apps/krename/BUILD b/kde4/apps/krename/BUILD new file mode 100644 index 0000000..115d583 --- /dev/null +++ b/kde4/apps/krename/BUILD @@ -0,0 +1,9 @@ +( + + . /etc/profile.d/qt4.rc + . /etc/profile.d/kde4.rc + + cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX ./ && + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/apps/krename/DEPENDS b/kde4/apps/krename/DEPENDS new file mode 100644 index 0000000..a479fe4 --- /dev/null +++ b/kde4/apps/krename/DEPENDS @@ -0,0 +1,4 @@ +depends kdelibs4 + +optional_depends "exiv2" "" "" "for image files metadata support" +optional_depends "taglib" "" "" "for sound files metadata support" diff --git a/kde4/apps/krename/DETAILS b/kde4/apps/krename/DETAILS new file mode 100644 index 0000000..676226d --- /dev/null +++ b/kde4/apps/krename/DETAILS @@ -0,0 +1,19 @@ + MODULE=krename + VERSION=4.0.4 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL="$SFORGE_URL/krename/KDE4 krename-stable/$VERSION" + SOURCE_VFY=sha1:8b453b99f28218c62083f3a01e0a4be120ec94b5 + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://www.krename.net + ENTERED=20090923 + UPDATED=20100625 + MAINTAINER=florin at lunar-linux.org + SHORT="A batch renamer for KDE" + +cat << EOF +Krename offers an easy way to rename hundreds of files in one go, +giving you as much freedom as you need. You can use parts of the +old filename, information like the current date or even an mp3 +tag or the colour depth of an image. Krename integrates into the +Konqueror, Delphin or Krusader filemanager. +EOF diff --git a/kde4/apps/krename4/BUILD b/kde4/apps/krename4/BUILD deleted file mode 100644 index c517517..0000000 --- a/kde4/apps/krename4/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc - - cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX ./ && - default_make - -) > $C_FIFO 2>&1 diff --git a/kde4/apps/krename4/DEPENDS b/kde4/apps/krename4/DEPENDS deleted file mode 100644 index e77f25d..0000000 --- a/kde4/apps/krename4/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends kdelibs4 - -optional_depends "exiv2" "" "" "for image files metadata support" -optional_depends "taglib" "" "" "for sound files metadata support" diff --git a/kde4/apps/krename4/DETAILS b/kde4/apps/krename4/DETAILS deleted file mode 100644 index 60e2bab..0000000 --- a/kde4/apps/krename4/DETAILS +++ /dev/null @@ -1,20 +0,0 @@ - MODULE=krename4 - VERSION=4.0.3 - SOURCE=krename-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/krename-$VERSION - SOURCE_URL="$SFORGE_URL/krename/KDE4 krename-stable/$VERSION" - SOURCE_VFY=sha1:bd0d4317f5a01469c2fe7a111ece9191ee57fb0b - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://www.krename.net - ENTERED=20090923 - UPDATED=20091228 - MAINTAINER=florin at lunar-linux.org - SHORT="A batch renamer for KDE" - -cat << EOF -Krename offers an easy way to rename hundreds of files in one go, -giving you as much freedom as you need. You can use parts of the -old filename, information like the current date or even an mp3 -tag or the colour depth of an image. Krename integrates into the -Konqueror, Delphin or Krusader filemanager. -EOF From florin at lunar-linux.org Sat Jun 26 06:53:22 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Jun 2010 07:53:22 +0300 Subject: [Lunar-commits] doxygen: version bumped to 1.7.1. Message-ID: <20100626045339.8783F9B21A@doppio.foo-projects.org> commit 6fdeb1bcebc7c2b34e89e1b4ac4c1389c2b5b251 Author: Florin Braescu Date: Sat Jun 26 07:53:22 2010 +0300 doxygen: version bumped to 1.7.1. --- doc-tools/doxygen/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-tools/doxygen/DETAILS b/doc-tools/doxygen/DETAILS index b56c317..468cbed 100644 --- a/doc-tools/doxygen/DETAILS +++ b/doc-tools/doxygen/DETAILS @@ -1,11 +1,11 @@ MODULE=doxygen - VERSION=1.7.0 + VERSION=1.7.1 SOURCE=$MODULE-$VERSION.src.tar.gz SOURCE_URL=ftp://ftp.stack.nl/pub/users/dimitri - SOURCE_VFY=sha1:df22a6fbf0c13ab368a894e3afdc17ee5c09d9b4 + SOURCE_VFY=sha1:fca75d70f48ef0def276fd8db495772f6c43f862 WEB_SITE=http://www.stack.nl/~dimitri/$MODULE ENTERED=20020529 - UPDATED=20100616 + UPDATED=20100626 SHORT="Documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C" PSAFE=no From florin at lunar-linux.org Sat Jun 26 07:09:40 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Jun 2010 08:09:40 +0300 Subject: [Lunar-commits] VirtualBox: version bumped to 3.2.6. Message-ID: <20100626051006.521B19B21A@doppio.foo-projects.org> commit e88d81b834f6f7bc050e7634db8418e22453f6ca Author: Florin Braescu Date: Sat Jun 26 08:09:40 2010 +0300 VirtualBox: version bumped to 3.2.6. Maintenance release. --- virtual/VirtualBox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/VirtualBox/DETAILS b/virtual/VirtualBox/DETAILS index d551e05..5ad75ad 100644 --- a/virtual/VirtualBox/DETAILS +++ b/virtual/VirtualBox/DETAILS @@ -1,16 +1,16 @@ MODULE=VirtualBox - VERSION=3.2.4 + VERSION=3.2.6 SOURCE=$MODULE-$VERSION-OSE.tar.bz2 SOURCE2=$MODULE-3.2.0-gcc-4.5-warning-workaround.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION}_OSE SOURCE_URL=http://download.virtualbox.org/virtualbox/$VERSION SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:f01fa96c3fc35592d7524d1700f0229f67224c8d + SOURCE_VFY=sha1:f7d4d89f494cd1f614d9e195a2fcac485ac02fbb SOURCE2_VFY=sha1:5eae1a7c82d8ebf8161da4ee724052125f2a6ffd MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/} WEB_SITE=http://virtualbox.org ENTERED=20071004 - UPDATED=20100609 + UPDATED=20100626 SHORT="Full virtualizer for x86 hardware" cat << EOF From florin at lunar-linux.org Sat Jun 26 09:17:49 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Jun 2010 10:17:49 +0300 Subject: [Lunar-commits] pcre: version bumped to 8.10. Message-ID: <20100626071814.6767E9B21A@doppio.foo-projects.org> commit e33b69044262d9d88b18bdb0607836e794238bc8 Author: Florin Braescu Date: Sat Jun 26 10:17:49 2010 +0300 pcre: version bumped to 8.10. --- libs/pcre/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS index 1f0e171..16aa85a 100644 --- a/libs/pcre/DETAILS +++ b/libs/pcre/DETAILS @@ -1,12 +1,12 @@ MODULE=pcre - VERSION=8.02 + VERSION=8.10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/$MODULE SOURCE_URL[1]=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:2cf2f7f04988813c7ce45c43eb934f3b8b1c3b34 + SOURCE_VFY=sha1:8b345da0f835b2caabff071b0b5bab40564652be WEB_SITE=http://www.pcre.org ENTERED=20010922 - UPDATED=20100320 + UPDATED=20100626 SHORT="Perl compatible regular expression library" cat << EOF From florin at lunar-linux.org Sat Jun 26 09:25:31 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Jun 2010 10:25:31 +0300 Subject: [Lunar-commits] vlc: add lua as an optional depend. Message-ID: <20100626072611.F36339B21A@doppio.foo-projects.org> commit 86e5e87e0bd779728e414305eb73f32ca2c73f8a Author: Florin Braescu Date: Sat Jun 26 10:25:31 2010 +0300 vlc: add lua as an optional depend. Thanks to sirocco for the submission. --- video/vlc/DEPENDS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS index 88e057b..9b680ce 100644 --- a/video/vlc/DEPENDS +++ b/video/vlc/DEPENDS @@ -111,3 +111,8 @@ optional_depends "live555" \ "--enable-live555 --with-live555-tree=/usr/lib/live" \ "--disable-live555" \ "for RTP/RTCP, RTSP, SIP support" + +optional_depends "lua" \ + "" \ + "--disable-lua" \ + "for some interfaces (rc, telnet, http) support" From florin at lunar-linux.org Sat Jun 26 11:32:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Jun 2010 12:32:26 +0300 Subject: [Lunar-commits] fontforge: add pango as an optional depend. Message-ID: <20100626093257.3FC159B21A@doppio.foo-projects.org> commit 1fb31777fab394944c4cd086880bae6253775d04 Author: Florin Braescu Date: Sat Jun 26 12:32:26 2010 +0300 fontforge: add pango as an optional depend. --- graphics/fontforge/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/graphics/fontforge/DEPENDS b/graphics/fontforge/DEPENDS index af64b74..1fd3da8 100644 --- a/graphics/fontforge/DEPENDS +++ b/graphics/fontforge/DEPENDS @@ -1 +1,2 @@ optional_depends Python "--enable-pyextension" "" "for Python scripting support" +optional-depends pango "" "" "for Pango support" From zbiggy at lunar-linux.org Sat Jun 26 14:02:21 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Jun 2010 14:02:21 +0200 Subject: [Lunar-commits] pango: fixed broken DEPENDS Message-ID: <20100626120249.E37309B21A@doppio.foo-projects.org> commit b55110a58d99eedfb3a3ef95c9c1266d72d47300 Author: Zbigniew Luszpinski Date: Sat Jun 26 14:02:21 2010 +0200 pango: fixed broken DEPENDS --- graphics/fontforge/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/fontforge/DEPENDS b/graphics/fontforge/DEPENDS index 1fd3da8..d5b4b49 100644 --- a/graphics/fontforge/DEPENDS +++ b/graphics/fontforge/DEPENDS @@ -1,2 +1,2 @@ optional_depends Python "--enable-pyextension" "" "for Python scripting support" -optional-depends pango "" "" "for Pango support" +optional_depends pango "" "" "for Pango support" From stumbles at lunar-linux.org Sat Jun 26 16:44:22 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 26 Jun 2010 10:44:22 -0400 Subject: [Lunar-commits] magicfilter: Version bump. Message-ID: <20100626144439.A35B19B21A@doppio.foo-projects.org> commit 126c820ba0d7489f854809ca4c4ad8d9f24e3947 Author: Dennis `stumbles` Veatch Date: Sat Jun 26 10:44:22 2010 -0400 magicfilter: Version bump. --- printer/magicfilter/BUILD | 8 +++----- printer/magicfilter/DEPENDS | 2 +- printer/magicfilter/DETAILS | 14 ++++++-------- printer/magicfilter/PRE_BUILD | 3 --- 4 files changed, 10 insertions(+), 17 deletions(-) diff --git a/printer/magicfilter/BUILD b/printer/magicfilter/BUILD index 1943fb0..0bd5dc0 100644 --- a/printer/magicfilter/BUILD +++ b/printer/magicfilter/BUILD @@ -1,9 +1,7 @@ ( - ./configure --prefix=/usr && - make && - prepare_install && - make install && - make install_filters + ./configure.sh --prefix=$MODULE_PREFIX && + + default_make ) > $C_FIFO 2>&1 diff --git a/printer/magicfilter/DEPENDS b/printer/magicfilter/DEPENDS index a043279..9d8c879 100644 --- a/printer/magicfilter/DEPENDS +++ b/printer/magicfilter/DEPENDS @@ -1,2 +1,2 @@ -depends netpbm && +depends netpbm depends teTeX diff --git a/printer/magicfilter/DETAILS b/printer/magicfilter/DETAILS index d4fa1f0..42fd8ac 100644 --- a/printer/magicfilter/DETAILS +++ b/printer/magicfilter/DETAILS @@ -1,16 +1,14 @@ MODULE=magicfilter - VERSION=1.2 + VERSION=v2.3.1 SOURCE=${MODULE}_$VERSION.orig.tar.gz - SOURCE2=${MODULE}_${VERSION}-53.diff.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION.orig - SOURCE_URL[0]=http://archive.debian.org/debian-archive/pool/main/m/$MODULE - SOURCE_VFY=sha1:37cdbbbe2a9bdf5b1100dd9e21e2761f81f7896b - SOURCE2_URL[0]=http://archive.debian.org/debian-archive/pool/main/m/$MODULE - SOURCE2_VFY=bc03dd253660a51cc37ca7482bc7cb7c9578a87b + SOURCE_URL[0]=http://github.com/Orc/magicfilter/tarball/v2.3.i/ + SOURCE_VFY=sha1:4432ce2e9e59272e34512c56bf8a5b6d03ebe1d0 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/Orc-$MODULE-39e8faf WEB_SITE=http://www.pell.portland.or.us/~orc/Code/magicfilter ENTERED=20010922 - UPDATED=20020720 + UPDATED=20100626 SHORT="extensible and customizable automatic printer filter." + cat << EOF magicfilter is an extensible and customizable automatic printer filter. It selects an appropriate conversion technique for the input data by diff --git a/printer/magicfilter/PRE_BUILD b/printer/magicfilter/PRE_BUILD deleted file mode 100644 index 60cf2d2..0000000 --- a/printer/magicfilter/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && -gzip -cd $SOURCE_CACHE/$SOURCE2 | patch -p 1 From florin at lunar-linux.org Sat Jun 26 17:51:50 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Jun 2010 18:51:50 +0300 Subject: [Lunar-commits] docbook-xsl: version bumped to 1.75.2. Message-ID: <20100626160538.DEE0C9B21A@doppio.foo-projects.org> commit 4097c3f58da8e359c09e961f47bbdbcc90c170dc Author: Florin Braescu Date: Sat Jun 26 18:51:50 2010 +0300 docbook-xsl: version bumped to 1.75.2. --- doc-tools/docbook-xsl/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-tools/docbook-xsl/DETAILS b/doc-tools/docbook-xsl/DETAILS index 20c48b3..f99ee0a 100644 --- a/doc-tools/docbook-xsl/DETAILS +++ b/doc-tools/docbook-xsl/DETAILS @@ -1,11 +1,11 @@ MODULE=docbook-xsl - VERSION=1.73.2 + VERSION=1.75.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/docbook/$MODULE/$VERSION - SOURCE_VFY=sha1:f33a07535410a5e90041045dbc8027196ab353cb + SOURCE_VFY=sha1:cd146012c07f3c2c79c1cd927ad1faf5bee6cc74 WEB_SITE=http://docbook.sourceforge.net/projects/xsl ENTERED=20020703 - UPDATED=20100505 + UPDATED=20100626 SHORT="XSL stylesheets for the DocBook DTD and its derivatives" cat << EOF From florin at lunar-linux.org Sat Jun 26 18:05:24 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Jun 2010 19:05:24 +0300 Subject: [Lunar-commits] profiles: typo fixes. Message-ID: <20100626160538.EC15F9B21B@doppio.foo-projects.org> commit 59fd677fdcc91a24c30ace702f1cb67dfedf9104 Author: Florin Braescu Date: Sat Jun 26 19:05:24 2010 +0300 profiles: typo fixes. --- profiles/LXDE/DEPENDS | 8 ++++---- profiles/anti-spam/DEPENDS | 2 +- profiles/anti-spam/DETAILS | 4 ++-- profiles/docbook-profile/DEPENDS | 16 ++++++++-------- profiles/docbook-profile/DETAILS | 1 + profiles/gnome2-fifth-toe/DEPENDS | 1 + profiles/gnome2-fifth-toe/DETAILS | 6 +++--- profiles/gnome2-office/DEPENDS | 1 + profiles/gnome2-office/DETAILS | 4 ++-- profiles/gnome2/DETAILS | 1 + profiles/netutils-profile/DEPENDS | 1 + profiles/netutils-profile/DETAILS | 6 +++--- profiles/useful-profile/DEPENDS | 3 +++ profiles/useful-profile/DETAILS | 5 +++-- 14 files changed, 34 insertions(+), 25 deletions(-) diff --git a/profiles/LXDE/DEPENDS b/profiles/LXDE/DEPENDS index cbf26d3..71e6542 100644 --- a/profiles/LXDE/DEPENDS +++ b/profiles/LXDE/DEPENDS @@ -19,10 +19,10 @@ optional_depends "gtknetcat" "" "" "a nc frontend" optional_depends "lxde-settings-daemon" \ "" \ - "" \ - "a XSettings daemon like for LXDE" + "" \ + "a XSettings daemon like for LXDE" optional_depends "lxde-icon-theme" \ "" \ - "" \ - "a LXDE icons theme" + "" \ + "a LXDE icons theme" diff --git a/profiles/anti-spam/DEPENDS b/profiles/anti-spam/DEPENDS index 9fb6291..1825d66 100644 --- a/profiles/anti-spam/DEPENDS +++ b/profiles/anti-spam/DEPENDS @@ -1,3 +1,3 @@ -depends razor-agents && +depends razor-agents depends spamassassin diff --git a/profiles/anti-spam/DETAILS b/profiles/anti-spam/DETAILS index 86cbfe5..aa934bb 100644 --- a/profiles/anti-spam/DETAILS +++ b/profiles/anti-spam/DETAILS @@ -1,13 +1,13 @@ MODULE=anti-spam VERSION=1.0 - WEB_SITE=http://lunar-linux.org/ + WEB_SITE=http://lunar-linux.org ENTERED=20020619 UPDATED=20020619 PROFILE=yes SHORT="These are very useful tools in the fight against spam!" + cat << EOF The anti-spam profile contains the following modules. - Mail-SpamAssassin: spamassassin diff --git a/profiles/docbook-profile/DEPENDS b/profiles/docbook-profile/DEPENDS index 6e9cd60..d2e6949 100644 --- a/profiles/docbook-profile/DEPENDS +++ b/profiles/docbook-profile/DEPENDS @@ -1,11 +1,11 @@ -depends docbook-xml && -depends docbook-dsssl && -depends docbook-dsssl-doc && -depends docbook-4.1 && -depends docbook-4.2 && -depends docbook-utils && -depends scrollkeeper && +depends docbook-xml +depends docbook-dsssl +depends docbook-dsssl-doc +depends docbook-4.1 +depends docbook-4.2 +depends docbook-utils +depends scrollkeeper + optional_depends "linuxdoc-tools" "" "" "These are the old linuxdoc tools. You may or may not need them!" optional_depends "emacs" "" "" "for editing docbook code" optional_depends "vim" "" "" "for editing docbook code" - diff --git a/profiles/docbook-profile/DETAILS b/profiles/docbook-profile/DETAILS index 36ef35a..21bd18f 100644 --- a/profiles/docbook-profile/DETAILS +++ b/profiles/docbook-profile/DETAILS @@ -5,6 +5,7 @@ UPDATED=20030818 SHORT="Profile docbook/sgml/xml related documenation" PROFILE=yes + cat << EOF The docbook-profile contains: emacs - Emacs is the extensible, self-documenting real-time diff --git a/profiles/gnome2-fifth-toe/DEPENDS b/profiles/gnome2-fifth-toe/DEPENDS index 4fad804..af5edfd 100644 --- a/profiles/gnome2-fifth-toe/DEPENDS +++ b/profiles/gnome2-fifth-toe/DEPENDS @@ -10,4 +10,5 @@ depends totem depends bluefish depends apotheke depends balsa + optional_depends "nautilus-cd-burner" "" "" "to burn CDs using nautilus" diff --git a/profiles/gnome2-fifth-toe/DETAILS b/profiles/gnome2-fifth-toe/DETAILS index 19e385c..f07b28e 100644 --- a/profiles/gnome2-fifth-toe/DETAILS +++ b/profiles/gnome2-fifth-toe/DETAILS @@ -3,8 +3,8 @@ WEB_SITE=http://www.gnome.org ENTERED=20030206 UPDATED=20030912 - SHORT="Gnome-Fifth-Toe are extra apps that work with Gnome 2.2" + SHORT="Extra apps that work with Gnome 2.x" + cat << EOF -Gnome-Fifth-Toe are extra apps that work with Gnome -2.2 +Gnome-Fifth-Toe are extra apps that work with Gnome 2.x. EOF diff --git a/profiles/gnome2-office/DEPENDS b/profiles/gnome2-office/DEPENDS index 009f4fc..5de3dc8 100644 --- a/profiles/gnome2-office/DEPENDS +++ b/profiles/gnome2-office/DEPENDS @@ -4,4 +4,5 @@ depends abiword depends glabels depends regexxer depends conglomerate + optional_depends "openoffice-bin" "" "" "to have OpenOffice installed" diff --git a/profiles/gnome2-office/DETAILS b/profiles/gnome2-office/DETAILS index 4e3733f..b26196c 100644 --- a/profiles/gnome2-office/DETAILS +++ b/profiles/gnome2-office/DETAILS @@ -3,7 +3,7 @@ WEB_SITE=http://www.gnome.org ENTERED=20030206 UPDATED=20031231 - SHORT="Gnome 2.4 office tools" + SHORT="Gnome 2.x office tools" cat << EOF -Gnome 2.2 office tools +Gnome 2.x office tools. EOF diff --git a/profiles/gnome2/DETAILS b/profiles/gnome2/DETAILS index 155225c..0ecb4f3 100644 --- a/profiles/gnome2/DETAILS +++ b/profiles/gnome2/DETAILS @@ -5,6 +5,7 @@ UPDATED=20100416 PROFILE=yes SHORT="GNU Network Object Model Environment." + cat << EOF GNOME is the GNU Network Object Model Environment. This project is building a complete, user-friendly diff --git a/profiles/netutils-profile/DEPENDS b/profiles/netutils-profile/DEPENDS index 4616ba9..7c1f40e 100644 --- a/profiles/netutils-profile/DEPENDS +++ b/profiles/netutils-profile/DEPENDS @@ -1,4 +1,5 @@ depends net-tools + optional_depends whois "" "" "to identify IP address owners" optional_depends traceroute "" "" "to trace packets to their origin" optional_depends netwatch "" "" "to monitor bypassing traffic" diff --git a/profiles/netutils-profile/DETAILS b/profiles/netutils-profile/DETAILS index c6d69ca..aa1919c 100644 --- a/profiles/netutils-profile/DETAILS +++ b/profiles/netutils-profile/DETAILS @@ -2,11 +2,11 @@ VERSION=1.0 ENTERED=20030707 UPDATED=20030707 - SHORT="A selection of usefull network utilities." + SHORT="Usefull network utilities" + cat << EOF netutils-profile is a selection of network tools that should be present on -any non-X network server. - +any non-X network server. network-profile can provide: whois ntp diff --git a/profiles/useful-profile/DEPENDS b/profiles/useful-profile/DEPENDS index c896343..4e1cd48 100644 --- a/profiles/useful-profile/DEPENDS +++ b/profiles/useful-profile/DEPENDS @@ -1,11 +1,14 @@ optional_depends "pine" "" "" "for a easy console based email client." + message "Choose sysklogd for traditional style of logs" \ "or metalog for autorotating style of logs" \ optional_depends "sysklogd" "" "" "for traditonal style of logs" optional_depends "metalog" "" "" "for auto-rotating logs" + message "Choose either the xinetd launched exim MTA or" message "the postfix daemon mail transfer agent." optional_depends "exim" "" "" "a MTA" optional_depends "postfix" "" "" "a MTA" optional_depends "sendmail" "" "" "a MTA" + optional_depends "%X" "" "" "for x11 desktop" diff --git a/profiles/useful-profile/DETAILS b/profiles/useful-profile/DETAILS index ef659fe..83f1095 100644 --- a/profiles/useful-profile/DETAILS +++ b/profiles/useful-profile/DETAILS @@ -1,9 +1,10 @@ MODULE=useful-profile VERSION=1.0 - WEB_SITE=http://lunar-linux.org/ + WEB_SITE=http://lunar-linux.org ENTERED=20010922 UPDATED=20020307 - SHORT="Add this profile after default-profile to gain useful utilities." + SHORT="Add this profile after default-profile to gain useful utilities" + cat << EOF useful-profile contains: db From florin at lunar-linux.org Sat Jun 26 18:07:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Jun 2010 19:07:53 +0300 Subject: [Lunar-commits] docbook-xml: version bumped to 4.5. Message-ID: <20100626160808.5973E9B21A@doppio.foo-projects.org> commit 5ea21e78564d15817b2df2e4217b1c97e7f0dcc7 Author: Florin Braescu Date: Sat Jun 26 19:07:53 2010 +0300 docbook-xml: version bumped to 4.5. --- doc-tools/docbook-xml/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc-tools/docbook-xml/DETAILS b/doc-tools/docbook-xml/DETAILS index 53ba778..4cf74ff 100644 --- a/doc-tools/docbook-xml/DETAILS +++ b/doc-tools/docbook-xml/DETAILS @@ -1,16 +1,16 @@ MODULE=docbook-xml - VERSION=4.3 + VERSION=4.5 SOURCE=$MODULE-$VERSION.zip SOURCE2=buildDocBookCatalog SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE - SOURCE_URL[0]=http://www.docbook.org/xml/4.3/ - SOURCE_URL[1]=$LRESORT_URL/ - SOURCE2_URL=http://xmlsoft.org/ - SOURCE_VFY=sha1:e79a59e9164c1013b8cc9f64f96f909a184ca016 + SOURCE_URL[0]=http://www.docbook.org/xml/$VERSION + SOURCE_URL[1]=$LRESORT_URL + SOURCE2_URL=http://xmlsoft.org + SOURCE_VFY=sha1:b9124233b50668fb508773aa2b3ebc631d7c1620 SOURCE2_VFY=sha1:9890a7505713a5c78b038f7e5a2b9e06d6f96f1d - WEB_SITE=http://www.docbook.org/xml/ + WEB_SITE=http://www.docbook.org/xml ENTERED=20030103 - UPDATED=20040919 + UPDATED=20100626 SHORT="The DocBook XML DTD" cat << EOF From florin at lunar-linux.org Sun Jun 27 10:28:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 27 Jun 2010 11:28:53 +0300 Subject: [Lunar-commits] k3b: version bumped to 2.0.0. Message-ID: <20100627082921.D8A3B9B21B@doppio.foo-projects.org> commit 1fd6e072fe1f1bf5fa821bbd05247d72c7f6685d Author: Florin Braescu Date: Sun Jun 27 11:28:53 2010 +0300 k3b: version bumped to 2.0.0. Move it to kde4/apps dir now. --- kde4/apps/k3b/BUILD | 18 ++++++++++++++++++ kde4/apps/k3b/DEPENDS | 23 +++++++++++++++++++++++ kde4/apps/k3b/DETAILS | 16 ++++++++++++++++ zbeta/k3b/BUILD | 18 ------------------ zbeta/k3b/DEPENDS | 23 ----------------------- zbeta/k3b/DETAILS | 16 ---------------- 6 files changed, 57 insertions(+), 57 deletions(-) diff --git a/kde4/apps/k3b/BUILD b/kde4/apps/k3b/BUILD new file mode 100644 index 0000000..af8d917 --- /dev/null +++ b/kde4/apps/k3b/BUILD @@ -0,0 +1,18 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + . /etc/profile.d/qt4.rc && + . /etc/profile.d/kde4.rc && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS&& + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/apps/k3b/DEPENDS b/kde4/apps/k3b/DEPENDS new file mode 100644 index 0000000..5cde5d5 --- /dev/null +++ b/kde4/apps/k3b/DEPENDS @@ -0,0 +1,23 @@ +depends kdelibs4 +depends cdparanoia +depends cdrtools +depends dvd+rw-tools +depends MPlayer +depends libsamplerate + +optional_depends "polkit-qt" "" "" "for K3bSetup to acquire administrator support" +optional_depends "vcdimager" "" "" "for creating video cds" +optional_depends "sox" "" "" "for audio file encoding support" +optional_depends "libmusicbrainz" "" "" "for metadata query support" +optional_depends "ffmpeg" "" "" "for wma decoding" +optional_depends "lame" "" "" "encode audio files in the mp3 format" +optional_depends "libsndfile" "" "" "to decode audio file formats such as AIFF or VOC" +optional_depends "transcode" "" "" "for DVD ripping and DivX/XviD encoding" +optional_depends "libmad" "" "" "for mp3 decoding support" +optional_depends "libogg" "" "" "for encoding and decoding ogg files" +optional_depends "flac" "" "" "for flac audio file support" +optional_depends "mppenc" "" "" "for decoding Musepack audio file support" +optional_depends "taglib" "" "" "for reading Meta data tag support" +optional_depends "normalize" "" "" "to adjust audio file volume support" +optional_depends "cdrdao" "" "" "for burning CDs using the disk-at-once support" +optional_depends "emovix" "" "" "for creating bootable video device support" diff --git a/kde4/apps/k3b/DETAILS b/kde4/apps/k3b/DETAILS new file mode 100644 index 0000000..4854d13 --- /dev/null +++ b/kde4/apps/k3b/DETAILS @@ -0,0 +1,16 @@ + MODULE=k3b + VERSION=2.0.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/k3b/$VERSIONr + SOURCE_VFY=sha1:2071dfc82bd3d373c593cc55a7b63e5748a3378b + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://k3b.plainblack.com + ENTERED=20091127 + UPDATED=20100627 + SHORT="A port of k3b to kde4" + +cat << EOF +K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord. +It's aim is to provide a very user friendly interface to all the tasks +that come with cd recording. +EOF diff --git a/zbeta/k3b/BUILD b/zbeta/k3b/BUILD deleted file mode 100644 index af8d917..0000000 --- a/zbeta/k3b/BUILD +++ /dev/null @@ -1,18 +0,0 @@ -( - - OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && - - . /etc/profile.d/qt4.rc && - . /etc/profile.d/kde4.rc && - - mkdir $OOTB_DIR && - cd $OOTB_DIR && - - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE \ - $OPTS&& - - default_make - -) > $C_FIFO 2>&1 diff --git a/zbeta/k3b/DEPENDS b/zbeta/k3b/DEPENDS deleted file mode 100644 index 5cde5d5..0000000 --- a/zbeta/k3b/DEPENDS +++ /dev/null @@ -1,23 +0,0 @@ -depends kdelibs4 -depends cdparanoia -depends cdrtools -depends dvd+rw-tools -depends MPlayer -depends libsamplerate - -optional_depends "polkit-qt" "" "" "for K3bSetup to acquire administrator support" -optional_depends "vcdimager" "" "" "for creating video cds" -optional_depends "sox" "" "" "for audio file encoding support" -optional_depends "libmusicbrainz" "" "" "for metadata query support" -optional_depends "ffmpeg" "" "" "for wma decoding" -optional_depends "lame" "" "" "encode audio files in the mp3 format" -optional_depends "libsndfile" "" "" "to decode audio file formats such as AIFF or VOC" -optional_depends "transcode" "" "" "for DVD ripping and DivX/XviD encoding" -optional_depends "libmad" "" "" "for mp3 decoding support" -optional_depends "libogg" "" "" "for encoding and decoding ogg files" -optional_depends "flac" "" "" "for flac audio file support" -optional_depends "mppenc" "" "" "for decoding Musepack audio file support" -optional_depends "taglib" "" "" "for reading Meta data tag support" -optional_depends "normalize" "" "" "to adjust audio file volume support" -optional_depends "cdrdao" "" "" "for burning CDs using the disk-at-once support" -optional_depends "emovix" "" "" "for creating bootable video device support" diff --git a/zbeta/k3b/DETAILS b/zbeta/k3b/DETAILS deleted file mode 100644 index 003cbcd..0000000 --- a/zbeta/k3b/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=k3b - VERSION=1.93.0 - SOURCE=$MODULE-${VERSION}rc4.tar.bz2 - SOURCE_URL=$SFORGE_URL/k3b/${VERSIONr}rc1/ - SOURCE_VFY=sha1:06b4804cb195895bcc1b7626ebbca7c813fc73a6 - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://k3b.plainblack.com - ENTERED=20091127 - UPDATED=20100617 - SHORT="port of k3b to kde4" - -cat << EOF -K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord. -It's aim is to provide a very user friendly interface to all the tasks -that come with cd recording. -EOF From stumbles at lunar-linux.org Sun Jun 27 13:30:32 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 27 Jun 2010 07:30:32 -0400 Subject: [Lunar-commits] firefox: Version bump. Fixes this bug; https://bugzilla.mozilla.org/show_bug.cgi?id=574905 Message-ID: <20100627113057.90C539B21B@doppio.foo-projects.org> commit 4929d1db50a7266b78c7999a0ba456c333731a42 Author: Dennis `stumbles` Veatch Date: Sun Jun 27 07:30:32 2010 -0400 firefox: Version bump. Fixes this bug; https://bugzilla.mozilla.org/show_bug.cgi?id=574905 --- web/firefox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/firefox/DETAILS b/web/firefox/DETAILS index ca0106b..98b0f16 100644 --- a/web/firefox/DETAILS +++ b/web/firefox/DETAILS @@ -1,13 +1,13 @@ MODULE=firefox - VERSION=3.6.4 + VERSION=3.6.6 SOURCE=${MODULE}-${VERSION}.source.tar.bz2 SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/source SOURCE_URL[1]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/source SOURCE_URL[2]=ftp://ftp.mozilla.org/pub/firefox/releases/$VERSION/source - SOURCE_VFY=sha1:c73e4cf4a8e55b5a192fe59d38bef1d06f43e842 + SOURCE_VFY=sha1:907bbf357bd652893a58fbb641f7e7b2b4dc1f57 WEB_SITE=http://www.mozilla.org/projects/firefox ENTERED=20030810 - UPDATED=20100623 + UPDATED=20100627 MAINTAINER="tchan at lunar-linux.org" PSAFE=no SHORT="A speedy, full-featured web browser" From florin at lunar-linux.org Sun Jun 27 21:29:15 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 27 Jun 2010 22:29:15 +0300 Subject: [Lunar-commits] ipmitool: version bumped to 1.8.9. Message-ID: <20100627192946.50F819B223@doppio.foo-projects.org> commit e3431eec2e7c46986a3f4c27aed41f54c0b770e3 Author: Florin Braescu Date: Sun Jun 27 22:29:15 2010 +0300 ipmitool: version bumped to 1.8.9. --- net/ipmitool/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net/ipmitool/DETAILS b/net/ipmitool/DETAILS index 8d026e3..ee70d0a 100644 --- a/net/ipmitool/DETAILS +++ b/net/ipmitool/DETAILS @@ -1,12 +1,13 @@ MODULE=ipmitool - VERSION=1.8.7 + VERSION=1.8.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:6cee18a703fffc662e49f268a91f2d1a6973b708 - WEB_SITE=http://ipmitool.sourceforge.net/ + SOURCE_VFY=sha1:fc53d9347a83893296b38480fcfa46799189b95c + WEB_SITE=http://ipmitool.sourceforge.net ENTERED=20061029 - UPDATED=20061029 + UPDATED=20061627 SHORT="Intelligent Platform Management Interface tools" + cat << EOF IPMItool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface (IPMI) version From stumbles at lunar-linux.org Mon Jun 28 01:29:25 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 27 Jun 2010 19:29:25 -0400 Subject: [Lunar-commits] k3b: Fixing sha1 Message-ID: <20100627232945.A69F39B223@doppio.foo-projects.org> commit 45a5106367a789507fc10401c9dcac98a4b00e2b Author: Dennis `stumbles` Veatch Date: Sun Jun 27 19:29:25 2010 -0400 k3b: Fixing sha1 --- kde4/apps/k3b/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde4/apps/k3b/DETAILS b/kde4/apps/k3b/DETAILS index 4854d13..09c0d5f 100644 --- a/kde4/apps/k3b/DETAILS +++ b/kde4/apps/k3b/DETAILS @@ -2,7 +2,7 @@ VERSION=2.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/k3b/$VERSIONr - SOURCE_VFY=sha1:2071dfc82bd3d373c593cc55a7b63e5748a3378b + SOURCE_VFY=sha1:afe1b10a520849941c1489ccb1ed7c3b8f828e78 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://k3b.plainblack.com ENTERED=20091127 From florin at lunar-linux.org Mon Jun 28 12:13:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 28 Jun 2010 13:13:53 +0300 Subject: [Lunar-commits] module-init-tools: version bumped to 3.12. Message-ID: <20100628101506.EE5049B223@doppio.foo-projects.org> commit fc100516c2e1a40ac69952554b7b9e5313b4d83a Author: Florin Braescu Date: Mon Jun 28 13:13:53 2010 +0300 module-init-tools: version bumped to 3.12. This release includes several new features (devname aliases introduced in the future upstream kernel 2.6.35, softdep bits that already were already in the 3.11.1 release, etc.), as well as bug fixes (memory leaks, install/remove command fixes, and so forth), and also other miscellaneous enhancements (module override fixes, docs, a new kernel.org wiki with directions on using bugzilla, etc.). --- kernel/module-init-tools/BUILD | 2 +- kernel/module-init-tools/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/module-init-tools/BUILD b/kernel/module-init-tools/BUILD index d65734f..e154c3a 100644 --- a/kernel/module-init-tools/BUILD +++ b/kernel/module-init-tools/BUILD @@ -2,7 +2,7 @@ bad_flags -malign-double - if ![ module_installed docbook-utils ]; then + if !( module_installed docbook-utils ); then patch_it $SOURCE_CACHE/$SOURCE2 1 fi && diff --git a/kernel/module-init-tools/DETAILS b/kernel/module-init-tools/DETAILS index 178a04b..4b3fef7 100644 --- a/kernel/module-init-tools/DETAILS +++ b/kernel/module-init-tools/DETAILS @@ -1,14 +1,14 @@ MODULE=module-init-tools - VERSION=3.11.1 + VERSION=3.12 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=${MODULE}_docbook.patch.bz2 SOURCE_URL=${KERNEL_URL}/pub/linux/utils/kernel/$MODULE SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:1be5f6be71fb9ea7790c9736114bbbf14e43c32e + SOURCE_VFY=sha1:caf70188c85370936626027ae5b5a9258cc851f9 SOURCE2_VFY=sha1:673fda8d8c4a9d5a88aa25f5e8c56fc60ff8fcee WEB_SITE=http://www.kernel.org ENTERED=20030410 - UPDATED=20091021 + UPDATED=20100628 SHORT="Utilities essential for a modular Linux 2.6.x kernel" cat << EOF From stumbles at lunar-linux.org Mon Jun 28 13:46:44 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Jun 2010 07:46:44 -0400 Subject: [Lunar-commits] module-init-tools: This should be set to "true", else any available Message-ID: <20100628114737.B9EEA9B22B@doppio.foo-projects.org> commit 489320ee4c0e52f978947bad3c1f73823e258e28 Author: Dennis `stumbles` Veatch Date: Mon Jun 28 07:46:44 2010 -0400 module-init-tools: This should be set to "true", else any available drive space will be reduced to zero during the lin. --- kernel/module-init-tools/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/module-init-tools/BUILD b/kernel/module-init-tools/BUILD index e154c3a..7c0faa7 100644 --- a/kernel/module-init-tools/BUILD +++ b/kernel/module-init-tools/BUILD @@ -11,7 +11,7 @@ ./configure --build=$BUILD \ --mandir=/usr/share/man \ --prefix=/lib/module-init-tools/ \ - ac_cv_prog_DOCBOOKTOMAN=yes && + ac_cv_prog_DOCBOOKTOMAN=true && mkdir -p /etc/modprobe.d && From stumbles at lunar-linux.org Mon Jun 28 13:58:17 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Jun 2010 07:58:17 -0400 Subject: [Lunar-commits] module-init-tools: Better yet, lets just remove that line. Tried it with Message-ID: <20100628115911.0D2BB9B22B@doppio.foo-projects.org> commit ed574010a36bdf43d116e85343a0f2d2fd53dfe0 Author: Dennis `stumbles` Veatch Date: Mon Jun 28 07:58:17 2010 -0400 module-init-tools: Better yet, lets just remove that line. Tried it with and without docbook-utils installed and it compiled with out issues. --- kernel/module-init-tools/BUILD | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/module-init-tools/BUILD b/kernel/module-init-tools/BUILD index 7c0faa7..4619da4 100644 --- a/kernel/module-init-tools/BUILD +++ b/kernel/module-init-tools/BUILD @@ -10,8 +10,7 @@ ./configure --build=$BUILD \ --mandir=/usr/share/man \ - --prefix=/lib/module-init-tools/ \ - ac_cv_prog_DOCBOOKTOMAN=true && + --prefix=/lib/module-init-tools/ && mkdir -p /etc/modprobe.d && From florin at lunar-linux.org Mon Jun 28 15:14:19 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 28 Jun 2010 16:14:19 +0300 Subject: [Lunar-commits] phpMyAdmin: version bumped to 3.3.4. Message-ID: <20100628131442.A5BD19B22F@doppio.foo-projects.org> commit fe5b1a490ea4768ea5b4992bd19bc5a9bcc45350 Author: Florin Braescu Date: Mon Jun 28 16:14:19 2010 +0300 phpMyAdmin: version bumped to 3.3.4. --- sql/phpMyAdmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index 9360d44..c7b56a9 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.3.3 + VERSION=3.3.4 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:c5fdd1508fe7a23d4f5903933efe427716dbd47f + SOURCE_VFY=sha1:bd1d3894dd2e3906e49caf3361fec939ec683ebb WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20100511 + UPDATED=20100628 SHORT="A php web interface to administrate MySQL tables" cat << EOF From florin at lunar-linux.org Mon Jun 28 15:39:37 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 28 Jun 2010 16:39:37 +0300 Subject: [Lunar-commits] transmission: version bumped to 2.01. Message-ID: <20100628134009.AB3389B22F@doppio.foo-projects.org> commit 702c9b8340f03da9ebdfe779361d70a003164f27 Author: Florin Braescu Date: Mon Jun 28 16:39:37 2010 +0300 transmission: version bumped to 2.01. Bugfixes and improvements. --- distributed/transmission/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributed/transmission/DETAILS b/distributed/transmission/DETAILS index 33d9e19..286a110 100644 --- a/distributed/transmission/DETAILS +++ b/distributed/transmission/DETAILS @@ -1,11 +1,11 @@ MODULE=transmission - VERSION=2.00 + VERSION=2.01 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://mirrors.m0k.org/transmission/files - SOURCE_VFY=sha1:019fc85db77ab7eedb3a7bd7811951679b69aa9f + SOURCE_VFY=sha1:a50f90db58d40505101fb483df00041cfebfe092 WEB_SITE=http://transmissionbt.com ENTERED=20060626 - UPDATED=20100617 + UPDATED=20100628 SHORT="A fast and powerful BitTorrent client" cat << EOF From florin at lunar-linux.org Mon Jun 28 15:42:56 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 28 Jun 2010 16:42:56 +0300 Subject: [Lunar-commits] sysstat: version bumped to 9.1.3. Message-ID: <20100628134314.A37AD9B22F@doppio.foo-projects.org> commit 541859200af21690fe635a85e7cee5ddb8952deb Author: Florin Braescu Date: Mon Jun 28 16:42:56 2010 +0300 sysstat: version bumped to 9.1.3. --- utils/sysstat/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/sysstat/DETAILS b/utils/sysstat/DETAILS index 67031db..116c378 100644 --- a/utils/sysstat/DETAILS +++ b/utils/sysstat/DETAILS @@ -1,13 +1,13 @@ MODULE=sysstat - VERSION=9.1.2 + VERSION=9.1.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://perso.wanadoo.fr/sebastien.godard SOURCE_URL[1]=ftp://ibiblio.org/pub/Linux/system/status SOURCE_URL[2]=ftp://ftp.freesoftware.com/pub/linux/sunsite/system/status - SOURCE_VFY=sha1:38615e6a3eafaca7856bef51393b05366b664c39 + SOURCE_VFY=sha1:6fc8e3ca9afc6371e42e5c4df852978fcdc560c5 WEB_SITE=http://perso.wanadoo.fr/sebastien.godard ENTERED=20020812 - UPDATED=20100523 + UPDATED=20100628 SHORT="System performance monitoring tools" cat < Revert "docbook-xml: version bumped to 4.5." Message-ID: <20100628143322.1453D9B223@doppio.foo-projects.org> commit e18f7062e60d6d8e59c2092de7f73ba72f4d9f06 Author: Dennis `stumbles` Veatch Date: Mon Jun 28 10:29:54 2010 -0400 Revert "docbook-xml: version bumped to 4.5." This reverts commit 5ea21e78564d15817b2df2e4217b1c97e7f0dcc7. There is a reason Moe discourages fiddling about with the docbook stuff, else docbook-utils fails on the build looking for docbook-xml-4.3 which no longer exists. I agree with Moe's stance and before bumping these things, we need to think this out in more detail. --- doc-tools/docbook-xml/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc-tools/docbook-xml/DETAILS b/doc-tools/docbook-xml/DETAILS index 4cf74ff..53ba778 100644 --- a/doc-tools/docbook-xml/DETAILS +++ b/doc-tools/docbook-xml/DETAILS @@ -1,16 +1,16 @@ MODULE=docbook-xml - VERSION=4.5 + VERSION=4.3 SOURCE=$MODULE-$VERSION.zip SOURCE2=buildDocBookCatalog SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE - SOURCE_URL[0]=http://www.docbook.org/xml/$VERSION - SOURCE_URL[1]=$LRESORT_URL - SOURCE2_URL=http://xmlsoft.org - SOURCE_VFY=sha1:b9124233b50668fb508773aa2b3ebc631d7c1620 + SOURCE_URL[0]=http://www.docbook.org/xml/4.3/ + SOURCE_URL[1]=$LRESORT_URL/ + SOURCE2_URL=http://xmlsoft.org/ + SOURCE_VFY=sha1:e79a59e9164c1013b8cc9f64f96f909a184ca016 SOURCE2_VFY=sha1:9890a7505713a5c78b038f7e5a2b9e06d6f96f1d - WEB_SITE=http://www.docbook.org/xml + WEB_SITE=http://www.docbook.org/xml/ ENTERED=20030103 - UPDATED=20100626 + UPDATED=20040919 SHORT="The DocBook XML DTD" cat << EOF From stumbles at lunar-linux.org Mon Jun 28 17:20:47 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Jun 2010 11:20:47 -0400 Subject: [Lunar-commits] live555: Version bump. Message-ID: <20100628152103.7F5659B223@doppio.foo-projects.org> commit e07383bd434b7da82e9a0e9b473deb6ed2106f96 Author: Dennis `stumbles` Veatch Date: Mon Jun 28 11:20:47 2010 -0400 live555: Version bump. --- net/live555/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/live555/DETAILS b/net/live555/DETAILS index 3c4f984..94ac227 100644 --- a/net/live555/DETAILS +++ b/net/live555/DETAILS @@ -1,12 +1,12 @@ MODULE=live555 - VERSION=2010.06.18 + VERSION=2010.06.22 SOURCE=live.$VERSION.tar.gz SOURCE_URL=http://www.live555.com/liveMedia/public SOURCE_DIRECTORY=$BUILD_DIRECTORY/live - SOURCE_VFY=sha1:de796edbba56cd9d7f1eb39f56d6c5ba59a78252 + SOURCE_VFY=sha1:da4cbb40e64922fa37e95521cf5b2b7c129cb709 WEB_SITE=http://www.live555.com/liveMedia/#config-unix ENTERED=20090311 - UPDATED=20100618 + UPDATED=20100628 SHORT="libraries for multimedia streaming RTP/RTCP, RTSP, SIP" cat << EOF From stumbles at lunar-linux.org Tue Jun 29 01:13:56 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Jun 2010 19:13:56 -0400 Subject: [Lunar-commits] boost: Thanks to v4hn for revisiting this and bringing it to my attention. Message-ID: <20100628231654.7E3059B223@doppio.foo-projects.org> commit 33902883740c5cfd3692f70f778d95bec7d04fc7 Author: Dennis `stumbles` Veatch Date: Mon Jun 28 19:13:56 2010 -0400 boost: Thanks to v4hn for revisiting this and bringing it to my attention. It now installs with both thread types enabled. --- libs/boost/BUILD | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index 098ab52..8576d86 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -5,7 +5,7 @@ export EXPAT_LIBPATH=/usr/lib/ bjam -q ${MAKES:+-j$MAKES} \ - threading=multi \ + threading=single,multi \ --layout=tagged \ runtime-link=shared \ link=shared \ @@ -22,7 +22,7 @@ prepare_install && bjam -q ${MAKES:+-j$MAKES} \ - threading=multi \ + threading=single,multi \ --layout=tagged \ runtime-link=shared \ link=shared \ From florin at lunar-linux.org Tue Jun 29 03:40:56 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Jun 2010 04:40:56 +0300 Subject: [Lunar-commits] xterm: version bumped to 261. Message-ID: <20100629014117.2C5B89B223@doppio.foo-projects.org> commit 83b7b8fde593ad19e735342d199d323c7c8bea34 Author: Florin Braescu Date: Tue Jun 29 04:40:56 2010 +0300 xterm: version bumped to 261. --- xorg7/extra/xterm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/xterm/DETAILS b/xorg7/extra/xterm/DETAILS index 8e0b74c..5db8070 100644 --- a/xorg7/extra/xterm/DETAILS +++ b/xorg7/extra/xterm/DETAILS @@ -1,12 +1,12 @@ MODULE=xterm - VERSION=260 + VERSION=261 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://invisible-island.net/xterm - SOURCE_VFY=sha1:e2e035ce594b6428256c77e5f07a5295d1382bab + SOURCE_VFY=sha1:c19b73bea2f43c676699e914c8a059d8b69fc89b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://invisible-island.net/xterm ENTERED=20060124 - UPDATED=20100621 + UPDATED=20100629 SHORT="The X terminal emulator" cat << EOF From florin at lunar-linux.org Tue Jun 29 04:11:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Jun 2010 05:11:54 +0300 Subject: [Lunar-commits] syslinux: version bumped to 4.00. Message-ID: <20100629021403.D68869B223@doppio.foo-projects.org> commit 1f1354cd1f129ac0e2f762ecdb026caaade4ad31 Author: Florin Braescu Date: Tue Jun 29 05:11:54 2010 +0300 syslinux: version bumped to 4.00. Changes: * Major code base changes; all filesystem rewritten in C. * EXTLINUX: btrfs and ext4 support. * EXTLINUX is no longer a separate derivative; extlinux and syslinux both install the same loader (ldlinux.sys); for the Linux-based installers the extlinux binary is used for a mounted filesystem; the syslinux binary for an unmounted filesystem. * When loading a new configuration file with the CONFIG command, one can now also specify a new current directory with an APPEND statement. * Full ADV support for Syslinux, to boot-once and MENU SAVE works. * Full support of GPT-partitioned disks, including disks and/or parititions larger than 2 TiB (if supported by BIOS.) * The GPT handover protocol adjusted to the current T13 committee draft; see doc/gpt.txt. * HDT: code cleanup, small bugfixes * The "linux" syslinux installer (syslinux-nomtools) now has a command-line syntax closer to the extlinux installer. The mtools, dos and win32 installers will get this new syntax eventually, but it is not implemented yet. * chain.c32: support booting GPT partitions by index, GUID, label. * chain.c32: support booting the Syslinux partition with "fs". * chain.c32: implement gpt.txt hand-over protocol. * chain.c32: support for chainloading Grub stage 2. * PXELINUX: TFTP URL syntax (tftp://) supported even when not running gPXE/gpxelinux. * New ls.c32 module to display the contents of the disk from the command line, and pwd.c32 to display the current directory. * rosh.c32 (read only shell) updated and hopefully usable. * PXELINUX: Support "localboot -1", just like the other derivatives. * gfxboot.com removed in favor of gfxboot.c32. * New MENU HELP statement to display fullscreen help text as a result of a menu selection. * memdiskfind utility that can be used with the phram driver in the Linux kernel to mount a memdisk. * ifcpu.c32: Adding usage when no parameters are given, adding PAE support. * ifcpu.c32, ifcpu64.c32: handle more than one argument per target. * isohybrid: C version which does not require Perl. * New command MENU IMMEDIATE to permit hotkeys to activate immediately without needing Enter. * mdiskchk.com supports a --no-sequential (or -n) option to suppress the classic all-drive-probing heuristic. Useful on BIOSes who crash/hang when certain drive numbers are probed. * ElTorito.Sys DOS driver now scans drive numbers upwards instead of downwards, in order to avoid a fairly common bug on some BIOSes where probing drive 0xFF causes a failure. --- utils/syslinux/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/syslinux/DETAILS b/utils/syslinux/DETAILS index ec186de..ff95ec5 100644 --- a/utils/syslinux/DETAILS +++ b/utils/syslinux/DETAILS @@ -1,12 +1,12 @@ MODULE=syslinux - VERSION=3.86 + VERSION=4.00 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/boot/$MODULE SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/boot/$MODULE - SOURCE_VFY=sha1:2d41043a3083c26e5e6bac3a5e8f17c3c0d963a1 + SOURCE_VFY=sha1:d0196f0521aaeb99b051a33dca27184d6ac41834 WEB_SITE=http://syslinux.zytor.com ENTERED=20010922 - UPDATED=20100414 + UPDATED=20100629 MAINTAINER=tchan at lunar-linux.org PSAFE=no SHORT="bootloader for Linux that works on FAT and ISO9660 filesystems" From florin at lunar-linux.org Tue Jun 29 04:40:23 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Jun 2010 05:40:23 +0300 Subject: [Lunar-commits] libevent: version bumped to 1.4.14b. Message-ID: <20100629024103.856AD9B223@doppio.foo-projects.org> commit b932f101d69b4caf11d82b013d90029decfbbc7e Author: Florin Braescu Date: Tue Jun 29 05:40:23 2010 +0300 libevent: version bumped to 1.4.14b. Bugfixes and improvements. --- libs/libevent/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/libevent/DETAILS b/libs/libevent/DETAILS index cd451b9..ba37591 100644 --- a/libs/libevent/DETAILS +++ b/libs/libevent/DETAILS @@ -1,16 +1,16 @@ MODULE=libevent - VERSION=1.4.13-stable + VERSION=1.4.14b-stable SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.monkey.org/~provos - SOURCE_VFY=sha1:b0c4e9801b74f8bed1502353674288a5e4f1ca16 + SOURCE_VFY=sha1:4a834364c28ad652ddeb00b5f83872506eede7d4 WEB_SITE=http://www.monkey.org/~provos/$MODULE ENTERED=20060904 - UPDATED=20100103 + UPDATED=20100629 SHORT="An event notification library" cat << EOF The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout -has been reached. Furthermore,libevent also support callbacks due to -signals or regular timeouts. +has been reached. Furthermore, libevent also support callbacks due +to signals or regular timeouts. EOF From florin at lunar-linux.org Tue Jun 29 05:06:44 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Jun 2010 06:06:44 +0300 Subject: [Lunar-commits] gnumeric: version bumped to 1.10.7. Message-ID: <20100629030734.CE8139B223@doppio.foo-projects.org> commit 3da23a68a053f8f0405063e1a2a82638319e0aff Author: Florin Braescu Date: Tue Jun 29 06:06:44 2010 +0300 gnumeric: version bumped to 1.10.7. --- gnome2/apps/gnumeric/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/apps/gnumeric/DETAILS b/gnome2/apps/gnumeric/DETAILS index 3d6287d..073f857 100644 --- a/gnome2/apps/gnumeric/DETAILS +++ b/gnome2/apps/gnumeric/DETAILS @@ -1,12 +1,12 @@ MODULE=gnumeric MAJOR=1.10 - VERSION=$MAJOR.6 + VERSION=$MAJOR.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:c885c1fd7033bd355245cd3d2820e73d668d1861 + SOURCE_VFY=sha1:ab6a97d009c50f2a92c66471123db27f8045346a WEB_SITE=http://www.gnumeric.org ENTERED=20021224 - UPDATED=20100602 + UPDATED=20100629 SHORT="The GNOME spreadsheet application" cat << EOF From florin at lunar-linux.org Tue Jun 29 15:11:32 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Jun 2010 16:11:32 +0300 Subject: [Lunar-commits] libisofs: version bumped to 0.6.34. Message-ID: <20100629131208.598409B223@doppio.foo-projects.org> commit 7973d038bec09d367c13f967270f42b706cc2db1 Author: Florin Braescu Date: Tue Jun 29 16:11:32 2010 +0300 libisofs: version bumped to 0.6.34. New features for hiding file names from directory trees. --- cd/libisofs/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/libisofs/DETAILS b/cd/libisofs/DETAILS index 8cb33d6..6e2a18d 100644 --- a/cd/libisofs/DETAILS +++ b/cd/libisofs/DETAILS @@ -1,12 +1,12 @@ MODULE=libisofs - VERSION=0.6.32 + VERSION=0.6.34 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://files.libburnia-project.org/releases SOURCE_URL[1]=http://scdbackup.sourceforge.net - SOURCE_VFY=sha1:88bc919877e57918dcfee0fede8698a18d732c58 + SOURCE_VFY=sha1:da6194e7bc2ce6b94523e62a09da4bab4925c0d1 WEB_SITE=http://libburnia-project.org ENTERED=20061203 - UPDATED=20100504 + UPDATED=20100629 SHORT="Library for writing optical media" cat << EOF From florin at lunar-linux.org Tue Jun 29 17:46:02 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Jun 2010 18:46:02 +0300 Subject: [Lunar-commits] sylpheed: version bumped to 3.0.3. Message-ID: <20100629154728.3E3829B223@doppio.foo-projects.org> commit 4485699f8f601b21816be72d711d83a1397f2e36 Author: Florin Braescu Date: Tue Jun 29 18:46:02 2010 +0300 sylpheed: version bumped to 3.0.3. Bugfixes and improvements. --- mail/sylpheed/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS index daef3da..11a482d 100644 --- a/mail/sylpheed/DETAILS +++ b/mail/sylpheed/DETAILS @@ -1,12 +1,12 @@ MODULE=sylpheed MAJOR=3.0 - VERSION=$MAJOR.2 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://sylpheed.sraoss.jp/sylpheed/v$MAJOR - SOURCE_VFY=sha1:7001053b540db3ff48c3304699d9a622de5f5f85 + SOURCE_VFY=sha1:bf635432c8d735b8327895af9c2311ee75aec621 WEB_SITE=http://sylpheed.sraoss.jp/en ENTERED=20050201 - UPDATED=20100403 + UPDATED=20100629 SHORT="A gtk+-2 based e-mail client (and news reader)" cat << EOF From florin at lunar-linux.org Tue Jun 29 18:00:43 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Jun 2010 19:00:43 +0300 Subject: [Lunar-commits] gthumb: version bumped to 2.10.12. Message-ID: <20100629160104.9B78A9B223@doppio.foo-projects.org> commit 2ff5fbb694037a53faa223586f68b060ca90ced7 Author: Florin Braescu Date: Tue Jun 29 19:00:43 2010 +0300 gthumb: version bumped to 2.10.12. Bugfixes release. --- gnome2/desktop/gthumb/BUILD | 12 +++++++++++ gnome2/desktop/gthumb/DEPENDS | 9 ++++++++ gnome2/desktop/gthumb/DETAILS | 42 +++++++++++++++++++++++++++++++++++++++++ graphics/gthumb/BUILD | 12 ----------- graphics/gthumb/DEPENDS | 9 -------- graphics/gthumb/DETAILS | 42 ----------------------------------------- 6 files changed, 63 insertions(+), 63 deletions(-) diff --git a/gnome2/desktop/gthumb/BUILD b/gnome2/desktop/gthumb/BUILD new file mode 100644 index 0000000..f0ab69a --- /dev/null +++ b/gnome2/desktop/gthumb/BUILD @@ -0,0 +1,12 @@ +( + + ./configure --prefix=${GNOME210_PREFIX:-/usr} \ + --build=$BUILD \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=${GNOME210_PREFIX:-/usr}/share/info \ + --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/gnome2/desktop/gthumb/DEPENDS b/gnome2/desktop/gthumb/DEPENDS new file mode 100644 index 0000000..b47b999 --- /dev/null +++ b/gnome2/desktop/gthumb/DEPENDS @@ -0,0 +1,9 @@ +depends libgnomeui + +optional_depends "libgphoto2" "" "--disable-gphoto2" \ + "for scanning/image downloading from camera support" + +optional_depends "libexif" "" "" "for EXIF data support" + +optional_depends "tiff" "" "--disable-tiff" \ + "for TIFF image support" diff --git a/gnome2/desktop/gthumb/DETAILS b/gnome2/desktop/gthumb/DETAILS new file mode 100644 index 0000000..28b9efc --- /dev/null +++ b/gnome2/desktop/gthumb/DETAILS @@ -0,0 +1,42 @@ + MODULE=gthumb + MAJOR=2.10 + VERSION=$MAJOR.12 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR + SOURCE_VFY=sha1:8887a36bd6a28c02f6369c987d23d604bfe6bc2f + WEB_SITE=http://gthumb.sourceforge.net + ENTERED=20021002 + UPDATED=20090629 + SHORT="Image browser and viewer for the GNOME Desktop" + +cat << EOF + Image browser and viewer for the GNOME Desktop. + + * Browse your hard disk showing you thumbnails of image files. + * Thumbnails are saved in the same database used by Nautilus so you don't + waste disk space. + * Automatically update the content of a folder. + * Copy, move, delete images and folders. + * Bookmarks of folders and catalogs. + * View single images (including GIF animations). Supported image types are: + BMP, JPEG, GIF, PNG, TIFF, ICO, XPM. + * View EXIF data attached to JPEG images. + * View in fullscreen mode. + * View images rotated, flipped, in black and white. + * Add comments to images. + * Organize images in catalogs, catalogs in libraries. + * Print images and comments. + * Search for images on you hard disk and save the result as a catalog. + Search criteria remain attached to the catalog so you can update it + when you want. + * Slideshows. + * Set an image as Desktop background. + * Create index image. + * Rename images in series. + * JPEG lossless transformations. + * Maintenance tools: remove old/all comments; backup and restore comments; + remove old/all thumbnails. + * Fully documented. + * Image viewer component. Differences with the EOG component: display GIF + animations, print the image and its comment. +EOF diff --git a/graphics/gthumb/BUILD b/graphics/gthumb/BUILD deleted file mode 100644 index 80d990a..0000000 --- a/graphics/gthumb/BUILD +++ /dev/null @@ -1,12 +0,0 @@ -( - - ./configure --prefix=${GNOME210_PREFIX:-/usr} \ - --build=$BUILD \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --infodir=${GNOME210_PREFIX:-/usr}/share/info \ - --mandir=${GNOME210_PREFIX:-/usr}/share/man \ - $OPTS && - default_make - -) > $C_FIFO 2>&1 diff --git a/graphics/gthumb/DEPENDS b/graphics/gthumb/DEPENDS deleted file mode 100644 index b47b999..0000000 --- a/graphics/gthumb/DEPENDS +++ /dev/null @@ -1,9 +0,0 @@ -depends libgnomeui - -optional_depends "libgphoto2" "" "--disable-gphoto2" \ - "for scanning/image downloading from camera support" - -optional_depends "libexif" "" "" "for EXIF data support" - -optional_depends "tiff" "" "--disable-tiff" \ - "for TIFF image support" diff --git a/graphics/gthumb/DETAILS b/graphics/gthumb/DETAILS deleted file mode 100644 index b41a2e0..0000000 --- a/graphics/gthumb/DETAILS +++ /dev/null @@ -1,42 +0,0 @@ - MODULE=gthumb - VERSION=2.10.11 - MAJOR=2.10 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:a9c133f3a652249329da8b5be8ff08dfec0ded9f - WEB_SITE=http://gthumb.sourceforge.net - ENTERED=20021002 - UPDATED=20090528 - SHORT="Image browser and viewer for the GNOME Desktop" - -cat << EOF - Image browser and viewer for the GNOME Desktop. - - * Browse your hard disk showing you thumbnails of image files. - * Thumbnails are saved in the same database used by Nautilus so you don't - waste disk space. - * Automatically update the content of a folder. - * Copy, move, delete images and folders. - * Bookmarks of folders and catalogs. - * View single images (including GIF animations). Supported image types are: - BMP, JPEG, GIF, PNG, TIFF, ICO, XPM. - * View EXIF data attached to JPEG images. - * View in fullscreen mode. - * View images rotated, flipped, in black and white. - * Add comments to images. - * Organize images in catalogs, catalogs in libraries. - * Print images and comments. - * Search for images on you hard disk and save the result as a catalog. - Search criteria remain attached to the catalog so you can update it - when you want. - * Slideshows. - * Set an image as Desktop background. - * Create index image. - * Rename images in series. - * JPEG lossless transformations. - * Maintenance tools: remove old/all comments; backup and restore comments; - remove old/all thumbnails. - * Fully documented. - * Image viewer component. Differences with the EOG component: display GIF - animations, print the image and its comment. -EOF From florin at lunar-linux.org Tue Jun 29 22:01:01 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Jun 2010 23:01:01 +0300 Subject: [Lunar-commits] cmake: version bumped to 2.8.2. Message-ID: <20100629200130.510C79B223@doppio.foo-projects.org> commit b7cd4c59f1d739069c11f111974327530ac0e15e Author: Florin Braescu Date: Tue Jun 29 23:01:01 2010 +0300 cmake: version bumped to 2.8.2. Bugfixes and enhacements. --- devel/cmake/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/cmake/DETAILS b/devel/cmake/DETAILS index 3cf2933..701a11c 100644 --- a/devel/cmake/DETAILS +++ b/devel/cmake/DETAILS @@ -1,12 +1,12 @@ MODULE=cmake MAJOR=2.8 - VERSION=${MAJOR}.1 + VERSION=${MAJOR}.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cmake.org/files/v${MAJOR} - SOURCE_VFY=sha1:e9f99cfccf8ec4fb5bbd8ca7d499771a2f1d4ebe + SOURCE_VFY=sha1:272003c2fe392b211ce3b5f895ad84da2ca603cf WEB_SITE=http://cmake.org ENTERED=20060725 - UPDATED=20100409 + UPDATED=20100629 SHORT="Cross-platform make system" MAINTAINER=jannis at lunar-linux.org From zbiggy at lunar-linux.org Tue Jun 29 23:56:02 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 29 Jun 2010 23:56:02 +0200 Subject: [Lunar-commits] eclipse-bin: updated to 3.6 Message-ID: <20100629215630.404D19B224@doppio.foo-projects.org> commit 0cc8c7bc35db08ef56e84174452503607d8e0141 Author: Zbigniew Luszpinski Date: Tue Jun 29 23:56:02 2010 +0200 eclipse-bin: updated to 3.6 --- eclipse/eclipse-bin/DETAILS | 8 ++++---- eclipse/eclipse-bin/DETAILS.x86_64 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eclipse/eclipse-bin/DETAILS b/eclipse/eclipse-bin/DETAILS index 2e9b9c0..7bcec14 100644 --- a/eclipse/eclipse-bin/DETAILS +++ b/eclipse/eclipse-bin/DETAILS @@ -1,15 +1,15 @@ MODULE=eclipse-bin - VERSION=3.5.2 - EXTRA=R-$VERSION-201002111343 + VERSION=3.6 + EXTRA=R-$VERSION-201006080911 SOURCE=eclipse-SDK-$VERSION-linux-gtk.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse SOURCE_URL[0]=http://download.eclipse.org/eclipse/downloads/drops/$EXTRA SOURCE_URL[1]=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/$EXTRA SOURCE_URL[2]=ftp://sunsite.cnlab-switch.ch/mirror/eclipse/downloads/drops/$EXTRA - SOURCE_VFY=sha1:9c6554eb03b0ceab85012fb484a8c96ea2e8c899 + SOURCE_VFY=sha1:3d58710dce8efbc82ad81bc1fed5835390018e04 WEB_SITE=http://eclipse.org ENTERED=20030926 - UPDATED=20100302 + UPDATED=20100629 ARCHIVE=off SHORT="A JAVA IDE for just about everything" diff --git a/eclipse/eclipse-bin/DETAILS.x86_64 b/eclipse/eclipse-bin/DETAILS.x86_64 index 5110e29..45b7ac2 100644 --- a/eclipse/eclipse-bin/DETAILS.x86_64 +++ b/eclipse/eclipse-bin/DETAILS.x86_64 @@ -1,16 +1,16 @@ MODULE=eclipse-bin - VERSION=3.5.2 - EXTRA=R-$VERSION-201002111343 + VERSION=3.6 + EXTRA=R-$VERSION-201006080911 SOURCE=eclipse-SDK-$VERSION-linux-gtk-x86_64.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse SOURCE_URL[0]=http://ftp.ing.umu.se/mirror/eclipse/eclipse/downloads/drops/$EXTRA SOURCE_URL[1]=http://download.eclipse.org/eclipse/downloads/drops/$EXTRA SOURCE_URL[2]=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/$EXTRA SOURCE_URL[3]=ftp://sunsite.cnlab-switch.ch/mirror/eclipse/downloads/drops/$EXTRA - SOURCE_VFY=sha1:78db5dbb6786f6febb04677a76a3f6f498e804d0 + SOURCE_VFY=sha1:8b3e25b2b9c8bd1ff985f4c94e15cc5d172d78ca WEB_SITE=http://eclipse.org ENTERED=20100210 - UPDATED=20100302 + UPDATED=20100629 SHORT="A JAVA IDE for just about everything" ARCHIVE=off From zbiggy at lunar-linux.org Sat Jun 26 18:31:45 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Jun 2010 18:31:45 +0200 Subject: [Lunar-commits] ddd: fixed build Do not fail if GZIP variable set Message-ID: <20100629215630.352F49B223@doppio.foo-projects.org> commit 16da59d4f64bcdd2cdc107c312e2a015b4a3d88b Author: Zbigniew Luszpinski Date: Sat Jun 26 18:31:45 2010 +0200 ddd: fixed build Do not fail if GZIP variable set --- devel/ddd/BUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/devel/ddd/BUILD b/devel/ddd/BUILD index 7f0564b..4d9f4cb 100644 --- a/devel/ddd/BUILD +++ b/devel/ddd/BUILD @@ -4,6 +4,7 @@ # gcc-4.4 is stricter on indirect includes, # so add stdio.h otherwise EOF is undefined sedit '/#include /a#include ' ddd/strclass.C && + unset GZIP && default_build From florin at lunar-linux.org Wed Jun 30 07:33:19 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Jun 2010 08:33:19 +0300 Subject: [Lunar-commits] git: version bumped to 1.7.1.1. Message-ID: <20100630053338.39F9A9B223@doppio.foo-projects.org> commit 759b36f9352e48cbc9d7f1e5e15cd67cb3e6d1ae Author: Florin Braescu Date: Wed Jun 30 08:33:19 2010 +0300 git: version bumped to 1.7.1.1. --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index ea052a0..3e8c303 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.7.1 + VERSION=1.7.1.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-10.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:0b031d1ab63506f945ad3c6fb5f814c6a4fc3095 - SOURCE2_VFY=sha1:6b1e6738d30334f6e9071f983959644b4b3e9378 + SOURCE_VFY=sha1:466b802272804cfcbe86a08879c6edb10b7a5a30 + SOURCE2_VFY=sha1:765e46fc076635f99eb326f9eeced5a04e3af45b SOURCE3_VFY=sha1:8e1de6ce0c00514e03dc84fed1642ea07f69b70b WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20100425 + UPDATED=20100630 SHORT="Fast version control system" PSAFE=no From florin at lunar-linux.org Wed Jun 30 14:48:33 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Jun 2010 15:48:33 +0300 Subject: [Lunar-commits] libvirt, netcf, virtinst, vert-manager: some small tweaks. Message-ID: <20100630124904.085D19B223@doppio.foo-projects.org> commit c424ea36c8e1cb0d7c27bf768f861b61f3c4455a Author: Florin Braescu Date: Wed Jun 30 15:48:33 2010 +0300 libvirt, netcf, virtinst, vert-manager: some small tweaks. --- virtual/libvirt/BUILD | 2 -- virtual/libvirt/DEPENDS | 11 ++++++----- virtual/libvirt/DETAILS | 4 +++- virtual/netcf/DETAILS | 8 ++++++-- virtual/virt-manager/DETAILS | 7 ++++--- virtual/virtinst/DETAILS | 3 ++- 6 files changed, 21 insertions(+), 14 deletions(-) diff --git a/virtual/libvirt/BUILD b/virtual/libvirt/BUILD index 06c78eb..ad5d15d 100644 --- a/virtual/libvirt/BUILD +++ b/virtual/libvirt/BUILD @@ -1,6 +1,5 @@ ( - # this is because XEN isn't included in moonbase yet OPTS+=" --without-xen" && @@ -8,5 +7,4 @@ OPTS+=" --with-network --with-netcf --with-python" default_build - ) > $C_FIFO 2>&1 diff --git a/virtual/libvirt/DEPENDS b/virtual/libvirt/DEPENDS index 23c863d..c5f0174 100644 --- a/virtual/libvirt/DEPENDS +++ b/virtual/libvirt/DEPENDS @@ -1,10 +1,11 @@ depends dnsmasq depends bridge-utils depends netcf -depends Python +depends Python depends virtinst -optional_depends "avahi" "--with-avahi" "--without-avahi" "Advertise daemon to network" + +optional_depends "avahi" "--with-avahi" "--without-avahi" "Advertise daemon to network" optional_depends "PolicyKit" "--with-polkit" "--without-polkit" "Enable PolicyKit support" -optional_depends "cyrus-sasl" "--with-sasl" "--without-sasl" "Enable SASL Authentication" -optional_depends "qemu" "--with-qemu" "--without-qemu" "Enable qemu/kvm support?" -optional_depends "virtualbox" "--with-vbox" "--without-vbox" "Enable virtualbox support?" +optional_depends "cyrus-sasl" "--with-sasl" "--without-sasl" "Enable SASL Authentication" +optional_depends "qemu" "--with-qemu" "--without-qemu" "Enable qemu/kvm support?" +optional_depends "virtualbox" "--with-vbox" "--without-vbox" "Enable virtualbox support?" diff --git a/virtual/libvirt/DETAILS b/virtual/libvirt/DETAILS index 7fbaf25..45d99d3 100644 --- a/virtual/libvirt/DETAILS +++ b/virtual/libvirt/DETAILS @@ -7,6 +7,8 @@ ENTERED=20100419 UPDATED=20100419 SHORT="Library for managing virtual machines" + cat < kde4/base: Version bump. Message-ID: <20100630134214.31A619B223@doppio.foo-projects.org> commit 55e8224795a4ecbd6d23cfe8c519910578bd3cd5 Author: Dennis `stumbles` Veatch Date: Wed Jun 30 09:41:18 2010 -0400 kde4/base: Version bump. --- kde4/base/kdeaccessibility4/DETAILS | 6 +++--- kde4/base/kdeadmin4/DETAILS | 6 +++--- kde4/base/kdeartwork4/DETAILS | 6 +++--- kde4/base/kdebase4-runtime/DETAILS | 6 +++--- kde4/base/kdebase4-workspace/DETAILS | 6 +++--- kde4/base/kdebase4/DETAILS | 6 +++--- kde4/base/kdebindings4/DETAILS | 6 +++--- kde4/base/kdeedu4/DETAILS | 6 +++--- kde4/base/kdegames4/DETAILS | 6 +++--- kde4/base/kdegraphics4/DETAILS | 6 +++--- kde4/base/kdelibs4/DETAILS | 6 +++--- kde4/base/kdemultimedia4/DETAILS | 6 +++--- kde4/base/kdenetwork4/DETAILS | 6 +++--- kde4/base/kdepim4-runtime/DETAILS | 6 +++--- kde4/base/kdepim4/DETAILS | 6 +++--- kde4/base/kdepimlibs4/DETAILS | 6 +++--- kde4/base/kdeplasma4-addons/DETAILS | 6 +++--- kde4/base/kdesdk4/DETAILS | 6 +++--- kde4/base/kdetoys4/DETAILS | 6 +++--- kde4/base/kdeutils4/DETAILS | 6 +++--- kde4/base/kdewebdev4/DETAILS | 6 +++--- kde4/base/oxygen-icons/DETAILS | 6 +++--- 22 files changed, 66 insertions(+), 66 deletions(-) diff --git a/kde4/base/kdeaccessibility4/DETAILS b/kde4/base/kdeaccessibility4/DETAILS index 686e132..b49b339 100644 --- a/kde4/base/kdeaccessibility4/DETAILS +++ b/kde4/base/kdeaccessibility4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeaccessibility4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdeaccessibility-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeaccessibility-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:41a07301b86c37a39689132b1662c51751ee4833 + SOURCE_VFY=sha1:10fa80f91a5e41bdcc190370d41c7e0f4355741b MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="" cat << EOF diff --git a/kde4/base/kdeadmin4/DETAILS b/kde4/base/kdeadmin4/DETAILS index 6ff1e39..8c12891 100644 --- a/kde4/base/kdeadmin4/DETAILS +++ b/kde4/base/kdeadmin4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeadmin4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdeadmin-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeadmin-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:1a473fecb3a5fe996a1567463622037538a876d4 + SOURCE_VFY=sha1:b9d80b5db7dbcd00503688a02facce81f2fc0442 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="" cat << EOF diff --git a/kde4/base/kdeartwork4/DETAILS b/kde4/base/kdeartwork4/DETAILS index 284848f..8631240 100644 --- a/kde4/base/kdeartwork4/DETAILS +++ b/kde4/base/kdeartwork4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeartwork4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdeartwork-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeartwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:7a0dd910a97a1bc9e5a98f4d83104f287f4534d5 + SOURCE_VFY=sha1:1b0eb93247b4ad199c6090628cc6b903bc954af6 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="" cat << EOF diff --git a/kde4/base/kdebase4-runtime/DETAILS b/kde4/base/kdebase4-runtime/DETAILS index e2c7c2b..01d43c3 100644 --- a/kde4/base/kdebase4-runtime/DETAILS +++ b/kde4/base/kdebase4-runtime/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4-runtime MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdebase-runtime-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-runtime-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:dee7405e7410a7583567a0cc1e76d0d1b0e917ca + SOURCE_VFY=sha1:93c58fbef37cdf0c9c6b37c773f8cde054fae51f MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="compenents KDE expects to be available at runtime" cat << EOF diff --git a/kde4/base/kdebase4-workspace/DETAILS b/kde4/base/kdebase4-workspace/DETAILS index 59f8eeb..dc6428f 100644 --- a/kde4/base/kdebase4-workspace/DETAILS +++ b/kde4/base/kdebase4-workspace/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4-workspace MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdebase-workspace-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-workspace-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:7b20bc91a5969b4c42c83076926cf6838b2ba47b + SOURCE_VFY=sha1:d0defe431a760503f8fbb9ee2413b666b3c84cd7 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="This package is what is the desktop" cat << EOF diff --git a/kde4/base/kdebase4/DETAILS b/kde4/base/kdebase4/DETAILS index 862a540..75649b7 100644 --- a/kde4/base/kdebase4/DETAILS +++ b/kde4/base/kdebase4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdebase-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:96c8b34fa388831fba2fe154b27d04514e87b34f + SOURCE_VFY=sha1:c14f6da09f0d1624189c69ccc200c70f2763dcbc MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdebindings4/DETAILS b/kde4/base/kdebindings4/DETAILS index fa9cb48..37d10fd 100644 --- a/kde4/base/kdebindings4/DETAILS +++ b/kde4/base/kdebindings4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebindings4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdebindings-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebindings-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:db5afa2a70558e34838a0f9296f008035e03f064 + SOURCE_VFY=sha1:2f041c5b050da879e8f5d09f668b56881f9f1bb2 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="bindings for other lanquages" cat << EOF diff --git a/kde4/base/kdeedu4/DETAILS b/kde4/base/kdeedu4/DETAILS index a82e382..eb299d4 100644 --- a/kde4/base/kdeedu4/DETAILS +++ b/kde4/base/kdeedu4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeedu4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdeedu-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeedu-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:917a6e998b2eba31e241d208df7c57acf1c68550 + SOURCE_VFY=sha1:7b84fa9dd9e91e117df5dc1af19bcd212cac707a MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071027 - UPDATED=20100601 + UPDATED=20100630 SHORT="education based applications for KDE" cat << EOF diff --git a/kde4/base/kdegames4/DETAILS b/kde4/base/kdegames4/DETAILS index 442ee82..2f05d2b 100644 --- a/kde4/base/kdegames4/DETAILS +++ b/kde4/base/kdegames4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegames4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdegames-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegames-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:30560250375b4e18441caa115efb01c8591964e5 + SOURCE_VFY=sha1:2e0d86c3bf668f4e1fdb2b0da74545f442799700 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="a compilation of various default games shipped with KDE" cat << EOF diff --git a/kde4/base/kdegraphics4/DETAILS b/kde4/base/kdegraphics4/DETAILS index f7c67c5..58add54 100644 --- a/kde4/base/kdegraphics4/DETAILS +++ b/kde4/base/kdegraphics4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegraphics4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdegraphics-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegraphics-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:cdec759477af915fe661b4a4e605708cdb2eebd8 + SOURCE_VFY=sha1:9d878e917de53a0b70df7d1d9d9c57f771e4be72 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="graphic applications for KDE" cat << EOF diff --git a/kde4/base/kdelibs4/DETAILS b/kde4/base/kdelibs4/DETAILS index b6184af..bc757f3 100644 --- a/kde4/base/kdelibs4/DETAILS +++ b/kde4/base/kdelibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdelibs4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdelibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:80bc85618e628986da6ac364507188ae2c8ff95b + SOURCE_VFY=sha1:73e37abee48536b85782d1a17f1b282313b16c4d MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="central libraries for developement and execution of KDE" LUNAR_RESTART_SERVICES=off diff --git a/kde4/base/kdemultimedia4/DETAILS b/kde4/base/kdemultimedia4/DETAILS index b5eceab..7533c50 100644 --- a/kde4/base/kdemultimedia4/DETAILS +++ b/kde4/base/kdemultimedia4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdemultimedia4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdemultimedia-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdemultimedia-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:0b7aa2105995cea9c12273cd53016f1abd5b1714 + SOURCE_VFY=sha1:5d0e87d317fc8c4424a3b0cefe2f2f18c53f7038 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="multimedia applications for KDE" cat << EOF diff --git a/kde4/base/kdenetwork4/DETAILS b/kde4/base/kdenetwork4/DETAILS index d9bb726..3d67248 100644 --- a/kde4/base/kdenetwork4/DETAILS +++ b/kde4/base/kdenetwork4/DETAILS @@ -1,17 +1,17 @@ MODULE=kdenetwork4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdenetwork-$VERSION.tar.bz2 SOURCE2=kdenetwork4-openssl-1.0.0.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdenetwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:1706b009d723897cbc9ad9b0c1743873e8e79362 + SOURCE_VFY=sha1:5f321ce932d6b1fadf1935e527bd1848c317be7a SOURCE2_VFY=sha1:ab16ccf04ce23b9a272bc74cfb5dcbcf24426a9e MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="Network tools for KDE" cat << EOF diff --git a/kde4/base/kdepim4-runtime/DETAILS b/kde4/base/kdepim4-runtime/DETAILS index 7014961..b33e2f8 100644 --- a/kde4/base/kdepim4-runtime/DETAILS +++ b/kde4/base/kdepim4-runtime/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepim4-runtime MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdepim-runtime-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepim-runtime-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:18e5ec39f4b39f9d524cee82b5037e5ba6c2b417 + SOURCE_VFY=sha1:178e138336f6983c0c1a49d7b40f791bb09042c9 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20091006 - UPDATED=20100601 + UPDATED=20100630 SHORT="akonadi support for kdepim" cat << EOF diff --git a/kde4/base/kdepim4/DETAILS b/kde4/base/kdepim4/DETAILS index 8289dc9..248c689 100644 --- a/kde4/base/kdepim4/DETAILS +++ b/kde4/base/kdepim4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepim4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdepim-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepim-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:8edd0abf479d29b55463d8f8c698477f66120ed6 + SOURCE_VFY=sha1:84f6367e38948d3595a9f87ae384b41f9f295add MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdepimlibs4/DETAILS b/kde4/base/kdepimlibs4/DETAILS index c5fc06a..e4c6802 100644 --- a/kde4/base/kdepimlibs4/DETAILS +++ b/kde4/base/kdepimlibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepimlibs4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdepimlibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepimlibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:6e59063d018583227d0427eb85fa51fc7efa9652 + SOURCE_VFY=sha1:bc4d9a478f80e013ac39710f963ee68961d5f369 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdeplasma4-addons/DETAILS b/kde4/base/kdeplasma4-addons/DETAILS index dcb78ef..fa8e599 100644 --- a/kde4/base/kdeplasma4-addons/DETAILS +++ b/kde4/base/kdeplasma4-addons/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeplasma4-addons MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdeplasma-addons-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeplasma-addons-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:0fdd55b878b82f7c69c7e97dac65b69945ddf90c + SOURCE_VFY=sha1:2b17460fe0c559f6c575a7ccd72357bcc82826d6 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080716 - UPDATED=20100601 + UPDATED=20100630 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdesdk4/DETAILS b/kde4/base/kdesdk4/DETAILS index 431429b..372e17d 100644 --- a/kde4/base/kdesdk4/DETAILS +++ b/kde4/base/kdesdk4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdesdk4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdesdk-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdesdk-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:f62a54f7d1e6b260f548c9031c5ddcafac0c9eaf + SOURCE_VFY=sha1:f1e0bebde061d7eec994820f1c77d697efaca024 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="applications and tools for development" cat << EOF diff --git a/kde4/base/kdetoys4/DETAILS b/kde4/base/kdetoys4/DETAILS index 783bd14..197d096 100644 --- a/kde4/base/kdetoys4/DETAILS +++ b/kde4/base/kdetoys4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdetoys4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdetoys-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdetoys-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:ac0a0c83a1d4960f1acde532734c7e1eebc49ea7 + SOURCE_VFY=sha1:8e2fd33aece823f61e78e11450ea203a4d60aef5 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="KDE toys" cat << EOF diff --git a/kde4/base/kdeutils4/DETAILS b/kde4/base/kdeutils4/DETAILS index 1703bb1..354a431 100644 --- a/kde4/base/kdeutils4/DETAILS +++ b/kde4/base/kdeutils4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeutils4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdeutils-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeutils-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:9a8e3358862151417f4d10a1c19839442b077e52 + SOURCE_VFY=sha1:c092cfbb46719d89a5718735dc81ca75c0176e45 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="utilities for KDE" cat << EOF diff --git a/kde4/base/kdewebdev4/DETAILS b/kde4/base/kdewebdev4/DETAILS index 3886ba0..d974257 100644 --- a/kde4/base/kdewebdev4/DETAILS +++ b/kde4/base/kdewebdev4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdewebdev4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=kdewebdev-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdewebdev-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:b72201f03ffb1903f82d5b9b3ed6c74ccd081a93 + SOURCE_VFY=sha1:8e2693ba56b24e214a0a4ca0e1fa28ffac720ea4 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20100601 + UPDATED=20100630 SHORT="applications for web development" cat << EOF diff --git a/kde4/base/oxygen-icons/DETAILS b/kde4/base/oxygen-icons/DETAILS index d41f9d3..6bb93d4 100644 --- a/kde4/base/oxygen-icons/DETAILS +++ b/kde4/base/oxygen-icons/DETAILS @@ -1,13 +1,13 @@ MODULE=oxygen-icons MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:f22c4f03c94a551619bad1ea39fa03880f6a6c16 + SOURCE_VFY=sha1:aac74fa4c1b54b7a95ce2e6538e30f958dcb1c20 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20090805 - UPDATED=20100601 + UPDATED=20100630 SHORT="oxygen-icons" cat << EOF From stumbles at lunar-linux.org Wed Jun 30 15:41:35 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 30 Jun 2010 09:41:35 -0400 Subject: [Lunar-commits] kde4/kde-l10n: Version bump. Message-ID: <20100630134214.4748F9B224@doppio.foo-projects.org> commit 86d8f160709477deeb223d86037c6257af1bf08c Author: Dennis `stumbles` Veatch Date: Wed Jun 30 09:41:35 2010 -0400 kde4/kde-l10n: Version bump. --- kde4/kde-l10n/kde-l10n-ar/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-bg/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ca/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS | 10 +++++----- kde4/kde-l10n/kde-l10n-cs/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-csb/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-da/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-de/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-el/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-en_GB/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-eo/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-es/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-et/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-eu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fi/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fy/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ga/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-gl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-gu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-he/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hi/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-id/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-is/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-it/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ja/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-kk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-km/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-kn/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ko/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-lt/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-lv/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mai/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ml/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nb/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nds/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nn/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pa/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pt/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pt_BR/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ro/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ru/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-si/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-sk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sv/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-tg/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-tr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-uk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-wa/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-zh_CN/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-zh_TW/DETAILS | 6 +++--- 58 files changed, 179 insertions(+), 179 deletions(-) diff --git a/kde4/kde-l10n/kde-l10n-ar/DETAILS b/kde4/kde-l10n/kde-l10n-ar/DETAILS index 092fbb7..a8c5064 100644 --- a/kde4/kde-l10n/kde-l10n-ar/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ar/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ar MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:1d43813380e6eb62161ab55f0108b570769604d8 + SOURCE_VFY=sha1:87a475c960fee4a82d72a6e84dce2bcf1a88dc3d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-bg/DETAILS b/kde4/kde-l10n/kde-l10n-bg/DETAILS index 9e7538e..ab799f6 100644 --- a/kde4/kde-l10n/kde-l10n-bg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-bg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-bg MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:e383c989f39163bee8d98b630fed8f192ea5a35c + SOURCE_VFY=sha1:12758687384de09ea8ba8ae8f5b4460ed2879cab WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ca/DETAILS b/kde4/kde-l10n/kde-l10n-ca/DETAILS index ba2b6bf..11a88a3 100644 --- a/kde4/kde-l10n/kde-l10n-ca/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ca/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ca MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:d2a8ce5de5dabe408442ae72f66b77cbd537f819 + SOURCE_VFY=sha1:f55e20ed14a306902c3a7bbfd17654428367c628 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS b/kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS index c1edd2e..d835bbb 100644 --- a/kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ca at valencia/DETAILS @@ -1,14 +1,14 @@ - MODULE=kde-l1-n-ca at vlencia + MODULE=kde-l10n-ca at vlencia MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:ff51f86de60ad48a533cf41aa02eb0131e3e6b35 + SOURCE_VFY=sha1:e52409a742274d89dd480e624c840911e7c36b92 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - ENTERED=20100601 - UPDATED=20100601 + ENTERED=20100630 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-cs/DETAILS b/kde4/kde-l10n/kde-l10n-cs/DETAILS index 26e496c..af8f3de 100644 --- a/kde4/kde-l10n/kde-l10n-cs/DETAILS +++ b/kde4/kde-l10n/kde-l10n-cs/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-cs MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:98d539d94ffc9788f52e557014c7e2305705022e + SOURCE_VFY=sha1:2406af1274e30e6656f941e3b251d8f27a94c73f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-csb/DETAILS b/kde4/kde-l10n/kde-l10n-csb/DETAILS index f8a4c18..d72125c 100644 --- a/kde4/kde-l10n/kde-l10n-csb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-csb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-csb MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:9983b492ee8a8404959c405fac4a8c928397d8fa + SOURCE_VFY=sha1:41c9155fb0fc396b091228a1fb880a4727f016f7 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-da/DETAILS b/kde4/kde-l10n/kde-l10n-da/DETAILS index f4f27b0..e3f641b 100644 --- a/kde4/kde-l10n/kde-l10n-da/DETAILS +++ b/kde4/kde-l10n/kde-l10n-da/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-da MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:5d28688a108a9ea852fe24f312682cc8b0135acb + SOURCE_VFY=sha1:897528d2d431d13fc2c1886cc221d9e94372d2c1 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-de/DETAILS b/kde4/kde-l10n/kde-l10n-de/DETAILS index 57ab26e..93a1e0f 100644 --- a/kde4/kde-l10n/kde-l10n-de/DETAILS +++ b/kde4/kde-l10n/kde-l10n-de/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-de MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:683b9c8310d4db44dd17491d498082ccb58296ff + SOURCE_VFY=sha1:6dcc6252adaa8a799a854f855221f2c86bcb8f56 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-el/DETAILS b/kde4/kde-l10n/kde-l10n-el/DETAILS index 4d68ccc..f3eed18 100644 --- a/kde4/kde-l10n/kde-l10n-el/DETAILS +++ b/kde4/kde-l10n/kde-l10n-el/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-el MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:5523f29b0d2f0e82ed0ea76dcd8124688e27a363 + SOURCE_VFY=sha1:d906e30fc33d9e3fda7207cf32b3712e92e4d271 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS index 4558eaa..2189ef1 100644 --- a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS +++ b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-en_GB MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:a2c8e18536f0ab1c2a9a0bfdf2a936fe29e173b3 + SOURCE_VFY=sha1:161950e2d6d0dc99f45f012440a79fe0b1da8f38 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20071028 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="kde-i18n-* contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-eo/DETAILS b/kde4/kde-l10n/kde-l10n-eo/DETAILS index 81b6924..4d904df 100644 --- a/kde4/kde-l10n/kde-l10n-eo/DETAILS +++ b/kde4/kde-l10n/kde-l10n-eo/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-eo MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:b476ac4b1bc574dc86ecb8c00e69bab8373b34aa + SOURCE_VFY=sha1:9902f15af2af21baa7dc1e2cc4aec0181dae38ab WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - ENTERED=20100601 - UPDATED=20100601 + ENTERED=20100630 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-es/DETAILS b/kde4/kde-l10n/kde-l10n-es/DETAILS index 45a9b74..d2ee726 100644 --- a/kde4/kde-l10n/kde-l10n-es/DETAILS +++ b/kde4/kde-l10n/kde-l10n-es/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-es MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:3b60a5e23708c3be524fd040227f98d27db10b8e + SOURCE_VFY=sha1:7d4a20e2c477486e2551559c98e1fd04ad39004e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-et/DETAILS b/kde4/kde-l10n/kde-l10n-et/DETAILS index 9750177..95b670d 100644 --- a/kde4/kde-l10n/kde-l10n-et/DETAILS +++ b/kde4/kde-l10n/kde-l10n-et/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-et MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:778656b3ed4064bd6a7198aae31ec1306690cfad + SOURCE_VFY=sha1:7f624d0104057b01b4baa05055da432ef30ede2b WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-eu/DETAILS b/kde4/kde-l10n/kde-l10n-eu/DETAILS index 1f0cf7c..c794302 100644 --- a/kde4/kde-l10n/kde-l10n-eu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-eu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-eu MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:1c7cbb48f97b0ec35f8bd9b5ab5a249ba0c282d5 + SOURCE_VFY=sha1:8fd27a8d78da4f1229721fe426ca2f100f793780 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fi/DETAILS b/kde4/kde-l10n/kde-l10n-fi/DETAILS index be9d9ca..0dbd8f8 100644 --- a/kde4/kde-l10n/kde-l10n-fi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fi MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:834f79930626acb5fe6ccbf79ceba36aba853039 + SOURCE_VFY=sha1:11c255ee070519f083ec740ca7ddc2b12681a553 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fr/DETAILS b/kde4/kde-l10n/kde-l10n-fr/DETAILS index 2d677dc..53957af 100644 --- a/kde4/kde-l10n/kde-l10n-fr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fr MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:050ba42122e4b817e216b47b8784eccb2b8b578d + SOURCE_VFY=sha1:bc82eec7be3fbfa6def91993aed84732d4655b30 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fy/DETAILS b/kde4/kde-l10n/kde-l10n-fy/DETAILS index a0ac089..6b13ba6 100644 --- a/kde4/kde-l10n/kde-l10n-fy/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fy/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fy MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:d995fd25f6837eb3f8bbefd84c5c1036b132be43 + SOURCE_VFY=sha1:83e77254348728e06ca932f59b87cf7dbafe8cbb WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20091006 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ga/DETAILS b/kde4/kde-l10n/kde-l10n-ga/DETAILS index 5c9032d..e06c48a 100644 --- a/kde4/kde-l10n/kde-l10n-ga/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ga/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ga MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:2d09fba69115d2c6c889c44e5625f514ddc4efa2 + SOURCE_VFY=sha1:48a13fd4c048b7c6960c2dc7240d65962bc85343 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gl/DETAILS b/kde4/kde-l10n/kde-l10n-gl/DETAILS index 69ff8f7..d844311 100644 --- a/kde4/kde-l10n/kde-l10n-gl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gl MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:7c69d4f2c00930095f8e30183658dea8873544ac + SOURCE_VFY=sha1:d301df78e7336bf2e4d32b41a42311cb0725f844 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gu/DETAILS b/kde4/kde-l10n/kde-l10n-gu/DETAILS index 6f39210..b70b6b9 100644 --- a/kde4/kde-l10n/kde-l10n-gu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gu MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:71a19b17e10f8e4a29b8dfe5c55944820c8354f8 + SOURCE_VFY=sha1:47fedbc7f876c4f8308d216dc2d4fb3fb23c5175 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-he/DETAILS b/kde4/kde-l10n/kde-l10n-he/DETAILS index 73acdf6..9e8de6c 100644 --- a/kde4/kde-l10n/kde-l10n-he/DETAILS +++ b/kde4/kde-l10n/kde-l10n-he/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-he MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:7486070d33ed32db4bf47932f3326c6d5f5fa610 + SOURCE_VFY=sha1:172805a6bc4cec1edfdd6b7b496deb0c4dd8e0d5 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hi/DETAILS b/kde4/kde-l10n/kde-l10n-hi/DETAILS index 7f3d0a5..173b97f 100644 --- a/kde4/kde-l10n/kde-l10n-hi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hi MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:798f95163e316a47f16e4a1204732b697af728bb + SOURCE_VFY=sha1:512487ea16d157eaabd36e9294f4ae769f83d2da WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hr/DETAILS b/kde4/kde-l10n/kde-l10n-hr/DETAILS index e553112..e93ad77 100644 --- a/kde4/kde-l10n/kde-l10n-hr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hr MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:7e56127702e6915fc791aaf396cdab78be5e80ce + SOURCE_VFY=sha1:0dbd918e59c6fff426ba4831223c30f59975c5f5 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20091006 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hu/DETAILS b/kde4/kde-l10n/kde-l10n-hu/DETAILS index 9c1b3fd..eef2169 100644 --- a/kde4/kde-l10n/kde-l10n-hu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hu MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:9bbf1fdc206ecfbec2415c0b98e6ca892ebc3321 + SOURCE_VFY=sha1:1e3cf4f0cb42b92e84b1eafa521f495b547e6a9d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-id/DETAILS b/kde4/kde-l10n/kde-l10n-id/DETAILS index 78a2cb3..855c086 100644 --- a/kde4/kde-l10n/kde-l10n-id/DETAILS +++ b/kde4/kde-l10n/kde-l10n-id/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-id MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:90b03e2b15556c0744dc4a8379bb93fd94ffd637 + SOURCE_VFY=sha1:da25200677f4141dde63dfdc6c2a08f7a1eb94c7 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - ENTERED=20100601 - UPDATED=20100601 + ENTERED=20100630 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-is/DETAILS b/kde4/kde-l10n/kde-l10n-is/DETAILS index 25a0f91..305917f 100644 --- a/kde4/kde-l10n/kde-l10n-is/DETAILS +++ b/kde4/kde-l10n/kde-l10n-is/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-is MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:7c8321cf1aa157a01c2563e6fa246f48a6832b6b + SOURCE_VFY=sha1:463a5a96de370902ac793cebb367a437411003af WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-it/DETAILS b/kde4/kde-l10n/kde-l10n-it/DETAILS index 0353cbd..9dc10f7 100644 --- a/kde4/kde-l10n/kde-l10n-it/DETAILS +++ b/kde4/kde-l10n/kde-l10n-it/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-it MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:ab9d575692e9c66efadd136ee00d589ca7fc000e + SOURCE_VFY=sha1:70b4a311f6f9d472878c730804ebc47c3092c6ae WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ja/DETAILS b/kde4/kde-l10n/kde-l10n-ja/DETAILS index a4f5f23..f079cb3 100644 --- a/kde4/kde-l10n/kde-l10n-ja/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ja/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ja MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:d23c1aee4dd27eb3fe504f5f0b585c81880fe76f + SOURCE_VFY=sha1:acaa8f510ca7c3476ccd52bc1f42ff584557b9d1 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kk/DETAILS b/kde4/kde-l10n/kde-l10n-kk/DETAILS index d38969f..e89efe6 100644 --- a/kde4/kde-l10n/kde-l10n-kk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kk MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:03e2f37becb6a6b71b9254be0dfc8736090770c4 + SOURCE_VFY=sha1:8eabc82e2ec9dc7773c1e77b133dffb1bbf4bc25 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-km/DETAILS b/kde4/kde-l10n/kde-l10n-km/DETAILS index 080cd1f..48ad422 100644 --- a/kde4/kde-l10n/kde-l10n-km/DETAILS +++ b/kde4/kde-l10n/kde-l10n-km/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-km MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:860750f0d3e02597baab8a80e7f99be854dbdadf + SOURCE_VFY=sha1:12add7476f575adc92a6e0d4a77f3e78fde92f2f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kn/DETAILS b/kde4/kde-l10n/kde-l10n-kn/DETAILS index 558d580..33b4994 100644 --- a/kde4/kde-l10n/kde-l10n-kn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kn MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:2c422bf3611e25522f06aa25e2db6e4a8a397e5c + SOURCE_VFY=sha1:4ec0979d1cbdca02d24ad049b72ad8e7678dfffa WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ko/DETAILS b/kde4/kde-l10n/kde-l10n-ko/DETAILS index c286842..06d3c1a 100644 --- a/kde4/kde-l10n/kde-l10n-ko/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ko/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ko MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:93b9be11214e338fc4d85f36fa43ee7d359f6c05 + SOURCE_VFY=sha1:6956de27eba77bd45ef0d29f9f866f509d9aaa5c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lt/DETAILS b/kde4/kde-l10n/kde-l10n-lt/DETAILS index b231349..98115f3 100644 --- a/kde4/kde-l10n/kde-l10n-lt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lt MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:ff161ebb5bc2073415fbd38288222a72adccb5a9 + SOURCE_VFY=sha1:e452dfca1f538c0fcadce2396690feb767661d1c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lv/DETAILS b/kde4/kde-l10n/kde-l10n-lv/DETAILS index 9cf6432..fcf1e2d 100644 --- a/kde4/kde-l10n/kde-l10n-lv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lv MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:9383a2a52b2830e10df1c15cd89f8db66c7a50c3 + SOURCE_VFY=sha1:f8c93fd4ba76a8a5b743d6eecbfd72b3ed099351 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mai/DETAILS b/kde4/kde-l10n/kde-l10n-mai/DETAILS index 0558625..a321082 100644 --- a/kde4/kde-l10n/kde-l10n-mai/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mai/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mai MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:6e1b3551b6b0b37171e93c387ced9bcbec58883c + SOURCE_VFY=sha1:afce3d9c46fa7d750f5f6a6035aa01437e76c0cc WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mk/DETAILS b/kde4/kde-l10n/kde-l10n-mk/DETAILS index 51c72ef..64cc1d1 100644 --- a/kde4/kde-l10n/kde-l10n-mk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mk MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:d9505bfbb8ad4d2daf06b3ccd1b038559514024c + SOURCE_VFY=sha1:28534e0438ebcd762c62ed6c3c66dd3a2afd9114 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ml/DETAILS b/kde4/kde-l10n/kde-l10n-ml/DETAILS index 59b78b5..5ad30bc 100644 --- a/kde4/kde-l10n/kde-l10n-ml/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ml/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ml MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:f7b55cad799eebec3443f21dc9ee0b4bb6eaebef + SOURCE_VFY=sha1:1ee3507544c93f626247599fa0500ef6754baf90 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nb/DETAILS b/kde4/kde-l10n/kde-l10n-nb/DETAILS index f1b985c..def46dd 100644 --- a/kde4/kde-l10n/kde-l10n-nb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nb MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:ddef50979c3ccbcce18f15261f6c090a8d6d73b9 + SOURCE_VFY=sha1:e630721076989e65e0ad4fb246163f4d2374ddba WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nds/DETAILS b/kde4/kde-l10n/kde-l10n-nds/DETAILS index 89c4031..d8aa376 100644 --- a/kde4/kde-l10n/kde-l10n-nds/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nds/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nds MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:786830a28a88b3b44fb05244e35c23a3845fc50f + SOURCE_VFY=sha1:07294c5713d89927b6942ff8973155423621593c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nl/DETAILS b/kde4/kde-l10n/kde-l10n-nl/DETAILS index 88981c8..60e0b75 100644 --- a/kde4/kde-l10n/kde-l10n-nl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nl MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:6e87c826a6bf3aefd878e5a26239d56eb3cf359c + SOURCE_VFY=sha1:eec3379172ed5732abce3992f35dc6c9d18fa3dc WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nn/DETAILS b/kde4/kde-l10n/kde-l10n-nn/DETAILS index 0387ac7..4696217 100644 --- a/kde4/kde-l10n/kde-l10n-nn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nn MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:b15413871d954beca8e733ba7c9137455ae06f0a + SOURCE_VFY=sha1:1bc6ed27bb60408d1d2c8af033eb11696a1397d2 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pa/DETAILS b/kde4/kde-l10n/kde-l10n-pa/DETAILS index e127d80..300c97d 100644 --- a/kde4/kde-l10n/kde-l10n-pa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pa MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:6b34a74609ad09840338edd5d7d5ac7117ae1fda + SOURCE_VFY=sha1:68a1c72de7e5d99996684c8a70475ec9dcc1fc81 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pl/DETAILS b/kde4/kde-l10n/kde-l10n-pl/DETAILS index 3188a8b..9a2ed56 100644 --- a/kde4/kde-l10n/kde-l10n-pl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pl MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:d8ce4136178124b5363e8e7feb395fb841c03cf7 + SOURCE_VFY=sha1:40149ae0d8acfbbd65a948f786d11903a6a77565 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt/DETAILS b/kde4/kde-l10n/kde-l10n-pt/DETAILS index 78103a6..b7baf4c 100644 --- a/kde4/kde-l10n/kde-l10n-pt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:fced4102929a344cb4d413ba0a6be5756a66510a + SOURCE_VFY=sha1:214a6c0da3ac1718add5a4523d2942047be460cc WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS index 28d2faf..9614d35 100644 --- a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt_BR MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:b6cf9a680b52754d2ac34ec3037abdc8d3c6eb43 + SOURCE_VFY=sha1:b1d772c6a97d387d6eb287dc6550641fc3dbe791 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ro/DETAILS b/kde4/kde-l10n/kde-l10n-ro/DETAILS index 7e0bfc2..459538d 100644 --- a/kde4/kde-l10n/kde-l10n-ro/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ro/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ro MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:75b3f1519f94a96006e25608be37e5558d0dcaa5 + SOURCE_VFY=sha1:91ca23916edd2a2ea2ddbb7de9de4f2f94320e48 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ru/DETAILS b/kde4/kde-l10n/kde-l10n-ru/DETAILS index f82fa13..3a03044 100644 --- a/kde4/kde-l10n/kde-l10n-ru/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ru/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ru MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:1ca9a92142ec8e46ede45ef4359323ad1c3418ce + SOURCE_VFY=sha1:6d66712a040bd1e73098a1ee3b1146b7dc21a1a5 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-si/DETAILS b/kde4/kde-l10n/kde-l10n-si/DETAILS index 4062025..766eb7a 100644 --- a/kde4/kde-l10n/kde-l10n-si/DETAILS +++ b/kde4/kde-l10n/kde-l10n-si/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-si MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:058887df4a88a073d94a66a7d39abd4daf558171 + SOURCE_VFY=sha1:0dd7722b94793199ac0fd96a7c8d0eefe5d766b5 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - ENTERED=20100601 - UPDATED=20100601 + ENTERED=20100630 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sk/DETAILS b/kde4/kde-l10n/kde-l10n-sk/DETAILS index 51cc68f..a584e11 100644 --- a/kde4/kde-l10n/kde-l10n-sk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sk MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:f17599ca690484c9eeab9b6f18fe6c2836cb18ba + SOURCE_VFY=sha1:fb27172641b6b0f31a52462fc948d3f93ea80725 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sl/DETAILS b/kde4/kde-l10n/kde-l10n-sl/DETAILS index dd3dc60..63f7813 100644 --- a/kde4/kde-l10n/kde-l10n-sl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sl MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:058887df4a88a073d94a66a7d39abd4daf558171 + SOURCE_VFY=sha1:31d21c9cdc6b4ab12a32382d48dc874a735d4e2a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sr/DETAILS b/kde4/kde-l10n/kde-l10n-sr/DETAILS index 0d4f4aa..616cef0 100644 --- a/kde4/kde-l10n/kde-l10n-sr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sr MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:907bdd2fe36d7955ce6e3ec6a9887ea056a19a85 + SOURCE_VFY=sha1:8f4ebaad4c005a47f87a66205f0d2cbac6f00a83 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sv/DETAILS b/kde4/kde-l10n/kde-l10n-sv/DETAILS index 9ac491a..c889ef0 100644 --- a/kde4/kde-l10n/kde-l10n-sv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sv MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:e2fb84ac8318ec16f8c4efd67b95a76bfb7d175f + SOURCE_VFY=sha1:906c9dd9524a9d6b9344f2e5491f22d5d6cd5f10 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tg/DETAILS b/kde4/kde-l10n/kde-l10n-tg/DETAILS index 71e808c..7edafbe 100644 --- a/kde4/kde-l10n/kde-l10n-tg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tg MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:f02fef6ccf1752337cbcba03269683bd54d16f42 + SOURCE_VFY=sha1:f23cf1aa95c52af5e08d0ecaca75381969d0d0fc WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tr/DETAILS b/kde4/kde-l10n/kde-l10n-tr/DETAILS index 1a80e7e..7ff0838 100644 --- a/kde4/kde-l10n/kde-l10n-tr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tr MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:5b14c2b1e4e82dcc69579866611db9cb7d032fbc + SOURCE_VFY=sha1:a4f72d2f078e7b7b4d1ea9c63326f7703ff5ee2c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-uk/DETAILS b/kde4/kde-l10n/kde-l10n-uk/DETAILS index a512def..8835ae9 100644 --- a/kde4/kde-l10n/kde-l10n-uk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-uk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-uk MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:ab8cf39fbc867826bdfa4efe36218284c06a143a + SOURCE_VFY=sha1:afe7cd9305030d1d3112fdb20d7a36769ef08862 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-wa/DETAILS b/kde4/kde-l10n/kde-l10n-wa/DETAILS index 5b02225..d1c1d94 100644 --- a/kde4/kde-l10n/kde-l10n-wa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-wa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-wa MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:8600454af7441d7f5d64ea45f7ae27eff048bb17 + SOURCE_VFY=sha1:a2368b0702216e60f95a8b916e420a8e25c328b5 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS index 52470d5..f1b9349 100644 --- a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_CN MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:7f23331e881eddf1a44bf5579702096e37fc7270 + SOURCE_VFY=sha1:0f4671cb2a24fc2161f12e98079df7bc2054ad9b WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS index 8c383e2..238a19f 100644 --- a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_TW MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n - SOURCE_VFY=sha1:2b3d6d400727d905c6a069206a37639e2d615381 + SOURCE_VFY=sha1:d5c5a37d0f46d7a7b47846c63d74de0dc6aec84c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20100601 + UPDATED=20100630 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" From stumbles at lunar-linux.org Wed Jun 30 15:41:55 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 30 Jun 2010 09:41:55 -0400 Subject: [Lunar-commits] kde4: Version bump. Message-ID: <20100630134214.57E679B228@doppio.foo-projects.org> commit 28ef70d86c1acb5895e3a87c8be40684cb33cc77 Author: Dennis `stumbles` Veatch Date: Wed Jun 30 09:41:55 2010 -0400 kde4: Version bump. --- profiles/kde4/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/kde4/DETAILS b/profiles/kde4/DETAILS index faa4c3f..cdbfecc 100644 --- a/profiles/kde4/DETAILS +++ b/profiles/kde4/DETAILS @@ -1,9 +1,9 @@ MODULE=kde4 MAJOR=4.4 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.5 WEB_SITE=http://www.kde.org ENTERED=20080201 - UPDATED=20100601 + UPDATED=20100630 PROFILE=yes SHORT="powerful graphical desktop environment" From florin at lunar-linux.org Wed Jun 30 20:43:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Jun 2010 21:43:30 +0300 Subject: [Lunar-commits] mono-addins: version bumped to 0.5. Message-ID: <20100630184357.792F19B223@doppio.foo-projects.org> commit da4fd5a48e29acde6039e0ec38b497ddbe2ff008 Author: Florin Braescu Date: Wed Jun 30 21:43:30 2010 +0300 mono-addins: version bumped to 0.5. --- mono/mono-addins/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mono/mono-addins/DETAILS b/mono/mono-addins/DETAILS index 855fa4a..89d2215 100644 --- a/mono/mono-addins/DETAILS +++ b/mono/mono-addins/DETAILS @@ -1,11 +1,11 @@ MODULE=mono-addins - VERSION=0.4 - SOURCE=$MODULE-$VERSION.zip + VERSION=0.5 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.go-mono.com/sources/$MODULE - SOURCE_VFY=sha1:3c305512957bf0ad8ef0126b288e12b4ce69b202 + SOURCE_VFY=sha1:e40ebbf541315efdf54bf727084f90dc73e00cf4 WEB_SITE=http://mono-project.com/Mono.Addins ENTERED=20071215 - UPDATED=20090121 + UPDATED=20100630 SHORT="A .NET library for creating extensible applications" cat << EOF