From florin at lunar-linux.org Sun Feb 1 06:42:05 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 1 Feb 2009 07:42:05 +0200 Subject: [Lunar-commits] gwenhywfar: version bumped to 3.7.1. Message-ID: <20090201054258.B400E9B1F9@doppio.foo-projects.org> commit dbff3ffd57d150b9ceee08987614dd99bcc69fac Author: Florin Braescu Date: Sun Feb 1 07:42:05 2009 +0200 gwenhywfar: version bumped to 3.7.1. Some applications use the internal log function to indiscriminately save all debug messages to disc. This release prevents such sensitive information from being stored in a file. --- libs/gwenhywfar/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/gwenhywfar/DETAILS b/libs/gwenhywfar/DETAILS index da9a720..71c471c 100644 --- a/libs/gwenhywfar/DETAILS +++ b/libs/gwenhywfar/DETAILS @@ -1,11 +1,11 @@ MODULE=gwenhywfar - VERSION=3.7.0 + VERSION=3.7.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL="http://www.aquamaniac.de/sites/download/download.php?package=01&release=18&file=01&dummy=$SOURCE" - SOURCE_VFY=sha1:f42e84f5420193367a9abf58710f2aa23c7c03d0 + SOURCE_URL="http://www.aquamaniac.de/sites/download/download.php?package=01&release=19&file=01&dummy=$SOURCE" + SOURCE_VFY=sha1:865a178ab8ca8e8b6176e3020fd4f107190c6b30 WEB_SITE=http://gwenhywfar.sourceforge.net ENTERED=20040919 - UPDATED=20090123 + UPDATED=20090201 SHORT="A multi-platform helper library for other libraries" cat << EOF From florin at lunar-linux.org Sun Feb 1 17:31:14 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 1 Feb 2009 18:31:14 +0200 Subject: [Lunar-commits] linux-atm: ATM drivers and tools for Linux. Message-ID: <20090201163059.345AE9B1AD@doppio.foo-projects.org> commit 705776a3bc7aa7febcad4709ab6afa1ba4899e63 Author: Florin Braescu Date: Sun Feb 1 18:31:14 2009 +0200 linux-atm: ATM drivers and tools for Linux. --- net/linux-atm/DETAILS | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/net/linux-atm/DETAILS b/net/linux-atm/DETAILS new file mode 100644 index 0000000..ba6c229 --- /dev/null +++ b/net/linux-atm/DETAILS @@ -0,0 +1,14 @@ + MODULE=linux-atm + VERSION=2.5.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:5002db157a5c1db8f9dbbb42aa80b05fe44a5431 + WEB_SITE=http://linux-atm.sourceforge.net + ENTERED=20090201 + UPDATED=20090201 + SHORT="Tools for ATM support" + +cat << EOF +Drivers and tools for ATM support under Linux. It includes support for +some DSL modems. +EOF From stumbles at lunar-linux.org Sun Feb 1 20:34:32 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 1 Feb 2009 14:34:32 -0500 Subject: [Lunar-commits] unixODBC: adding some more logic. Message-ID: <20090201193503.2CEAEF34A0@doppio.foo-projects.org> commit dce5bc7e57171239d346d58d97629b529c7946bc Author: Dennis 'stumbles' Veatch Date: Sun Feb 1 14:34:32 2009 -0500 unixODBC: adding some more logic. --- sql/unixODBC/BUILD | 13 +++++++++++++ sql/unixODBC/DEPENDS | 4 ++++ 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/sql/unixODBC/BUILD b/sql/unixODBC/BUILD new file mode 100644 index 0000000..6e885c2 --- /dev/null +++ b/sql/unixODBC/BUILD @@ -0,0 +1,13 @@ +( + + if module_installed qt4 || module_installed qt3 ; then + OPTS="$OPTS --enable-gui" + else + OPTS="$OPT --disable-gui" + fi && + + OPTS="$OPTS --enable-fdb" + + default_build + +) > $C_FIFO 2>&1 diff --git a/sql/unixODBC/DEPENDS b/sql/unixODBC/DEPENDS new file mode 100644 index 0000000..e48ecb9 --- /dev/null +++ b/sql/unixODBC/DEPENDS @@ -0,0 +1,4 @@ +optional_depends readline "" "" "For readline support" +optional_depends pth "" "" "For threaded lib support" +optional_depends qt4 "" "" "For gui support" +optional_depends qt3 "" "" "For gui support" From florin at lunar-linux.org Sun Feb 1 20:56:33 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 1 Feb 2009 21:56:33 +0200 Subject: [Lunar-commits] whois: version bumped to 4.7.30. Message-ID: <20090201195752.CDE2B9B1AD@doppio.foo-projects.org> commit ce3000e74aba1c6d3e050d37bbff2b904ea435e6 Author: Florin Braescu Date: Sun Feb 1 21:56:33 2009 +0200 whois: version bumped to 4.7.30. Proposed by V4hn. Thank You. --- net/whois/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/whois/DETAILS b/net/whois/DETAILS index 6c2a8c8..409c611 100644 --- a/net/whois/DETAILS +++ b/net/whois/DETAILS @@ -1,11 +1,11 @@ MODULE=whois - VERSION=4.7.24 + VERSION=4.7.30 SOURCE=${MODULE}_$VERSION.tar.gz - SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/w/$MODULE/ - SOURCE_VFY=sha1:1573cf8a7fc5435a439975ad492e710344cfc874 - WEB_SITE=http://www.linux.it/~md/software/ + SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/w/$MODULE + SOURCE_VFY=sha1:049a8946a62d95d00ca1cafe928a064119237cb0 + WEB_SITE=http://www.linux.it/~md/software ENTERED=20011228 - UPDATED=20071205 + UPDATED=20090201 SHORT="Find information online about IP addresses or domains" cat << EOF From florin at lunar-linux.org Sun Feb 1 21:00:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 1 Feb 2009 22:00:58 +0200 Subject: [Lunar-commits] tree: version bumped to 1.5.2.1. Message-ID: <20090201200124.B6FFF9B1AD@doppio.foo-projects.org> commit 1b6b4d0797dd6ff4d89b4cbcb5c9d3b98f3ef1bc Author: Florin Braescu Date: Sun Feb 1 22:00:58 2009 +0200 tree: version bumped to 1.5.2.1. Proposed by V4hn. Thank You. --- utils/tree/BUILD | 1 + utils/tree/DETAILS | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/utils/tree/BUILD b/utils/tree/BUILD index 04600b7..b91a7c2 100644 --- a/utils/tree/BUILD +++ b/utils/tree/BUILD @@ -1,4 +1,5 @@ ( + sedit "s:prefix = /usr/local:prefix = /usr:" Makefile && sedit "s:/man/man1:/share/man/man1:" Makefile && default_make diff --git a/utils/tree/DETAILS b/utils/tree/DETAILS index 4be14dc..1484ba3 100644 --- a/utils/tree/DETAILS +++ b/utils/tree/DETAILS @@ -1,11 +1,11 @@ MODULE=tree - VERSION=1.5.1.1 + VERSION=1.5.2.1 SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL[0]=ftp://mama.indstate.edu/linux/$MODULE/ - SOURCE_VFY=sha1:ca4145bf1d2957ff3f4e6af0f64ce92d102fd356 + SOURCE_URL[0]=ftp://mama.indstate.edu/linux/$MODULE + SOURCE_VFY=sha1:d06cba99859dccfd4faea5cd14206428eebdb4f1 WEB_SITE=http://mama.indstate.edu/users/ice/$MODULE ENTERED=20020906 - UPDATED=20070912 + UPDATED=20090201 SHORT="Recursive directory listing" cat << EOF From florin at lunar-linux.org Sun Feb 1 21:07:03 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 1 Feb 2009 22:07:03 +0200 Subject: [Lunar-commits] lzo: version bumped to 2.03. Message-ID: <20090201200823.35FC09B1AD@doppio.foo-projects.org> commit ec002030df44a81e6668c9bf4500e2aacaaee4d4 Author: Florin Braescu Date: Sun Feb 1 22:07:03 2009 +0200 lzo: version bumped to 2.03. Major speedups for 64-bit architectures like AMD64, minor overall speedups, portability enhancements for LLP64 programming models, and lots of other small improvements. Proposed by Christian Riggenbach. Thank You. --- archive/lzo/BUILD | 5 ++--- archive/lzo/DETAILS | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/archive/lzo/BUILD b/archive/lzo/BUILD index 8f27d21..89fb7dd 100644 --- a/archive/lzo/BUILD +++ b/archive/lzo/BUILD @@ -6,9 +6,8 @@ make && prepare_install && - if [ ! -f /usr/lib/liblzo.so ] - then - ln -sf /usr/lib/liblzo2.so /usr/lib/liblzo.so + if [ ! -f /usr/lib/liblzo.so ]; then + ln -sf /usr/lib/liblzo2.so /usr/lib/liblzo.so fi make install diff --git a/archive/lzo/DETAILS b/archive/lzo/DETAILS index 1a05512..e29a499 100644 --- a/archive/lzo/DETAILS +++ b/archive/lzo/DETAILS @@ -1,11 +1,11 @@ MODULE=lzo - VERSION=2.02 + VERSION=2.03 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.oberhumer.com/opensource/$MODULE/download/ - SOURCE_VFY=sha1:82e1ae75663623516156542f4975a64d3a264b91 - WEB_SITE=http://www.oberhumer.com/opensource/$MODULE/ + SOURCE_URL=http://www.oberhumer.com/opensource/$MODULE/download + SOURCE_VFY=sha1:135a50699296e853362a3d11b9f872c74c8b8c5a + WEB_SITE=http://www.oberhumer.com/opensource/$MODULE ENTERED=20031113 - UPDATED=20060106 + UPDATED=200902016 MAINTAINER=florin at lunar-linux.org SHORT="LZO - a real-time data compression library" From zmcgrew at lunar-linux.org Mon Feb 2 00:14:37 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Sun, 1 Feb 2009 15:14:37 -0800 Subject: [Lunar-commits] slib: correct BUILD so gnucach can be built Message-ID: <20090201232430.237399B1F9@doppio.foo-projects.org> commit 4bf6e0f4b68932a4892081e69cd71767e496ae81 Author: Zachary McGrew Date: Sun Feb 1 15:14:37 2009 -0800 slib: correct BUILD so gnucach can be built --- libs/slib/BUILD | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libs/slib/BUILD b/libs/slib/BUILD index 2e9befd..1e48886 100644 --- a/libs/slib/BUILD +++ b/libs/slib/BUILD @@ -1,9 +1,16 @@ ( - prepare_install && - mkdir -p /usr/share/guile/1.8/slib && - rm -fr old.libraries && - cp * /usr/share/guile/1.8/slib/ && + prepare_install && + + sedit "s:SCHEME_LIBRARY_PATH=\$(DESTDIR):SCHEME_LIBRARY_PATH=:g" \ + Makefile && + + make prefix=/usr/ man1dir=/usr/share/man/man1 install && + + mkdir -p /usr/share/guile/site/ && + ln -sf /usr/lib/slib/* /usr/share/guile/site/ && + ln -sf /usr/lib/slib /usr/share/guile/slib && + guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" ) > $C_FIFO 2>&1 From zmcgrew at lunar-linux.org Mon Feb 2 00:16:20 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Sun, 1 Feb 2009 15:16:20 -0800 Subject: [Lunar-commits] libcdio: version bump to 0.81 and new depends Message-ID: <20090201232430.3664A9B1FE@doppio.foo-projects.org> commit 4cc3c0ae756478b2be4633f109155e7d5dcbd29c Author: Zachary McGrew Date: Sun Feb 1 15:16:20 2009 -0800 libcdio: version bump to 0.81 and new depends --- cd/libcdio/DEPENDS | 5 ++++- cd/libcdio/DETAILS | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cd/libcdio/DEPENDS b/cd/libcdio/DEPENDS index 09c8596..9d9f30b 100644 --- a/cd/libcdio/DEPENDS +++ b/cd/libcdio/DEPENDS @@ -1,3 +1,6 @@ depends pkgconfig -optional_depends "libcddb" "" "" "allows display CDDB matches on CD-DA discs" +optional_depends "libcddb" "" "" \ + "For CDDB lookup support" +optional_depends "cdparanoia" "" "" \ + "For digital audio extraction" diff --git a/cd/libcdio/DETAILS b/cd/libcdio/DETAILS index cd07ed9..f02059e 100644 --- a/cd/libcdio/DETAILS +++ b/cd/libcdio/DETAILS @@ -1,11 +1,11 @@ MODULE=libcdio - VERSION=0.80 + VERSION=0.81 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE - SOURCE_VFY=sha1:40c1558a65a9eca2b693d1951ed2664efbe7d1ed + SOURCE_VFY=sha1:f3d9a38d220483563a6c05d0c412d16fbc64a555 WEB_SITE=http://www.gnu.org/software/vcdimager ENTERED=20040711 - UPDATED=20080317 + UPDATED=20090130 SHORT="GNU Compact Disc Input and Control Library" PSAFE=no From zmcgrew at lunar-linux.org Mon Feb 2 00:21:04 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Sun, 1 Feb 2009 15:21:04 -0800 Subject: [Lunar-commits] libarchive: version bump to 2.6.0 Message-ID: <20090201232430.477D99B200@doppio.foo-projects.org> commit 4284c0e3bc48f2511f9d8e9f20d86ce0e4e6001b Author: Zachary McGrew Date: Sun Feb 1 15:21:04 2009 -0800 libarchive: version bump to 2.6.0 --- libs/libarchive/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libarchive/DETAILS b/libs/libarchive/DETAILS index d3f0096..5b44d3f 100644 --- a/libs/libarchive/DETAILS +++ b/libs/libarchive/DETAILS @@ -1,11 +1,11 @@ MODULE=libarchive - VERSION=2.5.5 + VERSION=2.6.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://people.freebsd.org/~kientzle/libarchive/src/ - SOURCE_VFY=sha1:a98771df25f605b786faa36f6411cc81abb98236 + SOURCE_VFY=sha1:8288d79c00cea65b73aad7f9e0090257227b4edb WEB_SITE=http://people.freebsd.org/~kientzle/libarchive/ ENTERED=20080124 - UPDATED=20080709 + UPDATED=20090130 SHORT="create and read several different streaming archive formats" cat << EOF Libarchive is a programming library that can create and read several different From zmcgrew at lunar-linux.org Mon Feb 2 00:21:28 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Sun, 1 Feb 2009 15:21:28 -0800 Subject: [Lunar-commits] gvfs: new optional depends Message-ID: <20090201232430.6219F9B204@doppio.foo-projects.org> commit 30718ea20f1f06e529e9fc34d3238e1cb084c6ad Author: Zachary McGrew Date: Sun Feb 1 15:21:28 2009 -0800 gvfs: new optional depends --- gnome2/desktop/gvfs/DEPENDS | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/gnome2/desktop/gvfs/DEPENDS b/gnome2/desktop/gvfs/DEPENDS index 0f31b7b..3e373e6 100644 --- a/gnome2/desktop/gvfs/DEPENDS +++ b/gnome2/desktop/gvfs/DEPENDS @@ -4,12 +4,14 @@ depends intltool depends XML-Parser depends openssh -optional_depends "obexftp" "" "" "ObexFTP support" -optional_depends "libsoup" "" "" "FTP/HTTP/WebDAV support" -optional_depends "fuse" "" "" "FUSE support" -optional_depends "GConf" "" "" "GConf support" -optional_depends "libgphoto2" "" "" "Gphoto2 support" -optional_depends "hal" "" "" "Use HAL for volume monitor" -optional_depends "gnome-keyring" "" "" "GNOME Keyring support" -optional_depends "samba" "" "" "for samba support" -optional_depends "avahi" "" "" "for avahi support" +optional_depends "libarchive" "" "" "For archive support" +optional_depends "obexftp" "" "" "For ObexFTP support" +optional_depends "libsoup" "" "" "FTP/HTTP/WebDAV support" +optional_depends "libcdio" "" "" "For CDDA support" +optional_depends "fuse" "" "" "For FUSE support" +optional_depends "GConf" "" "" "For GConf support" +optional_depends "libgphoto2" "" "" "For Gphoto2 support" +optional_depends "hal" "" "" "Use HAL for disk monitoring" +optional_depends "gnome-keyring" "" "" "GNOME Keyring support" +optional_depends "samba" "" "" "For Samba support" +optional_depends "avahi" "" "" "For avahi support" From zmcgrew at lunar-linux.org Mon Feb 2 00:22:10 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Sun, 1 Feb 2009 15:22:10 -0800 Subject: [Lunar-commits] binutils: remove Reduce from lunar menu Message-ID: <20090201232430.6D8CC9B1AD@doppio.foo-projects.org> commit 1a6faf35d6b57a8c36136aaeed11870d4020082a Author: Zachary McGrew Date: Sun Feb 1 15:22:10 2009 -0800 binutils: remove Reduce from lunar menu Enabling reduce breaks the builds of many modules like readline, which are a core part of the system. This helps new people to protect their system. --- devel/binutils/plugin.d/optimize-gnu_ld.plugin | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/devel/binutils/plugin.d/optimize-gnu_ld.plugin b/devel/binutils/plugin.d/optimize-gnu_ld.plugin index 827ac02..9a54c71 100644 --- a/devel/binutils/plugin.d/optimize-gnu_ld.plugin +++ b/devel/binutils/plugin.d/optimize-gnu_ld.plugin @@ -20,13 +20,6 @@ plugin_gnu_ld_optimize() Optimize) LDFLAGS="$LDFLAGS -Wl,-O1" ;; - Reduce) - if echo $LDFLAGS | grep -q 'Wl,-O1' ; then - LDFLAGS="$LDFLAGS -Wl,-O1,--as-needed" - else - LDFLAGS="$LDFLAGS -Wl,--as-needed" - fi - ;; Combreloc) LDFLAGS="$LDFLAGS -z combreloc" ;; @@ -76,7 +69,6 @@ EOF "Strip" "-s (RECOMMENDED)" $( echo ${LDF[@]} | grep -qw "Strip" && echo "on" || echo "off" ) "Strip all symbols" "StripDebug" "-S" $( echo ${LDF[@]} | grep -qw "StripDebug" && echo "on" || echo "off" ) "Strip debug symbols only" "Optimize" "-Wl,-O1" $( echo ${LDF[@]} | grep -qw "Optimize" && echo "on" || echo "off" ) "Optimize hash tables during linking" - "Reduce" "-Wl,--as-needed" $( echo ${LDF[@]} | grep -qw "Reduce" && echo "on" || echo "off" ) "Reduce the amount of linked libraries if possible" "Combreloc" "-z combreloc" $( echo ${LDF[@]} | grep -qw "Combreloc" && echo "on" || echo "off" ) "Combreloc" ) RESULT=`$DIALOG --item-help --separate-output --checklist "Select linker optimizations. These options only apply to the link stage of binaries." 0 0 0 "${OPTIONS[@]}"` From stumbles at lunar-linux.org Mon Feb 2 01:34:54 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 1 Feb 2009 19:34:54 -0500 Subject: [Lunar-commits] mpfr: version bump. Message-ID: <20090202003503.C51DE9B1AD@doppio.foo-projects.org> commit c3dcc76653b1aceb912b464e3350b1d088f6569e Author: Dennis 'stumbles' Veatch Date: Sun Feb 1 19:34:54 2009 -0500 mpfr: version bump. --- libs/mpfr/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/mpfr/DETAILS b/libs/mpfr/DETAILS index 4404e9e..e42f559 100644 --- a/libs/mpfr/DETAILS +++ b/libs/mpfr/DETAILS @@ -1,11 +1,11 @@ MODULE=mpfr - VERSION=2.3.2 + VERSION=2.4.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.mpfr.org/mpfr-current - SOURCE_VFY=sha1:37dbd478e1c136f37cf4c68eb1522e86e2307288 + SOURCE_VFY=sha1:6493015d9b5101b0a5ae62d28e64ebcc55b15f89 WEB_SITE=http://www.mpfr.org ENTERED=20070111 - UPDATED=20080919 + UPDATED=20090201 MAINTAINER=elangelo at lunar-linux.org SHORT="C library for multiple-precision floating-point computations" From dagbrown at lunar-linux.org Mon Feb 2 05:11:55 2009 From: dagbrown at lunar-linux.org (Dave Brown) Date: Mon, 2 Feb 2009 13:11:55 +0900 Subject: [Lunar-commits] lzo: Fixed the date to something other than 200902016 Message-ID: <20090202041252.C602E9B1AD@doppio.foo-projects.org> commit 10b329b649df7b5009bdb6ec73dbf2591c00a70d Author: Dave Brown Date: Mon Feb 2 13:11:55 2009 +0900 lzo: Fixed the date to something other than 200902016 By my reading, that's the 16th day of Flubnembner (the 20th month) in the year 20090. --- archive/lzo/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/archive/lzo/DETAILS b/archive/lzo/DETAILS index e29a499..487884d 100644 --- a/archive/lzo/DETAILS +++ b/archive/lzo/DETAILS @@ -5,7 +5,7 @@ SOURCE_VFY=sha1:135a50699296e853362a3d11b9f872c74c8b8c5a WEB_SITE=http://www.oberhumer.com/opensource/$MODULE ENTERED=20031113 - UPDATED=200902016 + UPDATED=20090201 MAINTAINER=florin at lunar-linux.org SHORT="LZO - a real-time data compression library" From dagbrown at lunar-linux.org Mon Feb 2 06:18:00 2009 From: dagbrown at lunar-linux.org (Dave Brown) Date: Mon, 2 Feb 2009 14:18:00 +0900 Subject: [Lunar-commits] libgpod: Version bump to 0.7.0 Message-ID: <20090202051846.2A45A9B1AD@doppio.foo-projects.org> commit 13dd3fcb85272a86d7396a762c07c2b55ca135bf Author: Dave Brown Date: Mon Feb 2 14:18:00 2009 +0900 libgpod: Version bump to 0.7.0 --- libs/libgpod/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libgpod/DETAILS b/libs/libgpod/DETAILS index 8e5061b..86cbfa0 100644 --- a/libs/libgpod/DETAILS +++ b/libs/libgpod/DETAILS @@ -1,11 +1,11 @@ MODULE=libgpod - VERSION=0.6.0 + VERSION=0.7.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/gtkpod/ - SOURCE_VFY=sha1:09b660324785cec122b5df62f1825ebd595c4ecc + SOURCE_VFY=sha1:c8ed26ed81a85acf230b5e2065399b038ac00046 WEB_SITE=http://www.gtkpod.org/ ENTERED=20060110 - UPDATED=20080818 + UPDATED=20090202 SHORT="shared library to access the contents of an iPod" cat << EOF libgpod is a shared library to access the contents of an iPod. This From dagbrown at lunar-linux.org Mon Feb 2 06:18:17 2009 From: dagbrown at lunar-linux.org (Dave Brown) Date: Mon, 2 Feb 2009 14:18:17 +0900 Subject: [Lunar-commits] gtkpod: version bump to 0.99.14. Message-ID: <20090202051846.338B59B1F9@doppio.foo-projects.org> commit aa6e017c0ed27521906cb8d53dac6121e5c82486 Author: Dave Brown Date: Mon Feb 2 14:18:17 2009 +0900 gtkpod: version bump to 0.99.14. --- audio/gtkpod/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/gtkpod/DETAILS b/audio/gtkpod/DETAILS index 6a92ce5..4541cf5 100644 --- a/audio/gtkpod/DETAILS +++ b/audio/gtkpod/DETAILS @@ -1,11 +1,11 @@ MODULE=gtkpod - VERSION=0.99.12 + VERSION=0.99.14 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/gtkpod/ - SOURCE_VFY=sha1:ab7c03ee1a875fe2bab953d5805a2a4d65fcd669 + SOURCE_VFY=sha1:92977420c0b54e85ddc80fbe2e99cd4a5e4e81b9 WEB_SITE=http://gtkpod.sourceforge.net/ ENTERED=20050111 - UPDATED=20080818 + UPDATED=20080202 SHORT="A gtk2 frontend for your iPod" cat << EOF Gtkpod is a platform independent GUI for Apple's iPod (1G, 2G, 3G, From florin at lunar-linux.org Mon Feb 2 07:02:52 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 2 Feb 2009 08:02:52 +0200 Subject: [Lunar-commits] mc: version bumped to 4.6.2. Message-ID: <20090202060321.DA86E9B1AD@doppio.foo-projects.org> commit 677acbd280847b1cf461b1046516bbfefac75a8e Author: Florin Braescu Date: Mon Feb 2 08:02:52 2009 +0200 mc: version bumped to 4.6.2. A huge pile of bugfixes. --- filemanagers/mc/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/filemanagers/mc/DETAILS b/filemanagers/mc/DETAILS index c51d084..6998308 100644 --- a/filemanagers/mc/DETAILS +++ b/filemanagers/mc/DETAILS @@ -1,11 +1,11 @@ MODULE=mc - VERSION=4.6.1 + VERSION=4.6.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_VFY=sha1:92be0802143245e0fb7e3847d70da614cad7d5fb - SOURCE_URL=http://www.ibiblio.org/pub/Linux/utils/file/managers/$MODULE/ - WEB_SITE=http://www.ibiblio.org/mc/ + SOURCE_URL=http://www.midnight-commander.org/downloads + SOURCE_VFY=sha1:c6f3072384d670caa82ca1cc4b1777c0f066e341 + WEB_SITE=http://www.ibiblio.org/mc ENTERED=20010922 - UPDATED=20050726 + UPDATED=20090202 SHORT="Unix file manager and shell" cat << EOF From florin at lunar-linux.org Mon Feb 2 10:23:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 2 Feb 2009 11:23:01 +0200 Subject: [Lunar-commits] ed: version bumped to 1.2. Message-ID: <20090202092309.2C9689B1AD@doppio.foo-projects.org> commit 1c52937a2dcfa7ff40eae1ee87311ad49001fe3c Author: Florin Braescu Date: Mon Feb 2 11:23:01 2009 +0200 ed: version bumped to 1.2. The man page is now installed by default. "make install-info" should now work on Debian and Mac OS X. The license of the manual has been updated to GFDL version 1.3 or later. --- editors/ed/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/ed/DETAILS b/editors/ed/DETAILS index ab7a6d3..65ffec7 100644 --- a/editors/ed/DETAILS +++ b/editors/ed/DETAILS @@ -1,12 +1,12 @@ MODULE=ed - VERSION=1.1 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=1.2 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE - SOURCE_VFY=sha1:0b66e79ebfe87eb80eb49be6ca7bb46df6f90e28 + SOURCE_VFY=sha1:6ebcbc76852a81886e2a85a973f375240bb3175e WEB_SITE=http://www.gnu.org/software/ed/ed.html ENTERED=20010922 - UPDATED=20081014 + UPDATED=20090202 SHORT="A line-oriented text editor" cat << EOF From stumbles at lunar-linux.org Mon Feb 2 12:28:43 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 2 Feb 2009 06:28:43 -0500 Subject: [Lunar-commits] Revert "binutils: remove Reduce from lunar menu" Message-ID: <20090202112933.012689B1AD@doppio.foo-projects.org> commit 089fe28af49413b139181f1db1d2f2589ee2582a Author: Dennis 'stumbles' Veatch Date: Mon Feb 2 06:28:43 2009 -0500 Revert "binutils: remove Reduce from lunar menu" This reverts commit 1a6faf35d6b57a8c36136aaeed11870d4020082a. Because people are using unsafe optimizations, is not a reason to remove this. That is their own fault. --- devel/binutils/plugin.d/optimize-gnu_ld.plugin | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/devel/binutils/plugin.d/optimize-gnu_ld.plugin b/devel/binutils/plugin.d/optimize-gnu_ld.plugin index 9a54c71..827ac02 100644 --- a/devel/binutils/plugin.d/optimize-gnu_ld.plugin +++ b/devel/binutils/plugin.d/optimize-gnu_ld.plugin @@ -20,6 +20,13 @@ plugin_gnu_ld_optimize() Optimize) LDFLAGS="$LDFLAGS -Wl,-O1" ;; + Reduce) + if echo $LDFLAGS | grep -q 'Wl,-O1' ; then + LDFLAGS="$LDFLAGS -Wl,-O1,--as-needed" + else + LDFLAGS="$LDFLAGS -Wl,--as-needed" + fi + ;; Combreloc) LDFLAGS="$LDFLAGS -z combreloc" ;; @@ -69,6 +76,7 @@ EOF "Strip" "-s (RECOMMENDED)" $( echo ${LDF[@]} | grep -qw "Strip" && echo "on" || echo "off" ) "Strip all symbols" "StripDebug" "-S" $( echo ${LDF[@]} | grep -qw "StripDebug" && echo "on" || echo "off" ) "Strip debug symbols only" "Optimize" "-Wl,-O1" $( echo ${LDF[@]} | grep -qw "Optimize" && echo "on" || echo "off" ) "Optimize hash tables during linking" + "Reduce" "-Wl,--as-needed" $( echo ${LDF[@]} | grep -qw "Reduce" && echo "on" || echo "off" ) "Reduce the amount of linked libraries if possible" "Combreloc" "-z combreloc" $( echo ${LDF[@]} | grep -qw "Combreloc" && echo "on" || echo "off" ) "Combreloc" ) RESULT=`$DIALOG --item-help --separate-output --checklist "Select linker optimizations. These options only apply to the link stage of binaries." 0 0 0 "${OPTIONS[@]}"` From stumbles at lunar-linux.org Mon Feb 2 15:35:12 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 2 Feb 2009 09:35:12 -0500 Subject: [Lunar-commits] kdendetwork4: adding a few optional_dpends. Message-ID: <20090202143524.F21DC9B1AD@doppio.foo-projects.org> commit 4ca72fd21ee454950a355da557df27e447a925bf Author: Dennis 'stumbles' Veatch Date: Mon Feb 2 09:35:12 2009 -0500 kdendetwork4: adding a few optional_dpends. --- kde4/base/kdenetwork4/DEPENDS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdenetwork4/DEPENDS b/kde4/base/kdenetwork4/DEPENDS index c0f02bd..9ab2b3f 100644 --- a/kde4/base/kdenetwork4/DEPENDS +++ b/kde4/base/kdenetwork4/DEPENDS @@ -8,3 +8,5 @@ optional_depends qca2 "" "" "for crypto API support" optional_depends tapioca-qt "" "" "for voip and like support" optional_depends xmms "" "" "for kopete nowlistening plugin" optional_depends libotr "" "" "for Off The Record support" +optional_depends meanwhile "" "" "for Sametime Community Client protocol support" +optional_depends ortp "" "" "for RTP protocol support" From zbiggy at lunar-linux.org Tue Feb 3 02:09:42 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 3 Feb 2009 01:09:42 +0000 Subject: [Lunar-commits] xf86-input-evdev: updated to 2.1.2 Message-ID: <20090203001042.C8E9F9B1AD@doppio.foo-projects.org> commit 03165d5067d7fcfb588f4bb2cb2a13ccfda28b9a Author: Zbigniew Luszpinski Date: Tue Feb 3 01:09:42 2009 +0000 xf86-input-evdev: updated to 2.1.2 --- xorg7/driver/xf86-input-evdev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS index 8f525fc..c62d262 100644 --- a/xorg7/driver/xf86-input-evdev/DETAILS +++ b/xorg7/driver/xf86-input-evdev/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-evdev - VERSION=2.1.1 + VERSION=2.1.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:ec9c69e4913c9beac8d1003be70189f9721e8eef + SOURCE_VFY=sha1:a9da222fde2b0fd3b95d951c5c9fb32b0c9e5aac MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090118 + UPDATED=20090203 SHORT="An input driver" cat << EOF From zbiggy at lunar-linux.org Tue Feb 3 02:10:22 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 3 Feb 2009 01:10:22 +0000 Subject: [Lunar-commits] xf86-input-synaptics: updated to 1.0.0 Message-ID: <20090203001042.DEEA09B1B3@doppio.foo-projects.org> commit b38361de6afded724657c044657d0f3c7a70dc81 Author: Zbigniew Luszpinski Date: Tue Feb 3 01:10:22 2009 +0000 xf86-input-synaptics: updated to 1.0.0 --- xorg7/driver/xf86-input-synaptics/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-synaptics/DETAILS b/xorg7/driver/xf86-input-synaptics/DETAILS index 59150ea..a60d84c 100644 --- a/xorg7/driver/xf86-input-synaptics/DETAILS +++ b/xorg7/driver/xf86-input-synaptics/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-synaptics - VERSION=0.15.2 + VERSION=1.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:35c29129cfd529d185b28a8137b0541cabc00ed4 + SOURCE_VFY=sha1:1cce9121f25e5ceab573dc93ad4630350f568b6a MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20080821 - UPDATED=20080925 + UPDATED=20090203 SHORT="A Synaptics touchpad driver" cat << EOF From florin at lunar-linux.org Tue Feb 3 07:21:02 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Feb 2009 08:21:02 +0200 Subject: [Lunar-commits] pciutils: version bumped to 3.1.2. Message-ID: <20090203062130.6BB969B1AD@doppio.foo-projects.org> commit 3c98fff1609ad8e22c30a25b6c00d803c6c13e1f Author: Florin Braescu Date: Tue Feb 3 08:21:02 2009 +0200 pciutils: version bumped to 3.1.2. Bugfix release. --- utils/pciutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pciutils/DETAILS b/utils/pciutils/DETAILS index 38aae1d..4889d88 100644 --- a/utils/pciutils/DETAILS +++ b/utils/pciutils/DETAILS @@ -1,15 +1,15 @@ MODULE=pciutils - VERSION=3.1.1 + VERSION=3.1.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=pci.ids.bz2 SOURCE_URL[0]=$KERNEL_URL/pub/software/utils/$MODULE SOURCE_URL[1]=http://www.ibiblio.org/pub/Linux/hardware SOURCE_URL[2]=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci SOURCE2_URL=http://pciids.sourceforge.net - SOURCE_VFY=sha1:cb5a4b16bfb35cfb779be798d3ba72f07eb6b659 + SOURCE_VFY=sha1:a9b75a5afde21eae483bee577d9060646e3eba25 WEB_SITE=http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml ENTERED=20020125 - UPDATED=20090131 + UPDATED=20090203 PSAFE=no SHORT="The setpci and lspci utils" From florin at lunar-linux.org Tue Feb 3 07:40:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Feb 2009 08:40:07 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.28.3. Message-ID: <20090203064034.061AA9B1AD@doppio.foo-projects.org> commit bc306fcc4385fdf5f2d9df6d4453c7bd25fd8aa2 Author: Florin Braescu Date: Tue Feb 3 08:40:07 2009 +0200 linux-2.6: version bumped to 2.6.28.3. Bugfixes and regressions. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index ccba19c..4650e5d 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.28.2 + VERSION=2.6.28.3 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE_VFY=sha1:4f40f8bf3fd110b0cc6e1fea5f539c98f9959e94 - SOURCE2_VFY=sha1:b286db73138b36856bb3c4569c95192fb52ddb8c + SOURCE2_VFY=sha1:73cfc031333d8ffdbfca5b23e95105c137542876 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090127 + UPDATED=20090203 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Tue Feb 3 12:37:04 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Feb 2009 13:37:04 +0200 Subject: [Lunar-commits] deluge: version bumped to 1.1.2. Message-ID: <20090203113640.6337BF3F7B@doppio.foo-projects.org> commit c5da22eb5791139ea8c786f965c8e04b9b0b5b72 Author: Florin Braescu Date: Tue Feb 3 13:37:04 2009 +0200 deluge: version bumped to 1.1.2. Bugfixes release. --- distributed/deluge/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributed/deluge/DETAILS b/distributed/deluge/DETAILS index c155d16..a6fd715 100644 --- a/distributed/deluge/DETAILS +++ b/distributed/deluge/DETAILS @@ -1,11 +1,11 @@ MODULE=deluge - VERSION=1.1.1 + VERSION=1.1.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.deluge-torrent.org/source/$VERSION - SOURCE_VFY=sha1:67c31ed456d93b2ea1f043928516e77ce517c3b6 + SOURCE_VFY=sha1:24f90a93da4c626885e84e760285f75339444c44 WEB_SITE=http://www.deluge-torrent.org ENTERED=20070321 - UPDATED=20090127 + UPDATED=20090203 SHORT="A Bittorrent client" cat << EOF From florin at lunar-linux.org Tue Feb 3 14:14:26 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Feb 2009 15:14:26 +0200 Subject: [Lunar-commits] squid: version bumped to 3.0.STABLE13. Message-ID: <20090203131402.00D139B1AD@doppio.foo-projects.org> commit 0b5b3bc018f8bbcfb49b47ae9b71737b1a4c6cc5 Author: Florin Braescu Date: Tue Feb 3 15:14:26 2009 +0200 squid: version bumped to 3.0.STABLE13. Bugfixes. --- web/squid/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/squid/DETAILS b/web/squid/DETAILS index 8433369..e88eed2 100644 --- a/web/squid/DETAILS +++ b/web/squid/DETAILS @@ -1,12 +1,12 @@ MODULE=squid - VERSION=3.0.STABLE12 + VERSION=3.0.STABLE13 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.squid-cache.org/Versions/v3/3.0 SOURCE_URL[1]=http://www1.nl.squid-cache.org/Versions/v3/3.0 - SOURCE_VFY=sha1:53aaaa734fe2364fe1b61ea92dc99c84ebd2def7 + SOURCE_VFY=sha1:3c3bfaef1b5130c3cc85939b4acab3d039703266 WEB_SITE=http://www.squid-cache.org ENTERED=20011214 - UPDATED=20090121 + UPDATED=20090203 SHORT="A full-featured Web proxy cache" cat << EOF From florin at lunar-linux.org Wed Feb 4 04:02:46 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 4 Feb 2009 05:02:46 +0200 Subject: [Lunar-commits] dovecot: version bumped to 1.1.11. Message-ID: <20090204030323.A11919B1B3@doppio.foo-projects.org> commit ae2d3be57eb91565574ea732ee85768304e8404e Author: Florin Braescu Date: Wed Feb 4 05:02:46 2009 +0200 dovecot: version bumped to 1.1.11. Bugfixes release. --- mail/dovecot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS index b84d687..28c7bf6 100644 --- a/mail/dovecot/DETAILS +++ b/mail/dovecot/DETAILS @@ -1,11 +1,11 @@ MODULE=dovecot - VERSION=1.1.10 + VERSION=1.1.11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.dovecot.org/releases/1.1 - SOURCE_VFY=sha1:7b509975e52473e86c4fdf13bd6f464144837f02 + SOURCE_VFY=sha1:cc7fb44d3a750c656d6c2116b569b5587319d405 WEB_SITE=http://www.dovecot.org ENTERED=20041204 - UPDATED=20090127 + UPDATED=20090204 SHORT="A small, fast and secure (SSL) Maildir capable imap daemon" cat << EOF From florin at lunar-linux.org Wed Feb 4 04:12:08 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 4 Feb 2009 05:12:08 +0200 Subject: [Lunar-commits] ghostscript: version bumped to 8.64. Message-ID: <20090204031238.70BF49B1B3@doppio.foo-projects.org> commit 131432dc7f451167556ae4c5678dd96503263c0b Author: Florin Braescu Date: Wed Feb 4 05:12:08 2009 +0200 ghostscript: version bumped to 8.64. Bugfixes release. --- printer/ghostscript/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS index febfbbc..69b71bd 100644 --- a/printer/ghostscript/DETAILS +++ b/printer/ghostscript/DETAILS @@ -1,11 +1,11 @@ MODULE=ghostscript - VERSION=8.63 + VERSION=8.64 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:c97159d3cccb0b1b5fc409715c6321a7256717ec + SOURCE_VFY=sha1:4c2a6e04145428d35da73fbc4db9c66a75e336e0 WEB_SITE=http://www.ghostscript.com/awki ENTERED=20041116 - UPDATED=20080802 + UPDATED=20090204 PSAFE=no SHORT="GPL ghostscript" From florin at lunar-linux.org Wed Feb 4 04:45:51 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 4 Feb 2009 05:45:51 +0200 Subject: [Lunar-commits] neverball: version bumped to 1.5.0. Message-ID: <20090204034648.73B649B1B3@doppio.foo-projects.org> commit f3bf92798e7f91c88f66dd98e4276ec0cafc62be Author: Florin Braescu Date: Wed Feb 4 05:45:51 2009 +0200 neverball: version bumped to 1.5.0. New levels added, many improvements and enhacements. --- games/neverball/BUILD | 4 ++-- games/neverball/DETAILS | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games/neverball/BUILD b/games/neverball/BUILD index 213aecd..28eba0c 100644 --- a/games/neverball/BUILD +++ b/games/neverball/BUILD @@ -1,7 +1,7 @@ ( sedit "s:#X11_PATH:X11_PATH:" Makefile && - sedit '/CONFIG_DATA/s:"\./data":"/usr/games/neverball-data":g' share/config.h && + sedit '/CONFIG_DATA/s:"\./data":"/usr/games/neverball-data":g' share/base_config.h && make && prepare_install && @@ -11,5 +11,5 @@ install -m0755 neverball /usr/games/ && install -m0755 neverputt /usr/games/ - + ) > $C_FIFO 2>&1 diff --git a/games/neverball/DETAILS b/games/neverball/DETAILS index 89fd93e..2ae6780 100644 --- a/games/neverball/DETAILS +++ b/games/neverball/DETAILS @@ -1,17 +1,17 @@ MODULE=neverball - VERSION=1.4.0 + VERSION=1.5.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://icculus.org/$MODULE - SOURCE_VFY=sha1:630aab5b4149d6ffb781cc38c4ce26dd6b048b40 + SOURCE_VFY=sha1:35c5b9868836713205dd0428154f741f128e09d6 WEB_SITE=http://icculus.org/neverball ENTERED=20040210 - UPDATED=20041016 + UPDATED=20090204 MAINTAINER=florin at lunar-linux.org SHORT="A OpenGL game modeled after Super Monkey Ball" cat << EOF Tilt the floor to roll a ball through an obstacle course before time -runs out. Neverball is part puzzle game, part action game, and +runs out. Neverball is part puzzle game, part action game, and entirely a test of skill. Also found here is Neverputt, a hot-seat multiplayer miniature golf game using the physics and graphics of Neverball. From florin at lunar-linux.org Wed Feb 4 14:31:02 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 4 Feb 2009 15:31:02 +0200 Subject: [Lunar-commits] module-init-tools: version bumped to 3.6. Message-ID: <20090204133046.5DCDE9B1B3@doppio.foo-projects.org> commit d6df809d005ae163e6b96f7a28a3b6e8361b0d47 Author: Florin Braescu Date: Wed Feb 4 15:31:02 2009 +0200 module-init-tools: version bumped to 3.6. Changes: o depmod: make building map files optional (does anyone use them anyway?) o demod: use shortened path names in index files (relative paths used) o modprobe: use /sys/module rather than /proc/modules o modprobe: remove legacy support for pre-2.6 kernels o modprobe: check that asprintf() calls actually allocate. --- kernel/module-init-tools/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/module-init-tools/DETAILS b/kernel/module-init-tools/DETAILS index 00196bc..8ce11f9 100644 --- a/kernel/module-init-tools/DETAILS +++ b/kernel/module-init-tools/DETAILS @@ -1,11 +1,11 @@ MODULE=module-init-tools - VERSION=3.5 + VERSION=3.6 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=${KERNEL_URL}/pub/linux/utils/kernel/$MODULE - SOURCE_VFY=sha1:86289ccafc47c0f1dde0955fda1922cdcc79ae9f + SOURCE_URL=${KERNEL_URL}/pub/linux/utils/kernel/$MODULE + SOURCE_VFY=sha1:ce1ab358502865e336bbcf5cb728af1cc8d9ed1f WEB_SITE=http://www.kernel.org ENTERED=20030410 - UPDATED=20081105 + UPDATED=20090204 SHORT="Utilities essential for a modular Linux 2.6.x kernel" cat << EOF From florin at lunar-linux.org Wed Feb 4 14:49:09 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 4 Feb 2009 15:49:09 +0200 Subject: [Lunar-commits] dhcpcd: version bumped to 4.0.10. Message-ID: <20090204134850.CE62E9B1B3@doppio.foo-projects.org> commit 184e99b6edf2aebd90c3c9b103a9c58a14e2b4c3 Author: Florin Braescu Date: Wed Feb 4 15:49:09 2009 +0200 dhcpcd: version bumped to 4.0.10. ARP checking has been moved to after the REQUEST to be more RFC2131 conforming. --- net/dhcpcd/DETAILS | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS index 9e60902..45dc812 100644 --- a/net/dhcpcd/DETAILS +++ b/net/dhcpcd/DETAILS @@ -1,18 +1,18 @@ MODULE=dhcpcd - VERSION=4.0.7 + VERSION=4.0.10 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=http://www.paldo.org/paldo/sources/dhcpcd/ - SOURCE_URL[1]=http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/ - SOURCE_URL[2]=http://mirrors.ludost.net/gentoo/distfiles/ - SOURCE_URL[3]=http://open-systems.ufl.edu/mirrors/gentoo/distfiles/ - 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_URL[7]=http://roy.marples.name/downloads/dhcpcd/ - SOURCE_VFY=sha1:949be0a4d4dbb087cc53f5f8dc26515ef9f9dd0b + SOURCE_URL[0]=http://www.paldo.org/paldo/sources/dhcpcd + SOURCE_URL[1]=http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles + SOURCE_URL[2]=http://mirrors.ludost.net/gentoo/distfiles + SOURCE_URL[3]=http://open-systems.ufl.edu/mirrors/gentoo/distfiles + 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_URL[7]=http://roy.marples.name/downloads/dhcpcd + SOURCE_VFY=sha1:2c2180456eb2ccbab59845f1ee5081631e1c3e08 WEB_SITE=http://roy.marples.name/projects/dhcpcd ENTERED=20011126 - UPDATED=20081226 + UPDATED=20090204 SHORT="DHCP client/daemon that works with @home" cat << EOF From stumbles at lunar-linux.org Wed Feb 4 15:17:40 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 4 Feb 2009 09:17:40 -0500 Subject: [Lunar-commits] mlt: version bump. Message-ID: <20090204141811.A12B09B1B3@doppio.foo-projects.org> commit 7b663d8bca69c3b7b550b977987de53daec5d2f4 Author: Dennis 'stumbles' Veatch Date: Wed Feb 4 09:17:40 2009 -0500 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 385591b..bde2788 100644 --- a/video/mlt/DETAILS +++ b/video/mlt/DETAILS @@ -1,11 +1,11 @@ MODULE=mlt - VERSION=0.3.4 + VERSION=0.3.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:da673028a731ffbc968726fc19dc284d31c99796 + SOURCE_VFY=sha1:cfa6039b57e357a9e3cc3b8dd00cfe29715dd0df WEB_SITE=http://www.mltframework.org/twiki/bin/view/MLT/ ENTERED=20071106 - UPDATED=20090116 + UPDATED=20090204 SHORT="open source multimedia framework" cat << EOF From stumbles at lunar-linux.org Wed Feb 4 15:18:12 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 4 Feb 2009 09:18:12 -0500 Subject: [Lunar-commits] mlt++: version bump. Message-ID: <20090204141811.AE1CE9B1F9@doppio.foo-projects.org> commit bdc48c5c5ff6e861929680d06570d0b827ad213a Author: Dennis 'stumbles' Veatch Date: Wed Feb 4 09:18:12 2009 -0500 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 2010ff6..720de0b 100644 --- a/video/mlt++/DETAILS +++ b/video/mlt++/DETAILS @@ -1,11 +1,11 @@ MODULE=mlt++ - VERSION=0.3.4 + VERSION=0.3.6 SOURCE=mlt++-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/mlt - SOURCE_VFY=sha1:a87234acddd6b099ec2ecffa87dc05fb4c007349 + SOURCE_VFY=sha1:b226c0e97df01587d44c716947468d3cbb29c2e0 WEB_SITE=http://www.mltframework.org/twiki/bin/view/MLT/ ENTERED=20071106 - UPDATED=20090116 + UPDATED=20090204 SHORT="wrapper for mlt" cat << EOF From stumbles at lunar-linux.org Wed Feb 4 15:35:54 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 4 Feb 2009 09:35:54 -0500 Subject: [Lunar-commits] kdenlive4: version bump. Message-ID: <20090204143549.12813F307E@doppio.foo-projects.org> commit 977a1868bc71b23bc816436e2531a87af037f8e9 Author: Dennis 'stumbles' Veatch Date: Wed Feb 4 09:35:54 2009 -0500 kdenlive4: version bump. --- kde4/apps/kdenlive4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/kdenlive4/DETAILS b/kde4/apps/kdenlive4/DETAILS index 32f8f9c..cf651d1 100644 --- a/kde4/apps/kdenlive4/DETAILS +++ b/kde4/apps/kdenlive4/DETAILS @@ -1,13 +1,13 @@ MODULE=kdenlive4 - VERSION=0.7.1 + VERSION=0.7.2 SOURCE=kdenlive-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/kdenlive SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdenlive-$VERSION - SOURCE_VFY=sha1:7ad74d7c0c73073fc4da0d8eefc45a5c86c752a2 + SOURCE_VFY=sha1:58f2a3cefa02348df797d9d32ff73d58079dfd1b MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://kdenlive.sourceforge.net ENTERED=20081201 - UPDATED=20090116 + UPDATED=20090224 SHORT="A non-linear video editing application for KDE4" cat << EOF From stumbles at lunar-linux.org Wed Feb 4 16:45:38 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 4 Feb 2009 10:45:38 -0500 Subject: [Lunar-commits] firefox: version bump, mainly security related. Message-ID: <20090204154541.270C09B1B3@doppio.foo-projects.org> commit 5d1f282abaae089e6a18496cb097ac5e22fc61eb Author: Dennis 'stumbles' Veatch Date: Wed Feb 4 10:45:38 2009 -0500 firefox: version bump, mainly security related. --- web/firefox/DETAILS | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web/firefox/DETAILS b/web/firefox/DETAILS index eb0e382..c80ab61 100644 --- a/web/firefox/DETAILS +++ b/web/firefox/DETAILS @@ -1,14 +1,14 @@ - MODULE=firefox - VERSION=3.0.5 - SOURCE=${MODULE}-${VERSION}-source.tar.bz2 - SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/ - SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/source/ - SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/source/ - SOURCE_VFY=sha1:f934e073efaad3d4dde847c8491fa9529564d5d2 - WEB_SITE=http://www.mozilla.org/projects/firefox - ENTERED=20030810 - UPDATED=20081217 - MAINTAINER="tchan at lunar-linux.org" + MODULE=firefox + VERSION=3.0.6 + SOURCE=${MODULE}-${VERSION}-source.tar.bz2 + SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/ + SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/source/ + SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/source/ + SOURCE_VFY=sha1:e2845c07b507308664f6f39086a050b2773382fb + WEB_SITE=http://www.mozilla.org/projects/firefox + ENTERED=20030810 + UPDATED=20090204 + MAINTAINER="tchan at lunar-linux.org" SHORT="a speedy, full-featured web browser." cat << EOF Mozilla Firefox is the successor of Mozilla Firebird. From stumbles at lunar-linux.org Thu Feb 5 01:03:45 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 4 Feb 2009 19:03:45 -0500 Subject: [Lunar-commits] unixODBC: a small tweak on the BUILD. Message-ID: <20090205000352.0364D9B1B3@doppio.foo-projects.org> commit 349337da60878477215192effb4229f3fcc513a4 Author: Dennis 'stumbles' Veatch Date: Wed Feb 4 19:03:45 2009 -0500 unixODBC: a small tweak on the BUILD. --- sql/unixODBC/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sql/unixODBC/BUILD b/sql/unixODBC/BUILD index 6e885c2..6f555d9 100644 --- a/sql/unixODBC/BUILD +++ b/sql/unixODBC/BUILD @@ -3,7 +3,7 @@ if module_installed qt4 || module_installed qt3 ; then OPTS="$OPTS --enable-gui" else - OPTS="$OPT --disable-gui" + OPTS="$OPTS --disable-gui" fi && OPTS="$OPTS --enable-fdb" From florin at lunar-linux.org Thu Feb 5 13:40:34 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Feb 2009 14:40:34 +0200 Subject: [Lunar-commits] ImageMagick: version bumped to 6.4.8-10. Message-ID: <20090205124229.A2A299B1B3@doppio.foo-projects.org> commit 68e45fa6639866c0d44adf9b6de389a364c53536 Author: Florin Braescu Date: Thu Feb 5 14:40:34 2009 +0200 ImageMagick: version bumped to 6.4.8-10. --- graphics/ImageMagick/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/ImageMagick/DETAILS b/graphics/ImageMagick/DETAILS index be3ea3f..d665ccd 100644 --- a/graphics/ImageMagick/DETAILS +++ b/graphics/ImageMagick/DETAILS @@ -3,7 +3,7 @@ # should version bump to x.y.(z-1)-(highest). That version is always # kept on the ftp.imagemagick.org site and should be considered STABLE!!! MODULE=ImageMagick - VERSION=6.4.6-9 + VERSION=6.4.8-10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.imagemagick.org/pub/ImageMagick SOURCE_URL[1]=$SFORGE_URL/imagemagick @@ -20,10 +20,10 @@ SOURCE_URL[12]=http://hpux.connect.org.uk/hppd/hpux/X11/Viewers SOURCE_URL[13]=ftp://ftp.fifi.org/pub/ImageMagick SOURCE_URL[14]=ftp://ftp.rge.com/pub/multimedia/imagemagick - SOURCE_VFY=sha1:1f1778bdc871ef77db24d92476d395e52c2761cd + SOURCE_VFY=sha1:a123a65da1622ee3b04d388b937d9fa16e2bd178 WEB_SITE=http://www.imagemagick.org ENTERED=20010922 - UPDATED=20081223 + UPDATED=20090205 PSAFE=no SHORT="Automated and interactive manipulation of images" From florin at lunar-linux.org Thu Feb 5 13:49:41 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Feb 2009 14:49:41 +0200 Subject: [Lunar-commits] file: version bumped to 5.00. Message-ID: <20090205125001.56C629B1B3@doppio.foo-projects.org> commit 799b1c745d64a7fc34a446d1617e7a1728e213ce Author: Florin Braescu Date: Thu Feb 5 14:49:41 2009 +0200 file: version bumped to 5.00. Bugfixes and enhacements. --- utils/file/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/file/DETAILS b/utils/file/DETAILS index 130bd60..2653c38 100644 --- a/utils/file/DETAILS +++ b/utils/file/DETAILS @@ -1,14 +1,14 @@ MODULE=file - VERSION=4.26 + VERSION=5.00 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=file-Bio-Rad-magic.patch SOURCE_URL[0]=ftp://ftp.astron.com/pub/$MODULE SOURCE_URL[1]=ftp://ftp.gw.com/pub/unix/$MODULE SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:412cdac5cd778d867e2d91a01b09858be1998ec3 + SOURCE_VFY=sha1:e58033dfefa44782aa34155751ce88c86c4c1244 WEB_SITE=ftp://ftp.astron.com/pub/file ENTERED=20010922 - UPDATED=20080901 + UPDATED=20090205 SHORT="File attempts to classify files by their content" cat << EOF From florin at lunar-linux.org Thu Feb 5 16:20:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Feb 2009 17:20:25 +0200 Subject: [Lunar-commits] soprano: version bumped to 2.2.1. Message-ID: <20090205152140.0C05C9B1B3@doppio.foo-projects.org> commit ead046379dcbfa178157a7d9fa470caeb591f275 Author: Florin Braescu Date: Thu Feb 5 17:20:25 2009 +0200 soprano: version bumped to 2.2.1. It adds two features which are needed in a Nepomuk-related project: * Added removeAllStatements support in SparqlModel (by iterating over all statements). * Added SparqlModel::setPath to override the previously hard-coded query path. --- kde4/utils/soprano/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/utils/soprano/DETAILS b/kde4/utils/soprano/DETAILS index cd61c2b..fc9be9e 100644 --- a/kde4/utils/soprano/DETAILS +++ b/kde4/utils/soprano/DETAILS @@ -1,11 +1,11 @@ MODULE=soprano - VERSION=2.2 + VERSION=2.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:c71cefa3bfdd72712d52985a3144d0c35e3a5a32 + SOURCE_VFY=sha1:459a01eba8ec6791cb9c72d56bfed394c948d047 WEB_SITE=http://soprano.sourceforge.net ENTERED=20080123 - UPDATED=20090127 + UPDATED=20090205 SHORT="A highly usable C++/QT4 library for RDF data" cat << EOF From florin at lunar-linux.org Fri Feb 6 09:35:08 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Feb 2009 10:35:08 +0200 Subject: [Lunar-commits] postgresql: version bumped to 8.3.6. Message-ID: <20090206083452.E3A089B1B3@doppio.foo-projects.org> commit 5143b10f368530ec732e3be1e536768dbb074fdd Author: Florin Braescu Date: Fri Feb 6 10:35:08 2009 +0200 postgresql: version bumped to 8.3.6. Bugfixes release. --- sql/postgresql/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/postgresql/DETAILS b/sql/postgresql/DETAILS index 8232df0..997eb88 100644 --- a/sql/postgresql/DETAILS +++ b/sql/postgresql/DETAILS @@ -1,13 +1,13 @@ MODULE=postgresql - VERSION=8.3.5 + VERSION=8.3.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v${VERSION} SOURCE_URL[1]=ftp://ftp.nl.postgresql.org/pub/mirrors/postgresql/source/v${VERSION} SOURCE_URL[2]=ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${VERSION} - SOURCE_VFY=sha1:7615fea044473410b9985dc76a8046d715a620b1 + SOURCE_VFY=sha1:6ef6d564988209e5c85b061c71af58bebac522bd WEB_SITE=http://www.postgresql.org ENTERED=20011113 - UPDATED=20081103 + UPDATED=20090206 SHORT="A sophisticated Object-Relational DBMS" cat << EOF From florin at lunar-linux.org Fri Feb 6 11:00:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Feb 2009 12:00:23 +0200 Subject: [Lunar-commits] proftpd: version bumped to 1.3.2. Message-ID: <20090206095959.5ECF59B1B3@doppio.foo-projects.org> commit 0282962432b0bf259ed1bce807b9da9aa78cc12a Author: Florin Braescu Date: Fri Feb 6 12:00:23 2009 +0200 proftpd: version bumped to 1.3.2. Bugfixes, including security related ones. --- ftp/proftpd/BUILD | 1 + ftp/proftpd/DETAILS | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ftp/proftpd/BUILD b/ftp/proftpd/BUILD index 5821ea3..4538ae6 100644 --- a/ftp/proftpd/BUILD +++ b/ftp/proftpd/BUILD @@ -1,4 +1,5 @@ ( + PROFTPD_MODULES="mod_ifsession mod_ldap mod_radius mod_ratio mod_readme mod_rewrite mod_tls mod_wrap" MODS="" diff --git a/ftp/proftpd/DETAILS b/ftp/proftpd/DETAILS index b1a5a0b..477dde8 100644 --- a/ftp/proftpd/DETAILS +++ b/ftp/proftpd/DETAILS @@ -1,11 +1,11 @@ MODULE=proftpd - VERSION=1.3.1 + VERSION=1.3.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=ftp://ftp.proftpd.org/distrib/source/ - SOURCE_VFY=sha1:0b54286492967172c5355e2f489f9665b46591e5 + SOURCE_URL=ftp://ftp.proftpd.org/distrib/source + SOURCE_VFY=sha1:b48bfb0acde11bd2a2f7a7c74a1d72d497cca46a WEB_SITE=http://www.proftpd.org ENTERED=20011112 - UPDATED=20071008 + UPDATED=20090206 SHORT="A ftp server" cat << EOF From florin at lunar-linux.org Fri Feb 6 11:28:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Feb 2009 12:28:23 +0200 Subject: [Lunar-commits] xfsprogs: version bumped to 3.0.0. Message-ID: <20090206102937.A6FF59B1B3@doppio.foo-projects.org> commit 33f632ceb2feca9ff8c5650512d3d3b7e3ef142b Author: Florin Braescu Date: Fri Feb 6 12:28:23 2009 +0200 xfsprogs: version bumped to 3.0.0. Bugfixes and improvements. --- filesys/xfsprogs/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filesys/xfsprogs/DETAILS b/filesys/xfsprogs/DETAILS index b1ed30b..a44ee1c 100644 --- a/filesys/xfsprogs/DETAILS +++ b/filesys/xfsprogs/DETAILS @@ -1,13 +1,13 @@ MODULE=xfsprogs - VERSION=2.10.2 - SOURCE=${MODULE}_${VERSION}-1.tar.gz + VERSION=3.0.0 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars SOURCE_URL[1]=ftp://ftp.silug.org/pub/xfs/cmd_tars SOURCE_URL[2]=ftp://sunsite.dk/mirrors/xfs/cmd_tars - SOURCE_VFY=sha1:86e5a42a21b0ba78638e16b75d99dadc49e97cce + SOURCE_VFY=sha1:b0054e309ed15972ab7d90096789f1c2cb958b96 WEB_SITE=http://oss.sgi.com/projects/xfs ENTERED=20020110 - UPDATED=20081208 + UPDATED=20090206 PSAFE=no SHORT="Required utilities for the XFS file system" From florin at lunar-linux.org Fri Feb 6 12:57:17 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Feb 2009 13:57:17 +0200 Subject: [Lunar-commits] gparted: version bumped to 0.4.2. Message-ID: <20090206115647.5B1129B1B3@doppio.foo-projects.org> commit 15f2011d545808e0bce4423a0ee50d2a8d392e81 Author: Florin Braescu Date: Fri Feb 6 13:57:17 2009 +0200 gparted: version bumped to 0.4.2. Bugfixes and enhacements. --- x11-utils/gparted/DEPENDS | 3 ++- x11-utils/gparted/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/x11-utils/gparted/DEPENDS b/x11-utils/gparted/DEPENDS index 473b31b..25dc903 100644 --- a/x11-utils/gparted/DEPENDS +++ b/x11-utils/gparted/DEPENDS @@ -1,4 +1,5 @@ depends parted depends gtkmm -optional_depends "mtools" "" "" "for fat32 volume label support" +optional_depends "mtools" "" "" "for fat32 volume label support" +optional_depends "gtk-doc" "" "--disable-doc" "for documentation" diff --git a/x11-utils/gparted/DETAILS b/x11-utils/gparted/DETAILS index 9ba967c..387f950 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.4.1 + VERSION=0.4.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:2d264ba79e51cf395eb050e970b16ad906766c02 + SOURCE_VFY=sha1:0b884c4d216992807fb331b9e48dcee393029e91 WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20081228 + UPDATED=20090206 SHORT="A graphical frontend to parted" cat << EOF From stumbles at lunar-linux.org Fri Feb 6 18:52:27 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 12:52:27 -0500 Subject: [Lunar-commits] clutter: version bump. Message-ID: <20090206180354.C53F69B1B3@doppio.foo-projects.org> commit e94e9fdf9208a6015646a5f48506d312cc5dbfa3 Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 12:52:27 2009 -0500 clutter: version bump. --- graphics/clutter/BUILD | 7 +++++++ graphics/clutter/DETAILS | 9 +++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/graphics/clutter/BUILD b/graphics/clutter/BUILD new file mode 100644 index 0000000..6202d26 --- /dev/null +++ b/graphics/clutter/BUILD @@ -0,0 +1,7 @@ +( + + OPTS="--enable-debug=no" + + default_build + +) > $C_FIFO 2>&1 diff --git a/graphics/clutter/DETAILS b/graphics/clutter/DETAILS index b18a1ba..ec16c2c 100644 --- a/graphics/clutter/DETAILS +++ b/graphics/clutter/DETAILS @@ -1,11 +1,12 @@ MODULE=clutter - VERSION=0.4.2 + MAJ=0.8 + VERSION=0.8.6 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.clutter-project.org/sources/clutter/0.4/ - SOURCE_VFY=sha1:e65a92ac78a20ab3627646f04515b436a05f067b + SOURCE_URL=http://www.clutter-project.org/sources/clutter/$MAJ/ + SOURCE_VFY=sha1:7af885dc7fea7fb7c2083ac27827a5d9d56dd7e3 WEB_SITE=http://www.clutter-project.org ENTERED=20080109 - UPDATED=20080109 + UPDATED=20090206 SHORT="a library for creating OpenGL based GUIs" cat << EOF From stumbles at lunar-linux.org Fri Feb 6 18:55:49 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 12:55:49 -0500 Subject: [Lunar-commits] clutter-gst: version bump. Message-ID: <20090206180354.D23A29B1B4@doppio.foo-projects.org> commit 7440933d6955b9762eccecbb43d8805b5a6524c4 Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 12:55:49 2009 -0500 clutter-gst: version bump. --- audio/clutter-gst/DETAILS | 25 ++++++++++++++++++------- 1 files changed, 18 insertions(+), 7 deletions(-) diff --git a/audio/clutter-gst/DETAILS b/audio/clutter-gst/DETAILS index b196ed3..32cf816 100644 --- a/audio/clutter-gst/DETAILS +++ b/audio/clutter-gst/DETAILS @@ -1,14 +1,25 @@ MODULE=clutter-gst - VERSION=0.4.0 + MAJ=0.8 + VERSION=0.8.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/0.4/ - SOURCE_VFY=sha1:6cce25da432fd1e172c48a5d0e9811908dbef93e + SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJ/ + SOURCE_VFY=sha1:3ccc90db9f99919e11f538ee50f65ded7b557bb1 WEB_SITE=http://www.clutter-project.org ENTERED=20080109 - UPDATED=20080109 - SHORT="Gstreamer support for the clutter library" + UPDATED=20090206 + SHORT="integration library for using GStreamer with Clutter" cat << EOF -Clutter-GStreamer (clutter-gst) is an integration library for using -GStreamer with Clutter. +Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer +with Clutter. + +Clutter is an open source software library for creating fast, visually rich and +animated graphical user interfaces. It uses OpenGL for drawing primitives and +has multiple backends, allowing its usage on different platforms. + +GStreamer is a streaming media framework, based on graphs of filters which +operate on media data. Applications using this library can do anything from +real-time sound processing to playing videos, and just about anything else +media-related. Its plugin-based architecture means that new data types or +processing capabilities can be added simply by installing new plug-ins. EOF From stumbles at lunar-linux.org Fri Feb 6 19:01:35 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 13:01:35 -0500 Subject: [Lunar-commits] clutter-gtk: version bump. Message-ID: <20090206180354.EA00E9B1BB@doppio.foo-projects.org> commit 03cc10a8dd77b21685de67fe147f55b0f83b39d0 Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 13:01:35 2009 -0500 clutter-gtk: version bump. --- graphics/clutter-gtk/DETAILS | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/graphics/clutter-gtk/DETAILS b/graphics/clutter-gtk/DETAILS index 7ce5617..6ae74e4 100644 --- a/graphics/clutter-gtk/DETAILS +++ b/graphics/clutter-gtk/DETAILS @@ -1,14 +1,18 @@ MODULE=clutter-gtk - VERSION=0.4.0 + MAJ=0.8 + VERSION=0.8.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/0.4/ - SOURCE_VFY=sha1:6e8ca4aba42bca1323b0d8bcfe4a89d697c949fa + SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJ/ + SOURCE_VFY=sha1:a8f9b624f86a478e6845134352cec9a15c30a784 WEB_SITE=http://www.clutter-project.org - ENTERED=20080109 - UPDATED=20080109 - SHORT="GTK+-2 bindings to the clutter library" + ENTERED=20090206 + UPDATED=20090206 + SHORT="integrate Clutter into GTK+ applications" cat << EOF -Clutter-GTK is the GTK+-2 bindings to the clutter GUI library, allowing -clutter's effects in GTK+-2 applications. +Clutter-GTK - GTK+ Integration library for Clutter + +Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ +applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the +default ClutterStage into any GtkContainer. EOF From stumbles at lunar-linux.org Fri Feb 6 19:03:29 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 13:03:29 -0500 Subject: [Lunar-commits] pyclutter: version bump. Message-ID: <20090206180355.0B7299B1BE@doppio.foo-projects.org> commit 63862687bcd8182883bf4cc811bb7f36ba61946d Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 13:03:29 2009 -0500 pyclutter: version bump. --- graphics/pyclutter/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/pyclutter/DETAILS b/graphics/pyclutter/DETAILS index eb3493c..f1eaf58 100644 --- a/graphics/pyclutter/DETAILS +++ b/graphics/pyclutter/DETAILS @@ -1,11 +1,12 @@ MODULE=pyclutter - VERSION=0.4.2 + MAJ=0.8 + VERSION=0.8.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/0.4/ - SOURCE_VFY=sha1:9599abb556fbedab50a2ec9b32b4b07e49dfa4bf + SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJ/ + SOURCE_VFY=sha1:a6753a585c55233d6fff716b09d5db7a7321ecfb WEB_SITE=http://www.clutter-project.org ENTERED=20080109 - UPDATED=20080109 + UPDATED=20090206 SHORT="Python bindings to the clutter library" cat << EOF From stumbles at lunar-linux.org Fri Feb 6 20:11:24 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 14:11:24 -0500 Subject: [Lunar-commits] clutter-gtk: Had the wrong version which should be in sync with the others. Message-ID: <20090206191208.6F505F3228@doppio.foo-projects.org> commit 4fbe7f3b8610d3f6f228e84c83b33702ac68fecb Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 14:11:24 2009 -0500 clutter-gtk: Had the wrong version which should be in sync with the others. --- graphics/clutter-gtk/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/clutter-gtk/DETAILS b/graphics/clutter-gtk/DETAILS index 6ae74e4..5cb54d9 100644 --- a/graphics/clutter-gtk/DETAILS +++ b/graphics/clutter-gtk/DETAILS @@ -1,11 +1,11 @@ MODULE=clutter-gtk MAJ=0.8 - VERSION=0.8.0 + VERSION=0.8.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJ/ - SOURCE_VFY=sha1:a8f9b624f86a478e6845134352cec9a15c30a784 + SOURCE_VFY=sha1:c2d04d188361d96a2bb03741aeff117ea0a7935a WEB_SITE=http://www.clutter-project.org - ENTERED=20090206 + ENTERED=20080109 UPDATED=20090206 SHORT="integrate Clutter into GTK+ applications" From stumbles at lunar-linux.org Fri Feb 6 20:27:12 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 14:27:12 -0500 Subject: [Lunar-commits] clutter-cairo: initial import. Message-ID: <20090206192912.6E7909B1B3@doppio.foo-projects.org> commit 69081eec06792735092c62abeba873810eed8ce2 Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 14:27:12 2009 -0500 clutter-cairo: initial import. --- graphics/clutter-cairo/DEPENDS | 2 ++ graphics/clutter-cairo/DETAILS | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/graphics/clutter-cairo/DEPENDS b/graphics/clutter-cairo/DEPENDS new file mode 100644 index 0000000..68a785f --- /dev/null +++ b/graphics/clutter-cairo/DEPENDS @@ -0,0 +1,2 @@ +depends cairo +depends clutter diff --git a/graphics/clutter-cairo/DETAILS b/graphics/clutter-cairo/DETAILS new file mode 100644 index 0000000..009a2b2 --- /dev/null +++ b/graphics/clutter-cairo/DETAILS @@ -0,0 +1,14 @@ + MODULE=clutter-cairo + MAJ=0.8 + VERSION=0.8.2 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJ/ + SOURCE_VFY=sha1:90aef6f3b564352f48439dd98ff483774fb339a5 + WEB_SITE=http://www.clutter-project.org + ENTERED=20090206 + UPDATED=20090206 + SHORT="clutter cairo drawable actor" + +cat << EOF +clutter cairo 'drawable' actor. +EOF From stumbles at lunar-linux.org Fri Feb 6 20:28:50 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 14:28:50 -0500 Subject: [Lunar-commits] pyclutter: adding an optional_depends. Message-ID: <20090206192912.759B29B1B4@doppio.foo-projects.org> commit fd4891a5680aa03d86368dc9c8b52b449da7cadb Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 14:28:50 2009 -0500 pyclutter: adding an optional_depends. --- graphics/pyclutter/DEPENDS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/graphics/pyclutter/DEPENDS b/graphics/pyclutter/DEPENDS index 191adb7..d824d6d 100644 --- a/graphics/pyclutter/DEPENDS +++ b/graphics/pyclutter/DEPENDS @@ -2,3 +2,5 @@ depends clutter depends pygtk depends clutter-gtk depends clutter-gst + +optional_depends clutter-cairo "" "" "for cairo graphics support" From stumbles at lunar-linux.org Fri Feb 6 21:15:11 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 15:15:11 -0500 Subject: [Lunar-commits] GStreamer: version bump. Message-ID: <20090206201717.AC00A9B1B3@doppio.foo-projects.org> commit 0d1788c755539ee832255b57b95944438d6f9701 Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 15:15:11 2009 -0500 GStreamer: version bump. --- perl/GStreamer/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/perl/GStreamer/DETAILS b/perl/GStreamer/DETAILS index 73dcae1..2272880 100644 --- a/perl/GStreamer/DETAILS +++ b/perl/GStreamer/DETAILS @@ -1,11 +1,11 @@ MODULE=GStreamer - VERSION=0.09 + VERSION=0.14 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/gtk2-perl/ - SOURCE_VFY=sha1:6b8443868fd9ce480d8d81cd2464fbbc04bbb10e + SOURCE_VFY=sha1:1a1d7ed89b2ca7f9b584ec7c51e534a165aaf38f WEB_SITE=http://sourceforge.net/projects/gtk2-perl/ ENTERED=20040712 - UPDATED=20071218 + UPDATED=20090206 SHORT="Perl interface to gstreamer" cat << EOF From stumbles at lunar-linux.org Fri Feb 6 21:16:56 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 15:16:56 -0500 Subject: [Lunar-commits] clutter-perl: initial import. Message-ID: <20090206201717.B90279B1B4@doppio.foo-projects.org> commit 864c11adac96449dcf376b1bd6c8c1c25dec54bf Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 15:16:56 2009 -0500 clutter-perl: initial import. --- perl/clutter-perl/BUILD | 6 ++++++ perl/clutter-perl/DEPENDS | 10 ++++++++++ perl/clutter-perl/DETAILS | 24 ++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 0 deletions(-) diff --git a/perl/clutter-perl/BUILD b/perl/clutter-perl/BUILD new file mode 100644 index 0000000..09a7d62 --- /dev/null +++ b/perl/clutter-perl/BUILD @@ -0,0 +1,6 @@ +( + + perl Makefile.PL && + default_make + +) > $C_FIFO 2>&1 diff --git a/perl/clutter-perl/DEPENDS b/perl/clutter-perl/DEPENDS new file mode 100644 index 0000000..ff4f56a --- /dev/null +++ b/perl/clutter-perl/DEPENDS @@ -0,0 +1,10 @@ +depends perl +depends Glib-Perl +depends Cairo-Perl +depends Gtk2-Perl +depends GStreamer +depends clutter + +optional_depends clutter-gtk "" "" "for gtk support" +optional_depends clutter-gst "" "" "for gstreamer support" +optional_depends clutter-cairo "" "" "for cairo graphics support" diff --git a/perl/clutter-perl/DETAILS b/perl/clutter-perl/DETAILS new file mode 100644 index 0000000..04204cf --- /dev/null +++ b/perl/clutter-perl/DETAILS @@ -0,0 +1,24 @@ + MODULE=clutter-perl + MAJ=0.8 + VERSION=0.8.2.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJ/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/Clutter-0.820 + SOURCE_VFY=sha1:fb9f231ef3074d87dcc1d215e56a75f382833539 + WEB_SITE=http://www.clutter-project.org + ENTERED=20090206 + UPDATED=20090206 + SHORT="Perl bindings to the Clutter OpenGL canvas" + +cat << EOF +Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice +and easy GObject based API for creating fast, heavily stylised applications, +such as media box UI, presentations, kiosk style applications, etc. + +Clutter uses OpenGL for rendering. + +The Clutter Perl bindings allow you to write canvas-based applications in +a Perlish and object-oriented way, freeing you from having to care about +casting and memory management of the original Clutter C API, and yet +remaining close to its spirit. +EOF From engelsman at lunar-linux.org Fri Feb 6 22:13:56 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Fri, 6 Feb 2009 22:13:56 +0100 Subject: [Lunar-commits] fortune: main and only mirror didn't work Message-ID: <20090206214631.04F4E9B1B3@doppio.foo-projects.org> commit 0c7868a7328d34d52097397a5cb5f512a1c12816 Author: Vincent Breitmoser Date: Fri Feb 6 22:13:56 2009 +0100 fortune: main and only mirror didn't work the main mirror at redellipse.net didn't work, added three more reliable ones --- games/fortune/DETAILS | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/games/fortune/DETAILS b/games/fortune/DETAILS index 1698f59..b7ed316 100644 --- a/games/fortune/DETAILS +++ b/games/fortune/DETAILS @@ -1,11 +1,14 @@ MODULE=fortune VERSION=mod-1.99.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.redellipse.net/code/downloads/ + SOURCE_URL[0]=ftp://ftp.eenet.ee/pub/gentoo/distfiles/ + SOURCE_URL[1]=ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/ + SOURCE_URL[2]=ftp://ftp.free.fr/.mirrors1/ftp.gentoo.org/distfiles/ + SOURCE_URL[3]=http://www.redellipse.net/code/downloads/ SOURCE_VFY=sha1:53aa354025094d7c0e544bb1662714815fa63918 WEB_SITE=http://www.redellipse.net/code/$MODULE ENTERED=20011116 - UPDATED=20040908 + UPDATED=20090203 SHORT="program which randomly pulls quotations from a large database." cat << EOF Fortune is a program which randomly pulls quotations from a large database From engelsman at lunar-linux.org Fri Feb 6 23:38:09 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Fri, 6 Feb 2009 23:38:09 +0100 Subject: [Lunar-commits] labelnation: New module for printing address labels Message-ID: <20090206225108.B8B329B1B3@doppio.foo-projects.org> commit ad2e3c6f459b641cfd2ece6cdf02cf91ae324321 Author: Paul Bredbury Date: Fri Feb 6 23:38:09 2009 +0100 labelnation: New module for printing address labels --- zbeta/labelnation/BUILD | 9 +++++++++ zbeta/labelnation/DEPENDS | 1 + zbeta/labelnation/DETAILS | 17 +++++++++++++++++ 3 files changed, 27 insertions(+), 0 deletions(-) diff --git a/zbeta/labelnation/BUILD b/zbeta/labelnation/BUILD new file mode 100644 index 0000000..a191fc7 --- /dev/null +++ b/zbeta/labelnation/BUILD @@ -0,0 +1,9 @@ +( + + prepare_install && + install -m 755 labelnation /usr/bin/labelnation && + mkdir -p /usr/share/doc/labelnation && + cp -ra README examples /usr/share/doc/labelnation/ + +) > $C_FIFO 2>&1 + diff --git a/zbeta/labelnation/DEPENDS b/zbeta/labelnation/DEPENDS new file mode 100644 index 0000000..7d03d17 --- /dev/null +++ b/zbeta/labelnation/DEPENDS @@ -0,0 +1 @@ +depends Python diff --git a/zbeta/labelnation/DETAILS b/zbeta/labelnation/DETAILS new file mode 100644 index 0000000..134761e --- /dev/null +++ b/zbeta/labelnation/DETAILS @@ -0,0 +1,17 @@ + MODULE=labelnation + VERSION=1.184 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://www.red-bean.com/labelnation/ + SOURCE_VFY=sha1:8b7e0dacf42f5e1afb216f9a94a377f977bc20de + WEB_SITE=http://www.red-bean.com/labelnation/ + ENTERED=20090201 + UPDATED=20090201 + MAINTAINER=brebs at sent.com + SHORT="python address-label creator, generating Postscript" + +cat << EOF +LabelNation is a command-line program for making labels. By label, this +means address labels, business cards, or anything else involving +regularly-arranged rectangles on a printer-ready sheet. +EOF From stumbles at lunar-linux.org Sat Feb 7 03:43:33 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 21:43:33 -0500 Subject: [Lunar-commits] cln: version bump. Message-ID: <20090207024825.77B699B1B4@doppio.foo-projects.org> commit ec73940b411fb4253c2b8514154ca41c721d897d Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 21:43:33 2009 -0500 cln: version bump. --- science/cln/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/cln/DETAILS b/science/cln/DETAILS index 2ce447b..0b0562d 100644 --- a/science/cln/DETAILS +++ b/science/cln/DETAILS @@ -1,12 +1,12 @@ MODULE=cln - VERSION=1.1.13 + VERSION=1.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.ginac.de/CLN/ SOURCE_URL[1]=ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ - SOURCE_VFY=sha1:61c130cbb00ed95a19ee9dffc136b2823e452647 + SOURCE_VFY=sha1:2d2a5d3e383a3043c5bf68299a466685ef4ec8ec WEB_SITE=http://www.ginac.de/CLN/ ENTERED=20060420 - UPDATED=20060905 + UPDATED=20090206 SHORT="C++ library for efficient computations with all kinds of numbers in arbitrary precision" MAINTAINER=jannis at lunar-linux.org From stumbles at lunar-linux.org Sat Feb 7 03:47:37 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 6 Feb 2009 21:47:37 -0500 Subject: [Lunar-commits] libqualculate: adding a patch (from Redhat) and BUILD so this will Message-ID: <20090207024825.804949B1BB@doppio.foo-projects.org> commit 9fc3e0f3fead21e80f653c91f90ad42d0b0fdf72 Author: Dennis 'stumbles' Veatch Date: Fri Feb 6 21:47:37 2009 -0500 libqualculate: adding a patch (from Redhat) and BUILD so this will compile with the latest cln. --- science/libqalculate/BUILD | 7 +++++++ science/libqalculate/DETAILS | 11 +++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/science/libqalculate/BUILD b/science/libqalculate/BUILD new file mode 100644 index 0000000..f324295 --- /dev/null +++ b/science/libqalculate/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 0 && + autoconf && + default_build + +) > $C_FIFO 2>&1 diff --git a/science/libqalculate/DETAILS b/science/libqalculate/DETAILS index f89dd9a..6d553f1 100644 --- a/science/libqalculate/DETAILS +++ b/science/libqalculate/DETAILS @@ -1,8 +1,11 @@ MODULE=libqalculate VERSION=0.9.6 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=libqalculate-cln12.patch SOURCE_URL=$SFORGE_URL/qalculate/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:0bcd42e13c23db9489ce594767d5017bdcb338ad + SOURCE2_VFY=sha1:5546b0656a67fd3e3e7aec02d349b7f44da2478b WEB_SITE=http://qalculate.sf.net ENTERED=20060420 UPDATED=20071202 @@ -10,8 +13,8 @@ MAINTAINER=jannis at lunar-linux.org cat << EOF -Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is -small and simple to use but with much power and versatility underneath. -Features include customizable functions, units, arbitrary precision, -plotting, and a user-friendly interface (KDE or GTK+). +Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is +small and simple to use but with much power and versatility underneath. +Features include customizable functions, units, arbitrary precision, +plotting, and a user-friendly interface (KDE or GTK+). EOF From florin at lunar-linux.org Sat Feb 7 07:51:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Feb 2009 08:51:30 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.28.4. Message-ID: <20090207065156.DCC099B1B4@doppio.foo-projects.org> commit ff356a9b2e025bf7fa2e44c06523193c9ddcbcc2 Author: Florin Braescu Date: Sat Feb 7 08:51:30 2009 +0200 linux-2.6: version bumped to 2.6.28.4. Bugfixes release. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index 4650e5d..3bc5901 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.28.3 + VERSION=2.6.28.4 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE_VFY=sha1:4f40f8bf3fd110b0cc6e1fea5f539c98f9959e94 - SOURCE2_VFY=sha1:73cfc031333d8ffdbfca5b23e95105c137542876 + SOURCE2_VFY=sha1:123172d731b39524e147723d0f60a5a97cb8a501 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090203 + UPDATED=20090207 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From stumbles at lunar-linux.org Sat Feb 7 14:24:18 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 7 Feb 2009 08:24:18 -0500 Subject: [Lunar-commits] w3m: version bump. Message-ID: <20090207132443.2AD4F9B1B4@doppio.foo-projects.org> commit ba031c0003315c09252acfc0bc9b2ba449172240 Author: Dennis 'stumbles' Veatch Date: Sat Feb 7 08:24:18 2009 -0500 w3m: version bump. --- web/w3m/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/w3m/DETAILS b/web/w3m/DETAILS index 42f2811..31fb31e 100644 --- a/web/w3m/DETAILS +++ b/web/w3m/DETAILS @@ -1,11 +1,11 @@ MODULE=w3m - VERSION=0.5.1 + VERSION=0.5.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/w3m/ - SOURCE_VFY=sha1:7da299648c236772bcde9b0e92e23346c8af0aca + SOURCE_VFY=sha1:484522547ae6dbb342d3858a2a53a65451e273f9 WEB_SITE=http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/ ENTERED=20011217 - UPDATED=20070511 + UPDATED=20090207 SHORT="pager/text-based WWW browser." cat << EOF w3m is a pager/text-based WWW browser. It is similar to Lynx, but has From stumbles at lunar-linux.org Sat Feb 7 16:49:24 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 7 Feb 2009 10:49:24 -0500 Subject: [Lunar-commits] amaya: version bump with some alterations to the BUILD. Message-ID: <20090207154958.DCB249B1B4@doppio.foo-projects.org> commit d01c10b4693da9d255982a886ad858c22f845b27 Author: Dennis 'stumbles' Veatch Date: Sat Feb 7 10:49:24 2009 -0500 amaya: version bump with some alterations to the BUILD. --- web/amaya/BUILD | 15 ++++++++------- web/amaya/DEPENDS | 5 +++-- web/amaya/DETAILS | 13 +++++++------ 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/web/amaya/BUILD b/web/amaya/BUILD index fc5728f..9affc9c 100644 --- a/web/amaya/BUILD +++ b/web/amaya/BUILD @@ -1,14 +1,15 @@ ( + OPTS="$OPTS --enable-motif --enable-system-raptor \ + --enable-system-libwww --with-graphic-libs" + cd Amaya && mkdir LINUX-ELF && cd LINUX-ELF && - ../configure --prefix=/usr \ - --enable-motif \ - --without-graphic-libs \ - $OPTS && - make && - prepare_install && - make install + + ../configure --prefix=$MODULE_PREFIX \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/web/amaya/DEPENDS b/web/amaya/DEPENDS index e1ecddc..41b64c1 100644 --- a/web/amaya/DEPENDS +++ b/web/amaya/DEPENDS @@ -1,3 +1,4 @@ -depends jpeg && -depends libpng && +depends jpeg +depends libpng depends openMotif +depends raptor diff --git a/web/amaya/DETAILS b/web/amaya/DETAILS index cc9085e..4282375 100644 --- a/web/amaya/DETAILS +++ b/web/amaya/DETAILS @@ -1,15 +1,16 @@ MODULE=amaya - VERSION=9.55 - MIN=2 - SOURCE=$MODULE-sources-$VERSION-$MIN.tgz + VERSION=11.1 + SOURCE=$MODULE-sources-$VERSION.tgz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Amaya$VERSION SOURCE_URL[0]=http://www.w3.org/Amaya/Distribution/ - SOURCE_VFY=sha1:f9632629da98290d182fa5397672d42586d0da2f + SOURCE_VFY=sha1:7023050223304dc8cf34647639c25a475e3b97f9 + MODULE_PREFIX=${AMAYA_INSTALL_DIR:-/opt/lunar/Amaya} WEB_SITE=http://www.w3.org/Amaya/ ENTERED=20011115 - UPDATED=20070727 - PSAFE=no + UPDATED=20090207 SHORT="Browser and WYSIWYG web authoring tool" + +PSAFE=no cat << EOF Amaya is a complete web browsing and authoring environment and comes equipped with a WYSIWYG style of interface, similar to that of the most From stumbles at lunar-linux.org Sat Feb 7 16:54:44 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 7 Feb 2009 10:54:44 -0500 Subject: [Lunar-commits] bitweaver: Correcting some info. Message-ID: <20090207155538.1C0F49B1B4@doppio.foo-projects.org> commit 7f3d205652c36d6dd34c14c6b1255de3f1af5d27 Author: Dennis 'stumbles' Veatch Date: Sat Feb 7 10:54:44 2009 -0500 bitweaver: Correcting some info. --- web/bitweaver/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/bitweaver/DETAILS b/web/bitweaver/DETAILS index c422875..53f4a22 100644 --- a/web/bitweaver/DETAILS +++ b/web/bitweaver/DETAILS @@ -10,8 +10,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SHORT="open source content management system" cat << EOF -Drupal is a free software package that allows an individual or a community of -users to easily publish, manage and organize a wide variety of content on a -website. Tens of thousands of people and organizations have used Drupal to -power scores of different web sites. +Bitweaver is a free and open source web application framework and content +management system. Its speed and power are ideal for large-scale community +websites and corporate applications, but it is simple enough for non-technical +small site users to set up and administrate. It comes fully featured on install +but is modular and easy to extend. EOF From engelsman at lunar-linux.org Sat Feb 7 20:43:18 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 7 Feb 2009 20:43:18 +0100 Subject: [Lunar-commits] tree: update from 1.5.2.1 to 1.5.2.2 Message-ID: <20090207174907.9A8D89B1B4@doppio.foo-projects.org> commit 3f4f7fbbd5c66bdad18de96640360cec4bae51d2 Author: Duncan Gibson Date: Sat Feb 7 20:43:18 2009 +0100 tree: update from 1.5.2.1 to 1.5.2.2 Module uodate patch submitted by Richard Pyne but 'git am' doesn't want to give him credit. --- utils/tree/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/tree/DETAILS b/utils/tree/DETAILS index 1484ba3..59e384a 100644 --- a/utils/tree/DETAILS +++ b/utils/tree/DETAILS @@ -1,11 +1,11 @@ MODULE=tree - VERSION=1.5.2.1 + VERSION=1.5.2.2 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL[0]=ftp://mama.indstate.edu/linux/$MODULE - SOURCE_VFY=sha1:d06cba99859dccfd4faea5cd14206428eebdb4f1 + SOURCE_VFY=sha1:ebc99e61fb0e5d118b7f126072e7ec90166667d5 WEB_SITE=http://mama.indstate.edu/users/ice/$MODULE ENTERED=20020906 - UPDATED=20090201 + UPDATED=20090204 SHORT="Recursive directory listing" cat << EOF From florin at lunar-linux.org Sat Feb 7 21:15:26 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Feb 2009 22:15:26 +0200 Subject: [Lunar-commits] wireshark: version bumped to 1.0.6. Message-ID: <20090207201603.01520F3CB2@doppio.foo-projects.org> commit 8eb5e7ea67e936c4e196dbbe249e0569a08d15c1 Author: Florin Braescu Date: Sat Feb 7 22:15:26 2009 +0200 wireshark: version bumped to 1.0.6. Bugfixes release. --- net/wireshark/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wireshark/DETAILS b/net/wireshark/DETAILS index dc28e05..b4c5af2 100644 --- a/net/wireshark/DETAILS +++ b/net/wireshark/DETAILS @@ -1,11 +1,11 @@ MODULE=wireshark - VERSION=1.0.5 + VERSION=1.0.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.wireshark.org/download/src - SOURCE_VFY=sha1:593aaf3a7527e8ca74e4982caeb5a77831b121db + SOURCE_VFY=sha1:1aa726e32905a2815d01a9f33df84a873b11c7ef WEB_SITE=http://www.wireshark.org ENTERED=20061104 - UPDATED=20081211 + UPDATED=20090107 SHORT="A network protocol analyzer" cat << EOF From florin at lunar-linux.org Sat Feb 7 21:28:20 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Feb 2009 22:28:20 +0200 Subject: [Lunar-commits] splix: version bumped to 2.0.0. Message-ID: <20090207202935.8BFFCF3CD3@doppio.foo-projects.org> commit 36e81991d55a3a65fade4ebf447c6b6e75d91e76 Author: Florin Braescu Date: Sat Feb 7 22:28:20 2009 +0200 splix: version bumped to 2.0.0. This new major version has been rewritten from scratch. It supports more than 45 Samsung, Dell, and Xerox printers. New improvements have been made. In particular: black and color corrections, new printer options support, new paper type and paper size support, and manual and reversed duplex support. The bugs of the 1.1 branch have been fixed (margin, etc.). --- printer/splix/BUILD | 2 +- printer/splix/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/printer/splix/BUILD b/printer/splix/BUILD index 6f7fae1..baa4637 100644 --- a/printer/splix/BUILD +++ b/printer/splix/BUILD @@ -1,4 +1,4 @@ -( +( default_make diff --git a/printer/splix/DETAILS b/printer/splix/DETAILS index 5417458..15a463d 100644 --- a/printer/splix/DETAILS +++ b/printer/splix/DETAILS @@ -1,11 +1,11 @@ MODULE=splix - VERSION=1.1.1 + VERSION=2.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:e25486aeb0500f0d1a221b86b96d28b6307f178b + SOURCE_VFY=sha1:d40b9fcfd03efd7a9b6b2700fbb0af96569f095b WEB_SITE=http://splix.ap2c.org ENTERED=20090102 - UPDATED=20090102 + UPDATED=20090107 SHORT="A set of CUPS drivers for the Samsung Printer Language" cat << EOF From florin at lunar-linux.org Sun Feb 8 06:57:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 8 Feb 2009 07:57:58 +0200 Subject: [Lunar-commits] beagle: version bumped to 0.3.9. Message-ID: <20090208055905.ED5B49B1B4@doppio.foo-projects.org> commit a3265867ede8063cd931bfd6a1e2146f5cea8f22 Author: Florin Braescu Date: Sun Feb 8 07:57:58 2009 +0200 beagle: version bumped to 0.3.9. Bugfixes and translations updates. --- zbeta/beagle/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/beagle/DETAILS b/zbeta/beagle/DETAILS index e1ed14b..5e86c37 100644 --- a/zbeta/beagle/DETAILS +++ b/zbeta/beagle/DETAILS @@ -1,12 +1,12 @@ MODULE=beagle - VERSION=0.3.8 + VERSION=0.3.9 MAJOR=0.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:ee8538d89ff053b05eec34ae0330a9c48d91868a + SOURCE_VFY=sha1:5fdba6ffd4a210076a954cc22f5b940705b71a6e WEB_SITE=http://beagle-project.org ENTERED=20050410 - UPDATED=20080717 + UPDATED=20090208 SHORT="A desktop search tool" cat << EOF From florin at lunar-linux.org Sun Feb 8 08:20:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 8 Feb 2009 09:20:29 +0200 Subject: [Lunar-commits] libsndfile: version bumped to 1.0.18. Message-ID: <20090208072125.9905A9B1B4@doppio.foo-projects.org> commit 7ad31914ee7ee3ddbe5ccfd2547766d23cb8ec47 Author: Florin Braescu Date: Sun Feb 8 09:20:29 2009 +0200 libsndfile: version bumped to 1.0.18. Ogg Vorbis support was added. The captive FLAC library was removed in favor of an external libFLAC. Many new features and bugfixes were included. --- audio/libsndfile/BUILD | 9 --------- audio/libsndfile/DEPENDS | 5 +++-- audio/libsndfile/DETAILS | 13 +++++-------- 3 files changed, 8 insertions(+), 19 deletions(-) diff --git a/audio/libsndfile/BUILD b/audio/libsndfile/BUILD deleted file mode 100644 index f0ae5cf..0000000 --- a/audio/libsndfile/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - - # Using a borrowed patch from gentoo to fix the flac (>=1.1.3) compile problem in libsndfile - # Remember to remove this patch and at some point in the future! - patch_it $SOURCE_CACHE/$SOURCE2 1 && - sed -i -e '/AC_MSG_WARN(\[\[/d' acinclude.m4 && - default_build - -) > $C_FIFO 2>&1 diff --git a/audio/libsndfile/DEPENDS b/audio/libsndfile/DEPENDS index 24f91dc..a36acf0 100644 --- a/audio/libsndfile/DEPENDS +++ b/audio/libsndfile/DEPENDS @@ -1,2 +1,3 @@ -depends flac && -depends alsa-lib +optional_depends "alsa-lib" "" "--disable-alsa" "for ALSA support" +optional_depends "sqlite" "" "--disable-sqlite" "for sqlite database support" +optional_depends "flac" "" "" "for FLAC audio support" diff --git a/audio/libsndfile/DETAILS b/audio/libsndfile/DETAILS index ad68ccc..eb9e1ad 100644 --- a/audio/libsndfile/DETAILS +++ b/audio/libsndfile/DETAILS @@ -1,15 +1,12 @@ MODULE=libsndfile - VERSION=1.0.17 + VERSION=1.0.18 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=libsndfile-1.0.17+flac-1.1.3.patch - SOURCE_URL=http://www.mega-nerd.com/$MODULE/ - SOURCE_VFY=sha1:2f66798d596a15491fbd1191ded8125ed71ef411 - SOURCE2_URL=$PATCH_URL - SOURCE2_VFY=sha1:4813db22f1dee9f8b3affccbf3783e53160366a1 + SOURCE_URL=http://www.mega-nerd.com/$MODULE + SOURCE_VFY=sha1:d0fb643dc5b1030cf769e06d1260c70320fc877e WEB_SITE=http://www.mega-nerd.com/$MODULE ENTERED=20020408 - UPDATED=20060831 - SHORT="C library for reading and writing sound files." + UPDATED=20090208 + SHORT="C library for reading and writing sound files" cat << EOF Libsndfile is a C library for reading and writing files containing From engelsman at lunar-linux.org Sun Feb 8 16:58:30 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 8 Feb 2009 16:58:30 +0100 Subject: [Lunar-commits] pekwm: updated to version 0.1.9a Message-ID: <20090208155937.E9DE19B1AD@doppio.foo-projects.org> commit 9f34bb2a7a6faba9124a6e070f72ffff720e0991 Author: Linus Sw??las Date: Sun Feb 8 16:58:30 2009 +0100 pekwm: updated to version 0.1.9a Updated to version 0.1.9a. compiled, but otherwise untested by engelsman --- x11-wm/pekwm/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-wm/pekwm/DETAILS b/x11-wm/pekwm/DETAILS index 2d4bb7d..cefd6a6 100644 --- a/x11-wm/pekwm/DETAILS +++ b/x11-wm/pekwm/DETAILS @@ -1,11 +1,11 @@ MODULE=pekwm - VERSION=0.1.7 + VERSION=0.1.9a SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://pekwm.org/projects/3/files/ - SOURCE_VFY=sha1:dcd91dc8d08000bd8df402b08b7cfb2d71b038bc + SOURCE_VFY=sha1:ee3d8503d2a8747ba9081cbe82298063a802bf19 WEB_SITE=http://pekwm.org/projects/pekwm ENTERED=20080130 - UPDATED=20081013 + UPDATED=20090116 SHORT="Window manager for X." cat << EOF @@ -14,3 +14,4 @@ tabs), has its own root menu, key/mouse bindings, autoproperties(changes the default properties of specific windows upon startup), startup list, and flexible theming. EOF + From tchan at lunar-linux.org Sun Feb 8 18:22:03 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 8 Feb 2009 11:22:03 -0600 Subject: [Lunar-commits] git: Version bump to 1.6.1.3 Message-ID: <20090208172536.D19089B1AD@doppio.foo-projects.org> commit a1acafa3c4e60f80a0b2b5b66a4b302a57b7bea5 Author: Terry Chan Date: Sun Feb 8 11:22:03 2009 -0600 git: Version bump to 1.6.1.3 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index 77892bc..9bee61f 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.1.2 + VERSION=1.6.1.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE2_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:27b9c73e5f04cfe949ae1dfa785c6ebb1cfa98fa - SOURCE2_VFY=sha1:5f4d2b60984c4054629a17a01b10df552ee9478d + SOURCE_VFY=sha1:552805bf9070d886be20782b3ddb5a4a824a41bc + SOURCE2_VFY=sha1:581bd9917dd587c33a8c54c3cc678175f0489122 SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git.or.cz/ ENTERED=20050707 - UPDATED=20090130 + UPDATED=20090208 SHORT="Fast version control system" PSAFE=no From florin at lunar-linux.org Sun Feb 8 18:31:44 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 8 Feb 2009 19:31:44 +0200 Subject: [Lunar-commits] cairo: add a patch for a bug concerning firefox. Message-ID: <20090208173258.5EB7CF32D1@doppio.foo-projects.org> commit e897c4b6983012bcd4c0c8550b7f5e53bf6a688f Author: Florin Braescu Date: Sun Feb 8 19:31:44 2009 +0200 cairo: add a patch for a bug concerning firefox. --- graphics/cairo/BUILD | 4 ++-- graphics/cairo/DETAILS | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/graphics/cairo/BUILD b/graphics/cairo/BUILD index 839e1c9..82308fc 100644 --- a/graphics/cairo/BUILD +++ b/graphics/cairo/BUILD @@ -1,7 +1,7 @@ ( - - patch_it $SOURCE2 1 && + patch_it $SOURCE2 1 && + patch_it $SOURCE3 1 && default_build ) > $C_FIFO 2>&1 diff --git a/graphics/cairo/DETAILS b/graphics/cairo/DETAILS index 0769f74..d8938f6 100644 --- a/graphics/cairo/DETAILS +++ b/graphics/cairo/DETAILS @@ -2,13 +2,16 @@ VERSION=1.8.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-1.8.0-lcd-filter.patch.bz2 + SOURCE3=$MODULE-$VERSION-clip.patch.bz2 SOURCE_URL=http://cairographics.org/releases SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL SOURCE_VFY=sha1:d1e5479d4eeb7b1a3589672e3ef8f4899e7c5eba SOURCE2_VFY=sha1:dca17faf85fa02a5325d11d38161475d42a1b3b2 + SOURCE3_VFY=sha1:820e8406138826e43f85db9246a7c08f23977224 WEB_SITE=http://cairographics.org ENTERED=20040506 - UPDATED=20081217 + UPDATED=20090208 SHORT="A multi-platform 2D vector graphics library" cat << EOF From ratler at lunar-linux.org Sun Feb 8 21:00:09 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 8 Feb 2009 21:00:09 +0100 Subject: [Lunar-commits] openafs, openafs-driver: Version bump to 1.4.8 Message-ID: <20090208200116.A10BB9B1AD@doppio.foo-projects.org> commit 5cda4bd60ed58a30a750dea41208681958cd7e1b Author: Stefan Wold Date: Sun Feb 8 21:00:09 2009 +0100 openafs, openafs-driver: Version bump to 1.4.8 Fixes compile issues with kernel >= 2.6.28.1 --- filesys/openafs/BUILD | 6 ------ filesys/openafs/DETAILS | 16 +++++----------- kernel/openafs-driver/BUILD | 6 +----- kernel/openafs-driver/DETAILS | 13 +++++-------- 4 files changed, 11 insertions(+), 30 deletions(-) diff --git a/filesys/openafs/BUILD b/filesys/openafs/BUILD index c01b78e..eac1f5e 100644 --- a/filesys/openafs/BUILD +++ b/filesys/openafs/BUILD @@ -3,12 +3,6 @@ patch_it $SOURCE5 1 && patch_it $SOURCE6 1 && patch_it $SOURCE7 1 && - patch_it $SOURCE8 1 && - - # Apply if kernel >= 2.6.27 - if grep -q 2.6.27 /usr/src/linux/include/linux/utsrelease.h; then - patch_it $SOURCE9 1 - fi && # Autoconf fix sedit 's;^AC_\(AIX\|MINIX\)$;;' acinclude.m4 && diff --git a/filesys/openafs/DETAILS b/filesys/openafs/DETAILS index 850486d..5a76323 100644 --- a/filesys/openafs/DETAILS +++ b/filesys/openafs/DETAILS @@ -1,14 +1,12 @@ MODULE=openafs - VERSION=1.4.7 + VERSION=1.4.8 SOURCE=openafs-$VERSION-src.tar.bz2 SOURCE2=CellServDB SOURCE3=killafs-0.1 SOURCE4=openafs-1.4.7-rename_pagsh.patch SOURCE5=openafs-1.4.7-rename_kpasswd.patch SOURCE6=openafs-1.4.7-remove_compile_et.patch - SOURCE7=STABLE14-linux-2626-support-20080608.patch - SOURCE8=openafs-1.4.7-gcpags-workaround.patch - SOURCE9=openafs-1.4.7-semaphore_fix.patch + SOURCE7=openafs-1.4.7-gcpags-workaround.patch SOURCE_URL=http://www.openafs.org/dl/openafs/$VERSION/ SOURCE2_URL=http://grand.central.org/dl/cellservdb/ SOURCE3_URL=$PATCH_URL @@ -16,19 +14,15 @@ SOURCE5_URL=$PATCH_URL SOURCE6_URL=$PATCH_URL SOURCE7_URL=$PATCH_URL - SOURCE8_URL=$PATCH_URL - SOURCE9_URL=$PATCH_URL - SOURCE_VFY=sha1:dbaefb0e53d1dc0fde2792d04bd6786f36ba7e7b + SOURCE_VFY=sha1:4950d91dffbaf0f7ab30310fe143622a5d3945ca SOURCE3_VFY=sha1:5532084c54a79f77807ee8ae3cb09018b3e74c12 SOURCE4_VFY=sha1:39f94d3cf2a14d4db2c0ba86caafa28a094bf564 SOURCE5_VFY=sha1:58fe18e2952b848b4ec3e398ec668e05f33dbe6b SOURCE6_VFY=sha1:31afbe5ce33366146ee3178fe9c5a3cfc4c451bb - SOURCE7_VFY=sha1:75d445ea881e283c8c8007588bc99d5b37838a32 - SOURCE8_VFY=sha1:4f79505707bfffe482e2132fd1425f9a8d43f1f9 - SOURCE9_VFY=sha1:ac6233bd6e71f409b259d82fe775171bceaf4631 + SOURCE7_VFY=sha1:4f79505707bfffe482e2132fd1425f9a8d43f1f9 WEB_SITE=http://www.openafs.org/ ENTERED=20031216 - UPDATED=20080504 + UPDATED=20090208 MAINTAINER="ratler at lunar-linux.org" SHORT="A distributed filesystem" PSAFE=no diff --git a/kernel/openafs-driver/BUILD b/kernel/openafs-driver/BUILD index f783842..a88e2ed 100644 --- a/kernel/openafs-driver/BUILD +++ b/kernel/openafs-driver/BUILD @@ -3,13 +3,9 @@ export EXTRA_CFLAGS="$CFLAGS" unset CFLAGS + # 2.6.28.* kernel fix patch_it $SOURCE2 1 && - # Apply if kernel >= 2.6.27 - if grep -q 2.6.27 /usr/src/linux/include/linux/utsrelease.h; then - patch_it $SOURCE3 1 - fi && - # Autoconf fix sedit 's;^AC_\(AIX\|MINIX\)$;;' acinclude.m4 && diff --git a/kernel/openafs-driver/DETAILS b/kernel/openafs-driver/DETAILS index afa0284..8563bd7 100644 --- a/kernel/openafs-driver/DETAILS +++ b/kernel/openafs-driver/DETAILS @@ -1,18 +1,15 @@ MODULE=openafs-driver - VERSION=1.4.7 + VERSION=1.4.8 SOURCE=openafs-$VERSION-src.tar.bz2 - SOURCE2=STABLE14-linux-2626-support-20080608.patch - SOURCE3=openafs-1.4.7-semaphore_fix.patch + SOURCE2=openafs-linux-2.6.29.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/openafs-$VERSION SOURCE_URL=http://www.openafs.org/dl/openafs/$VERSION/ SOURCE2_URL=$PATCH_URL - SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:dbaefb0e53d1dc0fde2792d04bd6786f36ba7e7b - SOURCE2_VFY=sha1:75d445ea881e283c8c8007588bc99d5b37838a32 - SOURCE3_VFY=sha1:ac6233bd6e71f409b259d82fe775171bceaf4631 + SOURCE_VFY=sha1:4950d91dffbaf0f7ab30310fe143622a5d3945ca + SOURCE2_VFY=sha1:6f0aecc4711a70802c71c5990e11cc67d27153ab WEB_SITE=http://www.openafs.org/ ENTERED=20031216 - UPDATED=20080504 + UPDATED=20090208 MAINTAINER="ratler at lunar-linux.org" SHORT="OpenAFS kernel module" PROFILE="yes" From engelsman at lunar-linux.org Sun Feb 8 21:50:37 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 8 Feb 2009 21:50:37 +0100 Subject: [Lunar-commits] libedit: new module required for for ghc Message-ID: <20090208205131.5BA0E9B1AD@doppio.foo-projects.org> commit 34835203d5f655abff4928ceb9ed521e3b319065 Author: Vincent Breitmoser Date: Sun Feb 8 21:50:37 2009 +0100 libedit: new module required for for ghc the editline library, this is a readline-like library, used optionally in ghc for the ghci interface --- zbeta/libedit/DEPENDS | 1 + zbeta/libedit/DETAILS | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/zbeta/libedit/DEPENDS b/zbeta/libedit/DEPENDS new file mode 100644 index 0000000..5764a9c --- /dev/null +++ b/zbeta/libedit/DEPENDS @@ -0,0 +1 @@ +depends ncurses diff --git a/zbeta/libedit/DETAILS b/zbeta/libedit/DETAILS new file mode 100644 index 0000000..d1e4869 --- /dev/null +++ b/zbeta/libedit/DETAILS @@ -0,0 +1,16 @@ + MODULE=libedit + VERSION=20090111-3.0 + SOURCE=${MODULE}-${VERSION}.tar.gz + SOURCE_URL=http://thrysoee.dk/editline/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:ea1c4b010a787e2b906d029fb420e4bf7eaeadb7 + WEB_SITE="http://thrysoee.dk/editline/" + ENTERED=20090203 + UPDATED=20090203 + SHORT="generic line editing functions similar to readline" +cat < libchipcard: fixing SORUCE_URL. Message-ID: <20090208230358.0959F9B1AD@doppio.foo-projects.org> commit 4961c2c6a761c82f14a7b307ca0def953f8a9a8d Author: Dennis 'stumbles' Veatch Date: Sun Feb 8 18:03:26 2009 -0500 libchipcard: fixing SORUCE_URL. --- libs/libchipcard/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/libchipcard/DETAILS b/libs/libchipcard/DETAILS index 343e6f4..2acd1f7 100644 --- a/libs/libchipcard/DETAILS +++ b/libs/libchipcard/DETAILS @@ -1,7 +1,7 @@ MODULE=libchipcard VERSION=4.2.4 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.aquamaniac.de/sites/download/download.php'?package=02&release=10&file=01&dummy='$SOURCE + SOURCE_URL="http://www2.aquamaniac.de/sites/download/download.php?package=02&release=10&file=01&dummy=" SOURCE_VFY=sha1:fb28043a54e57d2cc392476e6d2eb2b62ef5d5aa WEB_SITE=http://www.libchipcard.de ENTERED=20040715 From stumbles at lunar-linux.org Mon Feb 9 00:48:03 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 8 Feb 2009 18:48:03 -0500 Subject: [Lunar-commits] wput: fixing sha1 and SOURCE_DIRECTORY (not needed). Message-ID: <20090208234842.17EB59B1AD@doppio.foo-projects.org> commit 8d6f06c0a07f9e6bfa0a71e10baec8cf9a5ea7ba Author: Dennis 'stumbles' Veatch Date: Sun Feb 8 18:48:03 2009 -0500 wput: fixing sha1 and SOURCE_DIRECTORY (not needed). --- ftp/wput/DETAILS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/ftp/wput/DETAILS b/ftp/wput/DETAILS index f20f908..0c399c8 100644 --- a/ftp/wput/DETAILS +++ b/ftp/wput/DETAILS @@ -1,9 +1,8 @@ MODULE=wput VERSION=0.6.1 SOURCE=$MODULE-$VERSION.tgz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:b5160145cc061a899fb40af26fb879dfc2948108 + SOURCE_VFY=sha1:1c11d831b2403d838babe4416d4c7af434a7e300 WEB_SITE=http://wput.sourceforge.net/ ENTERED=20030922 UPDATED=20071212 From stumbles at lunar-linux.org Mon Feb 9 00:51:37 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 8 Feb 2009 18:51:37 -0500 Subject: [Lunar-commits] fbpanel: fixing sha1 Message-ID: <20090208235153.03A709B1AD@doppio.foo-projects.org> commit c5b9097acce99708e0a031e2ef6cc06871902363 Author: Dennis 'stumbles' Veatch Date: Sun Feb 8 18:51:37 2009 -0500 fbpanel: fixing sha1 --- zbeta/fbpanel/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/fbpanel/DETAILS b/zbeta/fbpanel/DETAILS index 3159262..5bbeff8 100644 --- a/zbeta/fbpanel/DETAILS +++ b/zbeta/fbpanel/DETAILS @@ -2,7 +2,7 @@ VERSION=4.12 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=$SFORGE_URL/fbpanel - SOURCE_VFY=sha1: + SOURCE_VFY=sha1:7ccd0f677cc74bb8f9b88cb02957e0435371bd05 WEB_SITE=http://fbpanel.sourceforge.net ENTERED=20080303 UPDATED=20090111 From florin at lunar-linux.org Mon Feb 9 06:31:17 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 9 Feb 2009 07:31:17 +0200 Subject: [Lunar-commits] hdparm: version bumped to 9.10. Message-ID: <20090209053216.A96979B1AD@doppio.foo-projects.org> commit 6196bd7d1a12ec386a95ef59db58e1a2113bfc60 Author: Florin Braescu Date: Mon Feb 9 07:31:17 2009 +0200 hdparm: version bumped to 9.10. Cylinders are now recalculated when the kernel returns a truncated value, thus allowing hdparm to show more correct geometries for very large (TB+) drives. CF card detection was improved, and the display of their MWDMA modes 3 and 4 was improved. --- utils/hdparm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/hdparm/DETAILS b/utils/hdparm/DETAILS index acb38eb..06c42bb 100644 --- a/utils/hdparm/DETAILS +++ b/utils/hdparm/DETAILS @@ -1,11 +1,11 @@ MODULE=hdparm - VERSION=9.8 + VERSION=9.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:752903d270b4f1eb67e1cae97b52579300e1a646 + SOURCE_VFY=sha1:620160ab83770961092ef19f90669a9c7009bb99 WEB_SITE=http://www.ibiblio.org/pub/Linux/system/hardware ENTERED=20010922 - UPDATED=20090112 + UPDATED=20090209 SHORT="A utility to access/tune Linux's EIDE drivers" cat << EOF From florin at lunar-linux.org Mon Feb 9 06:53:45 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 9 Feb 2009 07:53:45 +0200 Subject: [Lunar-commits] eric4: version bumped to 4.3.0. Message-ID: <20090209055411.A454EF3BEA@doppio.foo-projects.org> commit 33d603d2f4310c951ad0540f8af028e49a2d5fad Author: Florin Braescu Date: Mon Feb 9 07:53:45 2009 +0200 eric4: version bumped to 4.3.0. Bugfixes and enhacements. --- editors/eric4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/eric4/DETAILS b/editors/eric4/DETAILS index 47ceec3..f47c844 100644 --- a/editors/eric4/DETAILS +++ b/editors/eric4/DETAILS @@ -1,11 +1,11 @@ MODULE=eric4 - VERSION=4.2.5 + VERSION=4.3.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/eric-ide - SOURCE_VFY=sha1:514cd269e575b8b7878445a2d86a2914d27b7ba7 + SOURCE_VFY=sha1:6700480cbc8de3c09ec2674dbd50046e50b47fce WEB_SITE=http://www.die-offenbachs.de/detlev/eric ENTERED=20080914 - UPDATED=20090107 + UPDATED=20090209 SHORT="A full featured Python IDE" cat << EOF From florin at lunar-linux.org Mon Feb 9 07:00:35 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 9 Feb 2009 08:00:35 +0200 Subject: [Lunar-commits] LiVES: version bumped to 0.9.9.6. Message-ID: <20090209060124.22E969B1AD@doppio.foo-projects.org> commit 6a2c341d757924c03d8f3f0358849e7848ffe9cd Author: Florin Braescu Date: Mon Feb 9 08:00:35 2009 +0200 LiVES: version bumped to 0.9.9.6. Changes: Implement external control of VJ features (e.g with MIDI or joystick). Fix single image preview (regression). Keyboard support for some alternate keyboards. Fix rendered generators (regression). Fix slow opening for ogg/theora files with no audio. Fix crash with ogg/theora files with odd height. Initial Spanish translation. Initial Italian translation. --- video/LiVES/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/LiVES/DETAILS b/video/LiVES/DETAILS index 168208e..fb4ec20 100644 --- a/video/LiVES/DETAILS +++ b/video/LiVES/DETAILS @@ -1,12 +1,12 @@ MODULE=LiVES - VERSION=0.9.9.3 + VERSION=0.9.9.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/lives-$VERSION SOURCE_URL=http://www.xs4all.nl/~salsaman/lives/current - SOURCE_VFY=sha1:d4ebe25b11ea03febe45a0419b070fa58524297d + SOURCE_VFY=sha1:a98775d2785a8a2c9b6f25cbfa0feba6b3e4bf33 WEB_SITE=http://lives.sourceforge.net ENTERED=20050106 - UPDATED=20081128 + UPDATED=20090209 SHORT="Video Editing System" cat << EOF From stumbles at lunar-linux.org Mon Feb 9 13:37:11 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 9 Feb 2009 07:37:11 -0500 Subject: [Lunar-commits] FreeImage: version bump. Message-ID: <20090209123735.0C94F9B1AD@doppio.foo-projects.org> commit fab3ea0bb8501ec8b7b6d2326b353ae34c39196d Author: Dennis 'stumbles' Veatch Date: Mon Feb 9 07:37:11 2009 -0500 FreeImage: version bump. --- graphics/FreeImage/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/FreeImage/DETAILS b/graphics/FreeImage/DETAILS index 4c71c43..2e3c1d7 100644 --- a/graphics/FreeImage/DETAILS +++ b/graphics/FreeImage/DETAILS @@ -1,12 +1,12 @@ MODULE=FreeImage - VERSION=3100 + VERSION=3110 SOURCE=$MODULE$VERSION.zip SOURCE_URL=$SFORGE_URL/freeimage/ - SOURCE_VFY=sha1:9590563e8abade9494fc6db6f6127fa3db42b8e1 + SOURCE_VFY=sha1:59caec5b6294b4da6b6418787f15b4be9a69a7fc SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE WEB_SITE=http://freeimage.sourceforge.net ENTERED=20070822 - UPDATED=20080203 + UPDATED=20090209 SHORT="library for easy using of image formats" cat << EOF FreeImage is an Open Source library project for developers From stumbles at lunar-linux.org Mon Feb 9 13:56:31 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 9 Feb 2009 07:56:31 -0500 Subject: [Lunar-commits] icu4c: maintenance release. Message-ID: <20090209125656.0F96E9B1AD@doppio.foo-projects.org> commit b5262ec091e249a4e507e7de049b036d9626d98a Author: Dennis 'stumbles' Veatch Date: Mon Feb 9 07:56:31 2009 -0500 icu4c: maintenance release. --- i18n/icu4c/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/i18n/icu4c/DETAILS b/i18n/icu4c/DETAILS index d63f13d..8d1606e 100644 --- a/i18n/icu4c/DETAILS +++ b/i18n/icu4c/DETAILS @@ -1,13 +1,14 @@ MODULE=icu4c - VERSION=4_0 + VERSION=4_0_1 SOURCE=$MODULE-$VERSION-src.tgz - SOURCE_URL=http://download.icu-project.org/files/icu4c/4.0/ + SOURCE_URL=http://download.icu-project.org/files/icu4c/4.0.1/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/icu/source - SOURCE_VFY=sha1:ff1d3fa084d2dff140f6b5f53dc1566fdb5ebb17 + SOURCE_VFY=sha1:65a65e9cd5670e113031def9448f65fb8f84f47a WEB_SITE=http://icu-project.org/ ENTERED=20081025 - UPDATED=20081025 + UPDATED=20090209 SHORT="provides Unicode and Globalization support for software applications" + cat << EOF ICU4c is a mature, widely used set of C/C++ libraries providing Unicode and Globalization support for software applications. From stumbles at lunar-linux.org Mon Feb 9 17:52:44 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 9 Feb 2009 11:52:44 -0500 Subject: [Lunar-commits] ffmpeg: version bump. The following recompiled fine; Message-ID: <20090209165632.0EB24F3625@doppio.foo-projects.org> commit 1f4a6cc4162ab98f53594869df151871bf5e1181 Author: Dennis 'stumbles' Veatch Date: Mon Feb 9 11:52:44 2009 -0500 ffmpeg: version bump. The following recompiled fine; sox, transcode, vlc, kino, gpac, k9copy2, xine-lib, mlt, and some others that I forgot to note. At some point, do a lunar fix. --- video/ffmpeg/DEPENDS | 4 ---- video/ffmpeg/DETAILS | 12 ++++-------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS index cede196..e4f3342 100644 --- a/video/ffmpeg/DEPENDS +++ b/video/ffmpeg/DEPENDS @@ -7,10 +7,6 @@ optional_depends faad "--enable-libfaad --enable-libfaadbin" \ optional_depends faac "--enable-libfaac" "" "for faac support" optional_depends lame "--enable-libmp3lame" "" "for mp3 support" -optional_depends a52dec "--enable-liba52 --enable-liba52bin" \ - "" \ - "for a52 support" - optional_depends xvidcore "--enable-libxvid" "" "for xvid support" optional_depends libdc1394 "--enable-libdc1394" "" "for firewire support" optional_depends x264-snapshot "--enable-libx264" "" "for H264 support" diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS index b101e5a..0ba69d4 100644 --- a/video/ffmpeg/DETAILS +++ b/video/ffmpeg/DETAILS @@ -1,12 +1,12 @@ MODULE=ffmpeg - VERSION=r15261 - SOURCE=$MODULE-snapshot-$VERSION.tar.gz + VERSION=r17098 + SOURCE=$MODULE-snapshot-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-snapshot-$VERSION SOURCE_URL=$MIRROR_URL - SOURCE_VFY=sha1:1cab8d63d6314c479e1041d76d2280bff9f15200 + SOURCE_VFY=sha1:bbed3244ab0d00beffe7491511c84932ad789ce4 WEB_SITE=http://ffmpeg.mplayerhq.hu/ ENTERED=20020327 - UPDATED=20080918 + UPDATED=20090209 MAINTAINER=stumbles at lunar-linux.org SHORT="ffmpeg is an avi decoder" @@ -18,8 +18,4 @@ includes a soft VCR capable of encoding in many different formats simultaneously, a streaming server for Netcasting multimedia. FFmpeg generates streaming files, in many popular formats simultaneously, faster than any other solution. - -Note: DO NOT BUMP THIS MODULE. They are going through MAJOR ABI/API -revisions, and this is the last good revision. So don't EVEN THINK -ABOUT IT! EOF From engelsman at lunar-linux.org Mon Feb 9 19:59:04 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 9 Feb 2009 19:59:04 +0100 Subject: [Lunar-commits] lout: New module submission - poor man's LaTeX Message-ID: <20090209185947.7910D9B1AD@doppio.foo-projects.org> commit 54cda7136c2ed6216bba2316072661bec3790172 Author: Paul Bredbury Date: Mon Feb 9 19:59:04 2009 +0100 lout: New module submission - poor man's LaTeX 2nd submission, after cleanup. --- zbeta/lout/BUILD | 19 +++++++++++++++++++ zbeta/lout/DEPENDS | 1 + zbeta/lout/DETAILS | 15 +++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/zbeta/lout/BUILD b/zbeta/lout/BUILD new file mode 100644 index 0000000..4fffd8b --- /dev/null +++ b/zbeta/lout/BUILD @@ -0,0 +1,19 @@ +( + + sedit 's:mkdir \$:mkdir -p \$:g' makefile && + + opts="PREFIX=/usr BINDIR=/usr/bin LOUTLIBDIR=/usr/share/lout LOUTDOCDIR=/usr/share/doc/lout MANDIR=/usr/share/man/man1" && + make ${opts} PDF_COMPRESSION=1 ZLIB=-lz all && + prepare_install && + mkdir -p /usr/share/doc/lout && + make -j1 ${opts} allinstall && + + # Create docs + cd doc/user && lout -r6 all -o /usr/share/doc/lout/user.ps && + cd ../design && lout -r3 all -o /usr/share/doc/lout/design.ps && + cd ../expert && lout -r4 all -o /usr/share/doc/lout/expert.ps && + cd ../slides && lout -r2 all -o /usr/share/doc/lout/slides.ps && + echo "Finished creating lout docs." + +) > $C_FIFO 2>&1 + diff --git a/zbeta/lout/DEPENDS b/zbeta/lout/DEPENDS new file mode 100644 index 0000000..fb6a846 --- /dev/null +++ b/zbeta/lout/DEPENDS @@ -0,0 +1 @@ +depends zlib diff --git a/zbeta/lout/DETAILS b/zbeta/lout/DETAILS new file mode 100644 index 0000000..82e0f2d --- /dev/null +++ b/zbeta/lout/DETAILS @@ -0,0 +1,15 @@ + MODULE=lout + VERSION=3.38 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=$SFORGE_URL/lout + SOURCE_VFY=sha1:2c4aec500dc27a00298f8265b9249d74d97e5466 + WEB_SITE=http://lout.sourceforge.net/ + ENTERED=20090201 + UPDATED=20090201 + MAINTAINER=brebs at sent.com + SHORT="Typesetting system, an alternative to (La)TeX" + +cat << EOF +Lout is a batch document formatter. It reads a high-level description of a document similar in style to LaTeX and produces a PostScript file which can be printed on most laser printers. Plain text and PDF output are also available. +EOF From engelsman at lunar-linux.org Mon Feb 9 20:49:25 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 9 Feb 2009 20:49:25 +0100 Subject: [Lunar-commits] db: update from 4.6.21 to 4.7.25 Message-ID: <20090209195041.B755FF40DB@doppio.foo-projects.org> commit 20735fe29a5c9a9c74ea1c4829ad7088467f906d Author: Denis <0lvin at ukr.net> Date: Mon Feb 9 20:49:25 2009 +0100 db: update from 4.6.21 to 4.7.25 version bumped to last stable version as indicated in distrowatch. Note - downloaded and compiled OK (without tcl and java) but otherwise untested - engelsman --- devel/db/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/db/DETAILS b/devel/db/DETAILS index 13221bc..8402072 100644 --- a/devel/db/DETAILS +++ b/devel/db/DETAILS @@ -1,11 +1,11 @@ MODULE=db - VERSION=4.6.21 + VERSION=4.7.25 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.oracle.com/berkeley-db/ - SOURCE_VFY=sha1:5be3beb82e42a78ff671a3f5a4c30e5652972119 + SOURCE_VFY=sha1:957c10358df1211e1dc37ea997aadef42117d6a5 WEB_SITE=http://www.sleepycat.com/products/bdb.html ENTERED=20020318 - UPDATED=20071027 + UPDATED=20090119 SHORT="A high-performace, embedded database library" cat << EOF From stumbles at lunar-linux.org Mon Feb 9 21:53:34 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 9 Feb 2009 15:53:34 -0500 Subject: [Lunar-commits] icu: removing this module in favor of icu4c. The former is some old IBMish version. This one is more current. Boost, and WebKit compiled fine with it. Message-ID: <20090209205524.59E829B1AD@doppio.foo-projects.org> commit f6c9935d4f5e37fc8fe6fe563bae1b56645c12ac Author: Dennis 'stumbles' Veatch Date: Mon Feb 9 15:53:34 2009 -0500 icu: removing this module in favor of icu4c. The former is some old IBMish version. This one is more current. Boost, and WebKit compiled fine with it. --- libs/boost/DEPENDS | 2 +- libs/icu/BUILD | 8 -------- libs/icu/DETAILS | 19 ------------------- zbeta/WebKit/DEPENDS | 2 +- 4 files changed, 2 insertions(+), 29 deletions(-) diff --git a/libs/boost/DEPENDS b/libs/boost/DEPENDS index dd5210d..5ce7e21 100644 --- a/libs/boost/DEPENDS +++ b/libs/boost/DEPENDS @@ -3,7 +3,7 @@ depends boost-jam optional_depends "Python" "" "--without-python" \ "to build the Boost Python bindings" -optional_depends "icu" \ +optional_depends "icu4c" \ "-sHAVE_ICU=1 -sICU_PATH=/usr" \ "" \ "to enable unicode support" diff --git a/libs/icu/BUILD b/libs/icu/BUILD deleted file mode 100644 index 2034c58..0000000 --- a/libs/icu/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - - cd source && - - OPTS="$OPTS --disable-samples" - default_build - -) > $C_FIFO 2>&1 diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS deleted file mode 100644 index c5e3e6d..0000000 --- a/libs/icu/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=icu - VERSION=3.4.1 - SOURCE=$MODULE-$VERSION.tgz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=ftp://ftp.software.ibm.com/software/globalization/$MODULE/$VERSION/ - SOURCE_VFY=sha1:598b6b6d4baebdc1c5a75cdd27afea618a476717 - WEB_SITE=http://ibm.com/software/globalization/icu/ - ENTERED=20041209 - UPDATED=20060418 - SHORT="a mature, widely used set of C/C++ and Java libraries for Unicode support" - -cat << EOF -ICU is a mature, widely used set of C/C++ and Java libraries for Unicode -support, software internationalization and globalization (i18n/g11n). It -grew out of the JDK 1.1 internationalization APIs, which the ICU team -contributed, and the project continues to be developed for the most advanced -Unicode/i18n support. ICU is widely portable and gives applications the same -results on all platforms and between C/C++ and Java software -EOF diff --git a/zbeta/WebKit/DEPENDS b/zbeta/WebKit/DEPENDS index 880a1f3..a475df0 100644 --- a/zbeta/WebKit/DEPENDS +++ b/zbeta/WebKit/DEPENDS @@ -1,5 +1,5 @@ depends gtk+-2 -depends icu +depends icu4c depends gperf depends libxslt depends curl From engelsman at lunar-linux.org Mon Feb 9 21:58:50 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 9 Feb 2009 21:58:50 +0100 Subject: [Lunar-commits] lshw: added to moonbase Message-ID: <20090209210342.2C0879B1AD@doppio.foo-projects.org> commit 9a25671e650ff9f6e529c17fa56f561862d9820b Author: Jason White Date: Mon Feb 9 21:58:50 2009 +0100 lshw: added to moonbase added 20090202 - because it is good --- zbeta/lshw/DETAILS | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/zbeta/lshw/DETAILS b/zbeta/lshw/DETAILS new file mode 100644 index 0000000..5bdd7be --- /dev/null +++ b/zbeta/lshw/DETAILS @@ -0,0 +1,16 @@ + MODULE=lshw + VERSION=B.02.08.01 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL[0]=$SFORGE_URL/ezix/ + SOURCE_VFY=sha1:fee8fe9397b5ceb70b88388bd6987faf54212510 + WEB_SITE=http://ezix.org/project/wiki/HardwareLiSter + LICENSE="none" + ENTERED=20090202 + UPDATED=20090202 + SHORT="hardware lister" + +cat << EOF +LiSt HardWare is a very useful utility that is stanard on many distros. +ezix is the author. +EOF From engelsman at lunar-linux.org Mon Feb 9 22:02:28 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 9 Feb 2009 22:02:28 +0100 Subject: [Lunar-commits] lshw: removed LICENSE and updated description Message-ID: <20090209210342.4BC029B1B4@doppio.foo-projects.org> commit 43a97b64067853630753245ed79520f4c5192d5c Author: Duncan Gibson Date: Mon Feb 9 22:02:28 2009 +0100 lshw: removed LICENSE and updated description --- zbeta/lshw/DETAILS | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/zbeta/lshw/DETAILS b/zbeta/lshw/DETAILS index 5bdd7be..e16fff2 100644 --- a/zbeta/lshw/DETAILS +++ b/zbeta/lshw/DETAILS @@ -5,12 +5,14 @@ SOURCE_URL[0]=$SFORGE_URL/ezix/ SOURCE_VFY=sha1:fee8fe9397b5ceb70b88388bd6987faf54212510 WEB_SITE=http://ezix.org/project/wiki/HardwareLiSter - LICENSE="none" ENTERED=20090202 - UPDATED=20090202 + UPDATED=20090209 SHORT="hardware lister" cat << EOF -LiSt HardWare is a very useful utility that is stanard on many distros. -ezix is the author. +lshw (Hardware Lister) is a small tool to provide detailed information +on the hardware configuration of the machine. It can report exact memory +configuration, firmware version, mainboard configuration, CPU version +and speed, cache configuration, bus speed, etc. on DMI-capable x86 or +EFI (IA-64) systems and on some PowerPC machines. EOF From stumbles at lunar-linux.org Tue Feb 10 00:24:52 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 9 Feb 2009 18:24:52 -0500 Subject: [Lunar-commits] gwenhywfar: version bump, and SOURCE_URL twiddle. Message-ID: <20090209232546.6D13F9B1AD@doppio.foo-projects.org> commit fbe30e26144d62e6f2600cf2160b30a9166a5b85 Author: Dennis 'stumbles' Veatch Date: Mon Feb 9 18:24:52 2009 -0500 gwenhywfar: version bump, and SOURCE_URL twiddle. --- libs/gwenhywfar/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/gwenhywfar/DETAILS b/libs/gwenhywfar/DETAILS index 71c471c..6c63ac5 100644 --- a/libs/gwenhywfar/DETAILS +++ b/libs/gwenhywfar/DETAILS @@ -1,11 +1,11 @@ MODULE=gwenhywfar - VERSION=3.7.1 + VERSION=3.7.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL="http://www.aquamaniac.de/sites/download/download.php?package=01&release=19&file=01&dummy=$SOURCE" - SOURCE_VFY=sha1:865a178ab8ca8e8b6176e3020fd4f107190c6b30 + SOURCE_URL="http://www2.aquamaniac.de/sites/download/download.php?package=01&release=20&file=01&dummy=" + SOURCE_VFY=sha1:43a2b1065ed5964ac8dd062f849bfcee867b6e76 WEB_SITE=http://gwenhywfar.sourceforge.net ENTERED=20040919 - UPDATED=20090201 + UPDATED=20090209 SHORT="A multi-platform helper library for other libraries" cat << EOF From engelsman at lunar-linux.org Tue Feb 10 20:57:59 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 10 Feb 2009 20:57:59 +0100 Subject: [Lunar-commits] p7zip: Fix for docs only readable by root Message-ID: <20090210183041.F246C9B1AD@doppio.foo-projects.org> commit b32b9b363928eca82110a931547e4d5c5d30f49b Author: Paul Bredbury Date: Tue Feb 10 20:57:59 2009 +0100 p7zip: Fix for docs only readable by root This is weird: $ ll /usr/share/doc/p7zip total 44 -rw------- 1 root root 24633 2008-11-30 19:33 ChangeLog drwx------ 3 root root 4096 2008-11-30 16:12 DOCS -rw------- 1 root root 8209 2008-11-30 16:12 README The "find... -exec chmod" commands in p7zip's install.sh appear to have no effect?! Anyway, this fixes them, with a little bit of other cleanup. --- archive/p7zip/BUILD | 7 ++++++- archive/p7zip/DETAILS | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/archive/p7zip/BUILD b/archive/p7zip/BUILD index 933b91b..18648e7 100644 --- a/archive/p7zip/BUILD +++ b/archive/p7zip/BUILD @@ -2,11 +2,16 @@ sedit 's:\/usr\/local:\/usr:' makefile install.sh && + # Fix doc permissions - "find... -exec chmod" in install.sh has no effect + chmod 644 ChangeLog README && + find DOCS -type d -print0 | xargs -0 chmod 755 && + find DOCS -type f -print0 | xargs -0 chmod 644 && + if [ "$USE_MODS" == "y" ]; then make all3 else make - fi + fi && prepare_install && ./install.sh diff --git a/archive/p7zip/DETAILS b/archive/p7zip/DETAILS index 757cf22..10b0956 100644 --- a/archive/p7zip/DETAILS +++ b/archive/p7zip/DETAILS @@ -6,11 +6,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} SOURCE_VFY=sha1:37223ff1f12dd3ba0d3f95b531bfbd01f974753f WEB_SITE=http://p7zip.sourceforge.net ENTERED=20060922 - UPDATED=20081221 - SHORT="A quick port of the command line version of 7zip" + UPDATED=20090210 + SHORT="A quick port of the command-line version of 7zip" cat << EOF -p7zip is a quick port of 7z.exe and 7za.exe (command line version +p7zip is a quick port of 7z.exe and 7za.exe (command-line version of 7zip, see www.7-zip.org) for Unix. 7-Zip is a file archiver with highest compression ratio. Since 4.10, p7zip (like 7-zip) supports little-endian and big-endian machines. From engelsman at lunar-linux.org Tue Feb 10 21:27:20 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 10 Feb 2009 21:27:20 +0100 Subject: [Lunar-commits] p7zip: reverted UPDATED to avoid rebuilds Message-ID: <20090210183042.059369B1C2@doppio.foo-projects.org> commit 88d895fcca723d8995e59812f53644995e814058 Author: Duncan Gibson Date: Tue Feb 10 21:27:20 2009 +0100 p7zip: reverted UPDATED to avoid rebuilds --- archive/p7zip/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/archive/p7zip/DETAILS b/archive/p7zip/DETAILS index 10b0956..4a28055 100644 --- a/archive/p7zip/DETAILS +++ b/archive/p7zip/DETAILS @@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} SOURCE_VFY=sha1:37223ff1f12dd3ba0d3f95b531bfbd01f974753f WEB_SITE=http://p7zip.sourceforge.net ENTERED=20060922 - UPDATED=20090210 + UPDATED=20081221 SHORT="A quick port of the command-line version of 7zip" cat << EOF From perldude at lunar-linux.org Tue Feb 10 21:16:11 2009 From: perldude at lunar-linux.org (Jens Luedicke) Date: Tue, 10 Feb 2009 21:16:11 +0100 Subject: [Lunar-commits] pm-utils: add new module. Message-ID: <20090210201722.F134A9B1AD@doppio.foo-projects.org> commit 437490fe9a614bfb391d5c95ce560a4a6bc2186b Author: Jens Luedicke Date: Tue Feb 10 21:15:14 2009 +0100 pm-utils: add new module. --- utils/pm-utils/DEPENDS | 2 ++ utils/pm-utils/DETAILS | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/utils/pm-utils/DEPENDS b/utils/pm-utils/DEPENDS new file mode 100644 index 0000000..d08611e --- /dev/null +++ b/utils/pm-utils/DEPENDS @@ -0,0 +1,2 @@ +depends hal + diff --git a/utils/pm-utils/DETAILS b/utils/pm-utils/DETAILS new file mode 100644 index 0000000..6b22380 --- /dev/null +++ b/utils/pm-utils/DETAILS @@ -0,0 +1,15 @@ + MODULE=pm-utils + VERSION=1.2.4 + SOURCE=${MODULE}-${VERSION}.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://pm-utils.freedesktop.org/releases + SOURCE_VFY=sha1:597b217c522de08c2fdfe31f01af1e356a73b0a6 + WEB_SITE=http://pm-utils.freedesktop.org/wiki/ + ENTERED=20090209 + UPDATED=20090209 + SHORT="HAL scripts to handle suspend and resume." + +cat << EOF +pm-utils is a small collection of scripts that handle suspend and resume +on behalf of HAL. +EOF From perldude at lunar-linux.org Tue Feb 10 21:37:06 2009 From: perldude at lunar-linux.org (Jens Luedicke) Date: Tue, 10 Feb 2009 21:37:06 +0100 Subject: [Lunar-commits] Net-SSLeay: version bump (submission by Paul Bredbury ) Message-ID: <20090210203809.DF9349B1AD@doppio.foo-projects.org> commit 3c4454e9be3f3d0c1f558abbee3fec2cbdcdf5cc Author: Jens Luedicke Date: Tue Feb 10 21:31:16 2009 +0100 Net-SSLeay: version bump (submission by Paul Bredbury ) --- web/Net-SSLeay/BUILD | 1 - web/Net-SSLeay/DETAILS | 18 +++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/web/Net-SSLeay/BUILD b/web/Net-SSLeay/BUILD index c484418..b0ce3c1 100644 --- a/web/Net-SSLeay/BUILD +++ b/web/Net-SSLeay/BUILD @@ -1,7 +1,6 @@ ( perl Makefile.PL && -# patch -p0 < $SCRIPT_DIRECTORY/Makefile.patch && make && prepare_install && make install diff --git a/web/Net-SSLeay/DETAILS b/web/Net-SSLeay/DETAILS index fede8fd..84db47c 100644 --- a/web/Net-SSLeay/DETAILS +++ b/web/Net-SSLeay/DETAILS @@ -1,18 +1,18 @@ MODULE=Net-SSLeay - VERSION=1.30 - SOURCE=Net_SSLeay.pm-$VERSION.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/Net_SSLeay.pm-$VERSION + VERSION=1.35 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/ - SOURCE_VFY=sha1:c020af556a43d83675bae4419d63a34ade30ab81 + SOURCE_VFY=sha1:dc295d4a7da8ab330aca13c45e2cb5b8220aa5e4 WEB_SITE="http://search.cpan.org/search?module=Net::SSLeay" ENTERED=20011212 - UPDATED=20060124 - SHORT="Perl bindings to the functions in the OpenSSL library." + UPDATED=20090202 + SHORT="Perl bindings to the functions in the OpenSSL library" + cat << EOF -Net::SSLeay.pm is a perl module that allows you to call Secure Sockets +Net::SSLeay.pm is a Perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure -web servers or if you want to build your own applications over SSL +web servers, or if you want to build your own applications over SSL encrypted tunnels. EOF - From perldude at lunar-linux.org Tue Feb 10 21:37:16 2009 From: perldude at lunar-linux.org (Jens Luedicke) Date: Tue, 10 Feb 2009 21:37:16 +0100 Subject: [Lunar-commits] IO-Socket-SSL: version bump (submission by Paul Bredbury ) Message-ID: <20090210203809.F01C09B1C2@doppio.foo-projects.org> commit 86330a6901bde4b774832761ad2dd6f45b02603a Author: Jens Luedicke Date: Tue Feb 10 21:32:30 2009 +0100 IO-Socket-SSL: version bump (submission by Paul Bredbury ) --- zbeta/IO-Socket-SSL/BUILD | 8 ++++++++ zbeta/IO-Socket-SSL/DEPENDS | 1 + zbeta/IO-Socket-SSL/DETAILS | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/zbeta/IO-Socket-SSL/BUILD b/zbeta/IO-Socket-SSL/BUILD new file mode 100644 index 0000000..b0ce3c1 --- /dev/null +++ b/zbeta/IO-Socket-SSL/BUILD @@ -0,0 +1,8 @@ +( + + perl Makefile.PL && + make && + prepare_install && + make install + +) > $C_FIFO 2>&1 diff --git a/zbeta/IO-Socket-SSL/DEPENDS b/zbeta/IO-Socket-SSL/DEPENDS new file mode 100644 index 0000000..155e379 --- /dev/null +++ b/zbeta/IO-Socket-SSL/DEPENDS @@ -0,0 +1 @@ +depends Net-SSLeay diff --git a/zbeta/IO-Socket-SSL/DETAILS b/zbeta/IO-Socket-SSL/DETAILS new file mode 100644 index 0000000..9a440ba --- /dev/null +++ b/zbeta/IO-Socket-SSL/DETAILS @@ -0,0 +1,19 @@ + MODULE=IO-Socket-SSL + VERSION=1.22 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SU/SULLR + SOURCE_VFY=sha1:9a942f903ee9612f9ec192d6cc768d45ed9c0990 + WEB_SITE="http://search.cpan.org/search?module=IO::Socket::SSL" + ENTERED=20090202 + UPDATED=20090202 + SHORT="nearly transparent SSL encapsulation for IO::Socket::INET" + +cat << EOF +This module is a true drop-in replacement for IO::Socket::INET that uses +SSL to encrypt data before it is transferred to a remote server or +client. IO::Socket::SSL supports all the extra features that one needs +to write a full-featured SSL client or server application: multiple SSL +contexts, cipher selection, certificate verification, and SSL version +selection. As an extra bonus, it works perfectly with mod_perl. +EOF From engelsman at lunar-linux.org Tue Feb 10 22:01:08 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 10 Feb 2009 22:01:08 +0100 Subject: [Lunar-commits] ddclient: version bump to 3.8.0 Message-ID: <20090210210158.C91CB9B1AD@doppio.foo-projects.org> commit 2a9395cf0effad5f570842d441e336d9137144da Author: Christian Riggenbach Date: Tue Feb 10 22:01:08 2009 +0100 ddclient: version bump to 3.8.0 From RELEASENOTE: * Added ddclient-noip.patch send by Kurt Bussche. * Added and applied default timeout patch from https://bugs.launchpad.net/ubuntu/+source/ddclient/+bug/116066 * Sending mail when killed, not after TERM-signal * Added support for multiple IP adresses. Note: downloaded, compiled and installed OK, but otherwise untested by me - engelsman --- utils/ddclient/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/ddclient/DETAILS b/utils/ddclient/DETAILS index d9c82f2..1e67b94 100644 --- a/utils/ddclient/DETAILS +++ b/utils/ddclient/DETAILS @@ -1,12 +1,12 @@ MODULE=ddclient - VERSION=3.7.1 + VERSION=3.8.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$SFORGE_URL/ddclient - SOURCE_VFY=sha1:6b388534618b67a12e325d97bcc6f1c127af4469 + SOURCE_VFY=sha1:ff889adacf916bebb25522d9cc1eda0e9593a7f4 WEB_SITE=http://ddclient.sourceforge.net/ ENTERED=20040709 - UPDATED=20070804 + UPDATED=20090127 MAINTAINER=hittis at lunar-linux.org SHORT="small but full featured client for updating dynamic DNS sevices." From stumbles at lunar-linux.org Tue Feb 10 23:26:00 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 10 Feb 2009 17:26:00 -0500 Subject: [Lunar-commits] gpsd: version bump. Message-ID: <20090210222621.BA819F339C@doppio.foo-projects.org> commit a10379ba1e192e96500771bf54517d9b95521225 Author: Dennis 'stumbles' Veatch Date: Tue Feb 10 17:26:00 2009 -0500 gpsd: version bump. --- science/gpsd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/gpsd/DETAILS b/science/gpsd/DETAILS index fbc81e9..b357261 100644 --- a/science/gpsd/DETAILS +++ b/science/gpsd/DETAILS @@ -1,11 +1,11 @@ MODULE=gpsd - VERSION=2.37 + VERSION=2.38 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download2.berlios.de/$MODULE/ - SOURCE_VFY=sha1:5bf4e1db9e570cc14b70bd0cf902926f96131ace + SOURCE_VFY=sha1:310cad336e06faed34a7bd3503b169b502520925 WEB_SITE=http://gpsd.berlios.de/ ENTERED=20070609 - UPDATED=20080218 + UPDATED=20090210 SHORT="daemon that monitors one or more GPSes" cat << EOF From zbiggy at lunar-linux.org Wed Feb 11 01:13:51 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 11 Feb 2009 01:13:51 +0100 Subject: [Lunar-commits] sun-jdk: updated to 1.6.0_12 Message-ID: <20090211001917.D0CF99B1C2@doppio.foo-projects.org> commit 4379a03c79558576ff6884b7952f61658087cc12 Author: Zbigniew Luszpinski Date: Wed Feb 11 01:13:51 2009 +0100 sun-jdk: updated to 1.6.0_12 --- compilers/sun-jdk/DETAILS | 8 ++++---- compilers/sun-jdk/DETAILS.x86_64 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compilers/sun-jdk/DETAILS b/compilers/sun-jdk/DETAILS index a4fff56..69243b9 100644 --- a/compilers/sun-jdk/DETAILS +++ b/compilers/sun-jdk/DETAILS @@ -1,13 +1,13 @@ MODULE=sun-jdk - VERSION=1.6.0_11 - SR=6u11 + VERSION=1.6.0_12 + SR=6u12 SOURCE=jdk-$SR-dlj-linux-i586.bin SOURCE_URL=http://download.java.net/dlj/binaries/ - SOURCE_VFY=sha1:6c1bb54d383e1fff69c5e33bfe9e3fcc05c653ab + SOURCE_VFY=sha1:bbbb8cd68fa206e85e78221f3600b41ceb306896 WEB_SITE=https://jdk-distros.dev.java.net/developer.html LICENSE="proprietary" ENTERED=20070210 - UPDATED=20081213 + UPDATED=20090208 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" diff --git a/compilers/sun-jdk/DETAILS.x86_64 b/compilers/sun-jdk/DETAILS.x86_64 index f8631f7..6787d0c 100644 --- a/compilers/sun-jdk/DETAILS.x86_64 +++ b/compilers/sun-jdk/DETAILS.x86_64 @@ -1,13 +1,13 @@ MODULE=sun-jdk - VERSION=1.6.0_10 - SR=6u10 + VERSION=1.6.0_12 + SR=6u12 SOURCE=jdk-$SR-dlj-linux-amd64.bin SOURCE_URL=http://download.java.net/dlj/binaries/ - SOURCE_VFY=sha1:dd47b6afb2eed8253ab39d7b5a31fcff811cbca5 + SOURCE_VFY=sha1:94fa867edbdb17391d8df4861af60d12a06d6429 WEB_SITE=https://jdk-distros.dev.java.net/developer.html LICENSE="proprietary" ENTERED=20070210 - UPDATED=20081018 + UPDATED=20090208 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" From zbiggy at lunar-linux.org Wed Feb 11 01:36:39 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 11 Feb 2009 01:36:39 +0100 Subject: [Lunar-commits] sun-jre: updated to 1.6.0_12 Message-ID: <20090211003721.A6BFEF3010@doppio.foo-projects.org> commit 9c764847c85156e726bb03a2b3637748915e040d Author: Zbigniew Luszpinski Date: Wed Feb 11 01:36:39 2009 +0100 sun-jre: updated to 1.6.0_12 --- compilers/sun-jre/DETAILS | 10 +++++----- compilers/sun-jre/DETAILS.x86_64 | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compilers/sun-jre/DETAILS b/compilers/sun-jre/DETAILS index d9053d1..3cd46e2 100644 --- a/compilers/sun-jre/DETAILS +++ b/compilers/sun-jre/DETAILS @@ -1,12 +1,12 @@ MODULE=sun-jre - VERSION=1.6.0_11 - SOURCE=jre-6u11-linux-i586.bin - SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=26214&/" - SOURCE_VFY=sha1:85f6e820bc5c31a2eb1eab1a0b4ab3c9cf449445 + VERSION=1.6.0_12 + SOURCE=jre-6u12-linux-i586.bin + SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=27973&/" + SOURCE_VFY=sha1:ba18ad256624ea5c255b0353d929fc3b324bcb2a WEB_SITE=http://www.java.com/en/download/manual.jsp LICENSE="proprietary" ENTERED=20061113 - UPDATED=20081228 + UPDATED=20090211 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" diff --git a/compilers/sun-jre/DETAILS.x86_64 b/compilers/sun-jre/DETAILS.x86_64 index f5cdb2d..6c41695 100644 --- a/compilers/sun-jre/DETAILS.x86_64 +++ b/compilers/sun-jre/DETAILS.x86_64 @@ -1,12 +1,12 @@ MODULE=sun-jre - VERSION=1.6.0_11 - SOURCE=jre-6u11-linux-x64.bin - SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=26218&/" - SOURCE_VFY=sha1:6523cc5654b3fb30996befe76b2edb74b01b37d7 + VERSION=1.6.0_12 + SOURCE=jre-6u12-linux-x64.bin + SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=27977&/" + SOURCE_VFY=sha1:a43480a57af2eff86997e2a40bfaeb068ad4ab95 WEB_SITE=http://www.java.com/en/download/manual.jsp LICENSE="proprietary" ENTERED=20061113 - UPDATED=20081228 + UPDATED=20090211 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" From stumbles at lunar-linux.org Wed Feb 11 03:13:22 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 10 Feb 2009 21:13:22 -0500 Subject: [Lunar-commits] kdepim4: adding an optional_depends. Message-ID: <20090211021343.56DC09B1C2@doppio.foo-projects.org> commit 8b5655cffd0835d6cb109535cbb0a0b4514c13c0 Author: Dennis 'stumbles' Veatch Date: Tue Feb 10 21:13:22 2009 -0500 kdepim4: adding an optional_depends. --- kde4/base/kdepim4/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdepim4/DEPENDS b/kde4/base/kdepim4/DEPENDS index f4a4d55..c8f18e3 100644 --- a/kde4/base/kdepim4/DEPENDS +++ b/kde4/base/kdepim4/DEPENDS @@ -4,3 +4,4 @@ optional_depends "libassuan" "" "" "for IPC support" optional_depends "gnokii" "" "" "for some mobile phone support" optional_depends "libXScrnSaver" "" "" "for screensaver support" optional_depends "libopensync-plugin-vformat" "" "" "for syncronization support" +optional_depends "libmal" "" "" "for KPilot's Avantgo conduit support" From perldude at lunar-linux.org Wed Feb 11 16:52:19 2009 From: perldude at lunar-linux.org (Jens Luedicke) Date: Wed, 11 Feb 2009 16:52:19 +0100 Subject: [Lunar-commits] boost: version bump. Message-ID: <20090211155252.4AE539B1C2@doppio.foo-projects.org> commit 666aea465158a4c5095f97e84cd511a36610056f Author: Jens Luedicke Date: Wed Feb 11 16:51:42 2009 +0100 boost: version bump. --- libs/boost/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS index 94aaeed..ca593ac 100644 --- a/libs/boost/DETAILS +++ b/libs/boost/DETAILS @@ -1,12 +1,12 @@ MODULE=boost - VERSION=1.37.0 - SOURCE=$MODULE\_1_37_0.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_37_0 + VERSION=1.38.0 + SOURCE=$MODULE\_1_38_0.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_38_0 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:c0d0cf9ad8d954507824aed51a3e93e6a9da1d99 + SOURCE_VFY=sha1:b32ff8133b0a38a74553c0d33cb1d70b3ce2d8f1 WEB_SITE=http://www.boost.org ENTERED=20041115 - UPDATED=20081220 + UPDATED=20080211 SHORT="A cross-platform supplement to the C++ standard library" cat << EOF From perldude at lunar-linux.org Wed Feb 11 16:54:50 2009 From: perldude at lunar-linux.org (Jens Luedicke) Date: Wed, 11 Feb 2009 16:54:50 +0100 Subject: [Lunar-commits] boost: fix UPDATED field. Message-ID: <20090211155459.ED8A39B1C2@doppio.foo-projects.org> commit 31c6c2f9218c8dc797fa0ffd8652c2f95f5d193a Author: Jens Luedicke Date: Wed Feb 11 16:54:18 2009 +0100 boost: fix UPDATED field. --- libs/boost/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS index ca593ac..d20c4d3 100644 --- a/libs/boost/DETAILS +++ b/libs/boost/DETAILS @@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_38_0 SOURCE_VFY=sha1:b32ff8133b0a38a74553c0d33cb1d70b3ce2d8f1 WEB_SITE=http://www.boost.org ENTERED=20041115 - UPDATED=20080211 + UPDATED=20090211 SHORT="A cross-platform supplement to the C++ standard library" cat << EOF From engelsman at lunar-linux.org Wed Feb 11 19:30:08 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 11 Feb 2009 19:30:08 +0100 Subject: [Lunar-commits] libsamplerate: updated to 0.1.6 Message-ID: <20090211183235.BAD42F3917@doppio.foo-projects.org> commit a7a12ffbfcec9a92b341c74f05d326565c47d663 Author: Paul Bredbury Date: Wed Feb 11 19:30:08 2009 +0100 libsamplerate: updated to 0.1.6 Note: downloaded, compiled and installed OK, and audacious successfully builds against it - engelsman --- audio/libsamplerate/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/libsamplerate/DETAILS b/audio/libsamplerate/DETAILS index 71ecf7b..060af11 100644 --- a/audio/libsamplerate/DETAILS +++ b/audio/libsamplerate/DETAILS @@ -1,11 +1,11 @@ MODULE=libsamplerate - VERSION=0.1.5 + VERSION=0.1.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.mega-nerd.com/SRC/ - SOURCE_VFY=sha1:210d2463401cbc3359d46202a03f3e82057bacb2 + SOURCE_VFY=sha1:0ab8e2864c65ba16204b48bd367c2a3c307e574d WEB_SITE=http://www.mega-nerd.com/SRC/ ENTERED=20040102 - UPDATED=20090121 + UPDATED=20090206 SHORT="Sample Rate Converter for audio." cat << EOF From engelsman at lunar-linux.org Wed Feb 11 19:31:49 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 11 Feb 2009 19:31:49 +0100 Subject: [Lunar-commits] grep: update to 2.5.4 Message-ID: <20090211183235.C3EABF37ED@doppio.foo-projects.org> commit f440f196874a1d684f4da3ea4109e4ca904952a2 Author: Paul Bredbury Date: Wed Feb 11 19:31:49 2009 +0100 grep: update to 2.5.4 version bump & punctuation fixes in DETAILS The NEWS file says: Version 2.5.4 - This is a bugfix release. No new features. --- utils/grep/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/utils/grep/DETAILS b/utils/grep/DETAILS index 3990cd1..5c9493d 100644 --- a/utils/grep/DETAILS +++ b/utils/grep/DETAILS @@ -1,22 +1,22 @@ MODULE=grep - VERSION=2.5.3 + VERSION=2.5.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE_VFY=sha1:53227ca9a01d5548448372f9b2e9111adf159f3b + SOURCE_VFY=sha1:9bbd4f02b18bb264e0fcb17293b6f0445c8694d2 WEB_SITE=http://www.gnu.org/software/grep/grep.html ENTERED=20010922 - UPDATED=20070803 - SHORT="grep finds lines that match specified pattern" + UPDATED=20090211 + SHORT="grep finds lines that match specified patterns" cat << EOF grep - Finds lines that match entered patterns -Package includes the GNU 'grep,' 'egrep,' and 'fgrep,' which find lines +Package includes the GNU 'grep', 'egrep', and 'fgrep', which find lines that match entered patterns. By default, grep prints the matching lines. GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as the standard Unix grep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp match without having to -look at every chanracter; the result is usually many times faster that -UNIX 'grep' or 'egrep.' +look at every chanracter; the result is usually many times faster than +UNIX 'grep' or 'egrep'. EOF From stumbles at lunar-linux.org Wed Feb 11 21:20:32 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 11 Feb 2009 15:20:32 -0500 Subject: [Lunar-commits] qt4: adding a optional_depends. Message-ID: <20090211202103.6115D9B1D6@doppio.foo-projects.org> commit 65c6c0181ed974be6d9bf519ad3ad0d065054a69 Author: Dennis 'stumbles' Veatch Date: Wed Feb 11 15:20:32 2009 -0500 qt4: adding a optional_depends. --- kde4/base/qt4/DEPENDS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/kde4/base/qt4/DEPENDS b/kde4/base/qt4/DEPENDS index 9590d6a..f6c3444 100644 --- a/kde4/base/qt4/DEPENDS +++ b/kde4/base/qt4/DEPENDS @@ -22,3 +22,7 @@ optional_depends "postgresql" \ -L/usr/lib/postgresql" \ "-no-sql-psql" \ "for postgresql database support" + +optional_depends "unixODBC" \ + "-plugin-sql-odbc" \ + "-no-sql-odbc" From stumbles at lunar-linux.org Wed Feb 11 21:22:10 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 11 Feb 2009 15:22:10 -0500 Subject: [Lunar-commits] qt4: forgot to add a description Message-ID: <20090211202227.988459B1D6@doppio.foo-projects.org> commit e8c93d73fdecd4eff53f7587d8ed7140d3c97ab9 Author: Dennis 'stumbles' Veatch Date: Wed Feb 11 15:22:10 2009 -0500 qt4: forgot to add a description --- kde4/base/qt4/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kde4/base/qt4/DEPENDS b/kde4/base/qt4/DEPENDS index f6c3444..97527fb 100644 --- a/kde4/base/qt4/DEPENDS +++ b/kde4/base/qt4/DEPENDS @@ -25,4 +25,5 @@ optional_depends "postgresql" \ optional_depends "unixODBC" \ "-plugin-sql-odbc" \ - "-no-sql-odbc" + "-no-sql-odbc" \ + "for unixODBC support" From engelsman at lunar-linux.org Wed Feb 11 21:40:57 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 11 Feb 2009 21:40:57 +0100 Subject: [Lunar-commits] Linux_logo: update to 5.04 Message-ID: <20090211204130.99C139B1D6@doppio.foo-projects.org> commit 9d0e9a9180b24b731ecd6de5e2e11eaa61a1e54a Author: Jason White Date: Wed Feb 11 21:40:57 2009 +0100 Linux_logo: update to 5.04 Linux_logo: 5.03 would not compile for me so here is 5.04 Note: downloads, compiles and installs OK and shows correct system information - engelsman --- 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 49c5aba..96383e8 100644 --- a/utils/linux_logo/DETAILS +++ b/utils/linux_logo/DETAILS @@ -1,11 +1,11 @@ MODULE=linux_logo - VERSION=5.03 + VERSION=5.04 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.deater.net/weave/vmwprod/linux_logo/ - SOURCE_VFY=sha1:b254b2d2fe803c90f4a0f662d2eba3f68717fbfe + SOURCE_VFY=sha1:6cb795044f101414b1ab462efc9a015e329fa4d1 WEB_SITE=http://www.deater.net/weave/vmwprod/linux_logo ENTERED=20020401 - UPDATED=20080519 + UPDATED=20090202 SHORT="Displays an ANSI or ASCII Linux penguin, along with some sytem info" cat << EOF From samuel.verstraete at gmail.com Wed Feb 11 20:49:43 2009 From: samuel.verstraete at gmail.com (Samuel Verstraete) Date: Wed, 11 Feb 2009 20:49:43 +0100 Subject: [Lunar-commits] gstreamer-10 only needs gtk-doc optionally Message-ID: <20090211204530.D72059B1D6@doppio.foo-projects.org> commit 0803a8a2d8710d270fa15fe96a44785771d2fabd Author: Samuel Verstraete Date: Wed Feb 11 20:49:43 2009 +0100 gstreamer-10 only needs gtk-doc optionally --- audio/gstreamer-10/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/gstreamer-10/DEPENDS b/audio/gstreamer-10/DEPENDS index 1c9cffb..acf5b00 100644 --- a/audio/gstreamer-10/DEPENDS +++ b/audio/gstreamer-10/DEPENDS @@ -1,3 +1,3 @@ depends glib-2 depends libxml2 -depends gtk-doc +optional_depends gtk-doc "" "" "build dev documentation" From engelsman at lunar-linux.org Wed Feb 11 22:20:27 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 11 Feb 2009 22:20:27 +0100 Subject: [Lunar-commits] lxpanel: update to 0.3.999 Message-ID: <20090211212114.4BA269B1D6@doppio.foo-projects.org> commit f59647e925264acd2817620f6c0b594258649a48 Author: Claudio Sabattoli Date: Wed Feb 11 22:20:27 2009 +0100 lxpanel: update to 0.3.999 Fix many bugs and add some new translations Note: downloaded, compiled and installed OK but otherwise untested - engelsman --- x11-apps/lxpanel/DEPENDS | 2 ++ x11-apps/lxpanel/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-apps/lxpanel/DEPENDS b/x11-apps/lxpanel/DEPENDS index f0f76ef..0fb36ae 100644 --- a/x11-apps/lxpanel/DEPENDS +++ b/x11-apps/lxpanel/DEPENDS @@ -1,2 +1,4 @@ +depends alsa-lib +depends alsa-utils depends gtk+-2 depends startup-notification diff --git a/x11-apps/lxpanel/DETAILS b/x11-apps/lxpanel/DETAILS index 12ebf9c..e1503de 100644 --- a/x11-apps/lxpanel/DETAILS +++ b/x11-apps/lxpanel/DETAILS @@ -1,11 +1,11 @@ MODULE=lxpanel - VERSION=0.3.8.1 + VERSION=0.3.999 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/lxde - SOURCE_VFY=sha1:bbe15008f84dd7d9dcabd1a3b9e66ae69d82156f + SOURCE_VFY=sha1:fa45e78e11e047322ee7725d95e3814e2b9fc80e WEB_SITE=http://lxde.org ENTERED=20061112 - UPDATED=20081118 + UPDATED=20090201 SHORT="A lightweight X11 desktop panel" cat << EOF From tchan at lunar-linux.org Wed Feb 11 23:08:05 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Wed, 11 Feb 2009 16:08:05 -0600 Subject: [Lunar-commits] openoffice-bin: Version bump to 3.0.1 Message-ID: <20090211220815.321AA9B1D6@doppio.foo-projects.org> commit 1e146c07f69e3dcfdfcb20cdc458991fd3cd15e4 Author: Terry Chan Date: Wed Feb 11 16:08:05 2009 -0600 openoffice-bin: Version bump to 3.0.1 --- x11-apps/openoffice-bin/BUILD | 2 +- x11-apps/openoffice-bin/DETAILS | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-apps/openoffice-bin/BUILD b/x11-apps/openoffice-bin/BUILD index 550e9e9..c3c3511 100644 --- a/x11-apps/openoffice-bin/BUILD +++ b/x11-apps/openoffice-bin/BUILD @@ -10,7 +10,7 @@ mv ${OO_INSTALL_DIR}/desktop-integration ${SOURCE_DIRECTORY}/ && cd ${SOURCE_DIRECTORY}/desktop-integration/ && - INT_FILE=openoffice.org3.0-freedesktop-menus-3.0-9354.noarch && + INT_FILE=openoffice.org3.0-freedesktop-menus-3.0-9376.noarch && rpm2cpio $INT_FILE.rpm > $INT_FILE.cpio && cpio -idm < $INT_FILE.cpio && diff --git a/x11-apps/openoffice-bin/DETAILS b/x11-apps/openoffice-bin/DETAILS index f244f98..1b5fb5c 100644 --- a/x11-apps/openoffice-bin/DETAILS +++ b/x11-apps/openoffice-bin/DETAILS @@ -1,15 +1,15 @@ MODULE=openoffice-bin - VERSION=3.0.0 + VERSION=3.0.1 SOURCE=OOo_${VERSION}_LinuxIntel_install_en-US.tar.gz -SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOO300_m9_native_packed-1_en-US.9358 +SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOO300_m15_native_packed-1_en-US.9379 SOURCE_URL[0]=http://ftp.ussg.iu.edu/openoffice/stable/$VERSION/ SOURCE_URL[1]=http://mirrors.sunsite.dk/openoffice/stable/$VERSION/ SOURCE_URL[2]=http://niihau.student.utwente.nl/openoffice/stable/$VERSION/ SOURCE_URL[3]=ftp://ftp.funet.fi/pub/mirrors/openoffice.org/stable/$VERSION/ - SOURCE_VFY=sha1:e0c57bd78ed8f20e3d4ad5063168b22417c80579 + SOURCE_VFY=sha1:6d3754ccb27e2a4b58635bc37e002e76f19bb4c7 WEB_SITE=http://www.openoffice.org/ ENTERED=20020704 - UPDATED=20081011 + UPDATED=20090211 SHORT="The open office suite for unix" LDD_CHECK=off ARCHIVE=off From florin at lunar-linux.org Wed Feb 11 23:10:24 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 00:10:24 +0200 Subject: [Lunar-commits] NVIDIA: version bumped to 180.29. Message-ID: <20090211221334.7F4E39B1D6@doppio.foo-projects.org> commit a7ce5e833a11b939ed39234f565257f307260108 Author: Florin Braescu Date: Thu Feb 12 00:10:24 2009 +0200 NVIDIA: version bumped to 180.29. Many bugfixes. Added support for the following GPUs: GeForce 9300 GE Quadro NVS 420 Added support for OpenGL 3.0 for GeForce 8 series and newer GPUs. --- 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 1d0eb22..8b727b4 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=180.22 + VERSION=180.29 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:385b6947ff725be28cdb361ca0429c474cf7f633 + SOURCE_VFY=sha1:47a5a45d10a88c0d393f6ef17b3340e7930dd5f2 WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090110 + UPDATED=20090211 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 4546571..4da64f3 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=180.22 + VERSION=180.29 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:a6f4211d11e6e428adf0501beb0ee033b170d8f8 + SOURCE_VFY=sha1:9bbd68ab3030775d7747617f6886a4d2dca3d364 WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090110 + UPDATED=20090211 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF From florin at lunar-linux.org Wed Feb 11 23:19:46 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 00:19:46 +0200 Subject: [Lunar-commits] util-linux: version bumped to 2.14.2. Message-ID: <20090211222034.562D69B1D6@doppio.foo-projects.org> commit d3822633118fdb6f6ab4d1afb81178ef8a418373 Author: Florin Braescu Date: Thu Feb 12 00:19:46 2009 +0200 util-linux: version bumped to 2.14.2. Many bugfixes, enhacements and tranlations updates. --- utils/util-linux/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS index e75910f..4f43e31 100644 --- a/utils/util-linux/DETAILS +++ b/utils/util-linux/DETAILS @@ -1,12 +1,12 @@ MODULE=util-linux MOD=util-linux-ng - VERSION=2.14.1 + VERSION=2.14.2 SOURCE=$MOD-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION SOURCE_URL=$KERNEL_URL/pub/linux/utils/$MOD/v2.14 - SOURCE_VFY=sha1:4b738db04b27278329af216b15e96752e5af8cc3 + SOURCE_VFY=sha1:8d5ba161627dcf9295cc649c46ea15c333ff6b68 ENTERED=20010922 - UPDATED=20080910 + UPDATED=20090212 SHORT="Essential utilities for any Linux box" cat << EOF From florin at lunar-linux.org Wed Feb 11 23:24:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 00:24:01 +0200 Subject: [Lunar-commits] man-pages: version bumped to 3.18. Message-ID: <20090211222418.9D28C9B1D6@doppio.foo-projects.org> commit 34fb7492047ab1ff4f26222aca3a6dc0cf39fb70 Author: Florin Braescu Date: Thu Feb 12 00:24:01 2009 +0200 man-pages: version bumped to 3.18. --- 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 766344c..6e1cff1 100644 --- a/docs/man-pages/DETAILS +++ b/docs/man-pages/DETAILS @@ -1,14 +1,14 @@ MODULE=man-pages - VERSION=3.17 + VERSION=3.18 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:212dddeb08d5347bf7faff150d978f557791b957 + SOURCE_VFY=sha1:48ec03017f9eb8fa889585eb679c69874054f384 WEB_SITE=http://www.win.tue.nl/~aeb/linux/man ENTERED=20011003 - UPDATED=20090119 + UPDATED=20090212 ARCHIVE=off PSAFE=no SHORT="A large collection of man pages" From florin at lunar-linux.org Wed Feb 11 23:31:24 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 00:31:24 +0200 Subject: [Lunar-commits] stella: version bumped to 2.7.3. Message-ID: <20090211223211.9B1489B1D6@doppio.foo-projects.org> commit 68f5247bb6507d8869511571276f7d5884089f52 Author: Florin Braescu Date: Thu Feb 12 00:31:24 2009 +0200 stella: version bumped to 2.7.3. Problems with software rendering in 24-bit color mode were fixed. The ability to relocate the base directory for the configuration files was added to the Win32 port. The TIA info stats area was reworked to take up less space on screen. --- games/stella/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/stella/DETAILS b/games/stella/DETAILS index 09241ac..ead4cc0 100644 --- a/games/stella/DETAILS +++ b/games/stella/DETAILS @@ -1,11 +1,11 @@ MODULE=stella - VERSION=2.7.2 + VERSION=2.7.3 SOURCE=$MODULE-$VERSION-src.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:abf48fe22edf195125694ae91c908beb97203e19 + SOURCE_VFY=sha1:81f90c03d52876657c43636b1f6eca2d9f7523ac WEB_SITE=http://stella.sourceforge.net ENTERED=20030216 - UPDATED=20090130 + UPDATED=20090212 SHORT="A multi-platform Atari 2600 VCS emulator" cat << EOF From florin at lunar-linux.org Wed Feb 11 23:43:06 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 00:43:06 +0200 Subject: [Lunar-commits] gpm, gpm-docs: version bumped to 1.20.6. Message-ID: <20090211224406.F2BD79B1D6@doppio.foo-projects.org> commit 3029e0493ebe41a24a7504a60fc7cd5ce1156890 Author: Florin Braescu Date: Thu Feb 12 00:43:06 2009 +0200 gpm, gpm-docs: version bumped to 1.20.6. Some cleanups were made. fcntl.h is included rather than unistd.h for open(). The gcc warning "control reaches end of non-void function" was fixed. Building with libtool-2 was fixed. --- utils/gpm-docs/BUILD | 8 +++----- utils/gpm-docs/DETAILS | 11 +++++++---- utils/gpm/DETAILS | 6 +++--- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/utils/gpm-docs/BUILD b/utils/gpm-docs/BUILD index c1a7b67..0155429 100644 --- a/utils/gpm-docs/BUILD +++ b/utils/gpm-docs/BUILD @@ -10,9 +10,7 @@ sedit "s/\/usr\/bin\/awk/\/bin\/awk/" doc/mktxt && # doc section - cd doc && - make && - prepare_install && - make install - + cd doc && + default_make + ) > $C_FIFO 2>&1 diff --git a/utils/gpm-docs/DETAILS b/utils/gpm-docs/DETAILS index 12ead09..233d587 100644 --- a/utils/gpm-docs/DETAILS +++ b/utils/gpm-docs/DETAILS @@ -1,13 +1,16 @@ MODULE=gpm-docs MODNAME=gpm - VERSION=1.20.5 + VERSION=1.20.6 SOURCE=$MODNAME-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODNAME-$VERSION - SOURCE_URL[0]=ftp://arcana.linux.it/pub/$MODULE + SOURCE_URL[0]=http://linux.schottelius.org/gpm/archives + SOURCE_URL[1]=ftp://arcana.linux.it/pub/gpm + SOURCE_VFY=sha1:f3bb9272878b7934968381c8b25edab359114150 WEB_SITE=unknown ENTERED=20020512 - UPDATED=20020512 - SHORT="mouse server for the console and xterm" + UPDATED=20090212 + SHORT="Documentation for the mouse server" + cat << EOF This is just the documentation and man pages for gpm. We build them separately because the original author created a separate Makefile and diff --git a/utils/gpm/DETAILS b/utils/gpm/DETAILS index 7d2fa85..04eac21 100644 --- a/utils/gpm/DETAILS +++ b/utils/gpm/DETAILS @@ -1,12 +1,12 @@ MODULE=gpm - VERSION=1.20.5 + VERSION=1.20.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://linux.schottelius.org/gpm/archives SOURCE_URL[1]=ftp://arcana.linux.it/pub/gpm - SOURCE_VFY=sha1:4a8c2109167da8e60055c25dadc383d02ba32538 + SOURCE_VFY=sha1:f3bb9272878b7934968381c8b25edab359114150 WEB_SITE=http://linux.schottelius.org/gpm ENTERED=20011003 - UPDATED=20080617 + UPDATED=20090212 PSAFE=no SHORT="A mouse server for the console and xterm" From florin at lunar-linux.org Wed Feb 11 23:46:12 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 00:46:12 +0200 Subject: [Lunar-commits] xine-lib: version bumped to 1.1.16.2. Message-ID: <20090211224640.A4FED9B1D6@doppio.foo-projects.org> commit d6c84327b33834822476822873cc831b79787292 Author: Florin Braescu Date: Thu Feb 12 00:46:12 2009 +0200 xine-lib: version bumped to 1.1.16.2. Bugfixes release. --- video/xine-lib/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/xine-lib/DETAILS b/video/xine-lib/DETAILS index 853231e..e63ca62 100644 --- a/video/xine-lib/DETAILS +++ b/video/xine-lib/DETAILS @@ -1,11 +1,11 @@ MODULE=xine-lib - VERSION=1.1.16.1 + VERSION=1.1.16.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/xine - SOURCE_VFY=sha1:82709254a0603e3971058aacf8578926b75d4a20 + SOURCE_VFY=sha1:faa3d9207d911a535161a3cd5660aa9e6b904c28 WEB_SITE=http://xinehq.de ENTERED=20010927 - UPDATED=20090112 + UPDATED=20090212 PSAFE=no SHORT="Free video player" From florin at lunar-linux.org Wed Feb 11 23:53:28 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 00:53:28 +0200 Subject: [Lunar-commits] poppler: version bumped to 0.10.4. Message-ID: <20090211225413.AAD549B1D6@doppio.foo-projects.org> commit f5893eecbc702ec64d3fe095b2ba0da63664a629 Author: Florin Braescu Date: Thu Feb 12 00:53:28 2009 +0200 poppler: version bumped to 0.10.4. Several crashes and memory leaks were resolved. Wrong PostScript generation was fixed in two cases. Rendering of some checkboxes was fixed. Positioning was fixed in the Qt4 frontend. Several other 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 af97539..b4d6fc2 100644 --- a/libs/poppler/DETAILS +++ b/libs/poppler/DETAILS @@ -1,11 +1,11 @@ MODULE=poppler - VERSION=0.10.1 + VERSION=0.10.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://poppler.freedesktop.org - SOURCE_VFY=sha1:a0367b5c942c8ff15d8364923b3bbe4dca624b29 + SOURCE_VFY=sha1:e8a5a1090394a2cfab3c9aa67d188f3628c60165 WEB_SITE=http://poppler.freedesktop.org ENTERED=20050918 - UPDATED=20081110 + UPDATED=20090212 SHORT="A PDF rendering library based on the xpdf-3.02 code base" cat << EOF From florin at lunar-linux.org Thu Feb 12 00:07:45 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 01:07:45 +0200 Subject: [Lunar-commits] avidemux: version bumped to 2.4.4. Message-ID: <20090211230829.1BAC49B1D6@doppio.foo-projects.org> commit 02ec9dbcb2a20380a5f68a5b0380bc2aa65d6235 Author: Florin Braescu Date: Thu Feb 12 01:07:45 2009 +0200 avidemux: version bumped to 2.4.4. Improved Win32 Unicode handling. Improved h264 support in TS/TS2/MP4 files. Improved image handling (BMP, JPEG, etc.). The Qt4 GUI has been greatly improved. Translations have been updated. --- video/avidemux/DEPENDS | 6 +++--- video/avidemux/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/video/avidemux/DEPENDS b/video/avidemux/DEPENDS index 7e3cbd2..7bb0329 100644 --- a/video/avidemux/DEPENDS +++ b/video/avidemux/DEPENDS @@ -1,6 +1,6 @@ -depends gtk+-2 -depends libxml2 -depends js +depends gtk+-2 +depends libxml2 +depends js depends cmake optional_depends "libmad" "" "" "for Mpeg 1/2/3 audio support" diff --git a/video/avidemux/DETAILS b/video/avidemux/DETAILS index c9b081e..0f87f74 100644 --- a/video/avidemux/DETAILS +++ b/video/avidemux/DETAILS @@ -1,12 +1,12 @@ MODULE=avidemux - VERSION=2.4.3 + VERSION=2.4.4 SOURCE=$MODULE\_$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_$VERSION - SOURCE_VFY=sha1:d3a4dc2c07884916c45f750229d02fbdeb3cedde + SOURCE_VFY=sha1:c50a00caf13a8ea1053e5994edeb59354192e18e WEB_SITE=http://fixounet.free.fr/avidemux ENTERED=20040922 - UPDATED=20080726 + UPDATED=20090212 SHORT="A graphical tool to edit video" cat << EOF From florin at lunar-linux.org Thu Feb 12 00:30:37 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 01:30:37 +0200 Subject: [Lunar-commits] pixman: relin cairo at the end, if it was installed previous. Message-ID: <20090211233122.D70019B1D6@doppio.foo-projects.org> commit 9ecf5bc7512c0a13e5c71d1ebe99b0dc0ea3b4a3 Author: Florin Braescu Date: Thu Feb 12 01:30:37 2009 +0200 pixman: relin cairo at the end, if it was installed previous. --- xorg7/lib/pixman/POST_INSTALL | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/xorg7/lib/pixman/POST_INSTALL b/xorg7/lib/pixman/POST_INSTALL new file mode 100644 index 0000000..71fcc73 --- /dev/null +++ b/xorg7/lib/pixman/POST_INSTALL @@ -0,0 +1,3 @@ +if module_installed cairo; then + lin cairo +fi From florin at lunar-linux.org Thu Feb 12 10:54:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 11:54:43 +0200 Subject: [Lunar-commits] Revert "pixman: relin cairo at the end, if it was installed previous." Message-ID: <20090212095434.E58709B1E3@doppio.foo-projects.org> commit 8010bd631915d1b276a931c30138e70e2278dc1e Author: Florin Braescu Date: Thu Feb 12 11:54:43 2009 +0200 Revert "pixman: relin cairo at the end, if it was installed previous." This reverts commit 9ecf5bc7512c0a13e5c71d1ebe99b0dc0ea3b4a3. pixman: revert the add of POST_INSTALL file. It is not sure that it's really needed. --- xorg7/lib/pixman/POST_INSTALL | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/pixman/POST_INSTALL b/xorg7/lib/pixman/POST_INSTALL deleted file mode 100644 index 71fcc73..0000000 --- a/xorg7/lib/pixman/POST_INSTALL +++ /dev/null @@ -1,3 +0,0 @@ -if module_installed cairo; then - lin cairo -fi From florin at lunar-linux.org Thu Feb 12 12:50:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 13:50:29 +0200 Subject: [Lunar-commits] stellarium: version bumped to 0.10.1. Message-ID: <20090212115020.D16559B1E3@doppio.foo-projects.org> commit 9a5de05de60088d8bb8936128edf34fb430e5b6a Author: Florin Braescu Date: Thu Feb 12 13:50:29 2009 +0200 stellarium: version bumped to 0.10.1. Many bugfixes, new features and improvements, 2 new translations added. --- qt4-apps/stellarium/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt4-apps/stellarium/DETAILS b/qt4-apps/stellarium/DETAILS index 5800205..a394d16 100644 --- a/qt4-apps/stellarium/DETAILS +++ b/qt4-apps/stellarium/DETAILS @@ -1,12 +1,12 @@ MODULE=stellarium - VERSION=0.10.0 - SOURCE=$MODULE-$VERSION.tgz + VERSION=0.10.1 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:0a90134ffc72d196ec0af97b605f8f27140a1a09 + SOURCE_VFY=sha1:cacfd55f0fdcbee502ae918138705dcd24e991c2 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://stellarium.free.fr ENTERED=20040420 - UPDATED=20080923 + UPDATED=20090212 SHORT="Stellarium astronomy sotware" cat << EOF From florin at lunar-linux.org Thu Feb 12 13:14:16 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 14:14:16 +0200 Subject: [Lunar-commits] ntfs-3g: version bumped to 2009.2.1. Message-ID: <20090212121445.56B8F9B1E3@doppio.foo-projects.org> commit 2388f84daee78ffcbf6be72773d0f790f4dbecc5 Author: Florin Braescu Date: Thu Feb 12 14:14:16 2009 +0200 ntfs-3g: version bumped to 2009.2.1. The 'recover' and 'norecover' mount options were introduced. The former option will casue the driver to recover and repair a corrupted or inconsistent NTFS volume if it's possible. The default behaviour is 'recover'. Bugfixes. --- filesys/ntfs-3g/DETAILS | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/filesys/ntfs-3g/DETAILS b/filesys/ntfs-3g/DETAILS index f990104..6edb7a8 100644 --- a/filesys/ntfs-3g/DETAILS +++ b/filesys/ntfs-3g/DETAILS @@ -1,31 +1,31 @@ MODULE=ntfs-3g - VERSION=2009.1.1 + VERSION=2009.2.1 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.ntfs-3g.org - SOURCE_VFY=sha1:0ccfb37b0899efb5d40228cf1066ce76cbe2ca55 + SOURCE_VFY=sha1:0fc17b8455815de2445363c8ee615842eac4c10f WEB_SITE=http://www.ntfs-3g.org ENTERED=20070621 - UPDATED=20090123 + UPDATED=20090212 SHORT="NTFS driver for Linux" - + cat << EOF -The NTFS-3G driver is an open source, freely available read/write NTFS driver -for Linux, FreeBSD, OS X, and NetBSD. It provides safe and fast handling of -the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file -systems. Most POSIX file system operations are supported, with the exception -of full file ownership and access right support. - +The NTFS-3G driver is an open source, freely available read/write NTFS driver +for Linux, FreeBSD, OS X, and NetBSD. It provides safe and fast handling of +the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file +systems. Most POSIX file system operations are supported, with the exception +of full file ownership and access right support. + Usage: - If there was no error during installation then the NTFS volume can be mounted - in read-write mode for everybody as follows. Unmount the volume if it had - already been mounted, replace /dev/hda1 and /mnt/windows, if needed. + If there was no error during installation then the NTFS volume can be mounted + in read-write mode for everybody as follows. Unmount the volume if it had + already been mounted, replace /dev/hda1 and /mnt/windows, if needed mount -t ntfs-3g /dev/hda1 /mnt/windows - You may also need to set the 'locale' option to make all file names with national - characters visible. Replace the below hu_HU.utf8 with the appropriate setting. + You may also need to set the 'locale' option to make all file names with national + characters visible. Replace the below hu_HU.utf8 with the appropriate setting mount -t ntfs-3g /dev/hda1 /mnt/windows -o locale=hu_HU.utf8 You can also make NTFS to be mounted during boot by adding the following line to - the end of the /etc/fstab file: + the end of the /etc/fstab file: /dev/hda1 /mnt/windows ntfs-3g defaults 0 0 EOF From florin at lunar-linux.org Thu Feb 12 13:46:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 14:46:07 +0200 Subject: [Lunar-commits] ddd: fix the download path. some small tweaks. Message-ID: <20090212124629.F25809B1E3@doppio.foo-projects.org> commit 4f49bc65db839b9d83cced053adcd51366b7975f Author: Florin Braescu Date: Thu Feb 12 14:46:07 2009 +0200 ddd: fix the download path. some small tweaks. --- devel/ddd/DEPENDS | 2 +- devel/ddd/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/ddd/DEPENDS b/devel/ddd/DEPENDS index e2ec379..9ab8050 100644 --- a/devel/ddd/DEPENDS +++ b/devel/ddd/DEPENDS @@ -1,2 +1,2 @@ -depends openMotif && +depends openMotif depends gdb diff --git a/devel/ddd/DETAILS b/devel/ddd/DETAILS index e65097b..b63de15 100644 --- a/devel/ddd/DETAILS +++ b/devel/ddd/DETAILS @@ -1,9 +1,9 @@ MODULE=ddd VERSION=3.3.11 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_URL=$GNU_URL/$MODULE SOURCE_VFY=sha1:c302c37bdcccaad22e235177f5962dec424b1de3 - WEB_SITE=http://www.gnu.org/software/ddd/ + WEB_SITE=http://www.gnu.org/software/ddd ENTERED=20020308 UPDATED=20050722 SHORT="A graphical front-end for command-line debuggers" @@ -11,7 +11,7 @@ cat << EOF GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash -debugger, or the Python debugger. Besides ``usual'' front-end +debugger, or the Python debugger. Besides ``usual'' front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs. From criggenbach at magahugu.net Thu Feb 12 14:21:10 2009 From: criggenbach at magahugu.net (Christian Riggenbach) Date: Thu, 12 Feb 2009 14:21:10 +0100 Subject: [Lunar-commits] ***SPAM*** stellarium: version bumped to 0.10.1. In-Reply-To: <20090212115020.D16559B1E3@doppio.foo-projects.org> References: <20090212115020.D16559B1E3@doppio.foo-projects.org> Message-ID: <20090212142110.6fdfcc7f@schlepp-chlobb> Am Thu, 12 Feb 2009 13:50:29 +0200 schrieb Florin Braescu: > stellarium Hi There's a typo in this module ;) -- mit freundlichen Gruessen Christian Riggenbach Aastra Telecom Schweiz AG Ziegelmattstrasse 1 CH-4503 Solothurn Tel. +41 32 655 37 93 criggenbach at aastra.com http://www.aastra.com Diese E-Mail Mitteilung kann VERTRAULICHE, dem BERUFSGEHEIMNIS UNTERLIEGENDE und/oder RECHTLICH GESCH?TZTE Informationen enthalten und ist ausschlie?lich f?r den/die genannten Adressaten bestimmt. Jede unbefugte Nutzung, Weitergabe, Vervielf?ltigung oder Versendung ist strengstens verboten. Sollten Sie nicht der angegebene Adressat sein und diese E-Mail Mitteilung irrt?mlich erhalten haben, informieren Sie bitte sofort den Absender, l?schen diese E-Mail und vernichten alle Kopien. This email communication may contain CONFIDENTIAL, PRIVILEGED and/or LEGALLY PROTECTED information and is intended only for the named recipient(s). Any unauthorized use, dissemination, copying or forwarding is strictly prohibited. If you are not the intended recipient and have received this email communication in error, please notify the sender immediately, delete it and destroy all copies of this email. From florin at lunar-linux.org Thu Feb 12 15:01:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Feb 2009 16:01:01 +0200 Subject: [Lunar-commits] dirac: version bumped to 1.0.2. Message-ID: <20090212140121.8DBD59B1E3@doppio.foo-projects.org> commit 6ee2f4d86465a5abf94f7c791089a97fcd5333dd Author: Florin Braescu Date: Thu Feb 12 16:01:01 2009 +0200 dirac: version bumped to 1.0.2. Minor bugs have been fixed. Compression efficiency is improved. A DirectShow filter to play back Dirac files in Windows Media Player and MPlayer Classic has been released. A utility called ffmpeg2dirac has been released to transcode any multimedia format that can be decoded by FFmpeg to Dirac (for video) and Vorbis (audio) mixed in Ogg. --- video/dirac/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/dirac/DETAILS b/video/dirac/DETAILS index de612c2..a6c1578 100644 --- a/video/dirac/DETAILS +++ b/video/dirac/DETAILS @@ -1,11 +1,11 @@ MODULE=dirac - VERSION=1.0.0 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:5e7106947fdc99a3cc24e8f7c5b9496244870d55 + SOURCE_VFY=sha1:895aaad832a54b754e58f77c87d38c0c37752b0b WEB_SITE=http://dirac.sourceforge.net/index.html ENTERED=20060205 - UPDATED=20080917 + UPDATED=20090212 SHORT="Video compression and decompression tools" cat << EOF From samuel.verstraete at gmail.com Thu Feb 12 14:46:29 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Thu, 12 Feb 2009 14:46:29 +0100 Subject: [Lunar-commits] cryptsetup: update Message-ID: <20090212140153.CEBFA9B1E3@doppio.foo-projects.org> commit 89e144528b177c6543f17f552cacd704c99b5ed8 Author: Samuel Date: Thu Feb 12 14:46:29 2009 +0100 cryptsetup: update --- utils/cryptsetup/DEPENDS | 3 --- utils/cryptsetup/DETAILS | 12 ++++++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/utils/cryptsetup/DEPENDS b/utils/cryptsetup/DEPENDS deleted file mode 100644 index 2b62fa1..0000000 --- a/utils/cryptsetup/DEPENDS +++ /dev/null @@ -1,3 +0,0 @@ -depends device-mapper -depends libgcrypt -depends hashalot diff --git a/utils/cryptsetup/DETAILS b/utils/cryptsetup/DETAILS index 89e120e..07d8865 100644 --- a/utils/cryptsetup/DETAILS +++ b/utils/cryptsetup/DETAILS @@ -1,11 +1,11 @@ MODULE=cryptsetup - VERSION=0.1 - SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL=http://www.saout.de/misc/dm-crypt/ - SOURCE_VFY=sha1:b371113b266e4cdffe36fd9e3be753e4adc9f766 - WEB_SITE=http://www.saout.de/misc/dm-crypt/ + VERSION=1.0.6 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://cryptsetup.googlecode.com/files/ + SOURCE_VFY=sha1:dd45ad6a29c2e9af83c2c1525b02d7af88ab7212 + WEB_SITE=http://cryptsetup.googlecode.com ENTERED=20050309 - UPDATED=20050309 + UPDATED=20090212 SHORT="Device-mapper crypto userspace setup tool" cat << EOF From tchan at lunar-linux.org Thu Feb 12 16:27:51 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Thu, 12 Feb 2009 09:27:51 -0600 Subject: [Lunar-commits] gdb: Version bump to stable 6.8 Message-ID: <20090212152856.6F1319B1E3@doppio.foo-projects.org> commit b0ce4be7cf47030fb1b6eb113e51ed3a8ee880e4 Author: Terry Chan Date: Thu Feb 12 09:27:51 2009 -0600 gdb: Version bump to stable 6.8 --- devel/gdb/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/gdb/DETAILS b/devel/gdb/DETAILS index 118dc95..4fb8a41 100644 --- a/devel/gdb/DETAILS +++ b/devel/gdb/DETAILS @@ -1,14 +1,14 @@ MODULE=gdb - VERSION=6.7.1 - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=6.8 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=http://planetmirror.com/pub/sourceware/$MODULE/releases/ SOURCE_URL[2]=ftp://ftp.gnu.org/gnu/$MODULE/ SOURCE_URL[3]=http://www.gnu.org/software/$MODULE/ - SOURCE_VFY=sha1:dfd2e09c901a91af0a82f0f30b7a8235e4bde8a5 - WEB_SITE=http://sourceware.cygnus.com/gdb + SOURCE_VFY=sha1:ba1394d59dd84a1dd3a83322bd82c799596f0bcf + WEB_SITE=http://www.gnu.org/software/gdb/ ENTERED=20011023 - UPDATED=20071030 + UPDATED=20090212 PSAFE=no SHORT="GNU Debugger used for debugging" From tchan at lunar-linux.org Thu Feb 12 16:28:46 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Thu, 12 Feb 2009 09:28:46 -0600 Subject: [Lunar-commits] ddd: Version bump to 3.3.12 Message-ID: <20090212152856.7B93E9B1EA@doppio.foo-projects.org> commit cece0c7c4b7aa691583cf1492341537044c83fc5 Author: Terry Chan Date: Thu Feb 12 09:28:46 2009 -0600 ddd: Version bump to 3.3.12 --- devel/ddd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/ddd/DETAILS b/devel/ddd/DETAILS index b63de15..7d66df6 100644 --- a/devel/ddd/DETAILS +++ b/devel/ddd/DETAILS @@ -1,11 +1,11 @@ MODULE=ddd - VERSION=3.3.11 + VERSION=3.3.12 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE - SOURCE_VFY=sha1:c302c37bdcccaad22e235177f5962dec424b1de3 + SOURCE_VFY=sha1:b91d2dfb1145af409138bd34517a898341724e56 WEB_SITE=http://www.gnu.org/software/ddd ENTERED=20020308 - UPDATED=20050722 + UPDATED=20090212 SHORT="A graphical front-end for command-line debuggers" cat << EOF From stumbles at lunar-linux.org Thu Feb 12 22:46:43 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 16:46:43 -0500 Subject: [Lunar-commits] proj-4: version bump. Message-ID: <20090212232403.032279B1AD@doppio.foo-projects.org> commit 39afbd543b7fe66208b0eba3a2e3b2013da227be Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 16:46:43 2009 -0500 proj-4: version bump. --- science/proj-4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/proj-4/DETAILS b/science/proj-4/DETAILS index ad8592d..a5f0edf 100644 --- a/science/proj-4/DETAILS +++ b/science/proj-4/DETAILS @@ -1,12 +1,12 @@ MODULE=proj-4 - VERSION=6.0 + VERSION=6.1 SOURCE=$MODULE.$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL=ftp://ftp.remotesensing.org/pub/proj/ - SOURCE_VFY=sha1:972b74922d764f71fb0c01cd3f69255611291368 + SOURCE_VFY=sha1:ddfdad6cba28af5f91b14fd6690bd22bbbc79390 WEB_SITE=http://www.remotesensing.org/proj/ ENTERED=20031030 - UPDATED=20080320 + UPDATED=20090110 SHORT="Cartographic Projections library" cat << EOF Proj and invproj perform respective forward and inverse transformation of From stumbles at lunar-linux.org Thu Feb 12 22:59:10 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 16:59:10 -0500 Subject: [Lunar-commits] geos: version bump Message-ID: <20090212232403.108D99B1B3@doppio.foo-projects.org> commit 86ae447102af08512d913fc86dce47b81032253c Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 16:59:10 2009 -0500 geos: version bump --- science/geos/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/geos/DETAILS b/science/geos/DETAILS index b08255c..938bae9 100755 --- a/science/geos/DETAILS +++ b/science/geos/DETAILS @@ -1,11 +1,11 @@ MODULE=geos - VERSION=3.0.0 + VERSION=3.0.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=http://geos.refractions.net/downloads/ - SOURCE_VFY=sha1:71090220351c8ae7bb147d74145fa5daf83e3c26 + SOURCE_URL[0]=http://download.osgeo.org/geos/ + SOURCE_VFY=sha1:f580057d7345db4897451a8b97128b4b5c3ff0ef WEB_SITE=http://geos.refractions.net/ ENTERED=20050902 - UPDATED=20080320 + UPDATED=20090210 SHORT="Geometry Engine Open Source" cat << EOF From stumbles at lunar-linux.org Thu Feb 12 23:14:03 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 17:14:03 -0500 Subject: [Lunar-commits] libgeotiff: version bump Message-ID: <20090212232403.225999B1B4@doppio.foo-projects.org> commit f371df79911f2d23fe4f8526967be6e50c022a82 Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 17:14:03 2009 -0500 libgeotiff: version bump --- science/libgeotiff/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/libgeotiff/DETAILS b/science/libgeotiff/DETAILS index 8caf7a2..1e2dd80 100644 --- a/science/libgeotiff/DETAILS +++ b/science/libgeotiff/DETAILS @@ -1,11 +1,11 @@ MODULE=libgeotiff - VERSION=1.2.4 + VERSION=1.2.5 SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_URL[0]=ftp://ftp.remotesensing.org/geotiff/$MODULE/ - SOURCE_VFY=sha1:044060c38a1eba53e9955b2b9cf541cf461d7e7e +SOURCE_URL[0]=ftp://ftp.remotesensing.org/geotiff/libgeotiff/ + SOURCE_VFY=sha1:38b10070374636fedfdde328ff1c9f3c6e8e581f WEB_SITE=http://directory.fsf.org/science/visual/libgeotiff.html ENTERED=20050902 - UPDATED=20071008 + UPDATED=20090212 SHORT="reading and writing coordinate system information" cat << EOF From stumbles at lunar-linux.org Thu Feb 12 23:18:27 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 17:18:27 -0500 Subject: [Lunar-commits] gdal: version bump Message-ID: <20090212232403.347C59B1BB@doppio.foo-projects.org> commit c61b0270f24d0e4d4b9bb3b8392eac3d6fe2e725 Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 17:18:27 2009 -0500 gdal: version bump --- science/gdal/DETAILS | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/science/gdal/DETAILS b/science/gdal/DETAILS index ff163db..45fbdf7 100644 --- a/science/gdal/DETAILS +++ b/science/gdal/DETAILS @@ -1,11 +1,11 @@ MODULE=gdal - VERSION=1.4.2 + VERSION=1.6.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.gdal.org/dl/ - SOURCE_VFY=sha1:42fc753f6fa70a66b9e619365575bcfb60a5003d + SOURCE_URL=ftp://ftp.remotesensing.org/gdal/ + SOURCE_VFY=sha1:cae5a891231ee5794350d1626a688d802a429423 WEB_SITE=http://www.remotesensing.org/gdal/index.html ENTERED=20050915 - UPDATED=20070916 + UPDATED=20090212 SHORT="Geospatial Data Abstraction Library" cat << EOF @@ -15,4 +15,3 @@ single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. EOF - From stumbles at lunar-linux.org Fri Feb 13 00:23:27 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 18:23:27 -0500 Subject: [Lunar-commits] gdal: BUILD not needed... for now. Message-ID: <20090212232403.41A8D9B1AD@doppio.foo-projects.org> commit 6a9790d07d9405a1c5fdda440edb54ed1191a1ad Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 18:23:27 2009 -0500 gdal: BUILD not needed... for now. --- science/gdal/BUILD | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/science/gdal/BUILD b/science/gdal/BUILD deleted file mode 100755 index 0dca3e8..0000000 --- a/science/gdal/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - ./configure --sysconfdir=/etc \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --enable-shared \ - --disable-static && - - default_make - -) > $C_FIFO 2>&1 - From stumbles at lunar-linux.org Fri Feb 13 00:33:38 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 18:33:38 -0500 Subject: [Lunar-commits] postgis: version bump Message-ID: <20090213002638.832BF9B1AD@doppio.foo-projects.org> commit 6febb303d770dc52c7b5581a3ab0bd4151fb9302 Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 18:33:38 2009 -0500 postgis: version bump --- science/postgis/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/postgis/DETAILS b/science/postgis/DETAILS index 5f4f18f..9aba5fb 100644 --- a/science/postgis/DETAILS +++ b/science/postgis/DETAILS @@ -1,11 +1,11 @@ MODULE=postgis - VERSION=1.3.3 + VERSION=1.3.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://postgis.refractions.net/download - SOURCE_VFY=sha1:12b0da709360f67340f88774b70cf3bac65fcc24 + SOURCE_VFY=sha1:04aa0703e4466a617d8f781e53fe989e01492974 WEB_SITE=http://postgis.refractions.net ENTERED=20050809 - UPDATED=20080416 + UPDATED=20090212 SHORT="Adds geographic objects support to PostgreSQL" cat << EOF From stumbles at lunar-linux.org Fri Feb 13 01:25:39 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 19:25:39 -0500 Subject: [Lunar-commits] qgis4: initial import. As noted in the BUILD, revisit those copy lines on the next bump. Message-ID: <20090213002638.920A39B1B3@doppio.foo-projects.org> commit 052c8f30c8c15fde782578c5203e9bb8f8429d0b Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 19:25:39 2009 -0500 qgis4: initial import. As noted in the BUILD, revisit those copy lines on the next bump. --- qt4-apps/qgis4/BUILD | 21 +++++++++++++++++++++ qt4-apps/qgis4/DEPENDS | 4 ++++ qt4-apps/qgis4/DETAILS | 19 +++++++++++++++++++ 3 files changed, 44 insertions(+), 0 deletions(-) diff --git a/qt4-apps/qgis4/BUILD b/qt4-apps/qgis4/BUILD new file mode 100644 index 0000000..3264890 --- /dev/null +++ b/qt4-apps/qgis4/BUILD @@ -0,0 +1,21 @@ +( + +# These cp's are a dirty hack to get this thing to compile. They say 1.0.1 when released +# fixes this problem, so revisit on the next bump. + cp i18n/qgis_ar.ts i18n/qgis_fr.ts && + cp i18n/qgis_ar.ts i18n/qgis_lo.ts && + cp i18n/qgis_ar.ts i18n/qgis_it.ts && + cp i18n/qgis_ar.ts i18n/qgis_lv.ts && + cp i18n/qgis_ar.ts i18n/qgis_mn.ts && + cp i18n/qgis_ar.ts i18n/qgis_sk.ts && + cp i18n/qgis_ar.ts i18n/qgis_pt_BR.ts && + + source /etc/profile.d/qt4.rc && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 + diff --git a/qt4-apps/qgis4/DEPENDS b/qt4-apps/qgis4/DEPENDS new file mode 100644 index 0000000..197a3b5 --- /dev/null +++ b/qt4-apps/qgis4/DEPENDS @@ -0,0 +1,4 @@ +depends cmake +depends qt4 +depends gdal +depends postgis diff --git a/qt4-apps/qgis4/DETAILS b/qt4-apps/qgis4/DETAILS new file mode 100644 index 0000000..c78156c --- /dev/null +++ b/qt4-apps/qgis4/DETAILS @@ -0,0 +1,19 @@ + MODULE=qgis4 + VERSION=1.0.0 + SOURCE=qgis_$VERSION.tar.gz + SOURCE_URL=http://download.osgeo.org/qgis/src/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qgis_$VERSION + SOURCE_VFY=sha1:400e5f4a8b018dfeba16b08ffdf479f45e95fa01 + MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} + WEB_SITE=http://qgis.org/ + ENTERED=20090212 + UPDATED=20090212 + SHORT="Qt based Geographic Information System" + +PSAFE=no +cat << EOF +QGIS supports vector, raster, and database formats. QGIS is licensed under the +GNU General Public License. QGIS lets you browse and create map data on your +computer. It supports many common spatial data formats (e.g. ESRI ShapeFile, +geotiff). QGIS supports plugins to do things like display tracks from your GPS. +EOF From stumbles at lunar-linux.org Fri Feb 13 04:53:30 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 22:53:30 -0500 Subject: [Lunar-commits] gnuplot: version bump. Message-ID: <20090213035724.99C379B1CB@doppio.foo-projects.org> commit 44d58877bbd704cf2e3edaadb1e6ad1560aa2ed7 Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 22:53:30 2009 -0500 gnuplot: version bump. --- science/gnuplot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/gnuplot/DETAILS b/science/gnuplot/DETAILS index 14fa967..ca078e5 100644 --- a/science/gnuplot/DETAILS +++ b/science/gnuplot/DETAILS @@ -1,11 +1,11 @@ MODULE=gnuplot - VERSION=4.2.2 + VERSION=4.2.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:991db8024f04e8cad300804bc2661e358fdcf348 + SOURCE_VFY=sha1:4226b959493a37bc5a1f40a3b165ffd9e1b9d202 WEB_SITE=http://www.gnuplot.info ENTERED=20021015 - UPDATED=20070917 + UPDATED=20090212 SHORT="command line program to make scientific graphs" cat << EOF From stumbles at lunar-linux.org Fri Feb 13 04:55:40 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 22:55:40 -0500 Subject: [Lunar-commits] GMT: initial import. Message-ID: <20090213035724.A54729B1CC@doppio.foo-projects.org> commit 19aed017f0fef54035ff63a30354a3ec3ba443ea Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 22:55:40 2009 -0500 GMT: initial import. --- science/GMT/BUILD | 7 +++++++ science/GMT/DEPENDS | 3 +++ science/GMT/DETAILS | 20 ++++++++++++++++++++ 3 files changed, 30 insertions(+), 0 deletions(-) diff --git a/science/GMT/BUILD b/science/GMT/BUILD new file mode 100644 index 0000000..b298ef9 --- /dev/null +++ b/science/GMT/BUILD @@ -0,0 +1,7 @@ +( + + OPTS="$OPTS --enable-shared --enable-eps" + + default_build + +) > $C_FIFO 2>&1 diff --git a/science/GMT/DEPENDS b/science/GMT/DEPENDS new file mode 100644 index 0000000..0066c74 --- /dev/null +++ b/science/GMT/DEPENDS @@ -0,0 +1,3 @@ +depends netcdf + +optional_depends octave "--enable-octave" "--disable-octave" "for numerical computations support" diff --git a/science/GMT/DETAILS b/science/GMT/DETAILS new file mode 100644 index 0000000..5a4b7cd --- /dev/null +++ b/science/GMT/DETAILS @@ -0,0 +1,20 @@ + MODULE=GMT + VERSION=4.3.1 + SOURCE=$MODULE${VERSION}_src.tar.bz2 + SOURCE_URL=ftp://ftp.soest.hawaii.edu/gmt/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION + SOURCE_VFY=sha1:dda72393b5aa1557fde84911b72b18c959ad6df6 + WEB_SITE=http://gmt.soest.hawaii.edu/ + ENTERED=20090212 + UPDATED=20090212 + SHORT="generic mapping tools" + +cat << EOF +GMT is an open source collection of ~60 tools for manipulating geographic and +Cartesian data sets (including filtering, trend fitting, gridding, projecting, +etc.) and producing Encapsulated PostScript File (EPS) illustrations ranging +from simple x-y plots via contour maps to artificially illuminated surfaces and +3-D perspective views. GMT supports ~30 map projections and transformations and +comes with support data such as GSHHS coastlines, rivers, and political +boundaries. +EOF From stumbles at lunar-linux.org Fri Feb 13 04:57:08 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 12 Feb 2009 22:57:08 -0500 Subject: [Lunar-commits] netcdf: initial import. Message-ID: <20090213035724.B13C09B1CD@doppio.foo-projects.org> commit b42e708005e8b504f4dfb7b6f9d9cc5dee2614d1 Author: Dennis 'stumbles' Veatch Date: Thu Feb 12 22:57:08 2009 -0500 netcdf: initial import. --- science/netcdf/DETAILS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/science/netcdf/DETAILS b/science/netcdf/DETAILS new file mode 100644 index 0000000..bb52985 --- /dev/null +++ b/science/netcdf/DETAILS @@ -0,0 +1,15 @@ + MODULE=netcdf + VERSION=4.0 + SOURCE=$MODULE.tar.gz + SOURCE_URL=ftp://ftp.unidata.ucar.edu/pub/netcdf/ + SOURCE_VFY=sha1:bea99846265e55e54be2c200ae004acc3a221c0a + WEB_SITE=http://www.unidata.ucar.edu/software/netcdf/ + ENTERED=20090212 + UPDATED=20090212 + SHORT="network Common Data Form" + +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 +of array-oriented scientific data. +EOF From stumbles at lunar-linux.org Fri Feb 13 13:45:13 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 07:45:13 -0500 Subject: [Lunar-commits] dirac: just adding another source url since sourceforge has been flaky. Message-ID: <20090213124557.E9D0B9B1CB@doppio.foo-projects.org> commit 91b409f92f986e43ebcb4aa3e9ab244c27365e43 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 07:45:13 2009 -0500 dirac: just adding another source url since sourceforge has been flaky. --- video/dirac/DETAILS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/video/dirac/DETAILS b/video/dirac/DETAILS index a6c1578..59d741f 100644 --- a/video/dirac/DETAILS +++ b/video/dirac/DETAILS @@ -1,7 +1,8 @@ MODULE=dirac VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_URL=http://diracvideo.org/download/dirac-research/ + SOURCE2_URL=$SFORGE_URL/$MODULE SOURCE_VFY=sha1:895aaad832a54b754e58f77c87d38c0c37752b0b WEB_SITE=http://dirac.sourceforge.net/index.html ENTERED=20060205 From stumbles at lunar-linux.org Fri Feb 13 15:09:56 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 09:09:56 -0500 Subject: [Lunar-commits] bsddb3: version bump. Message-ID: <20090213141028.372779B1CD@doppio.foo-projects.org> commit 33adb6ea7c222a6d8104a317205707f862494d98 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 09:09:56 2009 -0500 bsddb3: version bump. --- python/bsddb3/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/bsddb3/DETAILS b/python/bsddb3/DETAILS index adf9599..1696c36 100644 --- a/python/bsddb3/DETAILS +++ b/python/bsddb3/DETAILS @@ -1,11 +1,11 @@ MODULE=bsddb3 - VERSION=4.5.0 + VERSION=4.7.5 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/pybsddb/ - SOURCE_VFY=sha1:e4371cafdec218de0e007a1dbc9c1bc5ee3ff7bd + SOURCE_URL=http://pypi.python.org/packages/source/b/bsddb3/ + SOURCE_VFY=sha1:f699547fadc45f266480583693d67b8a348fe8f2 WEB_SITE=http://pybsddb.sourceforge.net ENTERED=20021223 - UPDATED=20071126 + UPDATED=20090213 SHORT="Python wrappers for Berkeley DB" cat << EOF Python wrappers for Berkeley DB. From stumbles at lunar-linux.org Fri Feb 13 15:11:28 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 09:11:28 -0500 Subject: [Lunar-commits] gdal: a fleshing out of DEPENDS. Message-ID: <20090213141147.D73899B1CD@doppio.foo-projects.org> commit 96ebe6cdb7e002ce5e6bcd2f46e2d3c2053879e1 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 09:11:28 2009 -0500 gdal: a fleshing out of DEPENDS. --- science/gdal/DEPENDS | 36 +++++++++++++++++++++++++----------- 1 files changed, 25 insertions(+), 11 deletions(-) diff --git a/science/gdal/DEPENDS b/science/gdal/DEPENDS index 984d0eb..4947ee6 100644 --- a/science/gdal/DEPENDS +++ b/science/gdal/DEPENDS @@ -1,11 +1,25 @@ -depends postgresql && -depends libgeotiff && -depends jpeg && -depends tiff && -depends jasper && -depends geos && - -optional_depends "mysql" "" "" "for mysql database support" && -optional_depends "sqlite" "" "" "for sqlite database support" && -optional_depends "numpy" "" "" "for python numerical support" && -optional_depends "proj-4" "" "" "transform data types" +depends postgresql +depends libgeotiff +depends jpeg +depends tiff +depends jasper +depends geos + +optional_depends "perl" "--with-perl" "--without-perl" \ + "for perl scripting support" + +optional_depends "Python" "--with-python" "--without-python" \ + "for python scripting support" + +optional_depends "%PHP" "--with-php" "--without-php" \ + "for php support" + +optional_depends "ruby" "--with-ruby" "--without-ruby" \ + "for ruby scripting support" + +optional_depends "mysql" "" "" "for mysql database support" +optional_depends "sqlite" "" "" "for sqlite database support" +optional_depends "numpy" "" "" "for python numerical support" +optional_depends "proj-4" "" "" "transform data types" +optional_depends "xerces-c++" "" "" "for C++ parsing support" +optioanl_depends "netcdf" "" "" "for CDF support" From stumbles at lunar-linux.org Fri Feb 13 16:09:42 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 10:09:42 -0500 Subject: [Lunar-commits] qt-recordmydesktop: initial import Message-ID: <20090213151004.983A89B1CE@doppio.foo-projects.org> commit d0cb0ea63efbbb28d80164b231bfeb8eb849bd2a Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 10:09:42 2009 -0500 qt-recordmydesktop: initial import --- qt4-apps/qt-recordmydesktop/DEPENDS | 2 ++ qt4-apps/qt-recordmydesktop/DETAILS | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/qt4-apps/qt-recordmydesktop/DEPENDS b/qt4-apps/qt-recordmydesktop/DEPENDS new file mode 100644 index 0000000..cf03a0f --- /dev/null +++ b/qt4-apps/qt-recordmydesktop/DEPENDS @@ -0,0 +1,2 @@ +depends PyQt4 +depends recordmydesktop diff --git a/qt4-apps/qt-recordmydesktop/DETAILS b/qt4-apps/qt-recordmydesktop/DETAILS new file mode 100644 index 0000000..e072027 --- /dev/null +++ b/qt4-apps/qt-recordmydesktop/DETAILS @@ -0,0 +1,14 @@ + MODULE=qt-recordmydesktop + VERSION=0.3.8 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/recordmydesktop/ + SOURCE_VFY=sha1:50fc62a9475f3894f2503e4767b3eb89d041f15e + MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} + WEB_SITE=http://recordmydesktop.sourceforge.net/about.php + ENTERED=20090213 + UPDATED=20090213 + SHORT="qt gui for recordmydesktop" + +cat << EOF +qt gui for recordmydesktop +EOF From stumbles at lunar-linux.org Fri Feb 13 16:08:15 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 10:08:15 -0500 Subject: [Lunar-commits] recordmydesktop: initial import. Message-ID: <20090213151004.8E67C9B1CD@doppio.foo-projects.org> commit 8cc15c905863ce494f5a9f6ffc803bd26e8d4676 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 10:08:15 2009 -0500 recordmydesktop: initial import. --- video/recordmydesktop/DETAILS | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/video/recordmydesktop/DETAILS b/video/recordmydesktop/DETAILS new file mode 100644 index 0000000..a7fb542 --- /dev/null +++ b/video/recordmydesktop/DETAILS @@ -0,0 +1,20 @@ + MODULE=recordmydesktop + VERSION=0.3.8.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:4be18baa70da88a7f228591057f2e7ff51b31de4 + WEB_SITE=http://recordmydesktop.sourceforge.net/about.php + ENTERED=20090213 + UPDATED=20090213 + SHORT="desktop session recorder" + +cat << EOF +desktop session recorder for GNU / linux that attemps to be easy to use, yet +also effective at it's primary task. As such, the program is separated in two +parts; a simple command line tool that performs the basic tasks of capturing +and encoding and an interface that exposes the program functionality in a +usable way. The commandline tool (which essentially is recordMyDesktop), is +written in C, while there are two frontends, written in python with pyGtk +(gtk-recordMyDesktop) and pyQt4 (qt-recordMyDesktop). recordMyDesktop offers +also the ability to record audio through ALSA, OSS or the JACK audio server. +EOF From stumbles at lunar-linux.org Fri Feb 13 18:48:48 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 12:48:48 -0500 Subject: [Lunar-commits] gdal: fixing a typo. Message-ID: <20090213174902.E16339B1CB@doppio.foo-projects.org> commit cad5c044b1c954678fd6a7ac0b42279933bc7ef4 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 12:48:48 2009 -0500 gdal: fixing a typo. --- science/gdal/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/science/gdal/DEPENDS b/science/gdal/DEPENDS index 4947ee6..72d210d 100644 --- a/science/gdal/DEPENDS +++ b/science/gdal/DEPENDS @@ -22,4 +22,4 @@ optional_depends "sqlite" "" "" "for sqlite database support" optional_depends "numpy" "" "" "for python numerical support" optional_depends "proj-4" "" "" "transform data types" optional_depends "xerces-c++" "" "" "for C++ parsing support" -optioanl_depends "netcdf" "" "" "for CDF support" +optional_depends "netcdf" "" "" "for CDF support" From tchan at lunar-linux.org Fri Feb 13 19:07:09 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Fri, 13 Feb 2009 12:07:09 -0600 Subject: [Lunar-commits] bzr, bzrtools: Version bump to 1.12 and 1.12.0 Message-ID: <20090213180716.3EC089B1CB@doppio.foo-projects.org> commit 9ed2ff0f7a1058a3a2924327c1f3c929e9f46a1e Author: Terry Chan Date: Fri Feb 13 12:07:09 2009 -0600 bzr, bzrtools: Version bump to 1.12 and 1.12.0 --- devel/bzr/DETAILS | 8 ++++---- devel/bzrtools/DETAILS | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/bzr/DETAILS b/devel/bzr/DETAILS index 2e8a4a1..def14df 100644 --- a/devel/bzr/DETAILS +++ b/devel/bzr/DETAILS @@ -1,12 +1,12 @@ MODULE=bzr - VERSION=1.11 - MAJOR=1.11 + VERSION=1.12 + MAJOR=1.12 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://launchpad.net/bzr/$MAJOR/$VERSION/+download - SOURCE_VFY=sha1:074ecf3f7a7867edf994acc182087effb1fbd92a + SOURCE_VFY=sha1:ad220b5ebc299d30feff680031b54685b2318bc7 WEB_SITE=http://bazaar-vcs.org/ ENTERED=20050415 - UPDATED=20090120 + UPDATED=20090213 MAINTAINER=tchan at lunar-linux.org SHORT="next generation distributed version control" diff --git a/devel/bzrtools/DETAILS b/devel/bzrtools/DETAILS index 93d7150..13932c6 100644 --- a/devel/bzrtools/DETAILS +++ b/devel/bzrtools/DETAILS @@ -1,12 +1,12 @@ MODULE=bzrtools - VERSION=1.11.0 + VERSION=1.12.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=https://code.launchpad.net/bzrtools/stable/$VERSION/+download/ - SOURCE_VFY=sha1:2b13cb2790229dd4381ee6e79765e2ace1cf98ea + SOURCE_VFY=sha1:0db2e98f4b51e7bb5365f984be6bd07a67ac52b7 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE WEB_SITE=http://bazaar-vcs.org/BzrTools ENTERED=20051018 - UPDATED=20090120 + UPDATED=20090213 MAINTAINER=tchan at lunar-linux.org SHORT="A collection of plugins for bzr" From stumbles at lunar-linux.org Fri Feb 13 20:58:48 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 14:58:48 -0500 Subject: [Lunar-commits] fluidsynth: version bump. Message-ID: <20090213200646.58BFC9B1CB@doppio.foo-projects.org> commit fdd24d9961a75d2028ecd6bfd90c118bc9342f93 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 14:58:48 2009 -0500 fluidsynth: version bump. --- audio/fluidsynth/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/fluidsynth/DETAILS b/audio/fluidsynth/DETAILS index ab9f5bb..ff137d1 100644 --- a/audio/fluidsynth/DETAILS +++ b/audio/fluidsynth/DETAILS @@ -1,12 +1,11 @@ MODULE=fluidsynth - VERSION=1.0.7a + VERSION=1.0.8 SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_DIRECTORY=$MODULE-1.0.7 SOURCE_URL=http://download.savannah.gnu.org/releases/fluid/ - SOURCE_VFY=sha1:c1ab6dc2913539ea868c6d56f23381650f25c964 + SOURCE_VFY=sha1:1f5fd9964a7212f772905724497abd46ab1e2536 WEB_SITE=http://www.fluidsynth.org/ ENTERED=20060317 - UPDATED=20060317 + UPDATED=20090213 SHORT="real-time software synthesizer" cat << EOF FluidSynth is a real-time software synthesizer based on the SoundFont 2 From stumbles at lunar-linux.org Fri Feb 13 21:06:16 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 15:06:16 -0500 Subject: [Lunar-commits] qsynth: version bump. Message-ID: <20090213200646.6612D9B1CC@doppio.foo-projects.org> commit 42a4b9766cd1b7526113d5b1fcbe84c455535ce5 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 15:06:16 2009 -0500 qsynth: version bump. --- qt4-apps/qsynth/BUILD | 4 +++- qt4-apps/qsynth/DETAILS | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/qt4-apps/qsynth/BUILD b/qt4-apps/qsynth/BUILD index 3756e0c..2093f4b 100644 --- a/qt4-apps/qsynth/BUILD +++ b/qt4-apps/qsynth/BUILD @@ -1,7 +1,9 @@ ( . /etc/profile.d/qt4.rc - OPTS+=" --with-qt=$QTDIR" + + OPTS+=" --with-qt=${MODULE_PREFIX}" + default_build ) > $C_FIFO 2>&1 diff --git a/qt4-apps/qsynth/DETAILS b/qt4-apps/qsynth/DETAILS index 7a620a0..86d69bf 100644 --- a/qt4-apps/qsynth/DETAILS +++ b/qt4-apps/qsynth/DETAILS @@ -1,11 +1,12 @@ MODULE=qsynth - VERSION=0.3.2 + VERSION=0.3.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:9344c72eb0a10497e2c42ba176eb2668b4b5a4ca + SOURCE_VFY=sha1:57f61084aeef6c5af40327bd7f5749325c7b7811 + MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://qsynth.sourceforge.net/ ENTERED=20060317 - UPDATED=20080201 + UPDATED=20090213 SHORT="fluidsynth GUI front-end" PSAFE=no cat << EOF From stumbles at lunar-linux.org Fri Feb 13 22:13:38 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 16:13:38 -0500 Subject: [Lunar-commits] geoip: version bump. Message-ID: <20090213211351.719B4F3935@doppio.foo-projects.org> commit d68e6c339b1ff966abe51e321b163e8b4ec4042d Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 16:13:38 2009 -0500 geoip: version bump. --- net/geoip/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/geoip/DETAILS b/net/geoip/DETAILS index 9a3e96e..65d3dd7 100644 --- a/net/geoip/DETAILS +++ b/net/geoip/DETAILS @@ -1,12 +1,12 @@ MODULE=geoip - VERSION=1.4.3 + VERSION=1.4.5 SOURCE=GeoIP-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/GeoIP-$VERSION SOURCE_URL=http://www.maxmind.com/download/geoip/api/c/ - SOURCE_VFY=sha1:a363899448eb75813c17415a3aa6c6c8e0617bbf + SOURCE_VFY=sha1:f8ac0c8ac113a3d8def8f93f7255ef0bbff34814 WEB_SITE=http://www.maxmind.com/app/c ENTERED=20060420 - UPDATED=20071015 + UPDATED=20090213 SHORT="open source GeoIP C API" cat << EOF From stumbles at lunar-linux.org Fri Feb 13 22:19:37 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 16:19:37 -0500 Subject: [Lunar-commits] wvdial: twiddle the web url. Message-ID: <20090213211950.0941AF392E@doppio.foo-projects.org> commit 0fa51815c571a18999fc787d6838cbc8e137102e Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 16:19:37 2009 -0500 wvdial: twiddle the web url. --- net/wvdial/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wvdial/DETAILS b/net/wvdial/DETAILS index 8ffaa1a..0ab3315 100644 --- a/net/wvdial/DETAILS +++ b/net/wvdial/DETAILS @@ -1,13 +1,13 @@ MODULE=wvdial VERSION=1.60 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://alumnit.ca/download + SOURCE_URL=http://alumnit.ca/download/ SOURCE_VFY=sha1:d44914065258d316cff28494d4409cd27a07cfa6 - WEB_SITE=http://open.nit.ca + WEB_SITE="http://alumnit.ca/wiki/index.php?page=WvDial" ENTERED=20020425 UPDATED=20070917 SHORT="An automated dialer" - + cat << EOF WvDial is a program that makes it easy to connect your Linux workstation to the Internet. It will automatically detect your From stumbles at lunar-linux.org Fri Feb 13 22:17:28 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 16:17:28 -0500 Subject: [Lunar-commits] wvstreams: twiddle the web url. Message-ID: <20090213211949.ECB24F3935@doppio.foo-projects.org> commit 7e5686974d133ca4376eb0cfad260aecfae258b5 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 16:17:28 2009 -0500 wvstreams: twiddle the web url. --- net/wvstreams/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/wvstreams/DETAILS b/net/wvstreams/DETAILS index 997be5b..0e8ce1f 100644 --- a/net/wvstreams/DETAILS +++ b/net/wvstreams/DETAILS @@ -1,9 +1,9 @@ MODULE=wvstreams VERSION=4.5.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://$MODULE.googlecode.com/files + SOURCE_URL=http://$MODULE.googlecode.com/files/ SOURCE_VFY=sha1:bd8c270cf831c54776e8d06bdd8dcf48b21917de - WEB_SITE=http://open.nit.ca + WEB_SITE="http://alumnit.ca/wiki/?page=WvStreams" ENTERED=20020425 UPDATED=20090111 SHORT="A networking C++ library" From stumbles at lunar-linux.org Fri Feb 13 22:27:28 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 16:27:28 -0500 Subject: [Lunar-commits] XaoS: version bump. Message-ID: <20090213212741.CA51CF3BF3@doppio.foo-projects.org> commit 92637c976fbc093402c19d515c7d365b320d25ec Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 16:27:28 2009 -0500 XaoS: version bump. --- graphics/XaoS/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/XaoS/DETAILS b/graphics/XaoS/DETAILS index eaf9565..ad4b06b 100644 --- a/graphics/XaoS/DETAILS +++ b/graphics/XaoS/DETAILS @@ -1,11 +1,11 @@ MODULE=XaoS - VERSION=3.2.3 + VERSION=3.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/xaos/ - SOURCE_VFY=sha1:6103c0acec869c70e948a55b7fd425f42cd41456 - WEB_SITE=http://www.sourceforge.net/projects/xaos + SOURCE_VFY=sha1:4e419715ae0479fa3a20ed5f48ede7ad222f2d10 + WEB_SITE=http://wmi.math.u-szeged.hu/xaos/doku.php ENTERED=20021006 - UPDATED=20070406 + UPDATED=20090213 SHORT="A fast, portable, real-time, and interactive fractal zoomer" cat << EOF From stumbles at lunar-linux.org Fri Feb 13 22:31:37 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 16:31:37 -0500 Subject: [Lunar-commits] raw-thumbnailer: adjusting spaces. Message-ID: <20090213213158.A2085F3C4B@doppio.foo-projects.org> commit e20fba9916a5980ce348233829a06bffb2422f07 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 16:31:37 2009 -0500 raw-thumbnailer: adjusting spaces. --- graphics/raw-thumbnailer/DETAILS | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/graphics/raw-thumbnailer/DETAILS b/graphics/raw-thumbnailer/DETAILS index acd28eb..c4480f6 100644 --- a/graphics/raw-thumbnailer/DETAILS +++ b/graphics/raw-thumbnailer/DETAILS @@ -1,12 +1,12 @@ -MODULE=raw-thumbnailer -VERSION=0.2 -SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_URL=http://raw-thumbnailer.googlecode.com/files/ -SOURCE_VFY=sha1:b5ea63de78863b6a5f795c9cdfe9d07457fe4aa0 -WEBSITE=http://raw-thumbnailer.googlecode.com -ENTERED=20080723 -UPDATED=20080723 -SHORT="generates thumbnails of raw image files" + MODULE=raw-thumbnailer + VERSION=0.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://raw-thumbnailer.googlecode.com/files/ + SOURCE_VFY=sha1:b5ea63de78863b6a5f795c9cdfe9d07457fe4aa0 + WEBSITE=http://raw-thumbnailer.googlecode.com + ENTERED=20080723 + UPDATED=20080723 + SHORT="generates thumbnails of raw image files" cat << EOF simple program generates thumbnails of digital camera raw image files From zmcgrew at lunar-linux.org Fri Feb 13 22:45:06 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 13 Feb 2009 13:45:06 -0800 Subject: [Lunar-commits] pidgin: add a patch to fix msn with gnutls Message-ID: <20090213214737.4F7C4F3D78@doppio.foo-projects.org> commit 4f3275486d437ad9f279bf8d0cc683dd5d4530be Author: Zachary McGrew Date: Fri Feb 13 13:45:06 2009 -0800 pidgin: add a patch to fix msn with gnutls --- chat/pidgin/BUILD | 10 +++++++++- chat/pidgin/DETAILS | 3 +++ 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/chat/pidgin/BUILD b/chat/pidgin/BUILD index 586fab8..23ae2d6 100644 --- a/chat/pidgin/BUILD +++ b/chat/pidgin/BUILD @@ -1,6 +1,14 @@ ( - OPTS+=" --disable-avahi --disable-meanwhile --disable-nm" + #MSN chokes on TLS 1.1, this lets pidgin retry the connection, + #but tries using TLS 1.0 instead. No more "Connecting..." + #NSS only supports TLS 1.0, so it never has problems + #Probably needs to be removed at the next version bump -zmcgrew + if in_depends $MODULE gnutls ; then + patch_it $SOURCE2 0 + fi && + + OPTS+=" --disable-meanwhile --disable-nm" default_build ) > $C_FIFO 2>&1 diff --git a/chat/pidgin/DETAILS b/chat/pidgin/DETAILS index 21a371f..11b0722 100644 --- a/chat/pidgin/DETAILS +++ b/chat/pidgin/DETAILS @@ -3,6 +3,9 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_VFY=sha1:80f7a9e311d4ed6f2438f2ee16a4bdc66edcc2ad + SOURCE2=$MODULE-2.5.4-gnutls.patch.bz2 + SOURCE2_URL=$PATCH_URL + SOURCE2_VFY=sha1:c1b1c76d6b02385a61b90c6650b1c6c9e47db1c3 WEB_SITE=http://pidgin.im ENTERED=20070506 UPDATED=20090113 From stumbles at lunar-linux.org Sat Feb 14 00:14:45 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 18:14:45 -0500 Subject: [Lunar-commits] doxygen: version bump. Message-ID: <20090213231518.48FBBF3D97@doppio.foo-projects.org> commit c16a93d8e6f0eb756f3e10dd053976bea269645d Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 18:14:45 2009 -0500 doxygen: version bump. --- 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 44b1392..7fd5916 100644 --- a/doc-tools/doxygen/DETAILS +++ b/doc-tools/doxygen/DETAILS @@ -1,11 +1,11 @@ MODULE=doxygen - VERSION=1.5.7.1 + VERSION=1.5.8 SOURCE=$MODULE-$VERSION.src.tar.gz SOURCE_URL=ftp://ftp.stack.nl/pub/users/dimitri - SOURCE_VFY=sha1:aecb0c453f76e900eb2aa8132ad063215005fca3 + SOURCE_VFY=sha1:a55b1c41417be8acb3ac5e1553a711ffa437cba2 WEB_SITE=http://www.stack.nl/~dimitri/$MODULE ENTERED=20020529 - UPDATED=20081006 + UPDATED=20090213 SHORT="Documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C" cat << EOF From stumbles at lunar-linux.org Sat Feb 14 01:14:33 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 19:14:33 -0500 Subject: [Lunar-commits] tkdvd: version bump. Message-ID: <20090214001447.3A9CD9B1CB@doppio.foo-projects.org> commit 4bf1498cc8f0ab8f7e3dcf5d7d2fdf64bd404f55 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 19:14:33 2009 -0500 tkdvd: version bump. --- cd/tkdvd/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cd/tkdvd/DETAILS b/cd/tkdvd/DETAILS index 585f887..4fefc1c 100644 --- a/cd/tkdvd/DETAILS +++ b/cd/tkdvd/DETAILS @@ -1,12 +1,12 @@ MODULE=tkdvd - VERSION=4.0.7 - WEB_SITE=http://regis.damongeot.free.fr/tkdvd + VERSION=4.0.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$WEB_SITE/dl - SOURCE_VFY=sha1:55147f434c0a7dd561f1aa66b509648777640f2c SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_VFY=sha1:44626124c941b06f18ce390c3867585940e9839e + WEB_SITE=http://regis.damongeot.free.fr/tkdvd ENTERED=20060728 - UPDATED=20071023 + UPDATED=20090213 SHORT="GUI for dvd+rw-tools written in TCL/Tk" cat << EOF From stumbles at lunar-linux.org Sat Feb 14 02:40:51 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 20:40:51 -0500 Subject: [Lunar-commits] jpilot: version bump. Message-ID: <20090214014104.EBB5AF3FAF@doppio.foo-projects.org> commit 37e2eebe9e91e39ce8c8b449370d843941bef958 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 20:40:51 2009 -0500 jpilot: version bump. --- x11-apps/jpilot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-apps/jpilot/DETAILS b/x11-apps/jpilot/DETAILS index 40f9cdd..def9ca8 100644 --- a/x11-apps/jpilot/DETAILS +++ b/x11-apps/jpilot/DETAILS @@ -1,11 +1,11 @@ MODULE=jpilot - VERSION=0.99.9 + VERSION=1.6.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://jpilot.org/ - SOURCE_VFY=sha1:19a76f8815188a1b7993fbff81624e852a3bbc5c + SOURCE_VFY=sha1:93e5a420121916d6d20a4a665f82897cf5b47e8f WEB_SITE=http://jpilot.org ENTERED=20020218 - UPDATED=20060926 + UPDATED=20090213 SHORT="Desktop organizer software for PalmOS devices." cat << EOF J-Pilot is a desktop organizer application for PalmOS devices that runs under From stumbles at lunar-linux.org Sat Feb 14 02:46:39 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 20:46:39 -0500 Subject: [Lunar-commits] x3270: version bump. Ah well, next best thing to a VDU I suppose. Message-ID: <20090214014858.4C4B6F3FFB@doppio.foo-projects.org> commit d5a80a9f6a41e7441f1338e6643bec30a4e77317 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 20:46:39 2009 -0500 x3270: version bump. Ah well, next best thing to a VDU I suppose. --- x11-apps/x3270/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-apps/x3270/DETAILS b/x11-apps/x3270/DETAILS index 0e8cbca..c8c8565 100644 --- a/x11-apps/x3270/DETAILS +++ b/x11-apps/x3270/DETAILS @@ -1,12 +1,12 @@ MODULE=x3270 - VERSION=3.3.8b1 + VERSION=3.3.8p3 SOURCE=$MODULE-$VERSION.tgz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-3.3 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:6cee8f5553d44b3715af431b53eb1e85605cd3a3 + SOURCE_VFY=sha1:5cdb520f5058bc21bb617e3080bfdad555b09aea WEB_SITE=http://www.geocities.com/SiliconValley/Peaks/7814/ ENTERED=20020522 - UPDATED=20081107 + UPDATED=20090213 SHORT="An IBM 3270 terminal emulator for X" cat << EOF From stumbles at lunar-linux.org Sat Feb 14 03:26:28 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 21:26:28 -0500 Subject: [Lunar-commits] pilot-link: just a twiddle with the DEPENDS and BUILD. Message-ID: <20090214022657.E2F54F404F@doppio.foo-projects.org> commit b37bdb42f0e7aeebae1a835bc51b513a622d1997 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 21:26:28 2009 -0500 pilot-link: just a twiddle with the DEPENDS and BUILD. --- utils/pilot-link/BUILD | 13 +++++++++++++ utils/pilot-link/DEPENDS | 1 + 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/utils/pilot-link/BUILD b/utils/pilot-link/BUILD index 9f3d5d4..232dbb1 100644 --- a/utils/pilot-link/BUILD +++ b/utils/pilot-link/BUILD @@ -1,8 +1,21 @@ ( bad_flags -Werror && + OPTS="$OPTS --enable-conduits --with-libpng=/usr --enable-threads" && + + if module_installed sun-jdk; then + JAVA_VERSION=`installed_version sun-jdk`; + export JAVA_HOME="/usr/lib/jdk${JAVA_VERSION}"; + OPTS="$OPTS --with-java=$JAVA_HOME" + else + JAVA_VERSION=`installed_version j2sdk`; + export JAVA_HOME="/usr/lib/j2sdk${JAVA_VERSION}"; + OPTS="$OPTS --with-java=$JAVA_HOME" + fi && + default_build && + gather_docs doc/* ) > $C_FIFO 2>&1 diff --git a/utils/pilot-link/DEPENDS b/utils/pilot-link/DEPENDS index 5366e5c..510bf2e 100644 --- a/utils/pilot-link/DEPENDS +++ b/utils/pilot-link/DEPENDS @@ -8,3 +8,4 @@ optional_depends "tcl" "--with-tcl=/usr/lib --with-tclinclude=/usr/incl "--without-tcl" "for tcl scripting support" optional_depends "bluez-utils" "--with-bluez" "--without-bluez" "for bluetooth support" +optional_depends "%JAVA_SDK" "" "" "for java support" From stumbles at lunar-linux.org Sat Feb 14 03:36:39 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 21:36:39 -0500 Subject: [Lunar-commits] foremost: version bump. Message-ID: <20090214023653.3F435F4066@doppio.foo-projects.org> commit 87054515bb5aa4811f68d29f2cb7d7681816df2e Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 21:36:39 2009 -0500 foremost: version bump. --- filesys/foremost/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filesys/foremost/DETAILS b/filesys/foremost/DETAILS index fd79b2f..778ac45 100644 --- a/filesys/foremost/DETAILS +++ b/filesys/foremost/DETAILS @@ -1,11 +1,11 @@ MODULE=foremost - VERSION=1.5.4 + VERSION=1.5.5 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://foremost.sourceforge.net/pkg/ - SOURCE_VFY=sha1:af075ea068bf1a83d7b37852dd7c60308e46f5de + SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_VFY=sha1:8849237fbb498b028a4e9de9f88c912ace04e707 WEB_SITE=http://foremost.sourceforge.net/pkg/ ENTERED=20060207 - UPDATED=20080626 + UPDATED=20090213 SHORT="data carving / recovery tool" cat << EOF Foremost is a console program to recover files based on their headers, From stumbles at lunar-linux.org Sat Feb 14 03:38:40 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 21:38:40 -0500 Subject: [Lunar-commits] magicresuce: version bump. Message-ID: <20090214023900.932CBF406A@doppio.foo-projects.org> commit f888acc636130d4657c959c619f344124292c998 Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 21:38:40 2009 -0500 magicresuce: version bump. --- filesys/magicrescue/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/filesys/magicrescue/DETAILS b/filesys/magicrescue/DETAILS index 3f29b29..51a17f8 100644 --- a/filesys/magicrescue/DETAILS +++ b/filesys/magicrescue/DETAILS @@ -1,11 +1,11 @@ MODULE=magicrescue - VERSION=1.1.4 + VERSION=1.1.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://jbj.rapanden.dk/$MODULE/release/ - SOURCE_VFY=sha1:b4be78fb6eba668c79aac6bf6a01123911049008 + SOURCE_VFY=sha1:434ff3c517b5529f32c738bdb65ce290927ab01e WEB_SITE=http://jbj.rapanden.dk/magicrescue/ ENTERED=20080106 - UPDATED=20080106 + UPDATED=20090213 SHORT="Finds deleted files in block devices" cat << EOF @@ -15,5 +15,5 @@ recover and calls an external program to extract them. It looks at utility and for recovering a corrupted drive or partition. As long as the file data is there, it will find it. It works on any file system, but on very fragmented file systems it can only recover the -first chunk of each file. -EOF +first chunk of each file. +EOF From stumbles at lunar-linux.org Sat Feb 14 04:03:50 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 13 Feb 2009 22:03:50 -0500 Subject: [Lunar-commits] erlang: version bump. Message-ID: <20090214030402.6DDF1F40A5@doppio.foo-projects.org> commit bee24168e9f19e0e36a086e9beed1d5893add7fa Author: Dennis 'stumbles' Veatch Date: Fri Feb 13 22:03:50 2009 -0500 erlang: version bump. --- libs/erlang/DETAILS | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/libs/erlang/DETAILS b/libs/erlang/DETAILS index 74daa6a..8b0a249 100644 --- a/libs/erlang/DETAILS +++ b/libs/erlang/DETAILS @@ -1,15 +1,15 @@ MODULE=erlang - VERSION=R12B-4 + VERSION=R12B-5 SOURCE=otp_src_${VERSION}.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/otp_src_${VERSION} SOURCE_URL=http://www.erlang.org/download - SOURCE_VFY=sha1:4e42454c3f560ce6efd3c917a79a5b288664e329 + SOURCE_VFY=sha1:6c45509acf70d35d5def2cbefd86ada093c1ac3a WEB_SITE=http://www.erlang.org ENTERED=20021120 - UPDATED=20081021 + UPDATED=20090213 SHORT="General-purpose programming language and runtime environment" - PSAFE=no - + +PSAFE=no cat << EOF Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution @@ -17,4 +17,3 @@ and fault tolerance. Erlang is used in several large telecommunication systems from Ericsson. The most popular implementation of Erlang is available as open source from the open source erlang site. EOF - From engelsman at lunar-linux.org Sat Feb 14 14:39:24 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 14 Feb 2009 14:39:24 +0100 Subject: [Lunar-commits] Zim: version bump to 0.27 Message-ID: <20090214121054.6FCEE9B1CB@doppio.foo-projects.org> commit 9c4a6e3be5b6a2dc99de7d4f7fa8a6da000cf8ab Author: Paul Bredbury Date: Sat Feb 14 14:39:24 2009 +0100 Zim: version bump to 0.27 Updated homepage. Added xdg-utils as dependency, which is called during installation. Minor reformatting to descriptions, to adhere to Lunar package standards. --- editors/Zim/DEPENDS | 1 + editors/Zim/DETAILS | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/editors/Zim/DEPENDS b/editors/Zim/DEPENDS index 97c87f3..2ca14ab 100644 --- a/editors/Zim/DEPENDS +++ b/editors/Zim/DEPENDS @@ -2,6 +2,7 @@ depends Gtk2-Perl && depends File-DesktopEntry && depends File-BaseDir && depends File-MimeInfo && +depends xdg-utils && optional_depends "Gtk2-Spell" "" "" "support for spell checker" && optional_depends "Gtk2-TrayIcon" "" "" "support for tray icon" diff --git a/editors/Zim/DETAILS b/editors/Zim/DETAILS index 2fb6aef..403ae45 100644 --- a/editors/Zim/DETAILS +++ b/editors/Zim/DETAILS @@ -1,20 +1,21 @@ MODULE=Zim - VERSION=0.23 + VERSION=0.27 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/ - SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/ - SOURCE_VFY=sha1:ce981952aba6548ddb0d7c9cc5c42fe7f2ccaf24 - WEB_SITE=http://pardus-larus.student.utwente.nl/~pardus/projects/zim/ + SOURCE_URL[0]=http://www.zim-wiki.org/downloads/$SOURCE + SOURCE_URL[1]=http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/$SOURCE + SOURCE_VFY=sha1:ed8a75eae4295e0c1cf4b241027c4fc70f198cf3 + WEB_SITE=http://zim-wiki.org/ MAINTAINER=perldude at lunar-linux.org ENTERED=20060813 - UPDATED=20080107 - SHORT="Zim - a desktop wiki and outliner" + UPDATED=20090201 + SHORT="a desktop wiki and outliner" + cat << EOF -Zim is a WYSIWYG text editor written in Gtk2-Perl which aims to bring the -concept of a wiki to your desktop. Every page is saved as a text file with -wiki markup. Pages can contain links to other pages, and are saved -automatically. Creating a new page is as easy as linking to a non-existing page. -Pages are ordered in a hierarchical structure that gives it the look and feel -of an outliner. This tool is intended to keep track of TODO lists or to serve -as a personal scratch book. +Zim is a WYSIWYG text editor written in Gtk2-Perl, which aims to bring +the concept of a wiki to your desktop. Every page is saved as a text +file with wiki markup. Pages can contain links to other pages, and are +saved automatically. Creating a new page is as easy as linking to a +non-existing page. Pages are ordered in a hierarchical structure that +gives it the look and feel of an outliner. This tool is intended to keep +track of TODO lists, or to serve as a personal scratch book. EOF From engelsman at lunar-linux.org Sat Feb 14 15:06:43 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 14 Feb 2009 15:06:43 +0100 Subject: [Lunar-commits] Zim: corrected SOURCE_URLs Message-ID: <20090214121054.7D3D09B1CC@doppio.foo-projects.org> commit 1f1888831540a440621942c53d37fd18e10cc7d2 Author: Duncan Gibson Date: Sat Feb 14 15:06:43 2009 +0100 Zim: corrected SOURCE_URLs Previous patch had mistakenly added $SOURCE to SOURCE_URLs so when lget added it again, it failed to download :-( Note: downloaded, compiled and installed OK, and minimal test-drive was successful - engelsman --- editors/Zim/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/Zim/DETAILS b/editors/Zim/DETAILS index 403ae45..73cf06b 100644 --- a/editors/Zim/DETAILS +++ b/editors/Zim/DETAILS @@ -1,8 +1,8 @@ MODULE=Zim VERSION=0.27 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://www.zim-wiki.org/downloads/$SOURCE - SOURCE_URL[1]=http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/$SOURCE + SOURCE_URL[0]=http://www.zim-wiki.org/downloads/ + SOURCE_URL[1]=http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/ SOURCE_VFY=sha1:ed8a75eae4295e0c1cf4b241027c4fc70f198cf3 WEB_SITE=http://zim-wiki.org/ MAINTAINER=perldude at lunar-linux.org From stumbles at lunar-linux.org Sat Feb 14 15:07:26 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 14 Feb 2009 09:07:26 -0500 Subject: [Lunar-commits] ghostscript: altering BUILD to account for configure looking in the wrong include path for paper.h. Message-ID: <20090214140845.0B5189B1CB@doppio.foo-projects.org> commit 375751e17e16a1b8068738bc729db38be09d928b Author: Dennis 'stumbles' Veatch Date: Sat Feb 14 09:07:26 2009 -0500 ghostscript: altering BUILD to account for configure looking in the wrong include path for paper.h. This closes bug report 379. --- printer/ghostscript/BUILD | 5 +++++ printer/ghostscript/DEPENDS | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD index dbbf174..4b9182a 100644 --- a/printer/ghostscript/BUILD +++ b/printer/ghostscript/BUILD @@ -1,5 +1,9 @@ ( + if module_installed libpaper ; then + sedit "s:lpaper:llibpaper:g" configure + fi && + export CFLAGS="$CFLAGS -fPIC" default_build && @@ -7,3 +11,4 @@ make install-so ) > $C_FIFO 2>&1 + diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS index f039d51..1284e47 100644 --- a/printer/ghostscript/DEPENDS +++ b/printer/ghostscript/DEPENDS @@ -6,3 +6,6 @@ optional_depends "ijs" "--with-ijs" "--without-ijs" "For ijs driver support" optional_depends "cups" "" "" "To build the CUPS backends (recommended)" optional_depends "gtk+-2" "" "" "For GTK support" optional_depends "cairo" "" "" "For cairo graphics support" + +optional_depends "libpaper" "--with-libpaper" "--without-libpaper" \ + "for additonal paper size support" From stumbles at lunar-linux.org Sat Feb 14 16:39:29 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 14 Feb 2009 10:39:29 -0500 Subject: [Lunar-commits] groff: adding an optional_depends. Message-ID: <20090214153947.3CDD59B1CD@doppio.foo-projects.org> commit 728d60dba77f63329458c138aebf0681cc025d35 Author: Dennis 'stumbles' Veatch Date: Sat Feb 14 10:39:29 2009 -0500 groff: adding an optional_depends. --- doc-tools/groff/DEPENDS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/doc-tools/groff/DEPENDS b/doc-tools/groff/DEPENDS index c9fea43..70d4030 100644 --- a/doc-tools/groff/DEPENDS +++ b/doc-tools/groff/DEPENDS @@ -1,2 +1,4 @@ depends bison depends netpbm + +optional_depends psutils "" "" "for groff's HTML backend support" From zbiggy at lunar-linux.org Sat Feb 14 16:43:37 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 14 Feb 2009 16:43:37 +0100 Subject: [Lunar-commits] acpid: updated to 1.0.8 Message-ID: <20090214160357.DBAAA9B1CD@doppio.foo-projects.org> commit 5b620fd54b78cbbab77f7b516a7f241d5b9758fb Author: Zbigniew Luszpinski Date: Sat Feb 14 16:43:37 2009 +0100 acpid: updated to 1.0.8 --- utils/acpid/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/acpid/DETAILS b/utils/acpid/DETAILS index efe012c..9de0e97 100644 --- a/utils/acpid/DETAILS +++ b/utils/acpid/DETAILS @@ -1,11 +1,11 @@ MODULE=acpid - VERSION=1.0.6 + VERSION=1.0.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:67a582cddcd82256e376f4b0749121d8e4ffcaf5 + SOURCE_VFY=sha1:f739321197cac703eaf67d55798d4b839f9a1a4d WEB_SITE=http://acpid.sourceforge.net/ ENTERED=20031102 - UPDATED=20071016 + UPDATED=20090213 SHORT="An ACPI event monitor daemon" cat << EOF From zbiggy at lunar-linux.org Sat Feb 14 16:50:34 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 14 Feb 2009 16:50:34 +0100 Subject: [Lunar-commits] iasl: updated to 20090123 Message-ID: <20090214160357.E447B9B1CE@doppio.foo-projects.org> commit 3cbdc48fc6e59467bbbd8cb4590ad1d6a3e398eb Author: Zbigniew Luszpinski Date: Sat Feb 14 16:50:34 2009 +0100 iasl: updated to 20090123 --- utils/iasl/BUILD | 9 ++++++--- utils/iasl/DETAILS | 10 +++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/utils/iasl/BUILD b/utils/iasl/BUILD index f819430..57a205a 100644 --- a/utils/iasl/BUILD +++ b/utils/iasl/BUILD @@ -1,9 +1,12 @@ ( - cd compiler/ && - make && + make -C compiler && +# make -C tools/acpiexec && + make -C tools/acpixtract && prepare_install && - install -m 755 iasl /usr/bin + install -m 755 compiler/iasl /usr/bin && +# install -m 755 tools/acpiexec/acpiexec /usr/bin && + install -m 755 tools/acpixtract/acpixtract /usr/bin ) > $C_FIFO 2>&1 diff --git a/utils/iasl/DETAILS b/utils/iasl/DETAILS index 4c094a1..c0a9354 100644 --- a/utils/iasl/DETAILS +++ b/utils/iasl/DETAILS @@ -1,12 +1,12 @@ MODULE=iasl - VERSION=20080213 + VERSION=20090123 SOURCE=acpica-unix-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/acpica-unix-$VERSION - SOURCE_URL=$MIRROR_URL - SOURCE_VFY=sha1:75d97bceac52206ba8ff5cf36c7bef05ce07fb26 - WEB_SITE=http://www.intel.com/technology/iapc/acpi/ + SOURCE_URL=http://www.acpica.org/download/ + SOURCE_VFY=sha1:423ae69b088ff63af7399fa2a3e9142dc9ae00a7 + WEB_SITE=http://www.acpica.org/ ENTERED=20071004 - UPDATED=20080221 + UPDATED=20090213 MODULE_LICENSE="other" SHORT="Intel ACPI build environment" PSAFE=no From zbiggy at lunar-linux.org Sat Feb 14 16:51:17 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 14 Feb 2009 16:51:17 +0100 Subject: [Lunar-commits] gxine: updated to 0.5.903 Message-ID: <20090214160358.0AB9F9B1D1@doppio.foo-projects.org> commit 91d7e95751baa60e31bb71e34f1324c690c41e8b Author: Zbigniew Luszpinski Date: Sat Feb 14 16:51:17 2009 +0100 gxine: updated to 0.5.903 --- video/gxine/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/gxine/DETAILS b/video/gxine/DETAILS index b6f2775..bd059da 100644 --- a/video/gxine/DETAILS +++ b/video/gxine/DETAILS @@ -1,11 +1,11 @@ MODULE=gxine - VERSION=0.5.11 + VERSION=0.5.903 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/xine/ - SOURCE_VFY=sha1:74d7e46ff55261c36994b60d66e55720cdb9e165 + SOURCE_VFY=sha1:2c36ee1bfe6cf63cef74ede85f9194247fb784a0 WEB_SITE=http://xinehq.de/ ENTERED=20030329 - UPDATED=20070131 + UPDATED=20090212 SHORT="frontend for xine-lib" cat << EOF From zbiggy at lunar-linux.org Sat Feb 14 16:53:15 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 14 Feb 2009 16:53:15 +0100 Subject: [Lunar-commits] pmtools: updated to 20071116 Message-ID: <20090214160358.1B2AC9B1D3@doppio.foo-projects.org> commit 34d46531955210f28bdc519bb3b55779bbd98db4 Author: Zbigniew Luszpinski Date: Sat Feb 14 16:53:15 2009 +0100 pmtools: updated to 20071116 --- utils/pmtools/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pmtools/DETAILS b/utils/pmtools/DETAILS index e17151c..4f35259 100644 --- a/utils/pmtools/DETAILS +++ b/utils/pmtools/DETAILS @@ -1,10 +1,10 @@ MODULE=pmtools - VERSION=20070511 + VERSION=20071116 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KERNEL_URL/pub/linux/kernel/people/lenb/acpi/utils - SOURCE_VFY=sha1:850c8f7adb2a76cd9e0c03d29041da464a5db7cf + SOURCE_VFY=sha1:8ecad7ae5ee9f78172ee5dcdccebf5e7bd1ceb22 ENTERED=20070622 - UPDATED=20070622 + UPDATED=20090213 SHORT="power management test and investigation tools" cat << EOF From zbiggy at lunar-linux.org Sat Feb 14 16:53:49 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 14 Feb 2009 16:53:49 +0100 Subject: [Lunar-commits] powertop: updated to 1.11 Message-ID: <20090214160358.2F9169B1D4@doppio.foo-projects.org> commit c48295fb73d6aa611691d01918971ddeb6ba0ed1 Author: Zbigniew Luszpinski Date: Sat Feb 14 16:53:49 2009 +0100 powertop: updated to 1.11 --- utils/powertop/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/powertop/DETAILS b/utils/powertop/DETAILS index 8b0e5ef..e7d31be 100644 --- a/utils/powertop/DETAILS +++ b/utils/powertop/DETAILS @@ -1,11 +1,11 @@ MODULE=powertop - VERSION=1.10 + VERSION=1.11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.lesswatts.org/projects/powertop/download - SOURCE_VFY=sha1:c75d475098be7c2a0b006457f6aceb429f84bdc0 + SOURCE_VFY=sha1:d1d71db9a0854fab51f295a87ec505d89e451de3 WEB_SITE=http://www.lesswatts.org/projects/powertop ENTERED=20070514 - UPDATED=20080616 + UPDATED=20090213 SHORT="Measure power usage on tickless kernels" cat << EOF From zbiggy at lunar-linux.org Sat Feb 14 17:03:10 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 14 Feb 2009 17:03:10 +0100 Subject: [Lunar-commits] sun-{jdk, jre}: remove old java during install Message-ID: <20090214160358.403779B1CD@doppio.foo-projects.org> commit 902e1ed856b8eff57444ab53401cce2d61667fc2 Author: Zbigniew Luszpinski Date: Sat Feb 14 17:03:10 2009 +0100 sun-{jdk,jre}: remove old java during install --- compilers/sun-jdk/BUILD | 3 +++ compilers/sun-jdk/POST_REMOVE | 2 +- compilers/sun-jre/BUILD | 3 +++ compilers/sun-jre/POST_REMOVE | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/compilers/sun-jdk/BUILD b/compilers/sun-jdk/BUILD index b676b61..ff28021 100644 --- a/compilers/sun-jdk/BUILD +++ b/compilers/sun-jdk/BUILD @@ -2,6 +2,9 @@ chmod +x $SOURCE && ./$SOURCE --accept-license --unpack && + # Clean up old java 1.6.0 service packs + rm -rf /usr/lib/jdk1.6.0_* && + prepare_install && cp -r $SOURCE_DIRECTORY/jdk${VERSION} /usr/lib/ && diff --git a/compilers/sun-jdk/POST_REMOVE b/compilers/sun-jdk/POST_REMOVE index 8c37382..c81210a 100644 --- a/compilers/sun-jdk/POST_REMOVE +++ b/compilers/sun-jdk/POST_REMOVE @@ -1 +1 @@ -rm -rf /usr/lib/jdk${VERSION}_* +rm -rf /usr/lib/jdk1.6.0_* diff --git a/compilers/sun-jre/BUILD b/compilers/sun-jre/BUILD index f976b41..a408b28 100644 --- a/compilers/sun-jre/BUILD +++ b/compilers/sun-jre/BUILD @@ -2,6 +2,9 @@ chmod +x $SOURCE && ./$SOURCE --accept-license --unpack && + # Clean up old java 1.6.0 service packs + rm -rf /usr/lib/jre1.6.0_* && + prepare_install && cp -r $SOURCE_DIRECTORY/jre${VERSION} /usr/lib/ && diff --git a/compilers/sun-jre/POST_REMOVE b/compilers/sun-jre/POST_REMOVE index fa18104..35eb536 100644 --- a/compilers/sun-jre/POST_REMOVE +++ b/compilers/sun-jre/POST_REMOVE @@ -1 +1 @@ -rm -rf /usr/lib/jre${VERSION}_* +rm -rf /usr/lib/jre1.6.0_* From stumbles at lunar-linux.org Sat Feb 14 17:34:45 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 14 Feb 2009 11:34:45 -0500 Subject: [Lunar-commits] timezone-data: version bump. Message-ID: <20090214163508.058239B1CD@doppio.foo-projects.org> commit c6d5c23ab9cd6a9bc15f83725cd30cd35d70d497 Author: Dennis 'stumbles' Veatch Date: Sat Feb 14 11:34:45 2009 -0500 timezone-data: version bump. --- utils/timezone-data/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/timezone-data/DETAILS b/utils/timezone-data/DETAILS index b57eb98..27bed6d 100644 --- a/utils/timezone-data/DETAILS +++ b/utils/timezone-data/DETAILS @@ -1,7 +1,7 @@ MODULE=timezone-data - VERSION=2009a + VERSION=2009b DATA_VERSION=$VERSION - CODE_VERSION=2009a + CODE_VERSION=2009b SOURCE=tzdata${DATA_VERSION}.tar.gz SOURCE2=tzcode${CODE_VERSION}.tar.gz SOURCE3=$MODULE-2007c-makefile.patch @@ -10,12 +10,12 @@ SOURCE2_URL[0]=$MIRROR_URL SOURCE2_URL[1]=ftp://elsie.nci.nih.gov/pub/ SOURCE3_URL[0]=$PATCH_URL - SOURCE_VFY=sha1:8ace9a1c42581c3af8c4c84cd044683eaef191ef - SOURCE2_VFY=sha1:dbdc8c4b5c869f6f013094113ee48227cad3367f + SOURCE_VFY=sha1:9521db73a56edba6bba706c6d30a9296e71f5cb6 + SOURCE2_VFY=sha1:53e62aef41066bb9b55b36451f7df61a0ed29c59 SOURCE3_VFY=sha1:9f3234708c0baa44d5aeb132871cb473d37f9dbe WEB_SITE=ftp://elsie.nci.nih.gov/pub/ ENTERED=20070203 - UPDATED=20090129 + UPDATED=20090214 SHORT="timezone data and utilities" cat << EOF From stumbles at lunar-linux.org Sat Feb 14 18:39:19 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 14 Feb 2009 12:39:19 -0500 Subject: [Lunar-commits] gpac: version bump. Message-ID: <20090214173932.37D039B1CD@doppio.foo-projects.org> commit 7f94366b507e2457f2935717c7193675386d16b7 Author: Dennis 'stumbles' Veatch Date: Sat Feb 14 12:39:19 2009 -0500 gpac: version bump. --- video/gpac/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/gpac/DETAILS b/video/gpac/DETAILS index 41993c5..2ac4662 100644 --- a/video/gpac/DETAILS +++ b/video/gpac/DETAILS @@ -1,12 +1,12 @@ MODULE=gpac - VERSION=0.4.4 + VERSION=0.4.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:99b185966632376295f4406821223f5d60d1a32c + SOURCE_VFY=sha1:2ec03c1d7dc3f4d10c0f7b47696cc1e753a56fc8 WEB_SITE=http://gpac.sourceforge.net/home_about.php ENTERED=20080119 - UPDATED=20080119 + UPDATED=20090214 SHORT="Open Source multimedia framework" PSAFE=no cat << EOF From stumbles at lunar-linux.org Sat Feb 14 19:29:56 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 14 Feb 2009 13:29:56 -0500 Subject: [Lunar-commits] libpaper: version bump. The prior version has gone missing from their web site. Message-ID: <20090214183039.C30759B1CD@doppio.foo-projects.org> commit 843603554d5e287734387ad3b4f5caf1a021140a Author: Dennis 'stumbles' Veatch Date: Sat Feb 14 13:29:56 2009 -0500 libpaper: version bump. The prior version has gone missing from their web site. --- libs/libpaper/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libpaper/DETAILS b/libs/libpaper/DETAILS index 1a125ad..b513680 100644 --- a/libs/libpaper/DETAILS +++ b/libs/libpaper/DETAILS @@ -1,11 +1,11 @@ MODULE=libpaper - VERSION=1.1.23 + VERSION=1.1.23+nmu1 SOURCE=${MODULE}_${VERSION}.tar.gz SOURCE_URL=http://ftp.debian.org/debian/pool/main/libp/libpaper/ - SOURCE_VFY=sha1:e1c03fc0fa708cafe12d00a120685ef566100468 + SOURCE_VFY=sha1:9091fc346845585ceff105c887f35012c3a39e2b WEB_SITE=http://www.debian.org ENTERED=20070315 - UPDATED=20071029 + UPDATED=20090214 SHORT="a paper size library" cat << EOF From stumbles at lunar-linux.org Sat Feb 14 23:58:39 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 14 Feb 2009 17:58:39 -0500 Subject: [Lunar-commits] devil: initial import. Message-ID: <20090214230041.91BC6F39E1@doppio.foo-projects.org> commit a819f9c6fa54ed25ae715c10f44daafd457fb8d5 Author: Dennis 'stumbles' Veatch Date: Sat Feb 14 17:58:39 2009 -0500 devil: initial import. --- graphics/devil/BUILD | 7 +++++++ graphics/devil/DEPENDS | 11 +++++++++++ graphics/devil/DETAILS | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 0 deletions(-) diff --git a/graphics/devil/BUILD b/graphics/devil/BUILD new file mode 100644 index 0000000..b454942 --- /dev/null +++ b/graphics/devil/BUILD @@ -0,0 +1,7 @@ +( + + OPTS="$OPTS --enable-ILU --enable-ILUT" + + default_build + +) > $C_FIFO 2>&1 diff --git a/graphics/devil/DEPENDS b/graphics/devil/DEPENDS new file mode 100644 index 0000000..2d41951 --- /dev/null +++ b/graphics/devil/DEPENDS @@ -0,0 +1,11 @@ +depends libpng +depends zlib +depends jpeg +depends tiff +depends lcms +depends jasper + +optional_depends SDL "--enable-sdl" "--disable-sdl" "for SDL support" +optional_depends OpenEXR "--enable-exr" "--disable-exr" "for high dynamic-range support" +optional_depends libmng "--enable-mng" "--disable-mng" "for MNG format support" +optional_depends allegro "--enable-allegro" "--disable-allegro" "for additional graphical support" diff --git a/graphics/devil/DETAILS b/graphics/devil/DETAILS new file mode 100644 index 0000000..c827cef --- /dev/null +++ b/graphics/devil/DETAILS @@ -0,0 +1,32 @@ + MODULE=devil + VERSION=1.7.7 + SOURCE=DevIL-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/openil/ + SOURCE_VFY=sha1:b069aca53680ad18d8cfc4eee87d3ad52186308b + WEB_SITE=http://openil.sourceforge.net/ + ENTERED=20090214 + UPDATED=20090214 + SHORT="Developer's Image Library" + +cat << EOF +Many people may have known DevIL as OpenIL, but the name was changed due to +SGI's request. + +Developer's Image Library (DevIL) is a programmer's library to develop +applications with very powerful image loading capabilities, yet is easy for a +developer to learn and use. Ultimate control of images is left to the developer, +so unnecessary conversions, etc. are not performed. DevIL utilizes a simple, yet +powerful, syntax. DevIL can load, save, convert, manipulate, filter and display +a wide variety of image formats. + +Currently, DevIL can load .bmp, .cut, .dds, .doom, .exr, .hdr, .gif, .ico, .jp2, +.jpg,.lbm, .mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, +.psp, .raw, .sgi, .tga and .tif files. + +Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm, .pcx, +.pgm, .png, .ppm, .raw, .sgi, .tga and .tif. + +DevIL currently supports the following APIs for display: OpenGL, Windows GDI, +SDL, DirectX and Allegro. Compilers that can compile DevIL or use it include +Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and Dev-C++. +EOF From stumbles at lunar-linux.org Sun Feb 15 00:00:12 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sat, 14 Feb 2009 18:00:12 -0500 Subject: [Lunar-commits] graphviz: version bump and a twiddle with DEPENDS. Message-ID: <20090214230041.9C2EAF39AF@doppio.foo-projects.org> commit 56fbdbc202db065a254b03291a64db9f9f18680b Author: Dennis 'stumbles' Veatch Date: Sat Feb 14 18:00:12 2009 -0500 graphviz: version bump and a twiddle with DEPENDS. --- graphics/graphviz/DEPENDS | 3 +++ graphics/graphviz/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/graphics/graphviz/DEPENDS b/graphics/graphviz/DEPENDS index 11b5ab4..e603eb2 100644 --- a/graphics/graphviz/DEPENDS +++ b/graphics/graphviz/DEPENDS @@ -8,6 +8,7 @@ depends glib-2 depends pkgconfig depends ghostscript +optional_depends "glitz" "--with-glitz" "--without-glitz" "OpenGL image compositing support" optional_depends "cairo" "" "" "For 2D vector graphics library" optional_depends "pango" "" "" "For text layout/rendering library" optional_depends "urw-fonts" "" "" "Extra fonts for XOrg X11" @@ -18,3 +19,5 @@ optional_depends "swig" "" "--disable-swig" "swig support" optional_depends "lua" "" "--disable-lua" "lua support" optional_depends "ruby" "--enable-ruby" "--disable-ruby" "for ruby support" optional_depends "ming" "" "" "for flash support" +optional_depends "devil" "--with-devil --with-devillibdir=/usr/lib/" "" \ + "for additional graph file format support" diff --git a/graphics/graphviz/DETAILS b/graphics/graphviz/DETAILS index 8488c2e..db715e7 100644 --- a/graphics/graphviz/DETAILS +++ b/graphics/graphviz/DETAILS @@ -1,11 +1,11 @@ MODULE=graphviz - VERSION=2.20.2 + VERSION=2.20.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.graphviz.org/pub/$MODULE/ARCHIVE/ - SOURCE_VFY=sha1:e08cf95b69a51e6c63accbc662075550f915a54c + SOURCE_VFY=sha1:63ae6bdb6b410387477d339225cc4f61c2bc7322 WEB_SITE=http://www.research.att.com/sw/tools/$MODULE/ ENTERED=20020529 - UPDATED=20080907 + UPDATED=20090214 SHORT="Set of graph drawing tools" cat << EOF From zbiggy at lunar-linux.org Sun Feb 15 00:59:11 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 15 Feb 2009 00:59:11 +0100 Subject: [Lunar-commits] lshw: updated to B.02.14 Message-ID: <20090214235940.0ADFB9B1CD@doppio.foo-projects.org> commit 013d9d342fa955bbb6cd789108e8a6aca75ac0bd Author: Zbigniew Luszpinski Date: Sun Feb 15 00:59:11 2009 +0100 lshw: updated to B.02.14 --- zbeta/lshw/DETAILS | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/zbeta/lshw/DETAILS b/zbeta/lshw/DETAILS index e16fff2..5fd580b 100644 --- a/zbeta/lshw/DETAILS +++ b/zbeta/lshw/DETAILS @@ -1,18 +1,16 @@ MODULE=lshw - VERSION=B.02.08.01 + VERSION=B.02.14 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_URL[0]=$SFORGE_URL/ezix/ - SOURCE_VFY=sha1:fee8fe9397b5ceb70b88388bd6987faf54212510 + SOURCE_URL=http://ezix.org/software/files/ + SOURCE_VFY=sha1:39d61aa218e0a8558417c7f95dcca90bad3d11c1 WEB_SITE=http://ezix.org/project/wiki/HardwareLiSter ENTERED=20090202 - UPDATED=20090209 - SHORT="hardware lister" - + UPDATED=20090214 + SHORT="detailed information on the hardware configuration of the machine" cat << EOF lshw (Hardware Lister) is a small tool to provide detailed information -on the hardware configuration of the machine. It can report exact memory -configuration, firmware version, mainboard configuration, CPU version -and speed, cache configuration, bus speed, etc. on DMI-capable x86 or -EFI (IA-64) systems and on some PowerPC machines. +on the hardware configuration of the machine. It can report exact +memory configuration, firmware version, mainboard configuration, +CPU version and speed, cache configuration, bus speed, etc. +on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC machines. EOF From engelsman at lunar-linux.org Sun Feb 15 15:48:51 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 15 Feb 2009 15:48:51 +0100 Subject: [Lunar-commits] ddclient: Add dependency on new IO-Socket-SSL, plus cleanup Message-ID: <20090215125948.58FE39B1CD@doppio.foo-projects.org> commit 2ad1d8993106c5f42b32d91531655e0685454bfd Author: Paul Bredbury Date: Sun Feb 15 15:48:51 2009 +0100 ddclient: Add dependency on new IO-Socket-SSL, plus cleanup The old mkdir commands in BUILD showed an error message. --- utils/ddclient/BUILD | 10 ++++------ utils/ddclient/DEPENDS | 3 ++- utils/ddclient/DETAILS | 8 ++++---- utils/ddclient/POST_INSTALL | 2 +- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/utils/ddclient/BUILD b/utils/ddclient/BUILD index 1388cf5..62079ef 100644 --- a/utils/ddclient/BUILD +++ b/utils/ddclient/BUILD @@ -1,14 +1,12 @@ ( - prepare_install && + prepare_install && install -m 750 ddclient /usr/sbin/ddclient && - mkdir /var/cache/ddclient && - if [ ! -x /etc/ddclient ]; then - mkdir /etc/ddclient - fi + mkdir -p /etc/ddclient /var/cache/ddclient && + if [ ! -e /etc/ddclient/ddclient.conf ]; then install -m640 sample-etc_ddclient.conf /etc/ddclient/ddclient.conf - fi + fi && if [ -e /etc/ddclient.conf ]; then echo "/etc/ddclient.conf has moved to /etc/ddclient/ddclient.conf. Please move your existing ddclient.conf." fi diff --git a/utils/ddclient/DEPENDS b/utils/ddclient/DEPENDS index bf1491f..399e4f0 100644 --- a/utils/ddclient/DEPENDS +++ b/utils/ddclient/DEPENDS @@ -1,2 +1,3 @@ -depends perl && +optional_depends "IO-Socket-SSL" "" "" "for ssl=yes in ddclient.conf" +depends perl depends IO-All diff --git a/utils/ddclient/DETAILS b/utils/ddclient/DETAILS index 1e67b94..63c2902 100644 --- a/utils/ddclient/DETAILS +++ b/utils/ddclient/DETAILS @@ -6,16 +6,16 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_VFY=sha1:ff889adacf916bebb25522d9cc1eda0e9593a7f4 WEB_SITE=http://ddclient.sourceforge.net/ ENTERED=20040709 - UPDATED=20090127 + UPDATED=20090212 MAINTAINER=hittis at lunar-linux.org - SHORT="small but full featured client for updating dynamic DNS sevices." + SHORT="small but full-featured client for updating dynamic DNS sevices" cat << EOF -DDclient is a small but full featured client requiring only Perl and +DDclient is a small but full-featured client requiring only Perl and no additional modules. It runs under most UNIX OSes and has been tested under GNU/Linux and FreeBSD. Supported features include: operating as a daemon, manual and automatic updates, static and dynamic updates, optimized updates for multiple addresses, MX, -wildcards, abuse avoidance, retrying failed updates, and sending +wildcards, abuse avoidance, retrying failed updates, and sending the update status to syslog and through e-mail. EOF diff --git a/utils/ddclient/POST_INSTALL b/utils/ddclient/POST_INSTALL index 6fb046a..2a6e3e6 100644 --- a/utils/ddclient/POST_INSTALL +++ b/utils/ddclient/POST_INSTALL @@ -2,6 +2,6 @@ cat << EOF Please look at /etc/ddclient/ddclient.conf and modify it according to your needs. -More info can be found in /usr/doc/ddclient/ +More info can be found in /usr/share/doc/ddclient/ EOF From engelsman at lunar-linux.org Sun Feb 15 15:56:35 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 15 Feb 2009 15:56:35 +0100 Subject: [Lunar-commits] ddclient: removed direct perl dependency Message-ID: <20090215125948.66B949B1CE@doppio.foo-projects.org> commit d2a80da6a14075fad2c99c9bde99aa2299fc08f1 Author: Duncan Gibson Date: Sun Feb 15 15:56:35 2009 +0100 ddclient: removed direct perl dependency removed 'depends perl' because perl is already a dependency of IO-All Note: downloaded, compiled and installed OK, but otherwise untested by me - engelsman --- utils/ddclient/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/utils/ddclient/DEPENDS b/utils/ddclient/DEPENDS index 399e4f0..cb2cd28 100644 --- a/utils/ddclient/DEPENDS +++ b/utils/ddclient/DEPENDS @@ -1,3 +1,2 @@ optional_depends "IO-Socket-SSL" "" "" "for ssl=yes in ddclient.conf" -depends perl depends IO-All From engelsman at lunar-linux.org Sun Feb 15 22:34:53 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 15 Feb 2009 22:34:53 +0100 Subject: [Lunar-commits] descent1-demodata: Demo data to play d1x-rebirth Message-ID: <20090215201019.BFF0A9B1CD@doppio.foo-projects.org> commit 88d77f4718b247e32c42f4f8921cd2e753a3403c Author: Paul Bredbury Date: Sun Feb 15 22:34:53 2009 +0100 descent1-demodata: Demo data to play d1x-rebirth --- zbeta/descent1-demodata/BUILD | 19 +++++++++++++++++++ zbeta/descent1-demodata/DEPENDS | 2 ++ zbeta/descent1-demodata/DETAILS | 15 +++++++++++++++ zbeta/descent1-demodata/PRE_BUILD | 4 ++++ 4 files changed, 40 insertions(+), 0 deletions(-) diff --git a/zbeta/descent1-demodata/BUILD b/zbeta/descent1-demodata/BUILD new file mode 100644 index 0000000..a6e3982 --- /dev/null +++ b/zbeta/descent1-demodata/BUILD @@ -0,0 +1,19 @@ +( + + unarj e DESCENT1.SOW && + mv descent.pig{,1} && + unarj e DESCENT2.SOW && + mv descent.pig{,2} && + cat descent.pig{1,2} > descent.pig && + + # Stop Lunar from thinking INSTALL.EXE is documentation! + rm INSTALL.EXE && + + prepare_install && + # Use the "Data" dir, to prevent conflict with the full version files + mkdir -p /usr/share/games/d1x-rebirth/Data && + cp descent.{b50,hog,m50,phx,pig} /usr/share/games/d1x-rebirth/Data/ && + gather_docs orderfrm.txt readme.txt refcard.txt + +) > $C_FIFO 2>&1 + diff --git a/zbeta/descent1-demodata/DEPENDS b/zbeta/descent1-demodata/DEPENDS new file mode 100644 index 0000000..f1a8e0a --- /dev/null +++ b/zbeta/descent1-demodata/DEPENDS @@ -0,0 +1,2 @@ +depends unarj +depends unzip diff --git a/zbeta/descent1-demodata/DETAILS b/zbeta/descent1-demodata/DETAILS new file mode 100644 index 0000000..ca761c1 --- /dev/null +++ b/zbeta/descent1-demodata/DETAILS @@ -0,0 +1,15 @@ + MODULE=descent1-demodata + VERSION=1.4 + SOURCE=desc14sw.exe +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=ftp://ftp.funet.fi/pub/msdos/games/interplay/ + SOURCE_VFY=sha1:0364a8280b8c10ccab009cf7ab8bb64ab6c27d90 + WEB_SITE=http://www.dxx-rebirth.com/ + ENTERED=20090202 + UPDATED=20090202 + MAINTAINER=brebs at sent.com + SHORT="Descent 1 shareware level data" + +cat << EOF +Shareware data for Descent 1, to use with the d1x-rebirth engine. +EOF diff --git a/zbeta/descent1-demodata/PRE_BUILD b/zbeta/descent1-demodata/PRE_BUILD new file mode 100644 index 0000000..d975c3b --- /dev/null +++ b/zbeta/descent1-demodata/PRE_BUILD @@ -0,0 +1,4 @@ +validate_source_dir $SOURCE_DIRECTORY && +mk_source_dir $SOURCE_DIRECTORY && +cd $SOURCE_DIRECTORY && +unzip -qo "${SOURCE_CACHE}/${SOURCE}" From engelsman at lunar-linux.org Sun Feb 15 22:35:13 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 15 Feb 2009 22:35:13 +0100 Subject: [Lunar-commits] d1x-rebirth: Original 6-degrees-of-freedom shooter Message-ID: <20090215201019.CDFC29B1CE@doppio.foo-projects.org> commit 05515fa60d4d97897de6aec4643c1fb461b25154 Author: Paul Bredbury Date: Sun Feb 15 22:35:13 2009 +0100 d1x-rebirth: Original 6-degrees-of-freedom shooter Works with descent1-demodata. However, d2x-rebirth does *not* work with descent2-demodata, so I haven't bothered to create a package for descent2-demodata. --- zbeta/d1x-rebirth/BUILD | 17 +++++++++++++++++ zbeta/d1x-rebirth/DEPENDS | 6 ++++++ zbeta/d1x-rebirth/DETAILS | 22 ++++++++++++++++++++++ 3 files changed, 45 insertions(+), 0 deletions(-) diff --git a/zbeta/d1x-rebirth/BUILD b/zbeta/d1x-rebirth/BUILD new file mode 100644 index 0000000..77ad41e --- /dev/null +++ b/zbeta/d1x-rebirth/BUILD @@ -0,0 +1,17 @@ +( + + sedit "/^BIN_DIR =/s/.*/BIN_DIR = '\/usr\/games'/" SConstruct && + # Replaces dos2unix, to fix line-endings + sedit 's/\r//' *.txt && + + # Added "debug=1" to prevent crash when exiting program + OPTS="$OPTS prefix=/usr sdlmixer=1 debug=1" && + scons $OPTS && + + prepare_install && + scons $OPTS install && + # Create directory for manually-installed data files + mkdir -p /usr/share/games/d1x-rebirth/ + +) > $C_FIFO 2>&1 + diff --git a/zbeta/d1x-rebirth/DEPENDS b/zbeta/d1x-rebirth/DEPENDS new file mode 100644 index 0000000..938564c --- /dev/null +++ b/zbeta/d1x-rebirth/DEPENDS @@ -0,0 +1,6 @@ +depends mesa-lib +depends SDL_mixer +depends physfs +depends scons +optional_depends "descent1-demodata" "shareware=1" "" \ + "compatibility with shareware demo levels" diff --git a/zbeta/d1x-rebirth/DETAILS b/zbeta/d1x-rebirth/DETAILS new file mode 100644 index 0000000..a97b15b --- /dev/null +++ b/zbeta/d1x-rebirth/DETAILS @@ -0,0 +1,22 @@ + MODULE=d1x-rebirth + VERSION=0.55.1 + SOURCE=${MODULE}_v${VERSION}-src.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_v${VERSION}-src + SOURCE_URL=$SFORGE_URL/dxx-rebirth/ + SOURCE_VFY=sha1:cceac7f152ca301d2fd7523f1ff906d5d1ee579d + WEB_SITE=http://www.dxx-rebirth.com/ + ENTERED=20090202 + UPDATED=20090202 + MAINTAINER=brebs at sent.com + SHORT="Descent 1 Rebirth - claustrophobic 3D shooter" + +cat << EOF +Descent I is a 3D first-person shooter video game, noted for +popularizing the use of true 3D rendering technology and providing the +player with six full degrees of freedom (often abbreviated "6DOF") to +move and to look around. + +To play this game, you'll need some data files installed in +/usr/share/games/d1x-rebirth - see INSTALL.txt, or install +descent1-demodata. +EOF From engelsman at lunar-linux.org Sun Feb 15 22:35:21 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 15 Feb 2009 22:35:21 +0100 Subject: [Lunar-commits] d2x-rebirth: new module - space shooter game Message-ID: <20090215201019.E0A179B1D1@doppio.foo-projects.org> commit b41fee56cec39a64ee608d08d28c881f430c912f Author: Paul Bredbury Date: Sun Feb 15 22:35:21 2009 +0100 d2x-rebirth: new module - space shooter game --- zbeta/d2x-rebirth/BUILD | 16 ++++++++++++++++ zbeta/d2x-rebirth/DEPENDS | 4 ++++ zbeta/d2x-rebirth/DETAILS | 21 +++++++++++++++++++++ 3 files changed, 41 insertions(+), 0 deletions(-) diff --git a/zbeta/d2x-rebirth/BUILD b/zbeta/d2x-rebirth/BUILD new file mode 100644 index 0000000..3a60693 --- /dev/null +++ b/zbeta/d2x-rebirth/BUILD @@ -0,0 +1,16 @@ +( + + sedit "/^BIN_DIR =/s/.*/BIN_DIR = '\/usr\/games'/" SConstruct && + # Replaces dos2unix, to fix line-endings + sedit 's/\r//' *.txt && + + opts="prefix=/usr sdlmixer=1" && + scons $opts && + + prepare_install && + scons $opts install && + # Create directory for manually-installed data files + mkdir -p /usr/share/games/d2x-rebirth/missions + +) > $C_FIFO 2>&1 + diff --git a/zbeta/d2x-rebirth/DEPENDS b/zbeta/d2x-rebirth/DEPENDS new file mode 100644 index 0000000..564ec55 --- /dev/null +++ b/zbeta/d2x-rebirth/DEPENDS @@ -0,0 +1,4 @@ +depends mesa-lib +depends SDL_mixer +depends physfs +depends scons diff --git a/zbeta/d2x-rebirth/DETAILS b/zbeta/d2x-rebirth/DETAILS new file mode 100644 index 0000000..8290f8f --- /dev/null +++ b/zbeta/d2x-rebirth/DETAILS @@ -0,0 +1,21 @@ + MODULE=d2x-rebirth + VERSION=0.55.1 + SOURCE=${MODULE}_v${VERSION}-src.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_v${VERSION}-src + SOURCE_URL=$SFORGE_URL/dxx-rebirth/ + SOURCE_VFY=sha1:ac7c9ad3cbe1acb21de65f7e945914ab9ed4ccd2 + WEB_SITE=http://www.dxx-rebirth.com/ + ENTERED=20090202 + UPDATED=20090202 + MAINTAINER=brebs at sent.com + SHORT="Descent 2 Rebirth - claustrophobic 3D shooter" + +cat << EOF +Descent II is a 3D first-person shooter video game, noted for +popularizing the use of true 3D rendering technology and providing the +player with six full degrees of freedom (often abbreviated "6DOF") to +move and to look around. + +To play this game, you'll need some data files installed in +/usr/share/games/d2x-rebirth - see INSTALL.txt +EOF From engelsman at lunar-linux.org Sun Feb 15 23:04:22 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 15 Feb 2009 23:04:22 +0100 Subject: [Lunar-commits] d1x-rebirth: changed mesa-lib to %GLX alias in DEPENDS Message-ID: <20090215201020.02ABD9B1D3@doppio.foo-projects.org> commit 4b3cc22105dc6d8c79220cf95c7e4da06ba9b7ab Author: Duncan Gibson Date: Sun Feb 15 23:04:22 2009 +0100 d1x-rebirth: changed mesa-lib to %GLX alias in DEPENDS d1x-rebirth: changed mesa-lib to %GLX alias in DEPENDS Note: downloads, compiles and installs OK, but unable to test as I don't have correct GLX visual enabled - engelsman d2x-rebirth: changed mesa-lib to %GLX alias in DEPENDS Note: downloads, compiles and installs OK, but unable to test as I don't have a valid descent2.hog file - engelsman --- zbeta/d1x-rebirth/DEPENDS | 2 +- zbeta/d2x-rebirth/DEPENDS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zbeta/d1x-rebirth/DEPENDS b/zbeta/d1x-rebirth/DEPENDS index 938564c..f89240f 100644 --- a/zbeta/d1x-rebirth/DEPENDS +++ b/zbeta/d1x-rebirth/DEPENDS @@ -1,4 +1,4 @@ -depends mesa-lib +depends %GLX depends SDL_mixer depends physfs depends scons diff --git a/zbeta/d2x-rebirth/DEPENDS b/zbeta/d2x-rebirth/DEPENDS index 564ec55..ed0bac3 100644 --- a/zbeta/d2x-rebirth/DEPENDS +++ b/zbeta/d2x-rebirth/DEPENDS @@ -1,4 +1,4 @@ -depends mesa-lib +depends %GLX depends SDL_mixer depends physfs depends scons From florin at lunar-linux.org Sun Feb 15 21:59:51 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 15 Feb 2009 22:59:51 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.28.5. Message-ID: <20090215210024.43E199B1CD@doppio.foo-projects.org> commit ea0be9cd1d4823331c00ec6567757815820ad2b1 Author: Florin Braescu Date: Sun Feb 15 22:59:51 2009 +0200 linux-2.6: version bumped to 2.6.28.5. Many bugfixes. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index 3bc5901..d2ce6dd 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.28.4 + VERSION=2.6.28.5 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE_VFY=sha1:4f40f8bf3fd110b0cc6e1fea5f539c98f9959e94 - SOURCE2_VFY=sha1:123172d731b39524e147723d0f60a5a97cb8a501 + SOURCE2_VFY=sha1:2b6c67de2d30f2a25bcb2a35410bca4512abad38 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090207 + UPDATED=20090215 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From stumbles at lunar-linux.org Mon Feb 16 03:42:46 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 15 Feb 2009 21:42:46 -0500 Subject: [Lunar-commits] ode: version bump. Message-ID: <20090216024302.9AC449B1CD@doppio.foo-projects.org> commit 26d4e177a0c4641b34359256a76dfb9314b44d7e Author: Dennis 'stumbles' Veatch Date: Sun Feb 15 21:42:46 2009 -0500 ode: version bump. --- libs/ode/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/ode/DETAILS b/libs/ode/DETAILS index 2947298..72879bb 100644 --- a/libs/ode/DETAILS +++ b/libs/ode/DETAILS @@ -1,11 +1,11 @@ MODULE=ode - VERSION=0.10.1 + VERSION=0.11 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/opende/ - SOURCE_VFY=sha1:2099b96567d6264def7bbd42b524260bf15d7f25 + SOURCE_VFY=sha1:b2dff5754c251577f5eb65e6b5880da23ea79d72 WEB_SITE=http://www.ode.org/ ENTERED=20041011 - UPDATED=20081228 + UPDATED=20090215 SHORT="Open Dynamics Engine" cat << EOF ODE is an open source, high performance library for simulating rigid From stumbles at lunar-linux.org Mon Feb 16 15:30:37 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 16 Feb 2009 09:30:37 -0500 Subject: [Lunar-commits] libmtp: version bump. Message-ID: <20090216143118.A26EE9B1CD@doppio.foo-projects.org> commit 13d1b83ebdb740b11253a8d0598de8a933373f8a Author: Dennis 'stumbles' Veatch Date: Mon Feb 16 09:30:37 2009 -0500 libmtp: version bump. --- libs/libmtp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libmtp/DETAILS b/libs/libmtp/DETAILS index 7055c98..972a893 100644 --- a/libs/libmtp/DETAILS +++ b/libs/libmtp/DETAILS @@ -1,11 +1,11 @@ MODULE=libmtp - VERSION=0.3.5 + VERSION=0.3.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:cb30a2f540c108a80904833b5eaf6f397f107b12 + SOURCE_VFY=sha1:e5d1e20da29404bd3de31a878057feef6dc1c30e WEB_SITE=http://libmtp.sourceforge.net ENTERED=20070518 - UPDATED=20090111 + UPDATED=20090216 SHORT="An implementation Microsoft's Media Transfer Protocol" cat << EOF From stumbles at lunar-linux.org Mon Feb 16 16:59:07 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 16 Feb 2009 10:59:07 -0500 Subject: [Lunar-commits] groff: netpbm should not be a hard depends, making it optional. Message-ID: <20090216155953.C01639B1CD@doppio.foo-projects.org> commit ca0e9c2fd931a530c4bc2f9053134d6d51f937fd Author: Dennis 'stumbles' Veatch Date: Mon Feb 16 10:59:07 2009 -0500 groff: netpbm should not be a hard depends, making it optional. --- doc-tools/groff/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/doc-tools/groff/DEPENDS b/doc-tools/groff/DEPENDS index 70d4030..7362876 100644 --- a/doc-tools/groff/DEPENDS +++ b/doc-tools/groff/DEPENDS @@ -1,4 +1,5 @@ depends bison -depends netpbm + +optional_depends netpbm "" "" "for pnmtopng support" optional_depends psutils "" "" "for groff's HTML backend support" From engelsman at lunar-linux.org Mon Feb 16 18:59:58 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 16 Feb 2009 18:59:58 +0100 Subject: [Lunar-commits] stellarium: corrected a typo Message-ID: <20090216180034.3B06F9B1CD@doppio.foo-projects.org> commit 432c4d3e3f6ddfa9e16b495522ef1edb8f9b0c13 Author: Christian Riggenbach Date: Mon Feb 16 18:59:58 2009 +0100 stellarium: corrected a typo --- qt4-apps/stellarium/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qt4-apps/stellarium/DETAILS b/qt4-apps/stellarium/DETAILS index a394d16..5864c1a 100644 --- a/qt4-apps/stellarium/DETAILS +++ b/qt4-apps/stellarium/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://stellarium.free.fr ENTERED=20040420 UPDATED=20090212 - SHORT="Stellarium astronomy sotware" + SHORT="Stellarium astronomy software" cat << EOF Stellarium renders 3D photo-realistic skies in real time. With From florin at lunar-linux.org Mon Feb 16 21:25:26 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Feb 2009 22:25:26 +0200 Subject: [Lunar-commits] gparted: version bumped to 0.4.3. Message-ID: <20090216202616.4336A9B1CD@doppio.foo-projects.org> commit 065c22b0d0e691483451f11f8d94ee51113d5c7f Author: Florin Braescu Date: Mon Feb 16 22:25:26 2009 +0200 gparted: version bumped to 0.4.3. Bugfixes and translations updates. --- 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 387f950..fa7c31a 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.4.2 + VERSION=0.4.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:0b884c4d216992807fb331b9e48dcee393029e91 + SOURCE_VFY=sha1:95ed804eeb1e5a4002d065b54bd1ec7cc8bd29e6 WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20090206 + UPDATED=20090216 SHORT="A graphical frontend to parted" cat << EOF From florin at lunar-linux.org Mon Feb 16 22:13:12 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Feb 2009 23:13:12 +0200 Subject: [Lunar-commits] openldap: version bumped to 2.4.14. Message-ID: <20090216212446.3B8DE9B1C2@doppio.foo-projects.org> commit 8f7928e411416009e3fb559945c31a15d6f6262c Author: Florin Braescu Date: Mon Feb 16 23:13:12 2009 +0200 openldap: version bumped to 2.4.14. Many minor bugfixes, some minor enhancements, and many documentation updates. Support for GnuTLS was improved, bugs in connection close handling were fixed, some replication bugs were fixed, and some new features were added. --- utils/openldap/DEPENDS | 6 +++--- utils/openldap/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/utils/openldap/DEPENDS b/utils/openldap/DEPENDS index 5f0c75f..e82fc0c 100644 --- a/utils/openldap/DEPENDS +++ b/utils/openldap/DEPENDS @@ -1,6 +1,6 @@ depends db -optional_depends openssl "" "" "for encrypted communications" -optional_depends cyrus-sasl "--enable-spasswd" "" "for secure authentication" -optional_depends krb5 "--enable-kpasswd" "" "for Kerberos V.5 authentication" +optional_depends openssl "" "" "for encrypted communications" +optional_depends cyrus-sasl "--enable-spasswd" "" "for secure authentication" +optional_depends krb5 "--enable-kpasswd" "" "for Kerberos V.5 authentication" optional_depends tcp_wrappers "--enable-wrappers" "" "for TCP wrapper support" diff --git a/utils/openldap/DETAILS b/utils/openldap/DETAILS index 09bbe03..99b042f 100644 --- a/utils/openldap/DETAILS +++ b/utils/openldap/DETAILS @@ -1,11 +1,11 @@ MODULE=openldap - VERSION=2.4.13 + VERSION=2.4.14 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release - SOURCE_VFY=sha1:bb6fe22808d36425b3bad6ce367e882530ccbf51 + SOURCE_VFY=sha1:d762022958ae5697334e0f6ad52fc2bf02aaf1d4 WEB_SITE=http://www.openldap.org ENTERED=20010922 - UPDATED=20081125 + UPDATED=20090216 SHORT="Fully featured open source LDAP software suite" PSAFE=no From florin at lunar-linux.org Mon Feb 16 22:29:33 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Feb 2009 23:29:33 +0200 Subject: [Lunar-commits] tellico: version bumped to 1.3.5. Message-ID: <20090216213035.EBDBE9B1C2@doppio.foo-projects.org> commit 2cab1b8e7bf69b8f8dea85a2259f1e0a06ec5b73 Author: Florin Braescu Date: Mon Feb 16 23:29:33 2009 +0200 tellico: version bumped to 1.3.5. Entry updating was fixed so that it does not combine multiple values. The CueCat decoder was updated to work for both UPC and ISBN searches. The Delicious Library importer was updated to import games and movies. A query bug with z39.50 ISBN searches was fixed. Using images in a local data directory no longer marks every collection as modified. A crash when exporting to a small Alexandria collection was fixed. --- kde3/apps/tellico/DEPENDS | 4 ++-- kde3/apps/tellico/DETAILS | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde3/apps/tellico/DEPENDS b/kde3/apps/tellico/DEPENDS index 23a5df8..0553018 100644 --- a/kde3/apps/tellico/DEPENDS +++ b/kde3/apps/tellico/DEPENDS @@ -1,5 +1,5 @@ depends kdelibs3 -depends libxslt -depends taglib +depends libxslt +depends taglib optional_depends "yaz" "" "" "Z39.50 protocol support" diff --git a/kde3/apps/tellico/DETAILS b/kde3/apps/tellico/DETAILS index c3559e5..a683b02 100644 --- a/kde3/apps/tellico/DETAILS +++ b/kde3/apps/tellico/DETAILS @@ -1,16 +1,16 @@ MODULE=tellico - VERSION=1.3.4 + VERSION=1.3.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.periapsis.org/$MODULE/download - SOURCE_VFY=sha1:0defc86c5b88dde849b8fbd33381f398f0ca11a7 + SOURCE_VFY=sha1:83639fd97cd5a7c06e3efa3a56af29c96c64f686 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://www.periapsis.org/$MODULE ENTERED=20040221 - UPDATED=20080915 + UPDATED=20090216 MAINTAINER=florin at lunar-linux.org SHORT="A collection keeping track program for KDE" PSAFE=no - + cat << EOF Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, From florin at lunar-linux.org Mon Feb 16 22:34:05 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Feb 2009 23:34:05 +0200 Subject: [Lunar-commits] libev: version bumped to 3.53. Message-ID: <20090216213501.C1BA1F3B6F@doppio.foo-projects.org> commit 48dd43cb747370aa39bb3e52e81880a676ab0160 Author: Florin Braescu Date: Mon Feb 16 23:34:05 2009 +0200 libev: version bumped to 3.53. This release probes for CLOCK_REALTIME support at runtime instead of only at compile time, so libev compiled on a newer system has a greater chance of running on an older system. --- zbeta/libev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/libev/DETAILS b/zbeta/libev/DETAILS index 57da9e0..a3d331c 100644 --- a/zbeta/libev/DETAILS +++ b/zbeta/libev/DETAILS @@ -1,11 +1,11 @@ MODULE=libev - VERSION=3.52 + VERSION=3.53 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://dist.schmorp.de/$MODULE/Attic - SOURCE_VFY=sha1:f58c384fc95ef73e68a28483acca1eef496fab43 + SOURCE_VFY=sha1:d72e43c99c75f5fde10ded395a762ca379a1719b WEB_SITE=http://software.schworp.de/pkg/libev.html ENTERED=20080229 - UPDATED=20090107 + UPDATED=20090216 SHORT="A library for event loops" cat << EOF From florin at lunar-linux.org Mon Feb 16 22:36:05 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Feb 2009 23:36:05 +0200 Subject: [Lunar-commits] transmission: version bumped to 1.50. Message-ID: <20090216213647.AAAE0F3B6F@doppio.foo-projects.org> commit dafe9f9fda33ea6965c0f2d08cdc7e1f26476c4f Author: Florin Braescu Date: Mon Feb 16 23:36:05 2009 +0200 transmission: version bumped to 1.50. Bugfixes, some new additions. --- distributed/transmission/DEPENDS | 2 ++ distributed/transmission/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/distributed/transmission/DEPENDS b/distributed/transmission/DEPENDS index dac2316..8ca862e 100644 --- a/distributed/transmission/DEPENDS +++ b/distributed/transmission/DEPENDS @@ -1,3 +1,5 @@ +depends intltool + 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" diff --git a/distributed/transmission/DETAILS b/distributed/transmission/DETAILS index b249eb8..ef91671 100644 --- a/distributed/transmission/DETAILS +++ b/distributed/transmission/DETAILS @@ -1,11 +1,11 @@ MODULE=transmission - VERSION=1.42 + VERSION=1.50 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://mirrors.m0k.org/transmission/files - SOURCE_VFY=sha1:109ef121bc4d032c78b14d7d3934f20a5ed98035 + SOURCE_VFY=sha1:8a9f60e522b4906818a60268a0fbf54eddba331a WEB_SITE=http://transmissionbt.com ENTERED=20060626 - UPDATED=20081228 + UPDATED=20090216 SHORT="A fast and powerful BitTorrent client" cat << EOF From florin at lunar-linux.org Tue Feb 17 11:09:57 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 17 Feb 2009 12:09:57 +0200 Subject: [Lunar-commits] gimp: version bumped to 2.6.5. Message-ID: <20090217101117.D77E59B1C2@doppio.foo-projects.org> commit 2fe3b6c9d4f9dd7e631ee53d5b57b4a2e64a8cd7 Author: Florin Braescu Date: Tue Feb 17 12:09:57 2009 +0200 gimp: version bumped to 2.6.5. 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 c60cfc4..fac3c9b 100644 --- a/graphics/gimp/DETAILS +++ b/graphics/gimp/DETAILS @@ -1,13 +1,13 @@ MODULE=gimp MAJOR=2.6 - VERSION=2.6.4 + VERSION=2.6.5 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:f68ca1e1dce7ef8c100ce74e0c1ee5c493a589a1 + SOURCE_VFY=sha1:ee57298fe5572ecce17137ff879e4aad6509d289 WEB_SITE=http://www.gimp.org ENTERED=20020218 - UPDATED=20090102 + UPDATED=20090217 SHORT="GNU Image Manipulation Program" cat << EOF From florin at lunar-linux.org Tue Feb 17 14:53:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 17 Feb 2009 15:53:30 +0200 Subject: [Lunar-commits] strigi: version bumped to 0.6.4. Message-ID: <20090217135317.62F279B1C2@doppio.foo-projects.org> commit 8363fd7f3ef7fa11fcab27f1d8bdea2aa85efdc3 Author: Florin Braescu Date: Tue Feb 17 15:53:30 2009 +0200 strigi: version bumped to 0.6.4. Bugfixes and code cleanups. --- kde3/utils/strigi/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde3/utils/strigi/DETAILS b/kde3/utils/strigi/DETAILS index 890d901..8d39b88 100644 --- a/kde3/utils/strigi/DETAILS +++ b/kde3/utils/strigi/DETAILS @@ -1,11 +1,11 @@ MODULE=strigi - VERSION=0.6.3 + VERSION=0.6.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.vandenoever.info/software/strigi - SOURCE_VFY=sha1:216bd3f3f9f9b3ef715703db54c94ca3677c4e6e + SOURCE_VFY=sha1:e91f31cc59fdfc303b662a8af899efe1365643bf WEB_SITE=http://strigi.sourceforge.net ENTERED=20070802 - UPDATED=20080924 + UPDATED=20090217 SHORT="A small daemon that can index information" cat << EOF From florin at lunar-linux.org Tue Feb 17 15:03:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 17 Feb 2009 16:03:25 +0200 Subject: [Lunar-commits] xf86-input-evdev: version bumped to 2.1.3. Message-ID: <20090217140319.D09869B1C2@doppio.foo-projects.org> commit 1e50261473bf48345c741928ab472ab312c40f8b Author: Florin Braescu Date: Tue Feb 17 16:03:25 2009 +0200 xf86-input-evdev: version bumped to 2.1.3. Bugfixes and some code cleanups. --- xorg7/driver/xf86-input-evdev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS index c62d262..65f6a4f 100644 --- a/xorg7/driver/xf86-input-evdev/DETAILS +++ b/xorg7/driver/xf86-input-evdev/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-evdev - VERSION=2.1.2 + VERSION=2.1.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:a9da222fde2b0fd3b95d951c5c9fb32b0c9e5aac + SOURCE_VFY=sha1:ea8a63aa6243e272db39aad50a993768d6c2c853 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090203 + UPDATED=20090217 SHORT="An input driver" cat << EOF From florin at lunar-linux.org Tue Feb 17 15:12:38 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 17 Feb 2009 16:12:38 +0200 Subject: [Lunar-commits] pixman: version bumped to 0.14.0. Message-ID: <20090217142015.90B009B1C2@doppio.foo-projects.org> commit 291f8db74b35902c9de48af2c259cc1bcb49a074 Author: Florin Braescu Date: Tue Feb 17 16:12:38 2009 +0200 pixman: version bumped to 0.14.0. Improvements. --- xorg7/lib/pixman/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/pixman/DETAILS b/xorg7/lib/pixman/DETAILS index 2d2c445..2c64dab 100644 --- a/xorg7/lib/pixman/DETAILS +++ b/xorg7/lib/pixman/DETAILS @@ -1,12 +1,12 @@ MODULE=pixman - VERSION=0.13.2 + VERSION=0.14.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:395667fec46e8ecea87e1293982707c928d4fe08 + SOURCE_VFY=sha1:495e9de7b113365d0b7fe902f846734dfe2e1546 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070809 - UPDATED=20090103 + UPDATED=20090217 SHORT="Low level pixel manipulation routine library" cat << EOF From florin at lunar-linux.org Tue Feb 17 15:14:09 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 17 Feb 2009 16:14:09 +0200 Subject: [Lunar-commits] Genshi: add a depend on db. Message-ID: <20090217142015.9E41D9B1CD@doppio.foo-projects.org> commit da1747a8e9ae35d32dbec0ed3eaa2f8a5350a900 Author: Florin Braescu Date: Tue Feb 17 16:14:09 2009 +0200 Genshi: add a depend on db. Python must be compiled after db in order to get Genshi compiled. --- zbeta/Genshi/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zbeta/Genshi/DEPENDS b/zbeta/Genshi/DEPENDS index 7d03d17..cff1029 100644 --- a/zbeta/Genshi/DEPENDS +++ b/zbeta/Genshi/DEPENDS @@ -1 +1,2 @@ +depends db depends Python From florin at lunar-linux.org Tue Feb 17 15:15:39 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 17 Feb 2009 16:15:39 +0200 Subject: [Lunar-commits] trac: version bumped to 0.11.3. Message-ID: <20090217142015.AD8FE9B1CE@doppio.foo-projects.org> commit bf637f2fcf28b0de9c217357dd256e955bc9530f Author: Florin Braescu Date: Tue Feb 17 16:15:39 2009 +0200 trac: version bumped to 0.11.3. Changes: * Compatibility with Python 2.6 * PostgreSQL db backend improvement * Highlighting of search results is more robust * Unicode related fixes * Fixed Trac link rendering in ReST. --- web/trac/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/trac/DETAILS b/web/trac/DETAILS index b4a450d..07c022b 100644 --- a/web/trac/DETAILS +++ b/web/trac/DETAILS @@ -1,12 +1,12 @@ MODULE=trac - VERSION=0.11.1 + VERSION=0.11.3 SOURCE=Trac-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Trac-$VERSION SOURCE_URL=http://ftp.edgewall.com/pub/trac - SOURCE_VFY=sha1:92be092d45bb03bc01d39983966d7a89a1b47e29 + SOURCE_VFY=sha1:3d0424a065efc16abd8ba50aeefd3926bb2d1056 WEB_SITE=http://www.edgewall.com/trac ENTERED=20050512 - UPDATED=20080917 + UPDATED=20090217 SHORT="Web-based collaboration site" cat << EOF From florin at lunar-linux.org Tue Feb 17 19:42:18 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 17 Feb 2009 20:42:18 +0200 Subject: [Lunar-commits] hdparm: version bumped to 9.11. Message-ID: <20090217184300.B1B679B1C2@doppio.foo-projects.org> commit 3d2e6fdf423e44c4c330eb95894c55f48c6d7033 Author: Florin Braescu Date: Tue Feb 17 20:42:18 2009 +0200 hdparm: version bumped to 9.11. Changes: - switch back to ATA_16 by default: required by libata for ATAPI devices - add --prefer-ata12 to force use of ATA_12 when needed (some USB enclosures) --- utils/hdparm/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/hdparm/DETAILS b/utils/hdparm/DETAILS index 06c42bb..d49da39 100644 --- a/utils/hdparm/DETAILS +++ b/utils/hdparm/DETAILS @@ -1,15 +1,15 @@ MODULE=hdparm - VERSION=9.10 + VERSION=9.11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:620160ab83770961092ef19f90669a9c7009bb99 + SOURCE_VFY=sha1:ae8c66ddbc2d4be2e14653ac9ea696a49622b3bd WEB_SITE=http://www.ibiblio.org/pub/Linux/system/hardware ENTERED=20010922 - UPDATED=20090209 + UPDATED=20090217 SHORT="A utility to access/tune Linux's EIDE drivers" cat << EOF hdparm is a shell utility to access/tune ioctl features of the Linux -hard disk and (E)IDE drivers for kernel 1.3.61+. Its primary use is for -enabling irq-unmasking and IDE multiplemode. +hard disk and (E)IDE drivers for the Linux kernel. Its primary use is +for enabling irq-unmasking and IDE multiplemode. EOF From florin at lunar-linux.org Tue Feb 17 23:34:32 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 00:34:32 +0200 Subject: [Lunar-commits] ktorrent4: version bumped to 3.2. Message-ID: <20090217223638.5AAB69B1C2@doppio.foo-projects.org> commit b3951ad0a86ce26c80ea292e113a1ed90c9a09f1 Author: Florin Braescu Date: Wed Feb 18 00:34:32 2009 +0200 ktorrent4: version bumped to 3.2. Many bugfixes, some new features and enhacements. --- kde4/extragear/ktorrent4/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde4/extragear/ktorrent4/DETAILS b/kde4/extragear/ktorrent4/DETAILS index 5fdd710..233ab30 100644 --- a/kde4/extragear/ktorrent4/DETAILS +++ b/kde4/extragear/ktorrent4/DETAILS @@ -1,14 +1,14 @@ MODULE=ktorrent4 - MAJOR=3.1.6 + MAJOR=3.2 VERSION=${MAJOR} - SOURCE=ktorrent-$VERSION-4.tar.bz2 + SOURCE=ktorrent-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ktorrent-$VERSION SOURCE_URL=http://ktorrent.org/downloads/$VERSION - SOURCE_VFY=sha1:abc85eaa02325bb08fec6b87f12cd7909a4edc02 + SOURCE_VFY=sha1:7cc7c50f8860ef31aca3c93f65eee131cc84c968 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090128 + UPDATED=20090218 SHORT="BitTorrent client for KDE" cat << EOF From florin at lunar-linux.org Tue Feb 17 23:44:16 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 00:44:16 +0200 Subject: [Lunar-commits] lighttpd: version bumped to 1.4.21. Message-ID: <20090217224455.1B0B09B1CD@doppio.foo-projects.org> commit 8a23f375372233822225c8c877d8d41cea6cbbf4 Author: Florin Braescu Date: Wed Feb 18 00:44:16 2009 +0200 lighttpd: version bumped to 1.4.21. Many bugfixes and some new features added. --- web/lighttpd/BUILD | 20 +++++++++----------- web/lighttpd/DETAILS | 9 +++------ 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/web/lighttpd/BUILD b/web/lighttpd/BUILD index 04feefb..ab60f58 100644 --- a/web/lighttpd/BUILD +++ b/web/lighttpd/BUILD @@ -1,27 +1,25 @@ ( - patch_it $SOURCE2 0 && - add_priv_user www:www -s /bin/false -c "www" && ./configure --prefix=/usr \ - --libdir=/usr/lib/lighttpd \ + --libdir=/usr/lib/lighttpd \ $OPTS && default_make && if [ ! -f /etc/lighttpd/lighttpd.conf ]; then - sedit 's:/www/pages/:/var/www/:g' doc/lighttpd.conf && - sedit 's:/www/logs/:/var/log/httpd/:g' doc/lighttpd.conf && - sedit 's:"wwwrun":"www":g' doc/lighttpd.conf && - sedit 's:#server.username:server.username:g' doc/lighttpd.conf && + sedit 's:/www/pages/:/var/www/:g' doc/lighttpd.conf && + sedit 's:/www/logs/:/var/log/httpd/:g' doc/lighttpd.conf && + sedit 's:"wwwrun":"www":g' doc/lighttpd.conf && + sedit 's:#server.username:server.username:g' doc/lighttpd.conf && sedit 's:#server.groupname:server.groupname:g' doc/lighttpd.conf && - sedit 's:#server.pid-file:server.pid-file:g' doc/lighttpd.conf && - mkdir -p /etc/lighttpd && + sedit 's:#server.pid-file:server.pid-file:g' doc/lighttpd.conf && + mkdir -p /etc/lighttpd && install -m 644 doc/lighttpd.conf /etc/lighttpd fi - + mkdir -p /var/www mkdir -p /var/log/httpd chown www:www /var/www /var/log/httpd - + ) > $C_FIFO 2>&1 diff --git a/web/lighttpd/DETAILS b/web/lighttpd/DETAILS index 7c5751a..37c8934 100644 --- a/web/lighttpd/DETAILS +++ b/web/lighttpd/DETAILS @@ -1,14 +1,11 @@ MODULE=lighttpd - VERSION=1.4.20 + VERSION=1.4.21 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-mod_fastcgi.patch WEB_SITE=http://www.lighttpd.net SOURCE_URL=$WEB_SITE/download - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:e5944a40579e0f37c6a0eeb0ad751344b2d6006c - SOURCE2_VFY=sha1:32da07e51b50279bf521d7bf8b085cb695d71a99 + SOURCE_VFY=sha1:e76f83b9c56c83f0a734ad0bdd20351fc97472d2 ENTERED=20060416 - UPDATED=20080930 + UPDATED=20090218 SHORT="A small httpd with some really good marketing" cat << EOF From florin at lunar-linux.org Tue Feb 17 23:50:32 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 00:50:32 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.28.6. Message-ID: <20090217225104.8C1B89B1C2@doppio.foo-projects.org> commit 8536a260a78aef1a4ca5ed7eb8165641905c1ce7 Author: Florin Braescu Date: Wed Feb 18 00:50:32 2009 +0200 linux-2.6: version bumped to 2.6.28.6. Lots of bugfixes. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index d2ce6dd..da9cba8 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.28.5 + VERSION=2.6.28.6 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE_VFY=sha1:4f40f8bf3fd110b0cc6e1fea5f539c98f9959e94 - SOURCE2_VFY=sha1:2b6c67de2d30f2a25bcb2a35410bca4512abad38 + SOURCE2_VFY=sha1:f848c1bc47e16d27cd36c8f3f265d7a66ad601c3 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090215 + UPDATED=20090218 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Tue Feb 17 23:54:51 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 00:54:51 +0200 Subject: [Lunar-commits] tftp-hpa: version bumped to 5.0. Message-ID: <20090217225540.1070D9B1C2@doppio.foo-projects.org> commit db1cda71b0be41114243dad09710d442bcce1a50 Author: Florin Braescu Date: Wed Feb 18 00:54:51 2009 +0200 tftp-hpa: version bumped to 5.0. The use of getaddrinfo() was improved on machines without AI_ADDRCONFIG or AI_CANONNAME. The "rollover" option was implemented. PMTU is now correctly disabled in standalone mode. --- net/tftp-hpa/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/tftp-hpa/DETAILS b/net/tftp-hpa/DETAILS index 91726f0..59b5442 100644 --- a/net/tftp-hpa/DETAILS +++ b/net/tftp-hpa/DETAILS @@ -1,11 +1,11 @@ MODULE=tftp-hpa - VERSION=0.48 + VERSION=5.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.kernel.org/pub/software/network/tftp/ - SOURCE_VFY=sha1:f0c9f8d2bd5d1c026de98f51c0c007eb97d33ffc - WEB_SITE=http://www.kernel.org/pub/software/network/tftp/ + SOURCE_URL=http://www.kernel.org/pub/software/network/tftp + SOURCE_VFY=sha1:7f541f085a4af5a87bf86a249421b13a30150597 + WEB_SITE=http://www.kernel.org/pub/software/network/tftp ENTERED=20031117 - UPDATED=20070201 + UPDATED=20090218 SHORT="TFTP server" cat << EOF From florin at lunar-linux.org Tue Feb 17 23:58:06 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 00:58:06 +0200 Subject: [Lunar-commits] deluge: version bumped to 1.1.3. Message-ID: <20090217225828.EB29C9B1C2@doppio.foo-projects.org> commit ca2ac38174d7f288245a6dda9b2415d497ada1dd Author: Florin Braescu Date: Wed Feb 18 00:58:06 2009 +0200 deluge: version bumped to 1.1.3. Bugfixes release. --- distributed/deluge/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributed/deluge/DETAILS b/distributed/deluge/DETAILS index a6fd715..bbb63c0 100644 --- a/distributed/deluge/DETAILS +++ b/distributed/deluge/DETAILS @@ -1,11 +1,11 @@ MODULE=deluge - VERSION=1.1.2 + VERSION=1.1.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.deluge-torrent.org/source/$VERSION - SOURCE_VFY=sha1:24f90a93da4c626885e84e760285f75339444c44 + SOURCE_VFY=sha1:c18bf9e5e3f3831904a93e73a54fe8bc12ddc80e WEB_SITE=http://www.deluge-torrent.org ENTERED=20070321 - UPDATED=20090203 + UPDATED=20090218 SHORT="A Bittorrent client" cat << EOF From florin at lunar-linux.org Wed Feb 18 11:07:15 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 12:07:15 +0200 Subject: [Lunar-commits] sqlite: version bumped to 3.6.11. Message-ID: <20090218100821.E80DEF340A@doppio.foo-projects.org> commit 37293ea22c316db88af784e92aa8e33f7aa79ba6 Author: Florin Braescu Date: Wed Feb 18 12:07:15 2009 +0200 sqlite: version bumped to 3.6.11. Changes: Added the hot-backup interface. Added new commands ".backup" and ".restore" to the CLI. Added new methods backup and restore to the TCL interface. Improvements to the syntax bubble diagrams Various minor bug fixes. --- sql/sqlite/BUILD | 12 ++++++------ sql/sqlite/DETAILS | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sql/sqlite/BUILD b/sql/sqlite/BUILD index 623c07d..5fce4e8 100644 --- a/sql/sqlite/BUILD +++ b/sql/sqlite/BUILD @@ -1,13 +1,13 @@ ( -OPTS+=" --enable-load-extension" + OPTS+=" --enable-load-extension" -LDFLAGS+=" -ldl" + LDFLAGS+=" -ldl" - default_build && - strip lemon && - install -m 755 lemon /usr/bin && - install -m 644 sqlite3.1 /usr/share/man/man1 && + default_build && + strip lemon && + install -m 755 lemon /usr/bin && + install -m 644 sqlite3.1 /usr/share/man/man1 && sedit "s/Version\: 3.5/Version\: $VERSION/" /usr/lib/pkgconfig/sqlite3.pc diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS index d1d3111..8822a05 100644 --- a/sql/sqlite/DETAILS +++ b/sql/sqlite/DETAILS @@ -1,11 +1,11 @@ MODULE=sqlite - VERSION=3.6.10 + VERSION=3.6.11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.sqlite.org - SOURCE_VFY=sha1:75ad0e233cbbda2e7c487f7772f57d16ac9f3fb7 + SOURCE_VFY=sha1: WEB_SITE=http://www.sqlite.org ENTERED=20011016 - UPDATED=20090116 + UPDATED=20090218 SHORT="An SQL engine in a C library" cat << EOF @@ -18,5 +18,5 @@ separate database server. Because it omits the client-server interaction overhead and writes directly to disk, SQLite is also faster than the big database servers for most operations. In addition to the C library, the SQLite distribution includes a command-line tool for interacting with -SQLite databases and SQLite bindings for Tcl/Tk. +SQLite databases and SQLite bindings for Tcl/Tk. EOF From stumbles at lunar-linux.org Wed Feb 18 12:26:15 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 18 Feb 2009 06:26:15 -0500 Subject: [Lunar-commits] sqlite: fixing sha1 Message-ID: <20090218112633.30D389B1AD@doppio.foo-projects.org> commit 1871ac6590e806c51a655450c3622604c92783c8 Author: Dennis 'stumbles' Veatch Date: Wed Feb 18 06:26:15 2009 -0500 sqlite: fixing sha1 --- sql/sqlite/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS index 8822a05..2a171b5 100644 --- a/sql/sqlite/DETAILS +++ b/sql/sqlite/DETAILS @@ -2,7 +2,7 @@ VERSION=3.6.11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.sqlite.org - SOURCE_VFY=sha1: + SOURCE_VFY=sha1:bd1c371784d990f7b5e99c841e58deb87fbf4b6e WEB_SITE=http://www.sqlite.org ENTERED=20011016 UPDATED=20090218 From florin at lunar-linux.org Wed Feb 18 16:21:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 17:21:25 +0200 Subject: [Lunar-commits] Python: pull out the compiled files for other Python based installed modules. Message-ID: <20090218152244.8A7A09B1B3@doppio.foo-projects.org> commit 7bdb14d598807bcdd30d7491c8c0f9457f13c75b Author: Florin Braescu Date: Wed Feb 18 17:21:25 2009 +0200 Python: pull out the compiled files for other Python based installed modules. This avoids the loop compile of Python during lunar fix. --- python/Python/BUILD | 21 +++++++++++++-------- python/Python/DETAILS | 3 +++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/python/Python/BUILD b/python/Python/BUILD index 5df7e7c..6beec01 100644 --- a/python/Python/BUILD +++ b/python/Python/BUILD @@ -1,15 +1,20 @@ ( - sedit "s:-O3:$CFLAGS -Os:g" configure && + sedit "s:-O3:$CFLAGS -Os:g" configure && - OPTS="$OPTS --enable-shared" && + OPTS="$OPTS --enable-shared" && + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build && + + install -d /usr/lib/python$MAJOR_VERSION && + install -m755 $SOURCE_DIRECTORY/Tools/i18n/msgfmt.py \ + $SOURCE_DIRECTORY/Tools/i18n/pygettext.py \ + /usr/lib/python$MAJOR_VERSION/ && - default_build && - - install -d /usr/lib/python$MAJOR_VERSION && - install -m755 $SOURCE_DIRECTORY/Tools/i18n/msgfmt.py \ - $SOURCE_DIRECTORY/Tools/i18n/pygettext.py \ - /usr/lib/python$MAJOR_VERSION/ && gather_docs Misc/* ) > $C_FIFO 2>&1 + + make compileall diff --git a/python/Python/DETAILS b/python/Python/DETAILS index d0ac1b5..cc8fea3 100644 --- a/python/Python/DETAILS +++ b/python/Python/DETAILS @@ -2,8 +2,11 @@ VERSION=2.6.1 MAJOR_VERSION=2.6 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-compileall.patch.bz2 SOURCE_URL=http://www.python.org/ftp/python/$VERSION SOURCE_VFY=sha1:419f0cb29e9713ea861dde8c43d107c51329e57b + SOURCE2_URL=$PATCH_URL + SOURCE2_VFY=sha1:9aae8e93899aabc64bbd7f2921ed23f44ec8e6c4 WEB_SITE=http://www.python.org ENTERED=20010922 UPDATED=20081220 From engelsman at lunar-linux.org Wed Feb 18 20:22:42 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 18 Feb 2009 20:22:42 +0100 Subject: [Lunar-commits] libsamplerate: version bump to 0.1.7 Message-ID: <20090218192313.840E8F3709@doppio.foo-projects.org> commit 3bace330db0689a358dbf17ce2f2cd5c8f5ddcd1 Author: Paul Bredbury Date: Wed Feb 18 20:22:42 2009 +0100 libsamplerate: version bump to 0.1.7 Just to stop what could appear to be an exploitable overflow: http://www.mega-nerd.com/erikd/Blog/2009/Feb/14/index.html --- audio/libsamplerate/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/libsamplerate/DETAILS b/audio/libsamplerate/DETAILS index 060af11..a291d8e 100644 --- a/audio/libsamplerate/DETAILS +++ b/audio/libsamplerate/DETAILS @@ -1,11 +1,11 @@ MODULE=libsamplerate - VERSION=0.1.6 + VERSION=0.1.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.mega-nerd.com/SRC/ - SOURCE_VFY=sha1:0ab8e2864c65ba16204b48bd367c2a3c307e574d + SOURCE_VFY=sha1:98a52392eb97f9ba724ca024b3af29a8a0cc0206 WEB_SITE=http://www.mega-nerd.com/SRC/ ENTERED=20040102 - UPDATED=20090206 + UPDATED=20090217 SHORT="Sample Rate Converter for audio." cat << EOF From engelsman at lunar-linux.org Wed Feb 18 20:39:42 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 18 Feb 2009 20:39:42 +0100 Subject: [Lunar-commits] geany: version bump to 0.16 Message-ID: <20090218194006.728709B1B3@doppio.foo-projects.org> commit 46e7f8fac1c4937c43014d4a5b2fb5398b66e32f Author: Paul Bredbury Date: Wed Feb 18 20:39:42 2009 +0100 geany: version bump to 0.16 version bump & cleanup BUILD isn't required at all ("the-force" is a useless, childish option ;) ) Plus a little bit of English language cleanup. --- editors/geany/BUILD | 6 ------ editors/geany/DETAILS | 12 ++++++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/editors/geany/BUILD b/editors/geany/BUILD index bc822c9..e69de29 100644 --- a/editors/geany/BUILD +++ b/editors/geany/BUILD @@ -1,6 +0,0 @@ -( - - OPTS+="--enable-the-force" && - default_build - -) > $C_FIFO 2>&1 diff --git a/editors/geany/DETAILS b/editors/geany/DETAILS index a09f8c8..2f14122 100644 --- a/editors/geany/DETAILS +++ b/editors/geany/DETAILS @@ -1,11 +1,11 @@ MODULE=geany - VERSION=0.15 + VERSION=0.16 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:927aa317eb94495bd25b28a1e330fbbb8c60a81a + SOURCE_VFY=sha1:23b1e7d50ac4a20f620cef203e12d50c2dfd6708 WEB_SITE=http://geany.uvena.de/ ENTERED=20060613 - UPDATED=20081019 + UPDATED=20090215 SHORT="Fast and lightweight IDE" cat << EOF @@ -15,11 +15,11 @@ dependencies from other packages. Basic features of Geany: - syntax highlighting - code folding - code completion -- auto completion of often used constructs like if, for and while -- auto completion of XML and HTML tags +- auto-completion of often-used constructs like if, for and while +- auto-completion of XML and HTML tags - call tips - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - build support to compile, link, run programs -- plugin interface C, Lua +- plugin interface for C, Lua EOF From florin at lunar-linux.org Wed Feb 18 20:22:50 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 21:22:50 +0200 Subject: [Lunar-commits] virtualbox: version bumped to 2.1.4. Message-ID: <20090218201603.762959B1B3@doppio.foo-projects.org> commit 3ea3638729f7501ee2a57fda9b21f62db314621a Author: Florin Braescu Date: Wed Feb 18 21:22:50 2009 +0200 virtualbox: version bumped to 2.1.4. Maintenance and bugfixes release. --- x11-utils/virtualbox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/virtualbox/DETAILS b/x11-utils/virtualbox/DETAILS index 5f28421..3b6194f 100644 --- a/x11-utils/virtualbox/DETAILS +++ b/x11-utils/virtualbox/DETAILS @@ -1,14 +1,14 @@ MODULE=virtualbox - BASE_VERSION=2.1.2 + BASE_VERSION=2.1.4 VERSION=$BASE_VERSION SOURCE=VirtualBox-${VERSION}-OSE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-$VERSION\_OSE SOURCE_URL=http://download.virtualbox.org/$MODULE/$VERSION - SOURCE_VFY=sha1:1035a4a33a8106c7492b79ef58a7d7c2cf35ad29 + SOURCE_VFY=sha1:cc69ba3b1553964916fad6a04afa2b9ee951ff2a MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/} WEB_SITE=http://virtualbox.org ENTERED=20071004 - UPDATED=20090123 + UPDATED=20090218 SHORT="Full virtualizer for x86 hardware" cat << EOF From florin at lunar-linux.org Wed Feb 18 21:16:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:16:43 +0200 Subject: [Lunar-commits] sqlite: use the recommended branch of the application. Message-ID: <20090218201735.DB4A89B1B3@doppio.foo-projects.org> commit 5a47c5a372a76d29d742308194da327f230a82c5 Author: Florin Braescu Date: Wed Feb 18 22:16:43 2009 +0200 sqlite: use the recommended branch of the application. --- sql/sqlite/BUILD | 8 +-- sql/sqlite/CONFIGURE | 10 +- sql/sqlite/DEPENDS | 2 +- sql/sqlite/DETAILS | 4 +- sql/sqlite/sqlite3.1 | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 238 insertions(+), 15 deletions(-) diff --git a/sql/sqlite/BUILD b/sql/sqlite/BUILD index 5fce4e8..cd68c72 100644 --- a/sql/sqlite/BUILD +++ b/sql/sqlite/BUILD @@ -1,14 +1,8 @@ ( - OPTS+=" --enable-load-extension" - LDFLAGS+=" -ldl" default_build && - strip lemon && - install -m 755 lemon /usr/bin && - install -m 644 sqlite3.1 /usr/share/man/man1 && - - sedit "s/Version\: 3.5/Version\: $VERSION/" /usr/lib/pkgconfig/sqlite3.pc + install -m 644 $SCRIPT_DIRECTORY/sqlite3.1 /usr/share/man/man1 ) > $C_FIFO 2>&1 diff --git a/sql/sqlite/CONFIGURE b/sql/sqlite/CONFIGURE index 717dc68..dc835c0 100644 --- a/sql/sqlite/CONFIGURE +++ b/sql/sqlite/CONFIGURE @@ -1,14 +1,14 @@ -if ! grep -q CONFIGURED $MODULE_CONFIG; then +if ! grep -q CONFIGURED $MODULE_CONFIG; then - if query "Use an in-ram database for temporary tables?" n; then - OPTS="$OPTS --enable-tempstore" - fi +# if query "Support loadable extensions?" y; then +# OPTS="$OPTS --enable-dynamic-extensions" +# fi if query "Support threadsafe operation?" y; then OPTS="$OPTS --enable-threadsafe" fi echo 'CONFIGURED="y"' >> $MODULE_CONFIG - echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG + echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG fi diff --git a/sql/sqlite/DEPENDS b/sql/sqlite/DEPENDS index ece1d01..9bb9fc5 100644 --- a/sql/sqlite/DEPENDS +++ b/sql/sqlite/DEPENDS @@ -1 +1 @@ -optional_depends "tcl" "--with-tcl=/usr/lib" "" "SQLite TCL Binding" +optional_depends "readline" "--enable-readline" "" "Readline support" diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS index 2a171b5..fd756e6 100644 --- a/sql/sqlite/DETAILS +++ b/sql/sqlite/DETAILS @@ -1,8 +1,8 @@ MODULE=sqlite VERSION=3.6.11 - SOURCE=$MODULE-$VERSION.tar.gz + SOURCE=$MODULE-amalgamation-$VERSION.tar.gz SOURCE_URL=http://www.sqlite.org - SOURCE_VFY=sha1:bd1c371784d990f7b5e99c841e58deb87fbf4b6e + SOURCE_VFY=sha1:7aa36bd447e20055a1e117e6e9bb9f44a33ff431 WEB_SITE=http://www.sqlite.org ENTERED=20011016 UPDATED=20090218 diff --git a/sql/sqlite/sqlite3.1 b/sql/sqlite/sqlite3.1 new file mode 100644 index 0000000..785995b --- /dev/null +++ b/sql/sqlite/sqlite3.1 @@ -0,0 +1,229 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SQLITE3 1 "Mon Apr 15 23:49:17 2002" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +.B sqlite3 +\- A command line interface for SQLite version 3 + +.SH SYNOPSIS +.B sqlite3 +.RI [ options ] +.RI [ databasefile ] +.RI [ SQL ] + +.SH SUMMARY +.PP +.B sqlite3 +is a terminal-based front-end to the SQLite library that can evaluate +queries interactively and display the results in multiple formats. +.B sqlite3 +can also be used within shell scripts and other applications to provide +batch processing features. + +.SH DESCRIPTION +To start a +.B sqlite3 +interactive session, invoke the +.B sqlite3 +command and optionally provide the name of a database file. If the +database file does not exist, it will be created. If the database file +does exist, it will be opened. + +For example, to create a new database file named "mydata.db", create +a table named "memos" and insert a couple of records into that table: +.sp +$ +.B sqlite3 mydata.db +.br +SQLite version 3.1.3 +.br +Enter ".help" for instructions +.br +sqlite> +.B create table memos(text, priority INTEGER); +.br +sqlite> +.B insert into memos values('deliver project description', 10); +.br +sqlite> +.B insert into memos values('lunch with Christine', 100); +.br +sqlite> +.B select * from memos; +.br +deliver project description|10 +.br +lunch with Christine|100 +.br +sqlite> +.sp + +If no database name is supplied, the ATTACH sql command can be used +to attach to existing or create new database files. ATTACH can also +be used to attach to multiple databases within the same interactive +session. This is useful for migrating data between databases, +possibly changing the schema along the way. + +Optionally, a SQL statement or set of SQL statements can be supplied as +a single argument. Multiple statements should be separated by +semi-colons. + +For example: +.sp +$ +.B sqlite3 -line mydata.db 'select * from memos where priority > 20;' +.br + text = lunch with Christine +.br +priority = 100 +.br +.sp + +.SS SQLITE META-COMMANDS +.PP +The interactive interpreter offers a set of meta-commands that can be +used to control the output format, examine the currently attached +database files, or perform administrative operations upon the +attached databases (such as rebuilding indices). Meta-commands are +always prefixed with a dot (.). + +A list of available meta-commands can be viewed at any time by issuing +the '.help' command. For example: +.sp +sqlite> +.B .help +.nf +.cc | +.databases List names and files of attached databases +.dump ?TABLE? ... Dump the database in an SQL text format +.echo ON|OFF Turn command echo on or off +.exit Exit this program +.explain ON|OFF Turn output mode suitable for EXPLAIN on or off. +.header(s) ON|OFF Turn display of headers on or off +.help Show this message +.import FILE TABLE Import data from FILE into TABLE +.indices TABLE Show names of all indices on TABLE +.mode MODE ?TABLE? Set output mode where MODE is one of: + csv Comma-separated values + column Left-aligned columns. (See .width) + html HTML code + insert SQL insert statements for TABLE + line One value per line + list Values delimited by .separator string + tabs Tab-separated values + tcl TCL list elements +.nullvalue STRING Print STRING in place of NULL values +.output FILENAME Send output to FILENAME +.output stdout Send output to the screen +.prompt MAIN CONTINUE Replace the standard prompts +.quit Exit this program +.read FILENAME Execute SQL in FILENAME +.schema ?TABLE? Show the CREATE statements +.separator STRING Change separator used by output mode and .import +.show Show the current values for various settings +.tables ?PATTERN? List names of tables matching a LIKE pattern +.timeout MS Try opening locked tables for MS milliseconds +.width NUM NUM ... Set column widths for "column" mode +sqlite> +|cc . +.sp +.fi + +.SH OPTIONS +.B sqlite3 +has the following options: +.TP +.BI \-init\ file +Read and execute commands from +.I file +, which can contain a mix of SQL statements and meta-commands. +.TP +.B \-echo +Print commands before execution. +.TP +.B \-[no]header +Turn headers on or off. +.TP +.B \-column +Query results will be displayed in a table like form, using +whitespace characters to separate the columns and align the +output. +.TP +.B \-html +Query results will be output as simple HTML tables. +.TP +.B \-line +Query results will be displayed with one value per line, rows +separated by a blank line. Designed to be easily parsed by +scripts or other programs +.TP +.B \-list +Query results will be displayed with the separator (|, by default) +character between each field value. The default. +.TP +.BI \-separator\ separator +Set output field separator. Default is '|'. +.TP +.BI \-nullvalue\ string +Set string used to represent NULL values. Default is '' +(empty string). +.TP +.B \-version +Show SQLite version. +.TP +.B \-help +Show help on options and exit. + + +.SH INIT FILE +.B sqlite3 +reads an initialization file to set the configuration of the +interactive environment. Throughout initialization, any previously +specified setting can be overridden. The sequence of initialization is +as follows: + +o The default configuration is established as follows: + +.sp +.nf +.cc | +mode = LIST +separator = "|" +main prompt = "sqlite> " +continue prompt = " ...> " +|cc . +.sp +.fi + +o If the file +.B ~/.sqliterc +exists, it is processed first. +can be found in the user's home directory, it is +read and processed. It should generally only contain meta-commands. + +o If the -init option is present, the specified file is processed. + +o All other command line options are processed. + +.SH SEE ALSO +http://www.sqlite.org/ +.br +The sqlite-doc package +.SH AUTHOR +This manual page was originally written by Andreas Rottmann +, for the Debian GNU/Linux system (but may be used +by others). It was subsequently revised by Bill Bumgarner . From florin at lunar-linux.org Wed Feb 18 21:34:11 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:34:11 +0200 Subject: [Lunar-commits] nmap: remove the pysqlite depend. Message-ID: <20090218203455.632AB9B1B3@doppio.foo-projects.org> commit 20b0e9a2348994b628fd810b1e56c71c33bcfdf6 Author: Florin Braescu Date: Wed Feb 18 22:34:11 2009 +0200 nmap: remove the pysqlite depend. Pysqlite is included in Python now. --- security/nmap/DEPENDS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS index 4bfdb19..b81ed9b 100644 --- a/security/nmap/DEPENDS +++ b/security/nmap/DEPENDS @@ -1,2 +1,2 @@ -optional_depends gtk+-2 "--with-nmapfe" "--without-nmapfe" "for xnmap and nmapfe (you have to say yes also for pysqlite)" -optional_depends pysqlite "--with-nmapfe" "--without-nmapfe" "for xnmap and nmapfe" +optional_depends gtk+-2 "--with-nmapfe" "--without-nmapfe" "for xnmap and nmapfe (you have to say yes also for Python)" +optional_depends Python "--with-nmapfe" "--without-nmapfe" "for xnmap and nmapfe" From florin at lunar-linux.org Wed Feb 18 21:37:36 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:37:36 +0200 Subject: [Lunar-commits] trac: remove the pysqlite depend. Message-ID: <20090218203810.AA28D9B1B3@doppio.foo-projects.org> commit f1a0af0261d93b813056cc8944ac743b1a79157f Author: Florin Braescu Date: Wed Feb 18 22:37:36 2009 +0200 trac: remove the pysqlite depend. Pysqlite is included in Python now. --- web/trac/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/web/trac/DEPENDS b/web/trac/DEPENDS index 9472bab..65877af 100644 --- a/web/trac/DEPENDS +++ b/web/trac/DEPENDS @@ -1,4 +1,3 @@ -depends pysqlite depends Genshi optional_depends Pygments "" "" "for syntax highlighting" From florin at lunar-linux.org Wed Feb 18 21:38:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:38:43 +0200 Subject: [Lunar-commits] trac-svn: remove the pysqlite depend. Message-ID: <20090218203911.93B469B1B3@doppio.foo-projects.org> commit d4da15eb3950a3a400d3a37de474c6673e1356bd Author: Florin Braescu Date: Wed Feb 18 22:38:43 2009 +0200 trac-svn: remove the pysqlite depend. Pysqlite is included in Python now. --- zbeta/trac-svn/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/zbeta/trac-svn/DEPENDS b/zbeta/trac-svn/DEPENDS index 2ed802f..223fb7a 100644 --- a/zbeta/trac-svn/DEPENDS +++ b/zbeta/trac-svn/DEPENDS @@ -1,6 +1,5 @@ depends swig depends subversion -depends pysqlite depends Genshi optional_depends pytz "" "" "for the world timezone definitions" From florin at lunar-linux.org Wed Feb 18 21:39:37 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:39:37 +0200 Subject: [Lunar-commits] miro: remove the pysqlite depend. Message-ID: <20090218204009.18CD39B1B3@doppio.foo-projects.org> commit 93052535f1d15ec3535a317b15200b4d661b73c9 Author: Florin Braescu Date: Wed Feb 18 22:39:37 2009 +0200 miro: remove the pysqlite depend. Pysqlite is included in Python now. --- video/miro/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/video/miro/DEPENDS b/video/miro/DEPENDS index 2da9614..b8e115d 100644 --- a/video/miro/DEPENDS +++ b/video/miro/DEPENDS @@ -6,4 +6,3 @@ depends firefox depends xulrunner depends bsddb3 depends Twisted -depends pysqlite From florin at lunar-linux.org Wed Feb 18 21:40:24 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:40:24 +0200 Subject: [Lunar-commits] sonata: remove the pysqlite depend. Message-ID: <20090218204057.2445C9B1B3@doppio.foo-projects.org> commit 65c1fd6e7f88f52b35eda605bb396a54dbf11f85 Author: Florin Braescu Date: Wed Feb 18 22:40:24 2009 +0200 sonata: remove the pysqlite depend. Pysqlite is included in Python now. --- audio/sonata/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/audio/sonata/DEPENDS b/audio/sonata/DEPENDS index 14c077d..8642e23 100644 --- a/audio/sonata/DEPENDS +++ b/audio/sonata/DEPENDS @@ -1,2 +1 @@ depends pygtk -depends pysqlite From florin at lunar-linux.org Wed Feb 18 21:41:28 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:41:28 +0200 Subject: [Lunar-commits] exaile: remove the pysqlite depend. Message-ID: <20090218204201.E61C19B1B3@doppio.foo-projects.org> commit bfb0032b20d8b59f7839656944634a1b40f662be Author: Florin Braescu Date: Wed Feb 18 22:41:28 2009 +0200 exaile: remove the pysqlite depend. Pysqlite is included in Python now. --- audio/exaile/DEPENDS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/exaile/DEPENDS b/audio/exaile/DEPENDS index 7ada338..cd61046 100644 --- a/audio/exaile/DEPENDS +++ b/audio/exaile/DEPENDS @@ -1,11 +1,10 @@ depends gst-plugins-good depends gst-python -depends pysqlite depends mutagen depends dbus-python depends GConf -optional_depends "gst-plugins-ugly" "" "" "for mp3 support" -optional_depends "gamin" "" "" "for directory monitoring" -optional_depends "PythonDaap" "" "" "for music sharing support" +optional_depends "gst-plugins-ugly" "" "" "for mp3 support" +optional_depends "gamin" "" "" "for directory monitoring" +optional_depends "PythonDaap" "" "" "for music sharing support" optional_depends "gnome-python-extras" "" "" "for additional song information (like lyrics)" From florin at lunar-linux.org Wed Feb 18 21:43:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:43:25 +0200 Subject: [Lunar-commits] pykota: remove the pysqlite depend. Message-ID: <20090218204358.E6B519B1B3@doppio.foo-projects.org> commit df578e18363e5b9086384b66e3a885dd719b9000 Author: Florin Braescu Date: Wed Feb 18 22:43:25 2009 +0200 pykota: remove the pysqlite depend. Pysqlite is included in Python now. --- printer/pykota/DEPENDS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/printer/pykota/DEPENDS b/printer/pykota/DEPENDS index ff886e6..c0aeb0a 100644 --- a/printer/pykota/DEPENDS +++ b/printer/pykota/DEPENDS @@ -6,8 +6,9 @@ depends pkipplib depends espgs depends net-snmp depends pysnmp -optional_depends jaxml "" "" "for XML data dump support" -optional_depends pysqlite "" "" "for SQLite support" -optional_depends pyPgSQL "" "" "for PostgreSQL support" + +optional_depends jaxml "" "" "for XML data dump support" +optional_depends sqlite "" "" "for SQLite support" +optional_depends pyPgSQL "" "" "for PostgreSQL support" optional_depends mysql-python "" "" "for MySQL support" -optional_depends python-ldap "" "" "for LDAP support" +optional_depends python-ldap "" "" "for LDAP support" From florin at lunar-linux.org Wed Feb 18 21:44:19 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:44:19 +0200 Subject: [Lunar-commits] gajim: remove pysqlite depend. Message-ID: <20090218204456.C5C669B1B3@doppio.foo-projects.org> commit 0ba351b1ebed2d28502fed4319805a2d50110d9b Author: Florin Braescu Date: Wed Feb 18 22:44:19 2009 +0200 gajim: remove pysqlite depend. Pysqlite is included in Python now. --- chat/gajim/DEPENDS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/chat/gajim/DEPENDS b/chat/gajim/DEPENDS index 2b1ca88..c01b73b 100644 --- a/chat/gajim/DEPENDS +++ b/chat/gajim/DEPENDS @@ -1,4 +1,3 @@ -depends pygtk && -depends pysqlite && +depends pygtk optional_depends "dbus-python" "" "" "for remote control" From florin at lunar-linux.org Wed Feb 18 21:45:32 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 18 Feb 2009 22:45:32 +0200 Subject: [Lunar-commits] pysqlite: remove it from the moonbase. Message-ID: <20090218204602.6FA4A9B1B3@doppio.foo-projects.org> commit 19792de60c49a88e6fecc5962f804ad32136a39f Author: Florin Braescu Date: Wed Feb 18 22:45:32 2009 +0200 pysqlite: remove it from the moonbase. Pysqlite is included in Python now. --- python/pysqlite/BUILD | 9 --------- python/pysqlite/DEPENDS | 2 -- python/pysqlite/DETAILS | 15 --------------- 3 files changed, 0 insertions(+), 26 deletions(-) diff --git a/python/pysqlite/BUILD b/python/pysqlite/BUILD deleted file mode 100644 index 06ce6dc..0000000 --- a/python/pysqlite/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - - sedit "s:data_files = data_files:# :g" setup.py && - - python setup.py build && - prepare_install && - python setup.py install --root=/ - -) > $C_FIFO 2>&1 diff --git a/python/pysqlite/DEPENDS b/python/pysqlite/DEPENDS deleted file mode 100644 index 9ffdca4..0000000 --- a/python/pysqlite/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends Python -depends sqlite diff --git a/python/pysqlite/DETAILS b/python/pysqlite/DETAILS deleted file mode 100644 index 73f222b..0000000 --- a/python/pysqlite/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=pysqlite - VERSION=2.5.0 - BASE=$(echo $VERSION | cut -d. -f1,2) - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://oss.itsystementwicklung.de/download/$MODULE/$BASE/$VERSION - SOURCE_VFY=sha1:37234af4996a42e08db1f8d1fdd7999b2dcb912c - WEB_SITE=http://oss.itsystementwicklung.de/trac/pysqlite - ENTERED=20050512 - UPDATED=20080914 - SHORT="Python SQLite bindings" - -cat << EOF -pysqlite is a Python DB-API 2.0 interface for the SQLite embedded -relational database engine. -EOF From engelsman at lunar-linux.org Wed Feb 18 21:51:01 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 18 Feb 2009 21:51:01 +0100 Subject: [Lunar-commits] geany: removed empty BUILD file Message-ID: <20090218205152.154469B1B3@doppio.foo-projects.org> commit 57045b58fa492f98ca9617b926845a9e012e1adb Author: Duncan Gibson Date: Wed Feb 18 21:51:01 2009 +0100 geany: removed empty BUILD file oops! mea culpa --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/editors/geany/BUILD b/editors/geany/BUILD deleted file mode 100644 index e69de29..0000000 From florin at lunar-linux.org Thu Feb 19 06:09:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Feb 2009 07:09:29 +0200 Subject: [Lunar-commits] vsftpd: version bumped to 2.1.0. Message-ID: <20090219051053.AC0689B1B3@doppio.foo-projects.org> commit f4126869fff06e974126bea69c5b174d3a29c4c6 Author: Florin Braescu Date: Thu Feb 19 07:09:29 2009 +0200 vsftpd: version bumped to 2.1.0. Fixes and enhanced SSL support. Various build fixes were applied. Implicit SSL support was added. The ASCII download support now matches ProFTPd. A couple of interoperability problems with broken clients were fixed. SSL session reuse is now required by default to close a loophole in the FTP protocol. Some log messages were tidied up. Files are now locked properly for upload, fixing corruption with simultaneous uploads. Memory limits per-process are now applied. STOU was fixed to use the original filename where possible. --- ftp/vsftpd/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ftp/vsftpd/DETAILS b/ftp/vsftpd/DETAILS index 1c29a67..4db2d70 100644 --- a/ftp/vsftpd/DETAILS +++ b/ftp/vsftpd/DETAILS @@ -1,14 +1,14 @@ MODULE=vsftpd - VERSION=2.0.7 + VERSION=2.1.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://vsftpd.beasts.org/users/cevans - SOURCE_VFY=sha1:760afe849d1ebe10592ef29032b6e00e7f1bbf79 + SOURCE_VFY=sha1:3edd0868e03164eac11ab1fa9eac3ca4a30cd33a WEB_SITE=http://vsftpd.beasts.org ENTERED=20021109 - UPDATED=20080730 + UPDATED=20090219 SHORT="Secure and fast FTP server" USE_WRAPPERS=no - + cat << EOF If your main requirement from an FTP server is one of the following things then yes, vsftpd is probably the FTP server you are looking for. From florin at lunar-linux.org Thu Feb 19 10:39:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Feb 2009 11:39:29 +0200 Subject: [Lunar-commits] wine: version bumped to 1.1.15. Message-ID: <20090219094116.E865C9B1B3@doppio.foo-projects.org> commit b7b380cd2e2f48c295207e169ca6c59953449329 Author: Florin Braescu Date: Thu Feb 19 11:39:29 2009 +0200 wine: version bumped to 1.1.15. Changes: Gecko engine update. Better region support in GdiPlus. Support for cross-compilation in winegcc. Beginnings of MS Text Framework support. Many fixes to the regression tests on Windows. Various bug fixes. --- utils/wine/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/wine/DETAILS b/utils/wine/DETAILS index d3151db..20177f8 100644 --- a/utils/wine/DETAILS +++ b/utils/wine/DETAILS @@ -1,12 +1,12 @@ MODULE=wine - VERSION=1.1.14 + VERSION=1.1.15 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE - SOURCE_VFY=sha1:b71d5b6c98e8d1c56427bf2f4b992bf74381e54d + SOURCE_VFY=sha1:99267058cf14d52b55c360d6e3af337d81695974 WEB_SITE=http://www.winehq.com ENTERED=20010925 - UPDATED=20090131 + UPDATED=20090219 SHORT="Runs microsoft windows programs" cat << EOF From stumbles at lunar-linux.org Thu Feb 19 16:00:38 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 19 Feb 2009 10:00:38 -0500 Subject: [Lunar-commits] alsa-plugins: version bump. Message-ID: <20090219150058.AA4CF9B1B3@doppio.foo-projects.org> commit bb50f06017a86b9315370cb21163197f0ac768f2 Author: Dennis 'stumbles' Veatch Date: Thu Feb 19 10:00:38 2009 -0500 alsa-plugins: version bump. --- audio/alsa-plugins/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/alsa-plugins/DETAILS b/audio/alsa-plugins/DETAILS index 053fa6f..61f0ee8 100644 --- a/audio/alsa-plugins/DETAILS +++ b/audio/alsa-plugins/DETAILS @@ -4,10 +4,10 @@ SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/plugins SOURCE_URL[1]=ftp://ftp.silug.org/pub/alsa/plugins SOURCE_URL[2]=ftp://ftp.sunet.se/pub/Linux/alsa/plugins - SOURCE_VFY=sha1:33b5eca861de35a6eeb47862f24a8663af56cd0a + SOURCE_VFY=sha1:578ae437b04961ca4841c41439441f7ad0dac890 WEB_SITE=http://www.alsa-project.org ENTERED=20071207 - UPDATED=20081030 + UPDATED=20090219 SHORT="Plugins for the Advanced Linux Sound Architecture" cat << EOF From stumbles at lunar-linux.org Thu Feb 19 16:23:51 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 19 Feb 2009 10:23:51 -0500 Subject: [Lunar-commits] alsa-plugins: that's bette. Message-ID: <20090219152409.A4C2E9B1B3@doppio.foo-projects.org> commit 163d098583cb42d71d144f9184f63c494e5cadc1 Author: Dennis 'stumbles' Veatch Date: Thu Feb 19 10:23:51 2009 -0500 alsa-plugins: that's bette. --- audio/alsa-plugins/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/alsa-plugins/DETAILS b/audio/alsa-plugins/DETAILS index 61f0ee8..c981391 100644 --- a/audio/alsa-plugins/DETAILS +++ b/audio/alsa-plugins/DETAILS @@ -1,5 +1,5 @@ MODULE=alsa-plugins - VERSION=1.0.18 + VERSION=1.0.19 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/plugins SOURCE_URL[1]=ftp://ftp.silug.org/pub/alsa/plugins From florin at lunar-linux.org Thu Feb 19 23:08:06 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Feb 2009 00:08:06 +0200 Subject: [Lunar-commits] libpng: version bumped to 1.2.35. Message-ID: <20090219220849.C98B9F3802@doppio.foo-projects.org> commit a6894d7154a5f7e2227d5099425be2e47fad6d3e Author: Florin Braescu Date: Fri Feb 20 00:08:06 2009 +0200 libpng: version bumped to 1.2.35. Major bugfixes. --- graphics/libpng/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/libpng/DETAILS b/graphics/libpng/DETAILS index e0f3e2f..1083fa4 100644 --- a/graphics/libpng/DETAILS +++ b/graphics/libpng/DETAILS @@ -1,11 +1,11 @@ MODULE=libpng - VERSION=1.2.34 + VERSION=1.2.35 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:7a9d300dbadd80b554695ca46d37e7fb9ad827b4 + SOURCE_VFY=sha1:aad4faf21a1fc5853a55a2ff51351707bde3f6ac WEB_SITE=http://www.libpng.org/pub/png/libpng.html ENTERED=20010922 - UPDATED=20081219 + UPDATED=20090219 SHORT="Library that supports the PNG graphics format" cat << EOF From florin at lunar-linux.org Thu Feb 19 23:10:02 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Feb 2009 00:10:02 +0200 Subject: [Lunar-commits] dhcpcd: version bumped to 4.0.11. Message-ID: <20090219221110.6CF929B1B3@doppio.foo-projects.org> commit 5315fb06da93516e28f4ba5097c8b7c334e87ed0 Author: Florin Braescu Date: Fri Feb 20 00:10:02 2009 +0200 dhcpcd: version bumped to 4.0.11. This release reports the correct IPv4LL address being used after a probe (cosmetic). It fixes changing to the INIT state after failing to send a packet. --- net/dhcpcd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS index 45dc812..622125c 100644 --- a/net/dhcpcd/DETAILS +++ b/net/dhcpcd/DETAILS @@ -1,5 +1,5 @@ MODULE=dhcpcd - VERSION=4.0.10 + VERSION=4.0.11 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.paldo.org/paldo/sources/dhcpcd SOURCE_URL[1]=http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles @@ -9,10 +9,10 @@ SOURCE_URL[5]=http://gentoo.chem.wisc.edu/gentoo/distfiles SOURCE_URL[6]=http://mirror.internode.on.net/pub/gentoo/distfiles SOURCE_URL[7]=http://roy.marples.name/downloads/dhcpcd - SOURCE_VFY=sha1:2c2180456eb2ccbab59845f1ee5081631e1c3e08 + SOURCE_VFY=sha1:66a762c23f0c8be7529ac9b0443f7dc3d4cf7a2f WEB_SITE=http://roy.marples.name/projects/dhcpcd ENTERED=20011126 - UPDATED=20090204 + UPDATED=20090219 SHORT="DHCP client/daemon that works with @home" cat << EOF From zmcgrew at lunar-linux.org Thu Feb 19 08:36:12 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 18 Feb 2009 23:36:12 -0800 Subject: [Lunar-commits] ffmpeg-svn: make it update monthly Message-ID: <20090219233107.B29699B1B3@doppio.foo-projects.org> commit e36780afad4b37672790562ed54aa175c09621c8 Author: Zachary McGrew Date: Wed Feb 18 23:36:12 2009 -0800 ffmpeg-svn: make it update monthly --- zbeta/ffmpeg-svn/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/ffmpeg-svn/DETAILS b/zbeta/ffmpeg-svn/DETAILS index 9764fbe..bc842f3 100644 --- a/zbeta/ffmpeg-svn/DETAILS +++ b/zbeta/ffmpeg-svn/DETAILS @@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=svn://svn.mplayerhq.hu/$MOD/trunk:$MOD WEB_SITE=http://ffmpeg.sourceforge.net/ ENTERED=20020327 - UPDATED=20071124 + UPDATED=`date -u +%Y%m01` SHORT="ffmpeg is an avi decoder" cat << EOF From zmcgrew at lunar-linux.org Thu Feb 19 08:38:01 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 18 Feb 2009 23:38:01 -0800 Subject: [Lunar-commits] gal2: Doesn't compile, obsolote, unused Message-ID: <20090219233107.BB3279B1B4@doppio.foo-projects.org> commit 075d6575fa8ef4d2273fc31f049fd1843766ae19 Author: Zachary McGrew Date: Wed Feb 18 23:38:01 2009 -0800 gal2: Doesn't compile, obsolote, unused --- gnome2/desktop/gal2/BUILD | 11 ----------- gnome2/desktop/gal2/DEPENDS | 2 -- gnome2/desktop/gal2/DETAILS | 19 ------------------- 3 files changed, 0 insertions(+), 32 deletions(-) diff --git a/gnome2/desktop/gal2/BUILD b/gnome2/desktop/gal2/BUILD deleted file mode 100644 index 38dfb49..0000000 --- a/gnome2/desktop/gal2/BUILD +++ /dev/null @@ -1,11 +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/gal2/DEPENDS b/gnome2/desktop/gal2/DEPENDS deleted file mode 100644 index a8dae97..0000000 --- a/gnome2/desktop/gal2/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends libgnomeprintui && -depends libgnomeui diff --git a/gnome2/desktop/gal2/DETAILS b/gnome2/desktop/gal2/DETAILS deleted file mode 100644 index f790e23..0000000 --- a/gnome2/desktop/gal2/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=gal2 - MOD=gal - VERSION=2.4.3 - MAJOR=2.4 - SOURCE=$MOD-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION - SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/ - SOURCE_VFY=sha1:15a4da00b0be7a1e658a43c747243343719055a4 - WEB_SITE=http://www.gnome.org - ENTERED=20020701 - UPDATED=20050604 - PSAFE=no - SHORT="the GNOME application libraries" - -cat << EOF -This module contains some library functions that came from Gnumeric and -Evolution. The idea is to reuse the code across various larger GNOME -applications that might want to use it. -EOF From zmcgrew at lunar-linux.org Thu Feb 19 23:50:32 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 14:50:32 -0800 Subject: [Lunar-commits] gossip: removed module. Replaced by empathy Message-ID: <20090219233107.CEE6A9B1BB@doppio.foo-projects.org> commit 22bbf8c50c7e0005a652f45bd679a2c196c439a9 Author: Zachary McGrew Date: Thu Feb 19 14:50:32 2009 -0800 gossip: removed module. Replaced by empathy --- chat/gossip/DEPENDS | 9 --------- chat/gossip/DETAILS | 15 --------------- 2 files changed, 0 insertions(+), 24 deletions(-) diff --git a/chat/gossip/DEPENDS b/chat/gossip/DEPENDS deleted file mode 100644 index 44e784d..0000000 --- a/chat/gossip/DEPENDS +++ /dev/null @@ -1,9 +0,0 @@ -depends loudmouth -depends libgnomeui -depends iso-codes # Needed only for aspell support - -optional_depends "aspell" "--enable-aspell" "--disable-aspell" \ - "for spell checking support" -optional_depends "libnotify" \ - "--enable-libnotify" "--disable-libnotify" \ - "for pop-up notifications" diff --git a/chat/gossip/DETAILS b/chat/gossip/DETAILS deleted file mode 100644 index de8d08d..0000000 --- a/chat/gossip/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=gossip - VERSION=0.28 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$GNOME_URL/sources/$MODULE/$VERSION/ - SOURCE_VFY=sha1:6490947b2adab8e8f4c952b20400a3455e404912 - WEB_SITE=http://www.imendio.com/projects/gossip/ - ENTERED=20030719 - UPDATED=20071125 - SHORT="a GNOME based Jabber client" - -cat << EOF -Gossip aims at making Instant Messaging with Jabber as easy as possible, -while giving users of the GNOME Desktop a user friendly way of keeping -in touch with their friends. -EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:10:15 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:10:15 -0800 Subject: [Lunar-commits] virtualbox: split into two modules Message-ID: <20090219233107.E42BE9B1BE@doppio.foo-projects.org> commit df1660089de904ea7e56fa48385389ad23bbd373 Author: Zachary McGrew Date: Thu Feb 19 15:10:15 2009 -0800 virtualbox: split into two modules virtualbox now creates a .tar.bz2 of the kernel module source for use by virtualbox-module. this saves time when updating the kernel as all of virtualbox no longer has to be rebuilt. it also auto installs virtualbox-module in the POST_INSTALL --- x11-utils/virtualbox/BUILD | 13 +- x11-utils/virtualbox/POST_INSTALL | 2 + x11-utils/virtualbox/init.d/vboxdrv | 229 ------------------ x11-utils/virtualbox/init.d/vboxnet | 400 -------------------------------- x11-utils/virtualbox/init.d/virtualbox | 43 ---- 5 files changed, 7 insertions(+), 680 deletions(-) diff --git a/x11-utils/virtualbox/BUILD b/x11-utils/virtualbox/BUILD index dd71f38..1300fdf 100644 --- a/x11-utils/virtualbox/BUILD +++ b/x11-utils/virtualbox/BUILD @@ -14,9 +14,11 @@ source ./env.sh && kmk && - # Build kernel module - pushd out/linux.x86/release/bin/src && - make && + #Build source package for kernel module + pushd out/linux.x86/release/bin/ && + message "Building ${MODULE_COLOR}virtualbox-module-${VERSION_COLOR}${VERSION}${DEFAULT_COLOR}." && + message "This may take a while..." && + tar -cjf $SOURCE_CACHE/virtualbox-module-$VERSION.tar.bz2 src && popd && # Prepare for installation @@ -28,11 +30,6 @@ # Install contents of the build directory cp -R out/linux.x86/release/bin/* $MODULE_PREFIX && - # Install kernel module - pushd out/linux.x86/release/bin/src && - make install && - popd && - # Install the startup script to /usr/bin install -m 755 $SCRIPT_DIRECTORY/VirtualBox /usr/bin && diff --git a/x11-utils/virtualbox/POST_INSTALL b/x11-utils/virtualbox/POST_INSTALL new file mode 100644 index 0000000..13d4d06 --- /dev/null +++ b/x11-utils/virtualbox/POST_INSTALL @@ -0,0 +1,2 @@ +#Install the kernel module +lin -c virtualbox-module diff --git a/x11-utils/virtualbox/init.d/vboxdrv b/x11-utils/virtualbox/init.d/vboxdrv deleted file mode 100755 index 750f24f..0000000 --- a/x11-utils/virtualbox/init.d/vboxdrv +++ /dev/null @@ -1,229 +0,0 @@ -#! /bin/sh -# innotek VirtualBox -# Linux kernel module init script - -# -# Copyright (C) 2006-2007 innotek GmbH -# -# This file is part of VirtualBox Open Source Edition (OSE), as -# available from http://www.virtualbox.org. This file is free software; -# you can redistribute it and/or modify it under the terms of the GNU -# General Public License as published by the Free Software Foundation, -# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE -# distribution. VirtualBox OSE is distributed in the hope that it will -# be useful, but WITHOUT ANY WARRANTY of any kind. - -# chkconfig: 35 30 60 -# description: VirtualBox Linux kernel module -# -### BEGIN INIT INFO -# Provides: vboxdrv -# Required-Start: $syslog -# Required-Stop: -# Default-Start: 3 5 -# Default-Stop: -# Description: VirtualBox Linux kernel module -### END INIT INFO - -PATH=$PATH:/bin:/sbin:/usr/sbin -CONFIG="/etc/vbox/vbox.cfg" - -if [ -f /etc/redhat-release ]; then - system=redhat -elif [ -f /etc/SuSE-release ]; then - system=suse -elif [ -f /etc/gentoo-release ]; then - system=gentoo -else - system=other -fi - -if [ "$system" = "redhat" ]; then - . /etc/init.d/functions - fail_msg() { - echo_failure - echo - } - - succ_msg() { - echo_success - echo - } - - begin() { - echo -n "$1" - } -fi - -if [ "$system" = "suse" ]; then - . /etc/rc.status - fail_msg() { - rc_failed 1 - rc_status -v - } - - succ_msg() { - rc_reset - rc_status -v - } - - begin() { - echo -n "$1" - } -fi - -if [ "$system" = "gentoo" ]; then - . /sbin/functions.sh - fail_msg() { - eend 1 - } - - succ_msg() { - eend $? - } - - begin() { - ebegin $1 - } - - if [ "`which $0`" = "/sbin/rc" ]; then - shift - fi -fi - -if [ "$system" = "other" ]; then - fail_msg() { - echo " ...fail!" - } - - succ_msg() { - echo " ...done." - } - - begin() { - echo -n $1 - } -fi - - -kdir=/lib/modules/`uname -r`/misc -dev=/dev/vboxdrv -modname=vboxdrv -groupname=vboxusers - -fail() { - if [ "$system" = "gentoo" ]; then - eerror $1 - exit 1 - fi - fail_msg - echo "($1)" - exit 1 -} - -running() { - lsmod | grep -q $modname[^_-] -} - -start() { - begin "Starting VirtualBox kernel module " - test -f "$kdir/$modname.o" -o -f "$kdir/$modname.ko" || { - fail "Kernel module not found" - } - running || { - rm -f $dev || { - fail "Cannot remove $dev" - } - - modprobe $modname || { - fail "modprobe $modname failed" - } - - sleep 1 - } - if [ ! -c $dev ]; then - maj=`sed -n 's;\([0-9]\+\) vboxdrv;\1;p' /proc/devices` - if [ ! -z "$maj" ]; then - min=0 - else - min=`sed -n 's;\([0-9]\+\) vboxdrv;\1;p' /proc/misc` - if [ ! -z "$min" ]; then - maj=10 - fi - fi - test -z "$maj" && { - rmmod $modname - fail "Cannot locate the VirtualBox device" - } - - mknod -m 0664 $dev c $maj $min || { - rmmod $modname - fail "Cannot create device $dev with major $maj and minor $min" - } - fi - - chown :$groupname $dev || { - rmmod $modname - fail "Cannot change owner $groupname for device $dev" - } - - succ_msg - return 0 -} - -stop() { - begin "Stopping VirtualBox kernel module " - if running; then - rmmod $modname || fail "Cannot unload module $modname" - rm -f $dev || fail "Cannot unlink $dev" - fi - succ_msg - return 0 -} - -restart() { - stop && start - return 0 -} - -setup() { - . "$CONFIG" - stop - begin "Recompiling VirtualBox kernel module " - if ! $INSTALL_DIR/src/build_in_tmp install > /var/log/vbox-install.log 2>&1; then - fail "Look at /var/log/vbox-install.log to find out what went wrong" - fi - succ_msg - start -} - -dmnstatus() { - if running; then - echo "VirtualBox kernel module is loaded." - else - echo "VirtualBox kernel module is not loaded." - fi -} - -case "$1" in -start) - start - ;; -stop) - stop - ;; -restart) - restart - ;; -setup) - setup - ;; -status) - dmnstatus - ;; -*) - echo "Usage: $0 {start|stop|restart|status|setup}" - exit 1 -esac - -exit diff --git a/x11-utils/virtualbox/init.d/vboxnet b/x11-utils/virtualbox/init.d/vboxnet deleted file mode 100755 index 85af235..0000000 --- a/x11-utils/virtualbox/init.d/vboxnet +++ /dev/null @@ -1,400 +0,0 @@ -#! /bin/sh -# innotek VirtualBox -# Linux static host networking interface initialization -# - -# -# Copyright (C) 2007 innotek GmbH -# -# This file is part of VirtualBox Open Source Edition (OSE), as -# available from http://www.virtualbox.org. This file is free software; -# you can redistribute it and/or modify it under the terms of the GNU -# General Public License as published by the Free Software Foundation, -# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE -# distribution. VirtualBox OSE is distributed in the hope that it will -# be useful, but WITHOUT ANY WARRANTY of any kind. - -# chkconfig: 35 30 60 -# description: VirtualBox permanent host networking setup -# -### BEGIN INIT INFO -# Provides: vboxnet -# Required-Start: $network -# Required-Stop: -# Default-Start: 3 5 -# Default-Stop: -# Description: VirtualBox permanent host networking setup -### END INIT INFO - -PATH=$PATH:/bin:/sbin:/usr/sbin -CONFIG="/etc/vbox/interfaces" -VARDIR="/var/run/VirtualBox" -VARFILE="/var/run/VirtualBox/vboxnet" -TAPDEV="/dev/net/tun" - -if [ -f /etc/redhat-release ]; then - system=redhat -elif [ -f /etc/SuSE-release ]; then - system=suse -elif [ -f /etc/gentoo-release ]; then - system=gentoo -else - system=other -fi - -if [ "$system" = "redhat" ]; then - . /etc/init.d/functions - fail_msg() { - echo_failure - echo - } - - succ_msg() { - echo_success - echo - } - - begin() { - echo -n "$1" - } -fi - -if [ "$system" = "suse" ]; then - . /etc/rc.status - fail_msg() { - rc_failed 1 - rc_status -v - } - - succ_msg() { - rc_reset - rc_status -v - } - - begin() { - echo -n "$1" - } -fi - -if [ "$system" = "gentoo" ]; then - . /sbin/functions.sh - fail_msg() { - eend 1 - } - - succ_msg() { - eend $? - } - - begin() { - ebegin $1 - } - - if [ "`which $0`" = "/sbin/rc" ]; then - shift - fi -fi - -if [ "$system" = "other" ]; then - fail_msg() { - echo " ...fail!" - } - - succ_msg() { - echo " ...done." - } - - begin() { - echo -n $1 - } -fi - -fail() { - if [ "$system" = "gentoo" ]; then - eerror $1 - exit 1 - fi - fail_msg - echo "($1)" - exit 1 -} - -running() { - test -f "$VARFILE" -} - -valid_ifname() { - if expr match "$1" "vbox[0-9][0-9]*$" > /dev/null 2>&1 - then - return 0 - else - return 1 - fi -} - -# Create all permanent TAP devices registered on the system, add them to a -# bridge if required and keep a record of proceedings in the file -# /var/run/VirtualBox/vboxnet. If this file already exists, assume that the -# script has already been started and do nothing. -start_network() { - begin "Starting VirtualBox host networking" - # If the service is already running, return successfully. - if [ -f "$VARFILE" ] - then - succ_msg - return 0 - fi - # Fail if we can't create our runtime record file - if [ ! -d "$VARDIR" ] - then - if ! mkdir "$VARDIR" 2> /dev/null - then - fail_msg - return 1 - fi - fi - if ! touch "$VARFILE" 2> /dev/null - then - fail_msg - return 1 - fi - # If there is no configuration file, report success - if [ ! -f "$CONFIG" ] - then - succ_msg - return 0 - fi - # Fail if we can't read our configuration - if [ ! -r "$CONFIG" ] - then - fail_msg - return 1 - fi - # Fail if we don't have tunctl - if ! VBoxTunctl -h 2>&1 | grep VBoxTunctl > /dev/null - then - fail_msg - return 1 - fi - succ_msg - # Read the configuration file entries line by line and create the - # interfaces - while read line - do - set ""$line - # If the line is a comment then ignore it - if ((! expr match "$1" "#" > /dev/null) && (! test -z "$1")) - then - # Check that the line is correctly formed (an interface name plus one - # or two non-comment entries, possibly followed by a comment). - if ((! expr match "$2" "#" > /dev/null) && - (test -z "$4" || expr match "$4" "#" > /dev/null) && - (valid_ifname "$1")) - then - # Try to create the interface - if VBoxTunctl -t "$1" -u "$2" > /dev/null 2>&1 - then - # On SUSE Linux Enterprise Server, the interface does not - # appear immediately, so we loop trying to bring it up. - i=1 - while [ $i -le 10 ] - do - ifconfig "$1" up 2> /dev/null - if ifconfig | grep "$1" > /dev/null 2>&1 - then - # Add the interface to a bridge if one was specified - if [ ! -z "$3" ] - then - if brctl addif "$3" "$1" 2> /dev/null - then - echo "$1 $2 $3" > "$VARFILE" - else - echo "$1 $2" > "$VARFILE" - echo "Warning - failed to add interface $1 to the bridge $3" - fi - else - echo "$1 $2" > $VARFILE - fi - i=20 - else - i=`expr $i + 1` - sleep .1 - fi - done - if [ $i -ne 20 ] - then - echo "Warning - failed to bring up the interface $1" - fi - else - echo "Warning - failed to create the interface $1 for the user $2" - fi - else - echo "Warning - invalid line in $CONFIG:" - echo " $line" - fi - fi - done < "$CONFIG" - # Set /dev/net/tun to belong to the group vboxusers if it exists and does - # yet belong to a group. - if ls -g "$TAPDEV" 2>/dev/null | grep root - then - chgrp vboxusers "$TAPDEV" - chmod 0660 "$TAPDEV" - fi - return 0 -} - -# Shut down VirtualBox host networking and remove all permanent TAP -# interfaces. This action will fail if some interfaces could not be removed. -stop_network() { - begin "Shutting down VirtualBox host networking" - # If there is no runtime record file, assume that the service is not - # running. - if [ ! -f "$VARFILE" ] - then - succ_msg - return 0 - fi - # Fail if we can't read our runtime record file or write to the - # folder it is located in - if [ ! -r "$VARFILE" -o ! -w "$VARDIR" ] - then - fail_msg - return 1 - fi - # Fail if we don't have tunctl - if ! VBoxTunctl -h 2>&1 | grep VBoxTunctl > /dev/null - then - fail_msg - return 1 - fi - # Read the runtime record file entries line by line and delete the - # interfaces. The format of the runtime record file is not checked for - # errors. - while read line - do - set ""$line - # Remove the interface from a bridge if it is part of one - if [ ! -z "$3" ] - then - brctl delif "$3" "$1" 2> /dev/null - fi - # Remove the interface. Roll back everything and fail if this is not - # possible - if (! ifconfig "$1" down 2> /dev/null || - ! VBoxTunctl -d "$1" > /dev/null 2>&1) - then - while read line - do - set ""$line - VBoxTunctl -t "$1" -u "$2" > /dev/null 2>&1 - ifconfig "$1" up 2> /dev/null - if [ ! -z "$3" ] - then - brctl addif "$3" "$1" - fi - done < "$VARFILE" - fail_msg - return 1 - fi - done < "$VARFILE" - rm -f "$VARFILE" 2> /dev/null - succ_msg - return 0 -} - -# Shut down VirtualBox host networking and remove all permanent TAP -# interfaces. This action will succeed even if not all interfaces could be -# removed. It is only intended for exceptional circumstances such as -# uninstalling VirtualBox. -force_stop_network() { - begin "Shutting down VirtualBox host networking" - # If there is no runtime record file, assume that the service is not - # running. - if [ ! -f "$VARFILE" ] - then - succ_msg - return 0 - fi - # Fail if we can't read our runtime record file or write to the - # folder it is located in - if [ ! -r "$VARFILE" -o ! -w "$VARDIR" ] - then - fail_msg - return 1 - fi - # Fail if we don't have tunctl - if ! VBoxTunctl -h 2>&1 | grep VBoxTunctl > /dev/null - then - fail_msg - return 1 - fi - # Read the runtime record file entries line by line and delete the - # interfaces. The format of the runtime record file is not checked for - # errors. - while read line - do - set ""$line - # Remove the interface from a bridge if it is part of one - if [ ! -z "$3" ] - then - brctl delif "$3" "$1" 2> /dev/null - fi - # Remove the interface. - ifconfig "$1" down 2> /dev/null - VBoxTunctl -d "$1" > /dev/null 2>&1 - done < "$VARFILE" - rm -f "$VARFILE" 2> /dev/null - succ_msg - return 0 -} - -start() { - start_network -} - -stop() { - stop_network -} - -force_stop() { - force_stop_network -} - -restart() { - stop_network && start_network -} - -status() { - if running; then - echo "VirtualBox host networking is loaded." - else - echo "VirtualBox host networking is not loaded." - fi -} - -case "$1" in -start) - start - ;; -stop) - stop - ;; -restart) - restart - ;; -force-reload) - restart - ;; -force-stop) - force_stop - ;; -status) - status - ;; -*) - echo "Usage: `basename $0` {start|stop|restart|force-reload|status}" - exit 1 -esac - -exit diff --git a/x11-utils/virtualbox/init.d/virtualbox b/x11-utils/virtualbox/init.d/virtualbox deleted file mode 100755 index 7371fba..0000000 --- a/x11-utils/virtualbox/init.d/virtualbox +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash -# -# Startup script for VirtualBox -# -# chkconfig: 345 50 50 -# description: Initializes VirtualBox -# short: VirtualBox - -load_kernel_module () { - modprobe vboxdrv -} - -unload_kernel_module () { - rmmod vboxdrv -} - -set_permissions () { - chgrp vboxusers /dev/vboxdrv && - chmod g+rwx /dev/vboxdrv -} - -start () { - echo -n "Starting VirtualBox: " - load_kernel_module && set_permissions - if [ $? == 0 ]; then - echo -e $RESULT_OK - else - echo -e $RESULT_FAIL - fi -} - -stop () { - echo -n "Stopping VirtualBox: " - unload_kernel_module - echo -e $RESULT_OK -} - -restart () { - stop - start -} - -. /lib/lsb/init-functions From zmcgrew at lunar-linux.org Fri Feb 20 00:12:12 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:12:12 -0800 Subject: [Lunar-commits] virtualbox-module: new module. Message-ID: <20090219233108.092BE9B1BF@doppio.foo-projects.org> commit bc156e38415df6360ee41dd455ec67e72c1e5caf Author: Zachary McGrew Date: Thu Feb 19 15:12:12 2009 -0800 virtualbox-module: new module. this is the kernel module needed by virtualbox. --- kernel/virtualbox-module/BUILD | 6 + kernel/virtualbox-module/DEPENDS | 1 + kernel/virtualbox-module/DETAILS | 12 + kernel/virtualbox-module/init.d/vboxdrv | 227 ++++++++++++++++ kernel/virtualbox-module/init.d/vboxnet | 400 ++++++++++++++++++++++++++++ kernel/virtualbox-module/init.d/virtualbox | 43 +++ 6 files changed, 689 insertions(+), 0 deletions(-) diff --git a/kernel/virtualbox-module/BUILD b/kernel/virtualbox-module/BUILD new file mode 100644 index 0000000..9749ad8 --- /dev/null +++ b/kernel/virtualbox-module/BUILD @@ -0,0 +1,6 @@ +( + + # Build and install kernel module + KERN_DIR=/usr/src/linux default_make + +) > $C_FIFO 2>&1 diff --git a/kernel/virtualbox-module/DEPENDS b/kernel/virtualbox-module/DEPENDS new file mode 100644 index 0000000..a84d248 --- /dev/null +++ b/kernel/virtualbox-module/DEPENDS @@ -0,0 +1 @@ +depends virtualbox diff --git a/kernel/virtualbox-module/DETAILS b/kernel/virtualbox-module/DETAILS new file mode 100644 index 0000000..abdb225 --- /dev/null +++ b/kernel/virtualbox-module/DETAILS @@ -0,0 +1,12 @@ + MODULE=virtualbox-module + VERSION=`module_version virtualbox` + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/src/ + WEB_SITE=http://virtualbox.org + ENTERED=20090202 + UPDATED=20090202 + SHORT="Kernel module for VirtualBox" + +cat << EOF +Sources to the kernel level portion of VirtualBox +EOF diff --git a/kernel/virtualbox-module/init.d/vboxdrv b/kernel/virtualbox-module/init.d/vboxdrv new file mode 100755 index 0000000..054daa9 --- /dev/null +++ b/kernel/virtualbox-module/init.d/vboxdrv @@ -0,0 +1,227 @@ +#! /bin/sh +# innotek VirtualBox +# Linux kernel module init script + +# +# Copyright (C) 2006-2007 innotek GmbH +# +# This file is part of VirtualBox Open Source Edition (OSE), as +# available from http://www.virtualbox.org. This file is free software; +# you can redistribute it and/or modify it under the terms of the GNU +# General Public License as published by the Free Software Foundation, +# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE +# distribution. VirtualBox OSE is distributed in the hope that it will +# be useful, but WITHOUT ANY WARRANTY of any kind. + +# chkconfig: 35 30 60 +# description: VirtualBox Linux kernel module +# +### BEGIN INIT INFO +# Provides: vboxdrv +# Required-Start: $syslog +# Required-Stop: +# Default-Start: 3 5 +# Default-Stop: +# Description: VirtualBox Linux kernel module +### END INIT INFO + +PATH=$PATH:/bin:/sbin:/usr/sbin +CONFIG="/etc/vbox/vbox.cfg" + +if [ -f /etc/redhat-release ]; then + system=redhat +elif [ -f /etc/SuSE-release ]; then + system=suse +elif [ -f /etc/gentoo-release ]; then + system=gentoo +else + system=other +fi + +if [ "$system" = "redhat" ]; then + . /etc/init.d/functions + fail_msg() { + echo_failure + echo + } + + succ_msg() { + echo_success + echo + } + + begin() { + echo -n "$1" + } +fi + +if [ "$system" = "suse" ]; then + . /etc/rc.status + fail_msg() { + rc_failed 1 + rc_status -v + } + + succ_msg() { + rc_reset + rc_status -v + } + + begin() { + echo -n "$1" + } +fi + +if [ "$system" = "gentoo" ]; then + . /sbin/functions.sh + fail_msg() { + eend 1 + } + + succ_msg() { + eend $? + } + + begin() { + ebegin $1 + } + + if [ "`which $0`" = "/sbin/rc" ]; then + shift + fi +fi + +if [ "$system" = "other" ]; then + fail_msg() { + echo " ...fail!" + } + + succ_msg() { + echo " ...done." + } + + begin() { + echo -n $1 + } +fi + + +kdir=/lib/modules/`uname -r`/misc +dev=/dev/vboxdrv +modname=vboxdrv +groupname=vboxusers + +fail() { + if [ "$system" = "gentoo" ]; then + eerror $1 + exit 1 + fi + fail_msg + echo "($1)" + exit 1 +} + +running() { + lsmod | grep -q $modname[^_-] +} + +start() { + begin "Starting VirtualBox kernel module " + test -f "$kdir/$modname.o" -o -f "$kdir/$modname.ko" || { + fail "Kernel module not found" + } + running || { + rm -f $dev || { + fail "Cannot remove $dev" + } + + modprobe $modname || { + fail "modprobe $modname failed" + } + + sleep 1 + } + if [ ! -c $dev ]; then + maj=`sed -n 's;\([0-9]\+\) vboxdrv;\1;p' /proc/devices` + if [ ! -z "$maj" ]; then + min=0 + else + min=`sed -n 's;\([0-9]\+\) vboxdrv;\1;p' /proc/misc` + if [ ! -z "$min" ]; then + maj=10 + fi + fi + test -z "$maj" && { + rmmod $modname + fail "Cannot locate the VirtualBox device" + } + + mknod -m 0664 $dev c $maj $min || { + rmmod $modname + fail "Cannot create device $dev with major $maj and minor $min" + } + fi + + chown :$groupname $dev || { + rmmod $modname + fail "Cannot change owner $groupname for device $dev" + } + + succ_msg + return 0 +} + +stop() { + begin "Stopping VirtualBox kernel module " + if running; then + rmmod $modname || fail "Cannot unload module $modname" + rm -f $dev || fail "Cannot unlink $dev" + fi + succ_msg + return 0 +} + +restart() { + stop && start + return 0 +} + +setup() { + . "$CONFIG" + stop + begin "Recompiling VirtualBox kernel module " + lin -c virtualbox-module + succ_msg + start +} + +dmnstatus() { + if running; then + echo "VirtualBox kernel module is loaded." + else + echo "VirtualBox kernel module is not loaded." + fi +} + +case "$1" in +start) + start + ;; +stop) + stop + ;; +restart) + restart + ;; +setup) + setup + ;; +status) + dmnstatus + ;; +*) + echo "Usage: $0 {start|stop|restart|status|setup}" + exit 1 +esac + +exit diff --git a/kernel/virtualbox-module/init.d/vboxnet b/kernel/virtualbox-module/init.d/vboxnet new file mode 100755 index 0000000..85af235 --- /dev/null +++ b/kernel/virtualbox-module/init.d/vboxnet @@ -0,0 +1,400 @@ +#! /bin/sh +# innotek VirtualBox +# Linux static host networking interface initialization +# + +# +# Copyright (C) 2007 innotek GmbH +# +# This file is part of VirtualBox Open Source Edition (OSE), as +# available from http://www.virtualbox.org. This file is free software; +# you can redistribute it and/or modify it under the terms of the GNU +# General Public License as published by the Free Software Foundation, +# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE +# distribution. VirtualBox OSE is distributed in the hope that it will +# be useful, but WITHOUT ANY WARRANTY of any kind. + +# chkconfig: 35 30 60 +# description: VirtualBox permanent host networking setup +# +### BEGIN INIT INFO +# Provides: vboxnet +# Required-Start: $network +# Required-Stop: +# Default-Start: 3 5 +# Default-Stop: +# Description: VirtualBox permanent host networking setup +### END INIT INFO + +PATH=$PATH:/bin:/sbin:/usr/sbin +CONFIG="/etc/vbox/interfaces" +VARDIR="/var/run/VirtualBox" +VARFILE="/var/run/VirtualBox/vboxnet" +TAPDEV="/dev/net/tun" + +if [ -f /etc/redhat-release ]; then + system=redhat +elif [ -f /etc/SuSE-release ]; then + system=suse +elif [ -f /etc/gentoo-release ]; then + system=gentoo +else + system=other +fi + +if [ "$system" = "redhat" ]; then + . /etc/init.d/functions + fail_msg() { + echo_failure + echo + } + + succ_msg() { + echo_success + echo + } + + begin() { + echo -n "$1" + } +fi + +if [ "$system" = "suse" ]; then + . /etc/rc.status + fail_msg() { + rc_failed 1 + rc_status -v + } + + succ_msg() { + rc_reset + rc_status -v + } + + begin() { + echo -n "$1" + } +fi + +if [ "$system" = "gentoo" ]; then + . /sbin/functions.sh + fail_msg() { + eend 1 + } + + succ_msg() { + eend $? + } + + begin() { + ebegin $1 + } + + if [ "`which $0`" = "/sbin/rc" ]; then + shift + fi +fi + +if [ "$system" = "other" ]; then + fail_msg() { + echo " ...fail!" + } + + succ_msg() { + echo " ...done." + } + + begin() { + echo -n $1 + } +fi + +fail() { + if [ "$system" = "gentoo" ]; then + eerror $1 + exit 1 + fi + fail_msg + echo "($1)" + exit 1 +} + +running() { + test -f "$VARFILE" +} + +valid_ifname() { + if expr match "$1" "vbox[0-9][0-9]*$" > /dev/null 2>&1 + then + return 0 + else + return 1 + fi +} + +# Create all permanent TAP devices registered on the system, add them to a +# bridge if required and keep a record of proceedings in the file +# /var/run/VirtualBox/vboxnet. If this file already exists, assume that the +# script has already been started and do nothing. +start_network() { + begin "Starting VirtualBox host networking" + # If the service is already running, return successfully. + if [ -f "$VARFILE" ] + then + succ_msg + return 0 + fi + # Fail if we can't create our runtime record file + if [ ! -d "$VARDIR" ] + then + if ! mkdir "$VARDIR" 2> /dev/null + then + fail_msg + return 1 + fi + fi + if ! touch "$VARFILE" 2> /dev/null + then + fail_msg + return 1 + fi + # If there is no configuration file, report success + if [ ! -f "$CONFIG" ] + then + succ_msg + return 0 + fi + # Fail if we can't read our configuration + if [ ! -r "$CONFIG" ] + then + fail_msg + return 1 + fi + # Fail if we don't have tunctl + if ! VBoxTunctl -h 2>&1 | grep VBoxTunctl > /dev/null + then + fail_msg + return 1 + fi + succ_msg + # Read the configuration file entries line by line and create the + # interfaces + while read line + do + set ""$line + # If the line is a comment then ignore it + if ((! expr match "$1" "#" > /dev/null) && (! test -z "$1")) + then + # Check that the line is correctly formed (an interface name plus one + # or two non-comment entries, possibly followed by a comment). + if ((! expr match "$2" "#" > /dev/null) && + (test -z "$4" || expr match "$4" "#" > /dev/null) && + (valid_ifname "$1")) + then + # Try to create the interface + if VBoxTunctl -t "$1" -u "$2" > /dev/null 2>&1 + then + # On SUSE Linux Enterprise Server, the interface does not + # appear immediately, so we loop trying to bring it up. + i=1 + while [ $i -le 10 ] + do + ifconfig "$1" up 2> /dev/null + if ifconfig | grep "$1" > /dev/null 2>&1 + then + # Add the interface to a bridge if one was specified + if [ ! -z "$3" ] + then + if brctl addif "$3" "$1" 2> /dev/null + then + echo "$1 $2 $3" > "$VARFILE" + else + echo "$1 $2" > "$VARFILE" + echo "Warning - failed to add interface $1 to the bridge $3" + fi + else + echo "$1 $2" > $VARFILE + fi + i=20 + else + i=`expr $i + 1` + sleep .1 + fi + done + if [ $i -ne 20 ] + then + echo "Warning - failed to bring up the interface $1" + fi + else + echo "Warning - failed to create the interface $1 for the user $2" + fi + else + echo "Warning - invalid line in $CONFIG:" + echo " $line" + fi + fi + done < "$CONFIG" + # Set /dev/net/tun to belong to the group vboxusers if it exists and does + # yet belong to a group. + if ls -g "$TAPDEV" 2>/dev/null | grep root + then + chgrp vboxusers "$TAPDEV" + chmod 0660 "$TAPDEV" + fi + return 0 +} + +# Shut down VirtualBox host networking and remove all permanent TAP +# interfaces. This action will fail if some interfaces could not be removed. +stop_network() { + begin "Shutting down VirtualBox host networking" + # If there is no runtime record file, assume that the service is not + # running. + if [ ! -f "$VARFILE" ] + then + succ_msg + return 0 + fi + # Fail if we can't read our runtime record file or write to the + # folder it is located in + if [ ! -r "$VARFILE" -o ! -w "$VARDIR" ] + then + fail_msg + return 1 + fi + # Fail if we don't have tunctl + if ! VBoxTunctl -h 2>&1 | grep VBoxTunctl > /dev/null + then + fail_msg + return 1 + fi + # Read the runtime record file entries line by line and delete the + # interfaces. The format of the runtime record file is not checked for + # errors. + while read line + do + set ""$line + # Remove the interface from a bridge if it is part of one + if [ ! -z "$3" ] + then + brctl delif "$3" "$1" 2> /dev/null + fi + # Remove the interface. Roll back everything and fail if this is not + # possible + if (! ifconfig "$1" down 2> /dev/null || + ! VBoxTunctl -d "$1" > /dev/null 2>&1) + then + while read line + do + set ""$line + VBoxTunctl -t "$1" -u "$2" > /dev/null 2>&1 + ifconfig "$1" up 2> /dev/null + if [ ! -z "$3" ] + then + brctl addif "$3" "$1" + fi + done < "$VARFILE" + fail_msg + return 1 + fi + done < "$VARFILE" + rm -f "$VARFILE" 2> /dev/null + succ_msg + return 0 +} + +# Shut down VirtualBox host networking and remove all permanent TAP +# interfaces. This action will succeed even if not all interfaces could be +# removed. It is only intended for exceptional circumstances such as +# uninstalling VirtualBox. +force_stop_network() { + begin "Shutting down VirtualBox host networking" + # If there is no runtime record file, assume that the service is not + # running. + if [ ! -f "$VARFILE" ] + then + succ_msg + return 0 + fi + # Fail if we can't read our runtime record file or write to the + # folder it is located in + if [ ! -r "$VARFILE" -o ! -w "$VARDIR" ] + then + fail_msg + return 1 + fi + # Fail if we don't have tunctl + if ! VBoxTunctl -h 2>&1 | grep VBoxTunctl > /dev/null + then + fail_msg + return 1 + fi + # Read the runtime record file entries line by line and delete the + # interfaces. The format of the runtime record file is not checked for + # errors. + while read line + do + set ""$line + # Remove the interface from a bridge if it is part of one + if [ ! -z "$3" ] + then + brctl delif "$3" "$1" 2> /dev/null + fi + # Remove the interface. + ifconfig "$1" down 2> /dev/null + VBoxTunctl -d "$1" > /dev/null 2>&1 + done < "$VARFILE" + rm -f "$VARFILE" 2> /dev/null + succ_msg + return 0 +} + +start() { + start_network +} + +stop() { + stop_network +} + +force_stop() { + force_stop_network +} + +restart() { + stop_network && start_network +} + +status() { + if running; then + echo "VirtualBox host networking is loaded." + else + echo "VirtualBox host networking is not loaded." + fi +} + +case "$1" in +start) + start + ;; +stop) + stop + ;; +restart) + restart + ;; +force-reload) + restart + ;; +force-stop) + force_stop + ;; +status) + status + ;; +*) + echo "Usage: `basename $0` {start|stop|restart|force-reload|status}" + exit 1 +esac + +exit diff --git a/kernel/virtualbox-module/init.d/virtualbox b/kernel/virtualbox-module/init.d/virtualbox new file mode 100755 index 0000000..7371fba --- /dev/null +++ b/kernel/virtualbox-module/init.d/virtualbox @@ -0,0 +1,43 @@ +#!/bin/bash +# +# Startup script for VirtualBox +# +# chkconfig: 345 50 50 +# description: Initializes VirtualBox +# short: VirtualBox + +load_kernel_module () { + modprobe vboxdrv +} + +unload_kernel_module () { + rmmod vboxdrv +} + +set_permissions () { + chgrp vboxusers /dev/vboxdrv && + chmod g+rwx /dev/vboxdrv +} + +start () { + echo -n "Starting VirtualBox: " + load_kernel_module && set_permissions + if [ $? == 0 ]; then + echo -e $RESULT_OK + else + echo -e $RESULT_FAIL + fi +} + +stop () { + echo -n "Stopping VirtualBox: " + unload_kernel_module + echo -e $RESULT_OK +} + +restart () { + stop + start +} + +. /lib/lsb/init-functions From zmcgrew at lunar-linux.org Fri Feb 20 00:13:14 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:13:14 -0800 Subject: [Lunar-commits] kernel-reqs: s/virtualbox/virtualbox-module/ Message-ID: <20090219233108.1A77E9B1B3@doppio.foo-projects.org> commit 184eded5af3dc8579d3778ba623a8ee702013c49 Author: Zachary McGrew Date: Thu Feb 19 15:13:14 2009 -0800 kernel-reqs: s/virtualbox/virtualbox-module/ --- kernel/kernel-reqs/POST_INSTALL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/kernel-reqs/POST_INSTALL b/kernel/kernel-reqs/POST_INSTALL index 7c548aa..53c8f12 100644 --- a/kernel/kernel-reqs/POST_INSTALL +++ b/kernel/kernel-reqs/POST_INSTALL @@ -1,4 +1,4 @@ -kreqs="alsa-driver bluez-kernel cipe cryptoapi cvsfs drm-git fglrx ftpfs hostap-driver ieee80211 igb iptables ipw2100 ipw2200 ipw3945 i2c ixgbe ndiswrapper ltmodem madwifi madwifi-svn fuse mwavem NFORCE NVIDIA NVIDIA-old NVIDIA-beta NVIDIA-legacy NVIDIA-fx openafs-driver pcmcia-cs slmodem snare-core submount e1000 gspcav1 kqemu iwlwifi virtualbox" +kreqs="alsa-driver bluez-kernel cipe cryptoapi cvsfs drm-git fglrx ftpfs hostap-driver ieee80211 igb iptables ipw2100 ipw2200 ipw3945 i2c ixgbe ndiswrapper ltmodem madwifi madwifi-svn fuse mwavem NFORCE NVIDIA NVIDIA-old NVIDIA-beta NVIDIA-legacy NVIDIA-fx openafs-driver pcmcia-cs slmodem snare-core submount e1000 gspcav1 kqemu iwlwifi virtualbox-module" for req in $kreqs; do if module_installed $req ; then From zmcgrew at lunar-linux.org Fri Feb 20 00:16:12 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:12 -0800 Subject: [Lunar-commits] gnome-doc-utils: version bump to 0.15.1 Message-ID: <20090219233108.2F45D9B1B4@doppio.foo-projects.org> commit c42f36e0d32cd151edfe98a9d5f0557fc41069f0 Author: Zachary McGrew Date: Thu Feb 19 15:16:12 2009 -0800 gnome-doc-utils: version bump to 0.15.1 --- gnome2/desktop/gnome-doc-utils/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/desktop/gnome-doc-utils/DETAILS b/gnome2/desktop/gnome-doc-utils/DETAILS index f305b96..45c8317 100644 --- a/gnome2/desktop/gnome-doc-utils/DETAILS +++ b/gnome2/desktop/gnome-doc-utils/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-doc-utils - VERSION=0.14.2 - MAJOR=0.14 + VERSION=0.15.1 + MAJOR=0.15 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:f94608cb8b16b6246305e5cab1905a42e82827c8 + SOURCE_VFY=sha1:53eab47cfc9862ebd2787cec66c74224dfd5f005 WEB_SITE=http://www.gnome.org/ ENTERED=20050315 - UPDATED=20090115 + UPDATED=20090217 SHORT="documentation utilities for the GNOME project" cat << EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:16:14 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:14 -0800 Subject: [Lunar-commits] gnome-volume-manager: version bump to 2.24.1 Message-ID: <20090219233108.46EB89B1BB@doppio.foo-projects.org> commit 19031166e310d5a8d190941b2fbcad0f88feb8f6 Author: Zachary McGrew Date: Thu Feb 19 15:16:14 2009 -0800 gnome-volume-manager: version bump to 2.24.1 --- gnome2/desktop/gnome-volume-manager/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-volume-manager/DETAILS b/gnome2/desktop/gnome-volume-manager/DETAILS index 8afa523..fb97f6a 100644 --- a/gnome2/desktop/gnome-volume-manager/DETAILS +++ b/gnome2/desktop/gnome-volume-manager/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-volume-manager - VERSION=2.24.0 + VERSION=2.24.1 MAJOR=2.24 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:3ce48166b1f70e3a5e6353de996c98311791f715 + SOURCE_VFY=sha1:1a79546133708e18400b42cc1d621ab38962c573 WEB_SITE=http://www.gnome.org ENTERED=20050316 - UPDATED=20080924 + UPDATED=20090217 SHORT="A Volume Manager for GNOME" cat << EOF gnome-volume-manager is a desktop-level daemon that enforces volume-related From zmcgrew at lunar-linux.org Fri Feb 20 00:16:14 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:14 -0800 Subject: [Lunar-commits] gamin: version bump to 0.1.10 Message-ID: <20090219233108.514FC9B1C0@doppio.foo-projects.org> commit 1e0842e42c6c278d2c71a06a187ba9f34079a097 Author: Zachary McGrew Date: Thu Feb 19 15:16:14 2009 -0800 gamin: version bump to 0.1.10 --- utils/gamin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/gamin/DETAILS b/utils/gamin/DETAILS index 8655c71..01ca738 100644 --- a/utils/gamin/DETAILS +++ b/utils/gamin/DETAILS @@ -1,11 +1,11 @@ MODULE=gamin - VERSION=0.1.9 + VERSION=0.1.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.gnome.org/~veillard/$MODULE/sources/ - SOURCE_VFY=sha1:f8f8a4f0701a2c9a69634a60a135298db90d7779 + SOURCE_VFY=sha1:c4d5462d8cef5e412f55861bd317dcce5cac3318 WEB_SITE=http://www.gnome.org/~veillard/gamin/index.html ENTERED=20040905 - UPDATED=20070916 + UPDATED=20090217 SHORT="file and directory monitoring system" cat << EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:16:15 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:15 -0800 Subject: [Lunar-commits] libcroco: version bump to 0.6.2 Message-ID: <20090219233108.79F1B9B1BE@doppio.foo-projects.org> commit cafca820b7ee52536bc8e3cfd066db49d477568b Author: Zachary McGrew Date: Thu Feb 19 15:16:15 2009 -0800 libcroco: version bump to 0.6.2 --- gnome2/extra/libcroco/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/extra/libcroco/DETAILS b/gnome2/extra/libcroco/DETAILS index 144b424..0ce169e 100644 --- a/gnome2/extra/libcroco/DETAILS +++ b/gnome2/extra/libcroco/DETAILS @@ -1,15 +1,15 @@ MODULE=libcroco - VERSION=0.6.1 + VERSION=0.6.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/0.6/ - SOURCE_VFY=sha1:fdb1d0ab7082836c570f98b1846e4ddcc0b37607 + SOURCE_VFY=sha1:4b0dd540a47f2492b1ac7cd7e3ec63c2ef4c9c2a WEB_SITE=http://www.freespiders.org/projects/libcroco/ ENTERED=20030407 - UPDATED=20060314 + UPDATED=20090217 SHORT="Gnome CSS2 Parsing Toolkit" cat << EOF -The Libcroco project is an effort to build a generic Cascading Style +The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support. EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:16:16 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:16 -0800 Subject: [Lunar-commits] totem: version bump to 2.24.4 Message-ID: <20090219233108.958559B1BF@doppio.foo-projects.org> commit ab5658ef4e08b6fc94d52b47d197a8ddff334089 Author: Zachary McGrew Date: Thu Feb 19 15:16:16 2009 -0800 totem: version bump to 2.24.4 --- gnome2/desktop/totem/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/totem/DETAILS b/gnome2/desktop/totem/DETAILS index 7bf49f3..5d4e3f3 100644 --- a/gnome2/desktop/totem/DETAILS +++ b/gnome2/desktop/totem/DETAILS @@ -1,12 +1,12 @@ MODULE=totem - VERSION=2.24.3 + VERSION=2.24.4 MAJOR=2.24 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:b398b37dc54e6a48e2871b5fd0e11ff1dfff37e5 + SOURCE_VFY=sha1:0fadda7c9eb70f3407866b18f97a9757ed65c6a2 WEB_SITE=http://www.gnome.org ENTERED=20050317 - UPDATED=20081030 + UPDATED=20090217 SHORT="movie player for the Gnome desktop based on xine" cat << EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:16:17 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:17 -0800 Subject: [Lunar-commits] gtksourceview: version bump to 2.4.2 Message-ID: <20090219233108.B983F9B1B3@doppio.foo-projects.org> commit d4f53d7a05df690b23c073b39e5a60e04421cd21 Author: Zachary McGrew Date: Thu Feb 19 15:16:17 2009 -0800 gtksourceview: version bump to 2.4.2 --- 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 34625d9..bb123b9 100644 --- a/gnome2/desktop/gtksourceview/DETAILS +++ b/gnome2/desktop/gtksourceview/DETAILS @@ -1,12 +1,12 @@ MODULE=gtksourceview - VERSION=2.4.1 + VERSION=2.4.2 MAJOR=2.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:fb13f1465c587dc690902d0cd3f4802fb69b1c1f + SOURCE_VFY=sha1:ed1b3775311c7f914abe2c9e433bf1da9afa2d9b WEB_SITE=http://www.gnome.org/ ENTERED=20030510 - UPDATED=20081118 + UPDATED=20090217 SHORT="text widget that extends the gtk+-2 text widget GtkTextView" cat << EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:16:18 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:18 -0800 Subject: [Lunar-commits] gnome-power-manager: version bump to 2.24.4 Message-ID: <20090219233108.DE6329B1B4@doppio.foo-projects.org> commit b430f25818839672dc18fe8a11bc466e1d493f0b Author: Zachary McGrew Date: Thu Feb 19 15:16:18 2009 -0800 gnome-power-manager: version bump to 2.24.4 --- gnome2/desktop/gnome-power-manager/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gnome-power-manager/DETAILS b/gnome2/desktop/gnome-power-manager/DETAILS index 6ec51a9..39b2eca 100644 --- a/gnome2/desktop/gnome-power-manager/DETAILS +++ b/gnome2/desktop/gnome-power-manager/DETAILS @@ -1,12 +1,12 @@ MODULE=gnome-power-manager - VERSION=2.24.3 + VERSION=2.24.4 MAJOR=2.24 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:976fb95f6165e2de6b5ed20c6c1772861a2be38d + SOURCE_VFY=sha1:ea9c895a78761c59fea13701e074946a20c50fe6 WEB_SITE=http://gnome.org ENTERED=20070315 - UPDATED=20090126 + UPDATED=20090217 PSAFE=no SHORT="A GNOME power manager" From zmcgrew at lunar-linux.org Fri Feb 20 00:16:18 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:18 -0800 Subject: [Lunar-commits] pygtk: version bump to 2.14.0 Message-ID: <20090219233109.0D1F09B1BB@doppio.foo-projects.org> commit 41b06d1a2d8092a9d0dad92342605d5713f09faf Author: Zachary McGrew Date: Thu Feb 19 15:16:18 2009 -0800 pygtk: version bump to 2.14.0 --- python/pygtk/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/pygtk/DETAILS b/python/pygtk/DETAILS index 65d540f..0f96d9b 100644 --- a/python/pygtk/DETAILS +++ b/python/pygtk/DETAILS @@ -1,13 +1,13 @@ MODULE=pygtk - VERSION=2.13.0 - MAJOR=2.13 + VERSION=2.14.0 + MAJOR=2.14 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:b5e11183fa9aa8ebb9c9a779b54ef2fb6d04301f + SOURCE_VFY=sha1:ed498755e0a08b7f19d6a8387b00d917fab7f9de WEB_SITE=http://www.pygtk.org ENTERED=20020726 - UPDATED=20080925 + UPDATED=20090217 SHORT="Python bindings for Gtk+-2" cat << EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:16:20 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:20 -0800 Subject: [Lunar-commits] totem-pl-parser: version bump to 2.24.4 Message-ID: <20090219233109.249729B1C0@doppio.foo-projects.org> commit 2e27fa4600cb50491dcce5f68fd083d8f187e3fa Author: Zachary McGrew Date: Thu Feb 19 15:16:20 2009 -0800 totem-pl-parser: version bump to 2.24.4 --- gnome2/desktop/totem-pl-parser/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/totem-pl-parser/DETAILS b/gnome2/desktop/totem-pl-parser/DETAILS index a35967e..8a5737a 100644 --- a/gnome2/desktop/totem-pl-parser/DETAILS +++ b/gnome2/desktop/totem-pl-parser/DETAILS @@ -1,12 +1,12 @@ MODULE=totem-pl-parser MAJOR=2.24 - VERSION=2.24.3 + VERSION=2.24.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:548dcc389f87b3389234f7a035dff0e4ec899087 + SOURCE_VFY=sha1:7c6650fc9ee2190270e80a00a9afe77629c07700 WEB_SITE=http://www.gnome.org/ ENTERED=20080312 - UPDATED=20090104 + UPDATED=20090217 SHORT="GObject-based library to parse and save playlists" cat << EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:16:20 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:16:20 -0800 Subject: [Lunar-commits] freedroidrpg: version bump to 0.11.1 Message-ID: <20090219233109.4A37A9B1BE@doppio.foo-projects.org> commit f143918f9246797802bc61c04891c2624f16b903 Author: Zachary McGrew Date: Thu Feb 19 15:16:20 2009 -0800 freedroidrpg: version bump to 0.11.1 --- games/freedroidrpg/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/freedroidrpg/DETAILS b/games/freedroidrpg/DETAILS index 8ec86d0..413fd13 100644 --- a/games/freedroidrpg/DETAILS +++ b/games/freedroidrpg/DETAILS @@ -1,11 +1,11 @@ MODULE=freedroidrpg - VERSION=0.11 + VERSION=0.11.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/freedroid - SOURCE_VFY=sha1:5c7775e1f2967d5232cc12b3894f30b12b79f267 + SOURCE_VFY=sha1:aaaf2b5a5d4b8957cc2779ab355005d5673b9c43 WEB_SITE=http://freedroid.sourceforge.net ENTERED=20040922 - UPDATED=20080915 + UPDATED=20090209 SHORT="A Diablo-like extension of freedroid into an RPG" cat << EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:17:41 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:17:41 -0800 Subject: [Lunar-commits] evolution: version bumped to 2.24.4 and cleanup. Message-ID: <20090219233109.888BE9B1CC@doppio.foo-projects.org> commit 7f2f188223e5bc86b7e5e29b8ce7ea458604ee44 Author: Zachary McGrew Date: Thu Feb 19 15:17:41 2009 -0800 evolution: version bumped to 2.24.4 and cleanup. Thanks to brebs (Paul Bredbury ) for catching some changes in the configure script. I also added the ability to turn on the Python and Mono plugin support. --- gnome2/desktop/evolution/BUILD | 1 - gnome2/desktop/evolution/DEPENDS | 37 +++++++++++++++++++++++++++++-------- gnome2/desktop/evolution/DETAILS | 12 ++++++------ 3 files changed, 35 insertions(+), 15 deletions(-) diff --git a/gnome2/desktop/evolution/BUILD b/gnome2/desktop/evolution/BUILD index f567a0f..ba60c1d 100644 --- a/gnome2/desktop/evolution/BUILD +++ b/gnome2/desktop/evolution/BUILD @@ -5,7 +5,6 @@ --localstatedir=/var \ --mandir=${GNOME210_PREFIX:-/usr}/share/man \ --infodir=${GNOME210_PREFIX:-/usr}/share/info \ - --enable-ipv6=yes \ --enable-nntp=yes \ --enable-imap4 \ $OPTS && diff --git a/gnome2/desktop/evolution/DEPENDS b/gnome2/desktop/evolution/DEPENDS index 63049b6..22d4539 100644 --- a/gnome2/desktop/evolution/DEPENDS +++ b/gnome2/desktop/evolution/DEPENDS @@ -1,16 +1,37 @@ depends gtkhtml3 -depends gal2 depends libgnomeprint depends evolution-data-server depends hicolor-icon-theme depends scrollkeeper depends gnome-doc-utils -optional_depends gnupg "" "" "for encrypted mail support" -optional_depends gnome-spell "" "" "For spellcheck support" -optional_depends pilot-link "--enable-pilotlinktest" "" "for Palm support" -optional_depends gnome-pilot "--enable-pilot-conduits=yes" "" "for Palm Pilot support" -optional_depends openldap "--with-openldap=yes" "--with-openldap=no" "for LDAP support" -optional_depends gtk-doc "--enable-gtk-doc" "--disable-gtk-doc" "for gtk-doc support" + +optional_depends gnupg "" "" \ + "for encrypted mail support" + +optional_depends gnome-spell "" "" \ + "For spellcheck support" + +optional_depends pilot-link "--enable-pilotlinktest" "" \ + "For Palm Pilot support" + +optional_depends gnome-pilot "--enable-pilot-conduits=yes" "" \ + "For more Palm Pilot support" + +optional_depends openldap "--with-openldap=yes" "--with-openldap=no" \ + "For LDAP support" + +optional_depends gtk-doc "--with-help=yes" "--with-help=no" \ + "For gtk-doc support" + +optional_depends gstreamer "" "" "For audio playback" + +optional_depends libnotify "" "" "For libnotify popups" + +optional_depends Python "--enable-python" "" \ + "For Python plugin support" + +optional_depends mono "--enable-mono" "" \ + "For Mono (.Net) plugin support" optional_depends nss \ "--with-nspr-libs=/usr/lib/ \ @@ -19,4 +40,4 @@ optional_depends nss \ --with-nss-includes=/usr/include/nss \ --enable-nss=yes" \ "" \ - "for nss ssl support" + "for nss ssl and smime support" diff --git a/gnome2/desktop/evolution/DETAILS b/gnome2/desktop/evolution/DETAILS index 80dd641..6636785 100644 --- a/gnome2/desktop/evolution/DETAILS +++ b/gnome2/desktop/evolution/DETAILS @@ -1,21 +1,21 @@ MODULE=evolution MAJOR=2.24 - VERSION=2.24.3 + VERSION=2.24.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:323d7d7dda3edb8fe30a1b1240d6cd968174fb14 + SOURCE_VFY=sha1:9855ff6cd464e1d9347887eca6b8a00d35a6a813 WEB_SITE=http://gnome.org/projects/evolution/ ENTERED=20011109 - UPDATED=20090114 + UPDATED=20090217 SHORT="email, calendar and notes information management solution." cat << EOF -Ximian Evolution is the premiere personal and workgroup information +Evolution is the premiere personal and workgroup information management solution for Linux and UNIX-based systems. The software seamlessly integrates email, calendaring, meeting scheduling, contact management and online task lists in one powerful, fast, and easy to -use application. Ximian Evolution also delivers a comprehensive set +use application. Evolution also delivers a comprehensive set of features that help you keep your work organized and your projects on track. Automatic email indexing keeps your information at your -fingertips. The unique Ximian vFolders^(TM) are virtual folders you use +fingertips. The unique vFolders^(TM) are virtual folders you use to create and save powerful contextual views of your email messages. EOF From zmcgrew at lunar-linux.org Fri Feb 20 00:20:08 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:20:08 -0800 Subject: [Lunar-commits] evolution-data-server: version bump to 2.24.4.1 Message-ID: <20090219233109.AD4309B1C3@doppio.foo-projects.org> commit e51e7d3c9b7aa14a3295cf80ba5de272cfb0519a Author: Zachary McGrew Date: Thu Feb 19 15:20:08 2009 -0800 evolution-data-server: version bump to 2.24.4.1 Thanks to brebs (Paul Bredbury ) for catching some changes in the configure script. Also enabled ipv6 support. --- gnome2/desktop/evolution-data-server/BUILD | 1 + gnome2/desktop/evolution-data-server/DEPENDS | 2 +- gnome2/desktop/evolution-data-server/DETAILS | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gnome2/desktop/evolution-data-server/BUILD b/gnome2/desktop/evolution-data-server/BUILD index 55ed379..b9367c9 100644 --- a/gnome2/desktop/evolution-data-server/BUILD +++ b/gnome2/desktop/evolution-data-server/BUILD @@ -6,6 +6,7 @@ --localstatedir=/var \ --infodir=${GNOME210_PREFIX:-/usr}/share/info \ --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + --enable-ipv6=yes \ $OPTS && default_make diff --git a/gnome2/desktop/evolution-data-server/DEPENDS b/gnome2/desktop/evolution-data-server/DEPENDS index 5848b66..620da5b 100644 --- a/gnome2/desktop/evolution-data-server/DEPENDS +++ b/gnome2/desktop/evolution-data-server/DEPENDS @@ -16,5 +16,5 @@ optional_depends "heimdal" \ "" "for GSSAPI support" optional_depends "gnome-keyring" \ - "--enable-gnome-keyring" \ + "--enable-gnome-keyring=yes" \ "" "for Gnome keyring support" diff --git a/gnome2/desktop/evolution-data-server/DETAILS b/gnome2/desktop/evolution-data-server/DETAILS index af2f268..fa17a86 100644 --- a/gnome2/desktop/evolution-data-server/DETAILS +++ b/gnome2/desktop/evolution-data-server/DETAILS @@ -1,12 +1,12 @@ MODULE=evolution-data-server - VERSION=2.24.3 + VERSION=2.24.4.1 MAJOR=2.24 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:079a2a0a139d4073e7a4122c81271695dfc56de8 + SOURCE_VFY=sha1:95ec53d366d82d51aea8e253b4360cb0db9ba984 WEB_SITE=http://gnome.org/projects/evolution/ ENTERED=20011109 - UPDATED=20080914 + UPDATED=20090217 SHORT="backend data manager for Evolution" PSAFE=no From zmcgrew at lunar-linux.org Fri Feb 20 00:21:11 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 19 Feb 2009 15:21:11 -0800 Subject: [Lunar-commits] evolution-exchange: version bump to 2.24.4 Message-ID: <20090219233109.D01329B1B3@doppio.foo-projects.org> commit caf5d70b03ea42fde8eff453238776e5955e09c1 Author: Zachary McGrew Date: Thu Feb 19 15:21:11 2009 -0800 evolution-exchange: version bump to 2.24.4 --- gnome2/desktop/evolution-exchange/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/evolution-exchange/DETAILS b/gnome2/desktop/evolution-exchange/DETAILS index 1652339..9a84fb4 100644 --- a/gnome2/desktop/evolution-exchange/DETAILS +++ b/gnome2/desktop/evolution-exchange/DETAILS @@ -1,12 +1,12 @@ MODULE=evolution-exchange - VERSION=2.24.3 + VERSION=2.24.4 MAJOR=2.24 SOURCE=${MODULE}-${VERSION}.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:62b92376c30a7a0ad2731940285d980426388620 + SOURCE_VFY=sha1:0a83f77fe99f34fcbb5cd9959c6342f3f00b898f WEB_SITE=http://www.gnome.org ENTERED=20060317 - UPDATED=20090114 + UPDATED=20090217 SHORT="allows Evolution to talk to Exchange" cat << EOF This is the Ximian Connector for Microsoft Exchange, which adds From stumbles at lunar-linux.org Fri Feb 20 02:07:16 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 19 Feb 2009 20:07:16 -0500 Subject: [Lunar-commits] openoffice-src: these twiddles should work better for x86_64. We don't need SOURCE8, use the 64 java modules in moonbase. Message-ID: <20090220010925.383DB9B1B3@doppio.foo-projects.org> commit 2cc432d0c5505631380b38bdf355b2b4df033142 Author: Dennis 'stumbles' Veatch Date: Thu Feb 19 20:07:16 2009 -0500 openoffice-src: these twiddles should work better for x86_64. We don't need SOURCE8, use the 64 java modules in moonbase. --- x11-apps/openoffice-src/BUILD.x86_64 | 82 ++++++++++++------------ x11-apps/openoffice-src/DEPENDS.x86_64 | 102 ++++++++++++++++++++++++++++++ x11-apps/openoffice-src/DETAILS.x86_64 | 32 +++++++++ x11-apps/openoffice-src/PRE_BUILD.x86_64 | 8 +++ 4 files changed, 182 insertions(+), 42 deletions(-) diff --git a/x11-apps/openoffice-src/BUILD.x86_64 b/x11-apps/openoffice-src/BUILD.x86_64 index f357fc9..50846f5 100644 --- a/x11-apps/openoffice-src/BUILD.x86_64 +++ b/x11-apps/openoffice-src/BUILD.x86_64 @@ -1,12 +1,12 @@ -( +( if module_installed qt3; then - . /etc/profile.d/qt3.rc - fi && + . /etc/profile.d/qt3.rc + fi && if module_installed kdelibs3; then - . /etc/profile.d/kde3.rc - fi && + . /etc/profile.d/kde3.rc + fi && . /etc/profile.d/pkgconfig.rc && @@ -16,56 +16,54 @@ # There are symlinks left over if openoffice-bin is installed and # they do not get removed and the BUILD will tank near the end of - # the compile, this takes care of that. - for FILE in ${RM_DESK_TOP} ; do - rm -f /usr/share/applications/${FILE}.desktop || exit 1 - done && + # the compile, this takes care of that. + for FILE in ${RM_DESK_TOP} ; do + rm -f /usr/share/applications/${FILE}.desktop || exit 1 + done && sedit "/^ARCH_FLAGS\*=/d" solenv/inc/unxlngi{4,6}.mk && - ARCH_FLAGS=$CXXFLAGS + ARCH_FLAGS=$CXXFLAGS # All of the options have been carefully chosen. Don't edit them unless you - # really know what you're doing + # really know what you're doing OPTS="$OPTS --prefix=$OO_DIR --enable-dbus --disable-dbgutil --disable-static-gtk \ - --disable-fontooo --disable-odk --disable-debug --enable-opengl \ - --disable-mathmldtd --enable-cairo --with-mozilla-version=1.7.5 \ - --enable-mozilla --enable-binfilter --enable-xrender-link \ - --without-fonts --without-ppds --without-afms \ - --with-system-stdlibs --with-system-zlib --enable-minimizer \ - --with-system-jpeg --with-system-expat --with-system-freetype \ - --with-system-libxml --with-system-db --disable-symbols --enable-Xaw \ + --disable-fontooo --disable-odk --disable-debug --enable-opengl \ + --disable-mathmldtd --enable-cairo --with-mozilla-version=1.7.5 \ + --enable-mozilla --enable-binfilter --enable-xrender-link \ + --without-fonts --without-ppds --without-afms \ + --with-system-stdlibs --with-system-zlib --enable-minimizer \ + --with-system-jpeg --with-system-expat --with-system-freetype \ + --with-system-libxml --with-system-db --disable-symbols --enable-Xaw \ --with-system-xrender-headers --with-epm=internal --enable-pdfimport \ - --with-use-shell=bash --with-x --with-package-format=native \ - --with-build-version=LunarLinux --enable-presenter-console \ - --enable-wiki-publisher --enable-ogltrans --enable-report-builder \ - --with-system-cairo --with-lang=en --with-dict=ENUS" && + --with-use-shell=bash --with-x --with-package-format=native \ + --with-build-version=LunarLinux --enable-presenter-console \ + --enable-wiki-publisher --enable-ogltrans --enable-report-builder \ + --with-system-cairo --with-lang=en --with-dict=ENUS" && if module_installed sane-backends ; then OPTS="$OPTS --with-system-sane-header"; - fi && - - if module_installed sun-jdk; then - # hsqldb 3rdparty compilation fault will break OO build - # we can pull out hsqldb 1.9.0 from svn, - # or downgrade JDK to 1.5 only for OO build: - cd $SOURCE_DIRECTORY; - chmod +x $SOURCE8; - ./$SOURCE8 --accept-license --unpack; - OPTS="$OPTS --with-jdk-home=$SOURCE_DIRECTORY/jdk1.5.0_17"; - else - JAVA_VERSION="`installed_version j2sdk`"; + fi && + + if module_installed sun-jdk ; then + JAVA_VERSION="`installed_version sun-jdk`"; + OPTS="$OPTS --with-jdk-home=/usr/lib/jdk${JAVA_VERSION}"; + elif module_installed j2sdk ; then + JAVA_VERSION="`installed_version j2sdk`"; OPTS="$OPTS --with-jdk-home=/usr/lib/j2sdk${JAVA_VERSION}"; - fi && + elif module_installed sun-jre ; then + JAVA_VERSION="`installed_version sun-jre`"; + OPTS="$OPTS --with-jdk-home=/usr/lib/jre${JAVA_VERSION}"; + fi && # Apply mandatory and optional patches patch_it $SOURCE2 0 && # As long as OOo-src does not compile against nss it needs its own mozilla - # tarball (and it also compiles its own mozilla) - mkdir -p $SOURCE_DIRECTORY/moz/download && - cp $SOURCE_CACHE/$SOURCE3 $SOURCE_DIRECTORY/moz/download/ && + # tarball (and it also compiles its own mozilla) + mkdir -p $SOURCE_DIRECTORY/moz/download && + cp $SOURCE_CACHE/$SOURCE3 $SOURCE_DIRECTORY/moz/download/ && cd $SOURCE_DIRECTORY/config_office && @@ -73,15 +71,15 @@ default_config && # OOo might fail if those are set to some strange values - umask 0022 && - unset LANG LC_ALL && + umask 0022 && + unset LANG LC_ALL && cd $SOURCE_DIRECTORY && ./bootstrap && # sedit "s/-lxml2/-lxml2\ -lexpat/g" LinuxX86Env.Set.sh && - source LinuxX86-64Env.Set.sh && - dmake && + source LinuxX86-64Env.Set.sh && + dmake && prepare_install && diff --git a/x11-apps/openoffice-src/DEPENDS.x86_64 b/x11-apps/openoffice-src/DEPENDS.x86_64 new file mode 100644 index 0000000..9a01fb6 --- /dev/null +++ b/x11-apps/openoffice-src/DEPENDS.x86_64 @@ -0,0 +1,102 @@ +depends %JAVA_SDK +depends apache-ant +depends libIDL +depends XML-Parser +depends libxml2 +depends gtk+-2 +depends Archive-Zip +depends Compress-Zlib +depends unzip +depends zip +depends which +depends desktop-file-utils +depends hicolor-icon-theme +depends IO-Compress-Zlib +depends gperf +depends jpeg +depends expat + +optional_depends "libxslt" \ + "--with-system-libxslt" \ + "--without-system-libxslt" \ + "For xslt support" + +optional_depends "sun-jdk" \ + "--with-java" \ + "--without-java" \ + "For java components, applets, XML filters support" + +optional_depends "openssl" \ + "--with-system-openssl" \ + "--without-system-openssl" \ + "For openssl support" + +optional_depends "libwpd" \ + "--with-system-libwpd" \ + "--without-system-libwpd" \ + "For WordPerfect support" + +optional_depends "icu4c" \ + "--with-system-icu" \ + "--without-system-icu" \ + "For icu support" + +optional_depends "boost" \ + "--with-system-boost" \ + "--without-system-boost" \ + "For boost support" + +optional_depends "cups" \ + "--enable-cups" \ + "--disable-cups" \ + "enable the OpenOffice printing backend" + +optional_depends "curl" \ + "--with-system-curl" \ + "--without-system-curl" \ + "to link against the system cURL library" + +optional_depends "neon" \ + "--enable-neon --with-system-neon" \ + "--disable-neon" \ + "for webdav support" + +optional_depends "openldap" \ + "--with-openldap" \ + "--disable-ldap" \ + "for LDAP support" + +optional_depends "Python" \ + "--with-system-python" \ + "--without-system-python" \ + "for native Python support" + +optional_depends "evolution-data-server" \ + "--enable-evolution2" \ + "--disable-evolution2" \ + "for Evolution addressbook support" + +optional_depends "gnome-vfs" \ + "--enable-gnome-vfs --enable-lockdown --enable-gio" \ + "--disable-gnome-vfs --disable-lockdown --disable-gio" \ + "for GNOME-vfs integration" + +optional_depends "kdelibs3" \ + "--enable-kde --enable-kdeab" \ + "--disable-kde --disable-kdeab" \ + "to enable KDE support" + +optional_depends "Linux-PAM" \ + "--enable-pam-link" \ + "--disable-pam" \ + "for Linux-PAM support" + +optional_depends "boost" \ + "--with-system-boost" \ + "--without-system-boost" \ + "to use the already installed boost" + +optional_depends "vigra" \ + "--with-system-vigra" \ + "--without-system-vigra" \ + "For generic algorithm support" diff --git a/x11-apps/openoffice-src/DETAILS.x86_64 b/x11-apps/openoffice-src/DETAILS.x86_64 new file mode 100644 index 0000000..137cc94 --- /dev/null +++ b/x11-apps/openoffice-src/DETAILS.x86_64 @@ -0,0 +1,32 @@ + MODULE=openoffice-src + VERSION=3.0.1 + SOURCE=OOo_${VERSION}_src_core.tar.bz2 + SOURCE2=$MODULE-2.2.0-xauth.patch + SOURCE3=mozilla-source-1.7.5.tar.gz + SOURCE4=OOo_${VERSION}_src_l10n.tar.bz2 + SOURCE5=OOo_${VERSION}_src_system.tar.bz2 + SOURCE6=OOo_${VERSION}_src_extensions.tar.bz2 + SOURCE7=OOo_${VERSION}_src_binfilter.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_m15 + SOURCE_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/ + SOURCE2_URL=$PATCH_URL/ + SOURCE3_URL=ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/ + 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:2da6b2cf0b75873477f22cc9d69a4f0c8b43b435 + SOURCE2_VFY=sha1:58c824ef969b017be5fcd7e4290d7681453aa354 + SOURCE3_VFY=sha1:bb2a89b95d7626a63a3787208e0abb99ea595d24 + SOURCE4_VFY=sha1:13f1bf0989a09c52c57dbc1d6cf1feaec369a085 + SOURCE5_VFY=sha1:8c73821b542c9c96b071550fe0e3e813e21a1246 + SOURCE6_VFY=sha1:c695982d166422a838560ef7b134a5665bc61198 + SOURCE7_VFY=sha1:d84518159538ef736271177b7ebe4697fc4b811d + WEB_SITE=http://www.openoffice.org + ENTERED=20030805 + UPDATED=20090130 + PSAFE=no + SHORT="OpenOffice.org Office Suite" +cat << EOF +OpenOffice.org Office Suite +EOF diff --git a/x11-apps/openoffice-src/PRE_BUILD.x86_64 b/x11-apps/openoffice-src/PRE_BUILD.x86_64 new file mode 100644 index 0000000..621449b --- /dev/null +++ b/x11-apps/openoffice-src/PRE_BUILD.x86_64 @@ -0,0 +1,8 @@ +default_pre_build && + +cd $SOURCE_DIRECTORY && + +tar xf $SOURCE_CACHE/$SOURCE4 --strip-components=1 && +tar xf $SOURCE_CACHE/$SOURCE5 --strip-components=1 && +tar xf $SOURCE_CACHE/$SOURCE7 --strip-components=1 && +tar xf $SOURCE_CACHE/$SOURCE6 --strip-components=1 From stumbles at lunar-linux.org Fri Feb 20 02:15:45 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 19 Feb 2009 20:15:45 -0500 Subject: [Lunar-commits] boost: this patch fixes the function_template.hpp header. Thanks to Redhat Bug 477131. Message-ID: <20090220011830.5BB369B1B3@doppio.foo-projects.org> commit dff4b7a9975e4cb6c2e7c38cbae453cc45ee4a6a Author: Dennis 'stumbles' Veatch Date: Thu Feb 19 20:15:45 2009 -0500 boost: this patch fixes the function_template.hpp header. Thanks to Redhat Bug 477131. --- libs/boost/BUILD | 2 ++ libs/boost/DETAILS | 3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index d35c163..08fbb50 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -1,5 +1,7 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 0 && + bjam -q ${MAKES:+-j$MAKES} \ threading=single,multi \ runtime-link=shared \ diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS index d20c4d3..e0b6f1f 100644 --- a/libs/boost/DETAILS +++ b/libs/boost/DETAILS @@ -1,9 +1,12 @@ MODULE=boost VERSION=1.38.0 SOURCE=$MODULE\_1_38_0.tar.bz2 + SOURCE2=boost-1.38.0-function_template.hpp.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_38_0 SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:b32ff8133b0a38a74553c0d33cb1d70b3ce2d8f1 + SOURCE2_VFY=23a57903543de6b8f06ca212bb83ff2df0ad7240 WEB_SITE=http://www.boost.org ENTERED=20041115 UPDATED=20090211 From stumbles at lunar-linux.org Fri Feb 20 03:53:36 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 19 Feb 2009 21:53:36 -0500 Subject: [Lunar-commits] gamin: fixing sha1 Message-ID: <20090220025355.7A730F399F@doppio.foo-projects.org> commit d07466a8b764651a641a9e3950c9fe367226b410 Author: Dennis 'stumbles' Veatch Date: Thu Feb 19 21:53:36 2009 -0500 gamin: fixing sha1 --- utils/gamin/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/gamin/DETAILS b/utils/gamin/DETAILS index 01ca738..7515765 100644 --- a/utils/gamin/DETAILS +++ b/utils/gamin/DETAILS @@ -2,7 +2,7 @@ VERSION=0.1.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.gnome.org/~veillard/$MODULE/sources/ - SOURCE_VFY=sha1:c4d5462d8cef5e412f55861bd317dcce5cac3318 + SOURCE_VFY=sha1:f4c6b9fe87757552ef58fef4abef9e42cd3142ac WEB_SITE=http://www.gnome.org/~veillard/gamin/index.html ENTERED=20040905 UPDATED=20090217 From tchan at lunar-linux.org Fri Feb 20 06:57:29 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Thu, 19 Feb 2009 23:57:29 -0600 Subject: [Lunar-commits] gtkhtml3: Version bump to 3.24.4 Message-ID: <20090220055755.C088D9B1B3@doppio.foo-projects.org> commit 4206248cff8ed35e030bb273fae5a9731290f283 Author: Terry Chan Date: Thu Feb 19 23:57:29 2009 -0600 gtkhtml3: Version bump to 3.24.4 --- gnome2/desktop/gtkhtml3/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gtkhtml3/DETAILS b/gnome2/desktop/gtkhtml3/DETAILS index bca0d64..6902aa1 100644 --- a/gnome2/desktop/gtkhtml3/DETAILS +++ b/gnome2/desktop/gtkhtml3/DETAILS @@ -1,14 +1,14 @@ MODULE=gtkhtml3 MOD=gtkhtml - VERSION=3.24.3 + VERSION=3.24.4 MAJOR=3.24 SOURCE=$MOD-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/ - SOURCE_VFY=sha1:e073d81f07a2d54285e8d3427e86e5679f751ecc + SOURCE_VFY=sha1:9b066f17b9a049ba537ab5b0ada91c95319b46eb WEB_SITE=http://www.gnome.org ENTERED=20021118 - UPDATED=20090114 + UPDATED=20090219 SHORT="html rendering/editing library." cat << EOF GtkHTML is a HTML rendering/editing library. It is not designed to be From florin at lunar-linux.org Fri Feb 20 07:09:59 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Feb 2009 08:09:59 +0200 Subject: [Lunar-commits] mldonkey: version bumped to 2.9.7. Message-ID: <20090220061026.E96509B1B3@doppio.foo-projects.org> commit 9dfe369b18e84891e10bf19acf355356b0c3e61c Author: Florin Braescu Date: Fri Feb 20 08:09:59 2009 +0200 mldonkey: version bumped to 2.9.7. Bugfixes and enhacements. --- ftp/mldonkey/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/mldonkey/DETAILS b/ftp/mldonkey/DETAILS index bf65c1c..d7a1ed1 100644 --- a/ftp/mldonkey/DETAILS +++ b/ftp/mldonkey/DETAILS @@ -1,11 +1,11 @@ MODULE=mldonkey - VERSION=2.9.6 + VERSION=2.9.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:3c52b11e906aa08d1c4132e3bb23756d447f20f9 + SOURCE_VFY=sha1:59f3e07b85ce05d54cbe2ef5400d47e558d2f250 WEB_SITE=http://savannah.nongnu.org/projects/$MODULE ENTERED=20040418 - UPDATED=20081021 + UPDATED=20090220 SHORT="A file sharing client" cat << EOF From stumbles at lunar-linux.org Fri Feb 20 08:55:31 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 20 Feb 2009 02:55:31 -0500 Subject: [Lunar-commits] vigra: version bump. Message-ID: <20090220075553.3EE949B1B3@doppio.foo-projects.org> commit 5b8370be85c01a2255ddf56eeb54830bd9de9135 Author: Dennis 'stumbles' Veatch Date: Fri Feb 20 02:55:31 2009 -0500 vigra: version bump. --- graphics/vigra/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/vigra/DETAILS b/graphics/vigra/DETAILS index 47e0d35..9deaaef 100644 --- a/graphics/vigra/DETAILS +++ b/graphics/vigra/DETAILS @@ -1,12 +1,12 @@ MODULE=vigra - VERSION=1.5.0 + VERSION=1.6.0 SOURCE=$MODULE$VERSION.tar.gz SOURCE_URL=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION - SOURCE_VFY=sha1:26fca97f1b3b97d9f4d3b4e775c841894e492143 + SOURCE_VFY=sha1:9714a0c4efb77726a1140329e98e5db057f9a69f WEB_SITE=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ ENTERED=20061218 - UPDATED=20070327 + UPDATED=20090220 SHORT="Vision with Generic Algorithms" cat << EOF From stumbles at lunar-linux.org Fri Feb 20 09:00:21 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 20 Feb 2009 03:00:21 -0500 Subject: [Lunar-commits] lcms: version bump. Message-ID: <20090220080035.440109B1B3@doppio.foo-projects.org> commit 2623fd9920fa873cde32645d2534c99c740b0140 Author: Dennis 'stumbles' Veatch Date: Fri Feb 20 03:00:21 2009 -0500 lcms: version bump. --- libs/lcms/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/lcms/DETAILS b/libs/lcms/DETAILS index df83033..86de28e 100644 --- a/libs/lcms/DETAILS +++ b/libs/lcms/DETAILS @@ -1,11 +1,11 @@ MODULE=lcms - VERSION=1.17 + VERSION=1.18 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.littlecms.com/ - SOURCE_VFY=sha1:083eb02890048f843803a5974914e54b5e034493 + SOURCE_VFY=sha1:c42eff2128240d9abd56512d231be7b366a38bfe WEB_SITE=http://www.littlecms.com/ ENTERED=20020620 - UPDATED=20070809 + UPDATED=20090220 SHORT="A small, free color management system" cat << EOF From stumbles at lunar-linux.org Fri Feb 20 12:44:43 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 20 Feb 2009 06:44:43 -0500 Subject: [Lunar-commits] glpk: version bump. Message-ID: <20090220114458.C1B059B1B3@doppio.foo-projects.org> commit 022bf7cb23aeca20cd977d80595462527971ed53 Author: Dennis 'stumbles' Veatch Date: Fri Feb 20 06:44:43 2009 -0500 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 e8ce0c4..f430dc7 100644 --- a/science/glpk/DETAILS +++ b/science/glpk/DETAILS @@ -1,11 +1,11 @@ MODULE=glpk - VERSION=4.23 + VERSION=4.36 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE - SOURCE_VFY=sha1:f67b6586b4a3e3ae7c6afe9f356304f8072d4da2 + SOURCE_VFY=sha1:acabf6bfcf93ef4e407e62e4e603d43c07378bb1 WEB_SITE=http://www.gnu.org/software/glpk/ ENTERED=20071030 - UPDATED=20071030 + UPDATED=20090220 SHORT="GNU Linear Programming Kit" cat << EOF From stumbles at lunar-linux.org Fri Feb 20 12:46:47 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 20 Feb 2009 06:46:47 -0500 Subject: [Lunar-commits] libpqxx: version bump. Message-ID: <20090220114701.411159B1B3@doppio.foo-projects.org> commit 80846065f30cd0c7e8a8e55f5e5a8805aa3464de Author: Dennis 'stumbles' Veatch Date: Fri Feb 20 06:46:47 2009 -0500 libpqxx: version bump. --- sql/libpqxx/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/libpqxx/DETAILS b/sql/libpqxx/DETAILS index e5a4f9d..e4083d7 100755 --- a/sql/libpqxx/DETAILS +++ b/sql/libpqxx/DETAILS @@ -1,11 +1,11 @@ MODULE=libpqxx - VERSION=2.6.9 + VERSION=3.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://pqxx.org/download/software/libpqxx/ - SOURCE_VFY=sha1:8be9dcd0375337b170d5c94370fa896911d361f1 + SOURCE_VFY=sha1:163d4142015c81a0dc4046fff208d14411532717 WEB_SITE=http://pqxx.org/development/libpqxx/ ENTERED=20050728 - UPDATED=20080715 + UPDATED=20090220 SHORT="C++ client API for PostgreSQL" cat << EOF From stumbles at lunar-linux.org Fri Feb 20 13:38:04 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 20 Feb 2009 07:38:04 -0500 Subject: [Lunar-commits] pstoedit: fixing a typo. Message-ID: <20090220123821.5DA6AF3639@doppio.foo-projects.org> commit c63b3057c46667a3c89de1c6222ac01596e11fbb Author: Dennis 'stumbles' Veatch Date: Fri Feb 20 07:38:04 2009 -0500 pstoedit: fixing a typo. --- graphics/pstoedit/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/pstoedit/DEPENDS b/graphics/pstoedit/DEPENDS index 3f0af1c..af26e00 100644 --- a/graphics/pstoedit/DEPENDS +++ b/graphics/pstoedit/DEPENDS @@ -5,4 +5,4 @@ optional_depends "swfdec" "--with-swf" "--without-swf" "for flash support" optional_depends "plotutils" "" "" "for addtional formats support" optional_depends "libEMF" "--with-emf --with-libemf-include=/usr/include/libEMF" \ - "--witout-emf" "for vector graphics support" + "--without-emf" "for vector graphics support" From florin at lunar-linux.org Sat Feb 21 00:04:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Feb 2009 01:04:43 +0200 Subject: [Lunar-commits] libburn: version bumped to 0.6.2. Message-ID: <20090220230625.B81CA9B1B3@doppio.foo-projects.org> commit ac4251c80c9378ad5495e52c977e15e32ea8832d Author: Florin Braescu Date: Sat Feb 21 01:04:43 2009 +0200 libburn: version bumped to 0.6.2. Changes: * New API calls iso_set_local_charset() and iso_get_local_charset() * New API calls iso_write_opts_set_rrip_version_1_10() and iso_write_opts_set_dir_rec_mtime() * New API call el_torito_set_isolinux_options() allows to patch ISOLINUX boot images and to generate a isohybrid MBR on the fly. Such an MBR makes the ISO image bootable from disk-like hardware, e.g. from USB stick. The ISOLINUX boot image has to be of syslinux 3.72 or later to allow MBR generation. * Old API call el_torito_patch_isolinux_image() is deprecated now. --- cd/libburn/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cd/libburn/DETAILS b/cd/libburn/DETAILS index f3ba056..cd8faad 100644 --- a/cd/libburn/DETAILS +++ b/cd/libburn/DETAILS @@ -1,11 +1,11 @@ MODULE=libburn - VERSION=0.6.0 - SOURCE=$MODULE-$VERSION.pl01.tar.gz + VERSION=0.6.2 + SOURCE=$MODULE-$VERSION.pl00.tar.gz SOURCE_URL=http://files.libburnia-project.org/releases - SOURCE_VFY=sha1:0a3117b00efb7e87f1a62b76eb243ab7e90e8679 + SOURCE_VFY=sha1:ffaaf30bda2c4756438297fbdb4e431d9d948c70 WEB_SITE=http://libburnia-project.org ENTERED=20061203 - UPDATED=20090109 + UPDATED=20090220 SHORT="Library for writing optical media" cat << EOF From florin at lunar-linux.org Sat Feb 21 00:09:17 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Feb 2009 01:09:17 +0200 Subject: [Lunar-commits] man-pages: version bumped to 3.19. Message-ID: <20090220230935.ADEE79B1B3@doppio.foo-projects.org> commit 38b256512931748b564d8168974ea5d806713401 Author: Florin Braescu Date: Sat Feb 21 01:09:17 2009 +0200 man-pages: version bumped to 3.19. --- 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 6e1cff1..c39339f 100644 --- a/docs/man-pages/DETAILS +++ b/docs/man-pages/DETAILS @@ -1,14 +1,14 @@ MODULE=man-pages - VERSION=3.18 + VERSION=3.19 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:48ec03017f9eb8fa889585eb679c69874054f384 + SOURCE_VFY=sha1:b5eaf17a4b343160cdb36c05e19c3471f1f74651 WEB_SITE=http://www.win.tue.nl/~aeb/linux/man ENTERED=20011003 - UPDATED=20090212 + UPDATED=20090220 ARCHIVE=off PSAFE=no SHORT="A large collection of man pages" From engelsman at lunar-linux.org Sat Feb 21 17:08:02 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 21 Feb 2009 17:08:02 +0100 Subject: [Lunar-commits] Zim: version bump to 0.28 Message-ID: <20090221160829.E276F9B1B3@doppio.foo-projects.org> commit 123c3cf87d3c8cea67af5f16459018ddd88ab13a Author: Paul Bredbury Date: Sat Feb 21 17:08:02 2009 +0100 Zim: version bump to 0.28 A bugfix release: http://zim-wiki.org/changelog.html --- editors/Zim/DEPENDS | 12 ++++++------ editors/Zim/DETAILS | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/editors/Zim/DEPENDS b/editors/Zim/DEPENDS index 2ca14ab..0e75a12 100644 --- a/editors/Zim/DEPENDS +++ b/editors/Zim/DEPENDS @@ -1,8 +1,8 @@ -depends Gtk2-Perl && -depends File-DesktopEntry && -depends File-BaseDir && -depends File-MimeInfo && -depends xdg-utils && +depends Gtk2-Perl +depends File-DesktopEntry +depends File-BaseDir +depends File-MimeInfo +depends xdg-utils -optional_depends "Gtk2-Spell" "" "" "support for spell checker" && +optional_depends "Gtk2-Spell" "" "" "support for spell checker" optional_depends "Gtk2-TrayIcon" "" "" "support for tray icon" diff --git a/editors/Zim/DETAILS b/editors/Zim/DETAILS index 73cf06b..311c5b1 100644 --- a/editors/Zim/DETAILS +++ b/editors/Zim/DETAILS @@ -1,13 +1,13 @@ MODULE=Zim - VERSION=0.27 + VERSION=0.28 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://www.zim-wiki.org/downloads/ SOURCE_URL[1]=http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/ - SOURCE_VFY=sha1:ed8a75eae4295e0c1cf4b241027c4fc70f198cf3 + SOURCE_VFY=sha1:c0d1d5ad956ee682f01ecbd89009eb9f0852f34c WEB_SITE=http://zim-wiki.org/ MAINTAINER=perldude at lunar-linux.org ENTERED=20060813 - UPDATED=20090201 + UPDATED=20090220 SHORT="a desktop wiki and outliner" cat << EOF From engelsman at lunar-linux.org Sat Feb 21 18:00:18 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 21 Feb 2009 18:00:18 +0100 Subject: [Lunar-commits] vconfig: version 1.9 added to moonbase Message-ID: <20090221170048.B97179B1B3@doppio.foo-projects.org> commit 5d876967442d81920033193a2d58469d4520ee8f Author: Linus Sw??las Date: Sat Feb 21 18:00:18 2009 +0100 vconfig: version 1.9 added to moonbase Added to moonbase. Note: downloaded, compiled and installed OK (is the gather_docs step needed in BUILD?) but unable to test as I don't have a VLAN - engelsman --- zbeta/vconfig/BUILD | 8 ++++++++ zbeta/vconfig/DETAILS | 14 ++++++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/zbeta/vconfig/BUILD b/zbeta/vconfig/BUILD new file mode 100644 index 0000000..7881262 --- /dev/null +++ b/zbeta/vconfig/BUILD @@ -0,0 +1,8 @@ +( + rm vconfig vconfig.o && + make vconfig && + prepare_install && + install -m 500 vconfig /usr/sbin/ && + gather_docs README CHANGELOG + +) > $C_FIFO 2>&1 diff --git a/zbeta/vconfig/DETAILS b/zbeta/vconfig/DETAILS new file mode 100644 index 0000000..397cdb0 --- /dev/null +++ b/zbeta/vconfig/DETAILS @@ -0,0 +1,14 @@ + MODULE=vconfig + VERSION=1.9 + SOURCE=vlan.$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/vlan/ + SOURCE_URL=http://www.candelatech.com/~greear/vlan/ + SOURCE_VFY=sha1:66c5a41362fa13160aa52e4e2049ac3d64b9a1ff + WEB_SITE=http://www.candelatech.com/~greear/vlan.html + ENTERED=20090116 + UPDATED=20090116 + SHORT="Linux VLAN (802.1q) configuration tool." + +cat << EOF +vconfig is used to set up VLAN:s (802.1q) on Linux. +EOF From florin at lunar-linux.org Sat Feb 21 20:27:52 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Feb 2009 21:27:52 +0200 Subject: [Lunar-commits] fillets-ng: version bumped to 0.8.1. Message-ID: <20090221192830.986B59B1BE@doppio.foo-projects.org> commit 2c3f214483bde0682706f535dd2f8548b8e4da76 Author: Florin Braescu Date: Sat Feb 21 21:27:52 2009 +0200 fillets-ng: version bumped to 0.8.1. Changes: * Two extra levels (by Stephan Barth and Mirek Olsak). * Added support for translated images (by Leonid Myravjev). * Prevented music restart on undo. * Fixed checking for solvable room before undo saving. * Fixed checking for second dead fish. --- games/fillets-ng/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/games/fillets-ng/DETAILS b/games/fillets-ng/DETAILS index ff1048d..cfa9487 100644 --- a/games/fillets-ng/DETAILS +++ b/games/fillets-ng/DETAILS @@ -1,15 +1,15 @@ MODULE=fillets-ng - VERSION=0.8.0 - DATA_VERSION=data-0.8.0 + VERSION=0.8.1 + DATA_VERSION=data-0.8.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-$DATA_VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/fillets/ - SOURCE2_URL=$SFORGE_URL/fillets/ - SOURCE_VFY=sha1:f05c0906ac52c6b37efb03a87fd2fea27df3a416 - SOURCE2_VFY=sha1:f5714ece341e13989b9b893321b702a922911fd4 + SOURCE_URL=$SFORGE_URL/fillets + SOURCE2_URL=$SFORGE_URL/fillets + SOURCE_VFY=sha1:79e6bf7ddb6f2a4f1cda12705c2415fecccbe4a0 + SOURCE2_VFY=sha1:6bbe438097cbd4ecfbcffcbad47e1791b4865a54 WEB_SITE=http://fillets.sourceforge.net ENTERED=20050909 - UPDATED=20071222 + UPDATED=20090221 SHORT="a Linux port of puzzle game Fish Fillets" cat << EOF From zbiggy at lunar-linux.org Sat Feb 21 20:36:51 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 21 Feb 2009 20:36:51 +0100 Subject: [Lunar-commits] NVIDIA-old: updated to 71.86.08 Message-ID: <20090221195032.E2AA5F41BB@doppio.foo-projects.org> commit a032ccf81bdb70f89129914e0cdf337fb3d1100d Author: Zbigniew Luszpinski Date: Sat Feb 21 20:36:51 2009 +0100 NVIDIA-old: updated to 71.86.08 --- x11/NVIDIA-old/DETAILS | 6 +++--- x11/NVIDIA-old/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA-old/DETAILS b/x11/NVIDIA-old/DETAILS index 029a712..9d50e09 100644 --- a/x11/NVIDIA-old/DETAILS +++ b/x11/NVIDIA-old/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-old - VERSION=71.86.07 + VERSION=71.86.08 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,10 +20,10 @@ 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:1c71f68b7460f0ac0a8abe07f56ea7876b0496e3 + SOURCE_VFY=sha1:24144312f514d883b0cd4059d0e2f34f6c41e139 WEB_SITE=http://www.nvidia.com ENTERED=20030804 - UPDATED=20081103 + UPDATED=20090216 SHORT="X11 NVIDIA binary driver for RIVA TNT/Geforce1/2Ti" cat << EOF diff --git a/x11/NVIDIA-old/DETAILS.x86_64 b/x11/NVIDIA-old/DETAILS.x86_64 index 69ba955..9c11da4 100644 --- a/x11/NVIDIA-old/DETAILS.x86_64 +++ b/x11/NVIDIA-old/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-old - VERSION=71.86.07 + VERSION=71.86.08 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,10 +20,10 @@ 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:b4d4b5a5992cb3ff03c164d2b514402cfd691c46 + SOURCE_VFY=sha1:aa3cb2ac942b1d51435c8eeb35bef55023d2aaf1 WEB_SITE=http://www.nvidia.com ENTERED=20030804 - UPDATED=20081103 + UPDATED=20090216 SHORT="X11 NVIDIA binary driver for RIVA TNT/Geforce1/2Ti" cat << EOF This is the nvidia provided binary X11 driver for their old graphics From zbiggy at lunar-linux.org Sat Feb 21 20:38:25 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 21 Feb 2009 20:38:25 +0100 Subject: [Lunar-commits] NVIDIA-legacy: updated to 96.43.10 Message-ID: <20090221195032.ECCE3F411F@doppio.foo-projects.org> commit ccbd4898b8f63a3748518b3d6a790cdeac98d3a2 Author: Zbigniew Luszpinski Date: Sat Feb 21 20:38:25 2009 +0100 NVIDIA-legacy: updated to 96.43.10 --- x11/NVIDIA-legacy/DETAILS | 6 +++--- x11/NVIDIA-legacy/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA-legacy/DETAILS b/x11/NVIDIA-legacy/DETAILS index 92e3164..56f4289 100644 --- a/x11/NVIDIA-legacy/DETAILS +++ b/x11/NVIDIA-legacy/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-legacy - VERSION=96.43.09 + VERSION=96.43.10 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:47d14780acdf0f41b866ed9fc2c3f80f095a9fc0 + SOURCE_VFY=sha1:dd5915b13c3144b959ba61739fff4ed53a18f927 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20081103 + UPDATED=20090216 SHORT="X11 NVIDIA binary driver for Geforce 2MX/3/4" cat << EOF These are the nvidia provided binary X11 drivers for their legacy graphics diff --git a/x11/NVIDIA-legacy/DETAILS.x86_64 b/x11/NVIDIA-legacy/DETAILS.x86_64 index 876a2cf..4f9f0bf 100644 --- a/x11/NVIDIA-legacy/DETAILS.x86_64 +++ b/x11/NVIDIA-legacy/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-legacy - VERSION=96.43.09 + VERSION=96.43.10 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:cd60c187f5e5d8a4502e10964231f0e961a0bfac + SOURCE_VFY=sha1:53c2422c93d2f2f18e170e66276e83bf868236bd WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20081103 + UPDATED=20090216 SHORT="X11 NVIDIA binary driver for Geforce 2MX/3/4" cat << EOF These are the nvidia provided binary X11 drivers for their graphics From zbiggy at lunar-linux.org Sat Feb 21 20:39:02 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 21 Feb 2009 20:39:02 +0100 Subject: [Lunar-commits] NVIDIA-legacy: updated to 173.14.16 Message-ID: <20090221195033.11D1BF41BC@doppio.foo-projects.org> commit b1de74efdc0e33ffeb3a7208926c09209357209a Author: Zbigniew Luszpinski Date: Sat Feb 21 20:39:02 2009 +0100 NVIDIA-legacy: updated to 173.14.16 --- x11/NVIDIA-fx/DETAILS | 6 +++--- x11/NVIDIA-fx/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA-fx/DETAILS b/x11/NVIDIA-fx/DETAILS index c184c42..7657a9b 100644 --- a/x11/NVIDIA-fx/DETAILS +++ b/x11/NVIDIA-fx/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-fx - VERSION=173.14.15 + VERSION=173.14.16 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:e480c29f5c1ead123c546be10b81d747bd7a675c + SOURCE_VFY=sha1:086c20077fbee0fa52ba1f7dfdabb1856d339356 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20081228 + UPDATED=20090216 SHORT="X11 NVIDIA binary driver for Geforce FX" cat << EOF diff --git a/x11/NVIDIA-fx/DETAILS.x86_64 b/x11/NVIDIA-fx/DETAILS.x86_64 index c7f9340..de82e97 100644 --- a/x11/NVIDIA-fx/DETAILS.x86_64 +++ b/x11/NVIDIA-fx/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-fx - VERSION=173.14.15 + VERSION=173.14.16 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:b9bc495c5221da83744ba882f91367cfde062446 + SOURCE_VFY=sha1:2f4471b6230cdb594418772675dc6c49c28b64f4 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20081228 + UPDATED=20090216 SHORT="X11 NVIDIA binary driver for Geforce FX" cat << EOF From zbiggy at lunar-linux.org Sat Feb 21 20:45:38 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 21 Feb 2009 20:45:38 +0100 Subject: [Lunar-commits] NVIDIA-beta: updated to 180.11.02 Message-ID: <20090221195033.264C5F41BF@doppio.foo-projects.org> commit 1ea5dbf28ae6e3fe96e985498f937ddf0fd294b9 Author: Zbigniew Luszpinski Date: Sat Feb 21 20:45:38 2009 +0100 NVIDIA-beta: updated to 180.11.02 --- x11/NVIDIA-beta/DETAILS | 6 +++--- x11/NVIDIA-beta/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS index ec48326..9bbda46 100644 --- a/x11/NVIDIA-beta/DETAILS +++ b/x11/NVIDIA-beta/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=180.18 + VERSION=180.11.02 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:54998a4741d590177f07018ec1117b495d61bcdb + SOURCE_VFY=sha1:b77e1ef91c4ba5f73d1062c04b2943a65d0ed65f WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20081228 + UPDATED=20090216 SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64 index 843e71e..da785ca 100644 --- a/x11/NVIDIA-beta/DETAILS.x86_64 +++ b/x11/NVIDIA-beta/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=180.18 + VERSION=180.11.02 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:1f6b1b8de24a8dff9774d8490376be9626efe084 + SOURCE_VFY=sha1:d6054524b3143dd59e2b5373f5140a662a1b05d6 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20081228 + UPDATED=20090216 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF From florin at lunar-linux.org Sun Feb 22 08:00:06 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Feb 2009 09:00:06 +0200 Subject: [Lunar-commits] fillets-ng: clean up the data source after install. Message-ID: <20090222070057.F386E9B1C2@doppio.foo-projects.org> commit 4371f5cfe50f2ce0805f553178fde96029613f9b Author: Florin Braescu Date: Sun Feb 22 09:00:06 2009 +0200 fillets-ng: clean up the data source after install. --- games/fillets-ng/POST_INSTALL | 1 + games/fillets-ng/PRE_BUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/games/fillets-ng/POST_INSTALL b/games/fillets-ng/POST_INSTALL new file mode 100644 index 0000000..eefac0d --- /dev/null +++ b/games/fillets-ng/POST_INSTALL @@ -0,0 +1 @@ +rm -fr /usr/src/$MODULE-$DATA_VERSION diff --git a/games/fillets-ng/PRE_BUILD b/games/fillets-ng/PRE_BUILD index 42aade9..203a1c5 100644 --- a/games/fillets-ng/PRE_BUILD +++ b/games/fillets-ng/PRE_BUILD @@ -1,4 +1,4 @@ validate_source_dir $SOURCE_DIRECTORY && mk_source_dir $SOURCE_DIRECTORY && -unpack $SOURCE && +unpack $SOURCE && unpack $SOURCE2 From florin at lunar-linux.org Sun Feb 22 08:04:53 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Feb 2009 09:04:53 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.28.7. Message-ID: <20090222070553.D4D999B1C2@doppio.foo-projects.org> commit 805c682ea90b52bdd25dafe00633372d3be58a0b Author: Florin Braescu Date: Sun Feb 22 09:04:53 2009 +0200 linux-2.6: version bumped to 2.6.28.7. Many bugfixes, mostly ext4 related. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index da9cba8..32bf1c1 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.28.6 + VERSION=2.6.28.7 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE_VFY=sha1:4f40f8bf3fd110b0cc6e1fea5f539c98f9959e94 - SOURCE2_VFY=sha1:f848c1bc47e16d27cd36c8f3f265d7a66ad601c3 + SOURCE2_VFY=sha1:6813eff8f7b4a31b05d783f150253d7bf120d22a WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090218 + UPDATED=20090222 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From engelsman at lunar-linux.org Sun Feb 22 13:44:32 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 22 Feb 2009 13:44:32 +0100 Subject: [Lunar-commits] Date-Manip: Changed tarball name Message-ID: <20090222124657.DDED0F3CFC@doppio.foo-projects.org> commit ad68c1d9277f4873fb42246f461eab3f16fa9e7f Author: Auke Kok Date: Sun Feb 22 13:44:32 2009 +0100 Date-Manip: Changed tarball name Note: rename of DateManip to match tarball name, only used in xmltv downloaded, compiled and installed OK otherwise untested by me - engelsman --- zbeta/Date-Manip/BUILD | 6 ++++++ zbeta/Date-Manip/DEPENDS | 1 + zbeta/Date-Manip/DETAILS | 20 ++++++++++++++++++++ 3 files changed, 27 insertions(+), 0 deletions(-) diff --git a/zbeta/Date-Manip/BUILD b/zbeta/Date-Manip/BUILD new file mode 100644 index 0000000..c11ca00 --- /dev/null +++ b/zbeta/Date-Manip/BUILD @@ -0,0 +1,6 @@ +( + + perl Makefile.PL && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/Date-Manip/DEPENDS b/zbeta/Date-Manip/DEPENDS new file mode 100644 index 0000000..1dd0168 --- /dev/null +++ b/zbeta/Date-Manip/DEPENDS @@ -0,0 +1 @@ +depends perl diff --git a/zbeta/Date-Manip/DETAILS b/zbeta/Date-Manip/DETAILS new file mode 100644 index 0000000..494bb47 --- /dev/null +++ b/zbeta/Date-Manip/DETAILS @@ -0,0 +1,20 @@ + MODULE=Date-Manip + VERSION=5.54 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/ + SOURCE_VFY=sha1:88ce43556343024c3b86815e4938399226eab55a + WEB_SITE=http://search.cpan.org/~sbeck/DateManip-5.44/ + ENTERED=20011108 + UPDATED=20090218 + SHORT="a perl module for easily parsing and manipulating dates" +cat << EOF +Date::Manip: + +A perl 5 module which allows you to easily parse and manipulate dates +(several different foreign languages are supported and more can be added +easily, international date formats are also supported). A date +calculator is also included to tell the time elapsed between two dates, +or to find a date a certain amount of time from a given date. +Calculations can also be done using a special business mode where +weekends and holidays are ignored. +EOF From engelsman at lunar-linux.org Sun Feb 22 13:46:20 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 22 Feb 2009 13:46:20 +0100 Subject: [Lunar-commits] xmltv: fix dependency Message-ID: <20090222124657.E9CBDF3CE2@doppio.foo-projects.org> commit e4180aeacfaf8a8865ccef2b62039847c36bb7b7 Author: Auke Kok Date: Sun Feb 22 13:46:20 2009 +0100 xmltv: fix dependency Note: downloaded, compiled and installed OK (we should remove old DateManip now?) but otherwise untested by me - engelsman --- utils/xmltv/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/xmltv/DEPENDS b/utils/xmltv/DEPENDS index 299a55b..6b7891a 100644 --- a/utils/xmltv/DEPENDS +++ b/utils/xmltv/DEPENDS @@ -1,6 +1,6 @@ depends XML-Twig depends XML-Writer -depends DateManip +depends Date-Manip depends HTML-Parser depends HTML-Tree depends Lingua-Preferred From florin at lunar-linux.org Sun Feb 22 17:03:47 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Feb 2009 18:03:47 +0200 Subject: [Lunar-commits] vala: version bumped to 0.5.7. Message-ID: <20090222160505.6C9919B1C2@doppio.foo-projects.org> commit bd56a5af6e80e8bcafd362abd02b9cd00d5c108c Author: Florin Braescu Date: Sun Feb 22 18:03:47 2009 +0200 vala: version bumped to 0.5.7. Changes: * Support signals in static D-Bus clients. * Various improvements to asynchronous method support. * Report unused internal methods. * Extend POSIX bindings. * Add FUSE bindings. * Add libdaemon bindings. * Many bug fixes. --- zbeta/vala/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/vala/DETAILS b/zbeta/vala/DETAILS index 8b2806c..a7a953a 100644 --- a/zbeta/vala/DETAILS +++ b/zbeta/vala/DETAILS @@ -1,12 +1,12 @@ MODULE=vala - VERSION=0.5.6 + VERSION=0.5.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/0.5 - SOURCE_VFY=sha1:c625845ea5a03289deec0a439119d74a54b9188c + SOURCE_VFY=sha1:1dc811adbe0c186a49339a205abaaa3440084749 WEB_SITE=http://www.gtk.org ENTERED=20020714 - UPDATED=20090120 + UPDATED=20090222 SHORT="Vala - Compiler for the GObject type system" cat << EOF From florin at lunar-linux.org Sun Feb 22 18:06:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Feb 2009 19:06:43 +0200 Subject: [Lunar-commits] postfix: add cyrus-sasladded dovecot SASL support. Message-ID: <20090222170748.D50FF9B1C2@doppio.foo-projects.org> commit a5ea41384534f282bbb8843e2d7fb2a35aea26c1 Author: Florin Braescu Date: Sun Feb 22 19:06:43 2009 +0200 postfix: add cyrus-sasladded dovecot SASL support. Submitted by Richard Pyne. Thank You. --- mail/postfix/BUILD | 9 +++++++-- mail/postfix/DEPENDS | 13 +++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/mail/postfix/BUILD b/mail/postfix/BUILD index c4e4a52..d0fe4bf 100644 --- a/mail/postfix/BUILD +++ b/mail/postfix/BUILD @@ -35,12 +35,17 @@ CCARGS=$CCARGS" -DUSE_CYRUS_SASL -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl" fi && + if in_depends $MODULE dovecot ; then + AUXLIBS=$AUXLIBS" -lssl -lcrypto" + CCARGS=$CCARGS' -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/usr/include/openssl' + fi && + AUXLIBS=$AUXLIBS" -lpthread" echo CCARGS=$CCARGS && echo AUXLIBS=$AUXLIBS && - make "OPT=$CFLAGS" "AUXLIBS=$AUXLIBS" "CCARGS=$CCARGS" && - prepare_install && + make "OPT=$CFLAGS" "AUXLIBS=$AUXLIBS" "CCARGS=$CCARGS" && + prepare_install && sh postfix-install -non-interactive \ config_directory=/etc/postfix \ diff --git a/mail/postfix/DEPENDS b/mail/postfix/DEPENDS index 15b02ed..058f4b5 100644 --- a/mail/postfix/DEPENDS +++ b/mail/postfix/DEPENDS @@ -5,10 +5,11 @@ depends perl # the --without-* options are fake but will trigger in_depends to # correctly disable *installed* optional dependencies --sofar -optional_depends pcre "" "--without-pcre" "for improved regexp support" -optional_depends openldap "" "--without-openldap" "for ldap support" -optional_depends mysql "" "--without-mysql" "for mysql support" -optional_depends postgresql "" "--without-postgresql" "for postgresqul support" -optional_depends cyrus-sasl "" "--without-cyrus-sasl" "for SMTP authentication and TSL" +optional_depends pcre "" "--without-pcre" "for improved regexp support" +optional_depends openldap "" "--without-openldap" "for ldap support" +optional_depends mysql "" "--without-mysql" "for mysql support" +optional_depends postgresql "" "--without-postgresql" "for postgresqul support" +optional_depends dovecot "" "--without-dovecot-sasl" "for SMTP austhentication and TLS with dovecot" +optional_depends cyrus-sasl "" "--without-cyrus-sasl" "for SMTP authentication and TLS with cyrus-sasl" optional_depends courier-imap "" "--without-courier-imap" "if you intend to run with Maildir" -optional_depends smtpclient "" "--without-smtpclient" "useful with spamassassin & Maildir" +optional_depends smtpclient "" "--without-smtpclient" "useful with spamassassin & Maildir" From stumbles at lunar-linux.org Sun Feb 22 19:53:49 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 22 Feb 2009 13:53:49 -0500 Subject: [Lunar-commits] openoffice-src: adding a patch to fix a crash in non-gnome DE/WM, got it from openoffice Issue 96170, along with some other tidying up. Message-ID: <20090222185621.341689B1B4@doppio.foo-projects.org> commit f8644b9a5380e11a031360b1e453c42ca152c3b3 Author: Dennis 'stumbles' Veatch Date: Sun Feb 22 13:53:49 2009 -0500 openoffice-src: adding a patch to fix a crash in non-gnome DE/WM, got it from openoffice Issue 96170, along with some other tidying up. --- x11-apps/openoffice-src/BUILD.x86_64 | 82 ++++++++++++++++++-------------- x11-apps/openoffice-src/DEPENDS.x86_64 | 4 +- x11-apps/openoffice-src/DETAILS.x86_64 | 3 + 3 files changed, 51 insertions(+), 38 deletions(-) diff --git a/x11-apps/openoffice-src/BUILD.x86_64 b/x11-apps/openoffice-src/BUILD.x86_64 index 50846f5..584ef3d 100644 --- a/x11-apps/openoffice-src/BUILD.x86_64 +++ b/x11-apps/openoffice-src/BUILD.x86_64 @@ -1,12 +1,22 @@ -( +( + + patch_it $SOURCE_CACHE/$SOURCE8 0 && if module_installed qt3; then - . /etc/profile.d/qt3.rc - fi && + . /etc/profile.d/qt3.rc + fi && if module_installed kdelibs3; then - . /etc/profile.d/kde3.rc - fi && + . /etc/profile.d/kde3.rc + fi && + + if module_installed qt4; then + . /etc/profile.d/qt4.rc + fi && + + if module_installed kdelibs4; then + . /etc/profile.d/kde4.rc + fi && . /etc/profile.d/pkgconfig.rc && @@ -16,54 +26,54 @@ # There are symlinks left over if openoffice-bin is installed and # they do not get removed and the BUILD will tank near the end of - # the compile, this takes care of that. - for FILE in ${RM_DESK_TOP} ; do - rm -f /usr/share/applications/${FILE}.desktop || exit 1 - done && + # the compile, this takes care of that. + for FILE in ${RM_DESK_TOP} ; do + rm -f /usr/share/applications/${FILE}.desktop || exit 1 + done && sedit "/^ARCH_FLAGS\*=/d" solenv/inc/unxlngi{4,6}.mk && - ARCH_FLAGS=$CXXFLAGS + ARCH_FLAGS=$CXXFLAGS # All of the options have been carefully chosen. Don't edit them unless you - # really know what you're doing + # really know what you're doing OPTS="$OPTS --prefix=$OO_DIR --enable-dbus --disable-dbgutil --disable-static-gtk \ - --disable-fontooo --disable-odk --disable-debug --enable-opengl \ - --disable-mathmldtd --enable-cairo --with-mozilla-version=1.7.5 \ - --enable-mozilla --enable-binfilter --enable-xrender-link \ - --without-fonts --without-ppds --without-afms \ - --with-system-stdlibs --with-system-zlib --enable-minimizer \ - --with-system-jpeg --with-system-expat --with-system-freetype \ - --with-system-libxml --with-system-db --disable-symbols --enable-Xaw \ + --disable-fontooo --disable-odk --disable-debug --enable-opengl \ + --disable-mathmldtd --enable-cairo --with-mozilla-version=1.7.5 \ + --enable-mozilla --enable-binfilter --enable-xrender-link \ + --without-fonts --without-ppds --without-afms \ + --with-system-stdlibs --with-system-zlib --enable-minimizer \ + --with-system-jpeg --with-system-expat --with-system-freetype \ + --with-system-libxml --with-system-db --disable-symbols --enable-Xaw \ --with-system-xrender-headers --with-epm=internal --enable-pdfimport \ - --with-use-shell=bash --with-x --with-package-format=native \ - --with-build-version=LunarLinux --enable-presenter-console \ - --enable-wiki-publisher --enable-ogltrans --enable-report-builder \ - --with-system-cairo --with-lang=en --with-dict=ENUS" && + --with-use-shell=bash --with-x --with-package-format=native \ + --with-build-version=LunarLinux --enable-presenter-console \ + --enable-wiki-publisher --enable-ogltrans --enable-report-builder \ + --with-system-cairo --with-lang=en --with-dict=ENUS" && if module_installed sane-backends ; then OPTS="$OPTS --with-system-sane-header"; - fi && + fi && if module_installed sun-jdk ; then JAVA_VERSION="`installed_version sun-jdk`"; OPTS="$OPTS --with-jdk-home=/usr/lib/jdk${JAVA_VERSION}"; - elif module_installed j2sdk ; then - JAVA_VERSION="`installed_version j2sdk`"; + elif module_installed j2sdk ; then + JAVA_VERSION="`installed_version j2sdk`"; OPTS="$OPTS --with-jdk-home=/usr/lib/j2sdk${JAVA_VERSION}"; - elif module_installed sun-jre ; then - JAVA_VERSION="`installed_version sun-jre`"; - OPTS="$OPTS --with-jdk-home=/usr/lib/jre${JAVA_VERSION}"; - fi && + elif module_installed sun-jre ; then + JAVA_VERSION="`installed_version sun-jre`"; + OPTS="$OPTS --with-jdk-home=/usr/lib/jre${JAVA_VERSION}"; + fi && # Apply mandatory and optional patches patch_it $SOURCE2 0 && # As long as OOo-src does not compile against nss it needs its own mozilla - # tarball (and it also compiles its own mozilla) - mkdir -p $SOURCE_DIRECTORY/moz/download && - cp $SOURCE_CACHE/$SOURCE3 $SOURCE_DIRECTORY/moz/download/ && + # tarball (and it also compiles its own mozilla) + mkdir -p $SOURCE_DIRECTORY/moz/download && + cp $SOURCE_CACHE/$SOURCE3 $SOURCE_DIRECTORY/moz/download/ && cd $SOURCE_DIRECTORY/config_office && @@ -71,15 +81,15 @@ default_config && # OOo might fail if those are set to some strange values - umask 0022 && - unset LANG LC_ALL && + umask 0022 && + unset LANG LC_ALL && cd $SOURCE_DIRECTORY && ./bootstrap && # sedit "s/-lxml2/-lxml2\ -lexpat/g" LinuxX86Env.Set.sh && - source LinuxX86-64Env.Set.sh && - dmake && + source LinuxX86-64Env.Set.sh && + dmake && prepare_install && diff --git a/x11-apps/openoffice-src/DEPENDS.x86_64 b/x11-apps/openoffice-src/DEPENDS.x86_64 index 9a01fb6..96b48b9 100644 --- a/x11-apps/openoffice-src/DEPENDS.x86_64 +++ b/x11-apps/openoffice-src/DEPENDS.x86_64 @@ -37,8 +37,8 @@ optional_depends "libwpd" \ "For WordPerfect support" optional_depends "icu4c" \ - "--with-system-icu" \ - "--without-system-icu" \ + "--with-system-icu" \ + "--without-system-icu" \ "For icu support" optional_depends "boost" \ diff --git a/x11-apps/openoffice-src/DETAILS.x86_64 b/x11-apps/openoffice-src/DETAILS.x86_64 index 137cc94..b9cfded 100644 --- a/x11-apps/openoffice-src/DETAILS.x86_64 +++ b/x11-apps/openoffice-src/DETAILS.x86_64 @@ -7,6 +7,7 @@ SOURCE5=OOo_${VERSION}_src_system.tar.bz2 SOURCE6=OOo_${VERSION}_src_extensions.tar.bz2 SOURCE7=OOo_${VERSION}_src_binfilter.tar.bz2 + SOURCE8=OO-3..0.1-kde-GObject.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_m15 SOURCE_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/ SOURCE2_URL=$PATCH_URL/ @@ -15,6 +16,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_m15 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}/ + SOURCE8_URL=$PATCH_URL SOURCE_VFY=sha1:2da6b2cf0b75873477f22cc9d69a4f0c8b43b435 SOURCE2_VFY=sha1:58c824ef969b017be5fcd7e4290d7681453aa354 SOURCE3_VFY=sha1:bb2a89b95d7626a63a3787208e0abb99ea595d24 @@ -22,6 +24,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_m15 SOURCE5_VFY=sha1:8c73821b542c9c96b071550fe0e3e813e21a1246 SOURCE6_VFY=sha1:c695982d166422a838560ef7b134a5665bc61198 SOURCE7_VFY=sha1:d84518159538ef736271177b7ebe4697fc4b811d + SOURCE8_VFY=sha1:b02c888b771b87d35a63a545810b396a340c87d2 WEB_SITE=http://www.openoffice.org ENTERED=20030805 UPDATED=20090130 From engelsman at lunar-linux.org Sun Feb 22 21:03:21 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 22 Feb 2009 21:03:21 +0100 Subject: [Lunar-commits] stalonetray: added version 0.7.6 to moonbase Message-ID: <20090222200356.43037F3FB8@doppio.foo-projects.org> commit 8503dbd98589cbe63d712f6d4b05c4836ac59252 Author: V4hn Date: Sun Feb 22 21:03:21 2009 +0100 stalonetray: added version 0.7.6 to moonbase stalonetray: introduction to moonbase Note: downloads, compiles and installs without problem but haven't tested as it conflicts with my xfce panel - engelsman --- zbeta/stalonetray/DETAILS | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/zbeta/stalonetray/DETAILS b/zbeta/stalonetray/DETAILS new file mode 100644 index 0000000..0af6985 --- /dev/null +++ b/zbeta/stalonetray/DETAILS @@ -0,0 +1,16 @@ + MODULE=stalonetray + VERSION=0.7.6 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/stalonetray/ + SOURCE_VFY=sha1:0900717162b2ea79ac0eb8f1f4e8f0d31e655c25 + WEB_SITE=http://stalonetray.sourceforge.net/ + ENTERED=20090201 + UPDATED=20090201 + SHORT="stand-alone system tray" + +cat << EOF +Stalonetray is a stand-alone freedesktop.org and KDE system tray +(notification area) for X Window System/X11 (e.g. X.Org or XFree 86). +It has full XEMBED support and minimal dependencies: an X11 lib only. +Stalonetray works with virtually any EWMH-compliant window manager. +EOF From engelsman at lunar-linux.org Sun Feb 22 21:36:35 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 22 Feb 2009 21:36:35 +0100 Subject: [Lunar-commits] zsh-dev: added 4.3.9 development version, with multibyte, to moonbase Message-ID: <20090222203846.56946F425C@doppio.foo-projects.org> commit aaebacfe10193c9aaf27edb057a47c882c58e7dd Author: Vincent Breitmoser Date: Sun Feb 22 21:36:35 2009 +0100 zsh-dev: added 4.3.9 development version, with multibyte, to moonbase zsh-dev: development version, with multibyte Couldn't get multibyte to work properly in 4.3.5, with this it works just fine :) Note: downloads, compiles and installs OK, but otherwise untested - engelsman --- zbeta/zsh-dev/CONFIGURE | 1 + zbeta/zsh-dev/CONFLICTS | 1 + zbeta/zsh-dev/DETAILS | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 0 deletions(-) diff --git a/zbeta/zsh-dev/CONFIGURE b/zbeta/zsh-dev/CONFIGURE new file mode 100644 index 0000000..e399358 --- /dev/null +++ b/zbeta/zsh-dev/CONFIGURE @@ -0,0 +1 @@ +mquery MULTIBYTE "Enable multibyte support?" y "--enable-multibyte" "--disable-multibyte" diff --git a/zbeta/zsh-dev/CONFLICTS b/zbeta/zsh-dev/CONFLICTS new file mode 100644 index 0000000..f1608ed --- /dev/null +++ b/zbeta/zsh-dev/CONFLICTS @@ -0,0 +1 @@ +conflicts zsh diff --git a/zbeta/zsh-dev/DETAILS b/zbeta/zsh-dev/DETAILS new file mode 100644 index 0000000..9032f18 --- /dev/null +++ b/zbeta/zsh-dev/DETAILS @@ -0,0 +1,17 @@ + MODULE=zsh-dev + VERSION=4.3.9 + SOURCE=zsh-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/zsh/ + SOURCE_VFY=sha1:7c80e1ad6b311ee5877172a1a7e0161a9a60da70 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/zsh-$VERSION + WEB_SITE="http://www.zsh.org/" + ENTERED=20090202 + UPDATED=20090202 + SHORT="shell designed for interactive use" +cat < zsh: added CONFLICTS with zsh-dev Message-ID: <20090222203846.64D5FF425B@doppio.foo-projects.org> commit c4127f25ff7025799cdf6924490f75401d861600 Author: Duncan Gibson Date: Sun Feb 22 21:37:29 2009 +0100 zsh: added CONFLICTS with zsh-dev --- shells/zsh/CONFLICTS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/shells/zsh/CONFLICTS b/shells/zsh/CONFLICTS new file mode 100644 index 0000000..3ec614c --- /dev/null +++ b/shells/zsh/CONFLICTS @@ -0,0 +1 @@ +conflicts zsh-dev From stumbles at lunar-linux.org Sun Feb 22 21:55:54 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 22 Feb 2009 15:55:54 -0500 Subject: [Lunar-commits] lua: adding a patch for x86_64 so lua will create a .so. This was prompted by vlc make crapping out because there is no liblua.so. There is a long lua thread about shared libs. Message-ID: <20090222210025.444C4F4269@doppio.foo-projects.org> commit b0811f4395fa58142d580bdfd5e34bbe3c793f97 Author: Dennis 'stumbles' Veatch Date: Sun Feb 22 15:55:54 2009 -0500 lua: adding a patch for x86_64 so lua will create a .so. This was prompted by vlc make crapping out because there is no liblua.so. There is a long lua thread about shared libs. --- compilers/lua/BUILD.x86_64 | 14 ++++++++++++++ compilers/lua/DETAILS.x86_64 | 24 ++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 0 deletions(-) diff --git a/compilers/lua/BUILD.x86_64 b/compilers/lua/BUILD.x86_64 new file mode 100644 index 0000000..e20db74 --- /dev/null +++ b/compilers/lua/BUILD.x86_64 @@ -0,0 +1,14 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 0 && + + sedit "s:/usr/local:/usr:" Makefile && + sedit "s:/usr/local:/usr:" etc/lua.pc && + + make linux && + prepare_install && + make install && + + install -D $SOURCE_DIRECTORY/etc/lua.pc /usr/lib/pkgconfig/lua.pc + +) > $C_FIFO 2>&1 diff --git a/compilers/lua/DETAILS.x86_64 b/compilers/lua/DETAILS.x86_64 new file mode 100644 index 0000000..0f2a4fb --- /dev/null +++ b/compilers/lua/DETAILS.x86_64 @@ -0,0 +1,24 @@ + MODULE=lua + VERSION=5.1.4 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=lua-5.1.4-make-shared-lib.patch + SOURCE_URL=http://www.lua.org/ftp/ + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:2b11c8e60306efb7f0734b747588f57995493db7 + SOURCE2_VFY=sha1:121262e8d14de06157ae438afff41e6657cc648b + WEB_SITE=http://www.lua.org/ + ENTERED=20040429 + UPDATED=20081012 + SHORT="light-weight programming language for extending applications" + +cat << EOF +Lua is a powerful light-weight programming language designed +for extending applications. Lua is also frequently used as a +general-purpose, stand-alone language. Lua is free software. + +Lua is a language engine that you can embed into your application. This +means that, besides syntax and semantics, Lua has an API that allows +the application to exchange data with Lua programs and also to extend +Lua with C functions. In this sense, Lua can be regarded as a language +framework for building domain-specific languages. +EOF From zbiggy at lunar-linux.org Sun Feb 22 22:07:33 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 22 Feb 2009 22:07:33 +0100 Subject: [Lunar-commits] fglrx: updated to 9.2 Message-ID: <20090222210753.83FFDF4269@doppio.foo-projects.org> commit 5881870170aa051edccf4995df8222b2d7ff744e Author: Zbigniew Luszpinski Date: Sun Feb 22 22:07:33 2009 +0100 fglrx: updated to 9.2 --- x11/fglrx/DETAILS | 9 ++++----- x11/fglrx/DETAILS.x86_64 | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/x11/fglrx/DETAILS b/x11/fglrx/DETAILS index 4dfae08..261cdac 100644 --- a/x11/fglrx/DETAILS +++ b/x11/fglrx/DETAILS @@ -1,12 +1,11 @@ MODULE=fglrx - VERSION=9.1 - FVERSION=`echo $VERSION |tr . -` - SOURCE=ati-driver-installer-$FVERSION-x86.x86_64.run + VERSION=9.2 + SOURCE=ati-driver-installer-$VERSION-x86.x86_64.run SOURCE_URL=https://www2.ati.com/drivers/linux/ - SOURCE_VFY=sha1:d7a23a74bc0209c54f6a24e1622e496a6cbeda07 + SOURCE_VFY=sha1:3ae672145f60f0348c44a7dfef98ec730a51fbf5 WEB_SITE=http://ati.amd.com/ ENTERED=20040220 - UPDATED=20090129 + UPDATED=20090222 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" cat << EOF diff --git a/x11/fglrx/DETAILS.x86_64 b/x11/fglrx/DETAILS.x86_64 index 69f9ba4..287bf04 100644 --- a/x11/fglrx/DETAILS.x86_64 +++ b/x11/fglrx/DETAILS.x86_64 @@ -1,11 +1,11 @@ MODULE=fglrx - VERSION=9-1 + VERSION=9.2 SOURCE=ati-driver-installer-$VERSION-x86.x86_64.run SOURCE_URL=https://www2.ati.com/drivers/linux/ - SOURCE_VFY=sha1:d7a23a74bc0209c54f6a24e1622e496a6cbeda07 + SOURCE_VFY=sha1:3ae672145f60f0348c44a7dfef98ec730a51fbf5 WEB_SITE=http://ati.amd.com/ ENTERED=20040220 - UPDATED=20090129 + UPDATED=20090222 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" cat << EOF From engelsman at lunar-linux.org Sun Feb 22 23:39:32 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 22 Feb 2009 23:39:32 +0100 Subject: [Lunar-commits] dvtm: version 0.5 added to moonbase Message-ID: <20090222225302.D3C6C9B1B4@doppio.foo-projects.org> commit 96626b42147f6111cb2d7410764f670833a6f077 Author: Jason White Date: Sun Feb 22 23:39:32 2009 +0100 dvtm: version 0.5 added to moonbase dvtm: added 20090202 Note: downloads, compiles and installs [in /usr/local] OK, missing DEPENDS on ncurses, wide characters ignored, only minimal testing - it starts and stops - engelsman --- zbeta/dvtm/DETAILS | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/zbeta/dvtm/DETAILS b/zbeta/dvtm/DETAILS new file mode 100644 index 0000000..9bec12a --- /dev/null +++ b/zbeta/dvtm/DETAILS @@ -0,0 +1,16 @@ + MODULE=dvtm + VERSION=0.5 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL[0]=http://www.brain-dump.org/projects/$MODULE/ + SOURCE_VFY=sha1:050c605d253afd87fc763e960b5b0b58dd24c9ee + WEB_SITE=http://www.brain-dump.org/projects/dvtm + LICENSE="mit" + ENTERED=20090202 + UPDATED=20090202 + SHORT="tiling console window manager - mit liscense" + +cat << EOF +This is a great utility for running in console or a full screen term +window. It plays pretty well with screen and is loosely based on dwm. +EOF From engelsman at lunar-linux.org Sun Feb 22 23:47:11 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 22 Feb 2009 23:47:11 +0100 Subject: [Lunar-commits] dvtm: added BUILD (set PREFIX=/usr) and DEPENDS (ncurses) Message-ID: <20090222225302.E23D09B1BB@doppio.foo-projects.org> commit f6a845ce09fe0305576101ec4f7cc31983606efb Author: Duncan Gibson Date: Sun Feb 22 23:47:11 2009 +0100 dvtm: added BUILD (set PREFIX=/usr) and DEPENDS (ncurses) added missing DEPENDS on ncurses added missing BUILD to set PREFIX=/usr and not /usr/local --- zbeta/dvtm/BUILD | 8 ++++++++ zbeta/dvtm/DEPENDS | 1 + 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/zbeta/dvtm/BUILD b/zbeta/dvtm/BUILD new file mode 100644 index 0000000..3171f32 --- /dev/null +++ b/zbeta/dvtm/BUILD @@ -0,0 +1,8 @@ +( + + sedit 's#^PREFIX = /usr/local#PREFIX = /usr#' config.mk && + + default_make + +) > $C_FIFO 2>&1 + diff --git a/zbeta/dvtm/DEPENDS b/zbeta/dvtm/DEPENDS new file mode 100644 index 0000000..5764a9c --- /dev/null +++ b/zbeta/dvtm/DEPENDS @@ -0,0 +1 @@ +depends ncurses From florin at lunar-linux.org Mon Feb 23 05:55:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Feb 2009 06:55:29 +0200 Subject: [Lunar-commits] openssh: version bumped to 5.2p1. Message-ID: <20090223045619.D3BD19B1B4@doppio.foo-projects.org> commit ddaeb756dee36e376f6182f3f98e094cfedb4ecf Author: Florin Braescu Date: Mon Feb 23 06:55:29 2009 +0200 openssh: version bumped to 5.2p1. Many bugfixes, some regressions solved and improvements. --- crypto/openssh/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/openssh/DETAILS b/crypto/openssh/DETAILS index c40b59a..5763254 100644 --- a/crypto/openssh/DETAILS +++ b/crypto/openssh/DETAILS @@ -1,5 +1,5 @@ MODULE=openssh - VERSION=5.1p1 + VERSION=5.2p1 SOURCE=$MODULE-$VERSION.tar.gz # SOURCE2=openssh-heimdal_no_des.patch.gz # SOURCE3=openssh-$VERSION-gsskex-20080404.patch @@ -7,7 +7,7 @@ SOURCE_URL[1]=ftp://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable SOURCE_URL[2]=ftp://ftp5.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable SOURCE_URL[3]=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable - SOURCE_VFY=sha1:877ea5b283060fe0160e376ea645e8e168047ff5 + SOURCE_VFY=sha1:8273a0237db98179fbdc412207ff8eb14ff3d6de # SOURCE2_URL=$PATCH_URL # SOURCE2_VFY=sha1:0e2228ba4564980fe0f60235559090ea7ba8c8f8 # SOURCE3_URL[0]=http://www.sxw.org.uk/computing/patches @@ -15,7 +15,7 @@ # SOURCE3_VFY=sha1:41dfe293b3a3c08163cd43926fefabd321f0c37f WEB_SITE=http://www.openssh.com ENTERED=20010922 - UPDATED=20090129 + UPDATED=20090223 SHORT="Client and server for encrypted remote logins and file transfers" cat << EOF From florin at lunar-linux.org Mon Feb 23 05:57:18 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Feb 2009 06:57:18 +0200 Subject: [Lunar-commits] mkvtoolnix: version bumped to 2.5.1. Message-ID: <20090223045744.B1B659B1B4@doppio.foo-projects.org> commit 8bec274bf6c5779dad21ab2a339ec2ed6141e81a Author: Florin Braescu Date: Mon Feb 23 06:57:18 2009 +0200 mkvtoolnix: version bumped to 2.5.1. Bugfixes and enhacements. --- video/mkvtoolnix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mkvtoolnix/DETAILS b/video/mkvtoolnix/DETAILS index 830e4d6..894dfd2 100644 --- a/video/mkvtoolnix/DETAILS +++ b/video/mkvtoolnix/DETAILS @@ -1,11 +1,11 @@ MODULE=mkvtoolnix - VERSION=2.4.2 + VERSION=2.5.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.bunkus.org/videotools/$MODULE/sources - SOURCE_VFY=sha1:56b109ba7acbea940d9db57a0da7482faf03bd3f + SOURCE_VFY=sha1:895363ffc2dd7c0c50073042c45190d265c846d1 WEB_SITE=http://www.bunkus.org/videotools/mkvtoolnix ENTERED=20031113 - UPDATED=20090120 + UPDATED=20090223 MAINTAINER=florin at lunar-linux.org SHORT="Tools for using Matroska audio/video container files" From stumbles at lunar-linux.org Tue Feb 24 00:29:29 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 23 Feb 2009 18:29:29 -0500 Subject: [Lunar-commits] soprano: version bump with the following fixes/additions; Message-ID: <20090223233005.9EBCF9B1AD@doppio.foo-projects.org> commit 002b7ed396b8c2f0f345b6a752b1060feceb1d1d Author: Dennis 'stumbles' Veatch Date: Mon Feb 23 18:29:29 2009 -0500 soprano: version bump with the following fixes/additions; * Properly clear the error in the SparqlModel * Made all D-Bus dependant parts optional for successful compilation on Windows. * Redland include dir fix. * New cmake options to manually disable all optional components: - Redland backend - Sesame2 backend - Raptor parser/serializer - CLucene full text index - D-Bus integration - Apidox generation * Less use of dynamic_cast --- kde4/utils/soprano/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/utils/soprano/DETAILS b/kde4/utils/soprano/DETAILS index fc9be9e..6059509 100644 --- a/kde4/utils/soprano/DETAILS +++ b/kde4/utils/soprano/DETAILS @@ -1,11 +1,11 @@ MODULE=soprano - VERSION=2.2.1 + VERSION=2.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:459a01eba8ec6791cb9c72d56bfed394c948d047 + SOURCE_VFY=sha1:a660637d6ce05ce4a107628d4e95a37f96a53c5e WEB_SITE=http://soprano.sourceforge.net ENTERED=20080123 - UPDATED=20090205 + UPDATED=20090223 SHORT="A highly usable C++/QT4 library for RDF data" cat << EOF From stumbles at lunar-linux.org Tue Feb 24 14:27:34 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 24 Feb 2009 08:27:34 -0500 Subject: [Lunar-commits] pfstmo: version bump. Message-ID: <20090224132934.7F9989B1AD@doppio.foo-projects.org> commit 6c46ca961da09213eec36e0f0cf2ec4ea53de689 Author: Dennis 'stumbles' Veatch Date: Tue Feb 24 08:27:34 2009 -0500 pfstmo: version bump. --- graphics/pfstmo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/pfstmo/DETAILS b/graphics/pfstmo/DETAILS index 012ad86..bf9f0af 100644 --- a/graphics/pfstmo/DETAILS +++ b/graphics/pfstmo/DETAILS @@ -1,11 +1,11 @@ MODULE=pfstmo - VERSION=1.2 + VERSION=1.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/pfstools - SOURCE_VFY=sha1:54701155106e0de8e9b714db7c42c8b1d4b73323 + SOURCE_VFY=sha1:2c220be494a0cb136b99cbbf56835cf19c0672ee WEB_SITE=http://www.mpi-inf.mpg.de/resources/tmo/ ENTERED=20070822 - UPDATED=20080309 + UPDATED=20090224 SHORT="state-of-the-art tone mapping operators" cat << EOF From stumbles at lunar-linux.org Tue Feb 24 14:28:26 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 24 Feb 2009 08:28:26 -0500 Subject: [Lunar-commits] pfscalibration: version bump. Message-ID: <20090224132934.8C8879B1B4@doppio.foo-projects.org> commit 21fe8aa73b30ada5dc9e5dd15900dfaeb0d4dd47 Author: Dennis 'stumbles' Veatch Date: Tue Feb 24 08:28:26 2009 -0500 pfscalibration: version bump. --- graphics/pfscalibration/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/pfscalibration/DETAILS b/graphics/pfscalibration/DETAILS index 5b5849b..770ddd2 100644 --- a/graphics/pfscalibration/DETAILS +++ b/graphics/pfscalibration/DETAILS @@ -1,11 +1,11 @@ - MODULE=pfscalibration - VERSION=1.3 + MODULE=pfscalibration + VERSION=1.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/pfstools - SOURCE_VFY=sha1:f87ade322ef39dc8ebbe60a9559c53066657a1c8 + SOURCE_VFY=sha1:25ec0bed062953f75c8b5faae70adf964004ca51 WEB_SITE=http://www.mpi-inf.mpg.de/resources/hdr/calibration/pfs.html ENTERED=20070822 - UPDATED=20070822 + UPDATED=20090224 SHORT="photometric calibration of cameras" cat << EOF From stumbles at lunar-linux.org Tue Feb 24 14:29:14 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 24 Feb 2009 08:29:14 -0500 Subject: [Lunar-commits] pfstools: version bump. Message-ID: <20090224132934.981D79B1BB@doppio.foo-projects.org> commit 8eaefd69b4f5d099ca73c28f12dd746ecfef32df Author: Dennis 'stumbles' Veatch Date: Tue Feb 24 08:29:14 2009 -0500 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 2997f5d..3be3cae 100644 --- a/graphics/pfstools/DETAILS +++ b/graphics/pfstools/DETAILS @@ -1,11 +1,11 @@ MODULE=pfstools - VERSION=1.6.4 + VERSION=1.7.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:b6ab83b86009c04a013cde48f046757d42bb6e4e + SOURCE_VFY=sha1:46f89567f3c822f4fddf51214f62fa106efc0d5e WEB_SITE=http://www.mpi-inf.mpg.de/resources/pfstools/ ENTERED=20070822 - UPDATED=20080309 + UPDATED=20090224 SHORT="manipulating and viewing HDR images and video frames" cat << EOF From stumbles at lunar-linux.org Tue Feb 24 17:13:05 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 24 Feb 2009 11:13:05 -0500 Subject: [Lunar-commits] k9copy2: version bump. Message-ID: <20090224161321.7729D9B1AD@doppio.foo-projects.org> commit e79fa95c23292fc600babad73c8cf37781fecc5a Author: Dennis 'stumbles' Veatch Date: Tue Feb 24 11:13:05 2009 -0500 k9copy2: version bump. --- kde4/utils/k9copy2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/utils/k9copy2/DETAILS b/kde4/utils/k9copy2/DETAILS index fee27f3..b4084a1 100644 --- a/kde4/utils/k9copy2/DETAILS +++ b/kde4/utils/k9copy2/DETAILS @@ -1,13 +1,13 @@ MODULE=k9copy2 - VERSION=2.1.0-Source + VERSION=2.2.0-Source SOURCE=k9copy-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/k9copy/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/k9copy-$VERSION - SOURCE_VFY=sha1:4763fc53d38bdf65c4f1abcd07757e536c858e76 + SOURCE_VFY=sha1:653ac96c99b555bad4cafc8f2d4f082337e3e21f MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://k9copy.sourceforge.net/ ENTERED=20080325 - UPDATED=20090128 + UPDATED=20090224 SHORT="KDE4 utility which allows the copy of DVD" cat << EOF From stumbles at lunar-linux.org Tue Feb 24 17:20:44 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 24 Feb 2009 11:20:44 -0500 Subject: [Lunar-commits] kdenlive4: version bump fixing a problem with MLT <= 0.3.4. Message-ID: <20090224162116.C7A199B1AD@doppio.foo-projects.org> commit c9a8b165697e05fee8cafbb676d5aa732c19af8a Author: Dennis 'stumbles' Veatch Date: Tue Feb 24 11:20:44 2009 -0500 kdenlive4: version bump fixing a problem with MLT <= 0.3.4. --- kde4/apps/kdenlive4/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde4/apps/kdenlive4/DETAILS b/kde4/apps/kdenlive4/DETAILS index cf651d1..7307c84 100644 --- a/kde4/apps/kdenlive4/DETAILS +++ b/kde4/apps/kdenlive4/DETAILS @@ -1,9 +1,9 @@ MODULE=kdenlive4 - VERSION=0.7.2 + VERSION=0.7.2.1 SOURCE=kdenlive-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/kdenlive SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdenlive-$VERSION - SOURCE_VFY=sha1:58f2a3cefa02348df797d9d32ff73d58079dfd1b + SOURCE_VFY=sha1:9d7f269a285a7c2c821de734bc8eb6054c14d849 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://kdenlive.sourceforge.net ENTERED=20081201 From stumbles at lunar-linux.org Tue Feb 24 17:25:07 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 24 Feb 2009 11:25:07 -0500 Subject: [Lunar-commits] kdesvn4: version bump, and adding an obvious depends. Message-ID: <20090224162542.2AB129B1AD@doppio.foo-projects.org> commit 518f9a13efa5240504356ebb1dc0072016cc7c3d Author: Dennis 'stumbles' Veatch Date: Tue Feb 24 11:25:07 2009 -0500 kdesvn4: version bump, and adding an obvious depends. --- kde4/apps/kdesvn4/DEPENDS | 3 +-- kde4/apps/kdesvn4/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/kde4/apps/kdesvn4/DEPENDS b/kde4/apps/kdesvn4/DEPENDS index 4cbd4dc..777bd8d 100644 --- a/kde4/apps/kdesvn4/DEPENDS +++ b/kde4/apps/kdesvn4/DEPENDS @@ -1,5 +1,4 @@ depends kdelibs4 depends cmake - - +depends subversion diff --git a/kde4/apps/kdesvn4/DETAILS b/kde4/apps/kdesvn4/DETAILS index c29beff..570f528 100644 --- a/kde4/apps/kdesvn4/DETAILS +++ b/kde4/apps/kdesvn4/DETAILS @@ -1,13 +1,13 @@ MODULE=kdesvn4 - VERSION=1.2.3 + VERSION=1.2.4 SOURCE=kdesvn-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdesvn-$VERSION SOURCE_URL=http://kdesvn.alwins-world.de/trac.fcgi/downloads - SOURCE_VFY=sha1:1b7b2b6dafa5af5b15104e2824b1aebeae35385d + SOURCE_VFY=sha1:dc902abb1bfd6918703c8e5af88172bf043a86f0 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.alwins-world.de/programs/$MODULE ENTERED=20081117 - UPDATED=20090130 + UPDATED=20090224 MAINTAINER=florin at lunar-linux.org SHORT="A KDE frontend for subversion" From stumbles at lunar-linux.org Tue Feb 24 18:13:07 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Tue, 24 Feb 2009 12:13:07 -0500 Subject: [Lunar-commits] lcms: downgrading, they must have removed it for the site. Message-ID: <20090224171331.652499B1B4@doppio.foo-projects.org> commit 5b80e9ec2c904f2fed6eefbc15feccc52184b888 Author: Dennis 'stumbles' Veatch Date: Tue Feb 24 12:13:07 2009 -0500 lcms: downgrading, they must have removed it for the site. --- libs/lcms/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/lcms/DETAILS b/libs/lcms/DETAILS index 86de28e..7516273 100644 --- a/libs/lcms/DETAILS +++ b/libs/lcms/DETAILS @@ -1,11 +1,11 @@ MODULE=lcms - VERSION=1.18 + VERSION=1.17 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.littlecms.com/ - SOURCE_VFY=sha1:c42eff2128240d9abd56512d231be7b366a38bfe + SOURCE_VFY=sha1:083eb02890048f843803a5974914e54b5e034493 WEB_SITE=http://www.littlecms.com/ ENTERED=20020620 - UPDATED=20090220 + UPDATED=20090224 SHORT="A small, free color management system" cat << EOF From samuel.verstraete at gmail.com Tue Feb 24 19:16:09 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Tue, 24 Feb 2009 19:16:09 +0100 Subject: [Lunar-commits] midori: version bump to 0.1.3 Message-ID: <20090224181758.321FD9B1B4@doppio.foo-projects.org> commit 1a60fbe7429026e73c485458edefdbcb579e9152 Author: samuel verstraete Date: Tue Feb 24 19:13:20 2009 +0100 midori: version bump to 0.1.3 --- zbeta/midori/BUILD | 3 ++- zbeta/midori/DEPENDS | 8 ++++++++ zbeta/midori/DETAILS | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/zbeta/midori/BUILD b/zbeta/midori/BUILD index 840b5a1..41179a9 100644 --- a/zbeta/midori/BUILD +++ b/zbeta/midori/BUILD @@ -1,5 +1,6 @@ ( - ./legacy.sh $OPTS --build=$BUILD +# ./legacy.sh $OPTS --build=$BUILD + ./configure default_make ) > $C_FIFO 2>&1 diff --git a/zbeta/midori/DEPENDS b/zbeta/midori/DEPENDS index 4947d56..86379f4 100644 --- a/zbeta/midori/DEPENDS +++ b/zbeta/midori/DEPENDS @@ -1,3 +1,11 @@ depends libsexy depends WebKit depends libxml2 +optional_depends unique "--enable-unique" "--disable-unique" \ + "for single instance midori" +optional_depends libsoup "--enable-libsoup" "--disable-libsoup" \ + "enable icon and view source support" +optional_depends sqlite "--eanble-sqlite" "--disable-sqlite" \ + "enable history database support" +optional_depends libidn "--enable-libidn" "--disable-idn" \ + "enable internation domain name support" diff --git a/zbeta/midori/DETAILS b/zbeta/midori/DETAILS index b72a18d..258b937 100644 --- a/zbeta/midori/DETAILS +++ b/zbeta/midori/DETAILS @@ -1,11 +1,11 @@ MODULE=midori - VERSION=0.0.21 + VERSION=0.1.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://goodies.xfce.org/releases/midori/ - SOURCE_VFY=sha1:7d232bc5a1cf80a1d6bfcbc93ae7adb39aafd80d + SOURCE_VFY=sha1:65a3e753e93cbb0f3a863bb88c2424a60a705636 WEBSITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html ENTERED=20070921 - UPDATED=20080903 + UPDATED=20090223 SHORT="lightweight WebKit/Gtk+-2 based browser" cat << EOF From samuel.verstraete at gmail.com Tue Feb 24 19:17:18 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Tue, 24 Feb 2009 19:17:18 +0100 Subject: [Lunar-commits] WebKit: update to a new snapshot Message-ID: <20090224181758.3E03D9B1BB@doppio.foo-projects.org> commit a45f2bf511d432fd5986161b628caf138d831912 Author: samuel verstraete Date: Tue Feb 24 19:13:52 2009 +0100 WebKit: update to a new snapshot --- zbeta/WebKit/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/WebKit/DETAILS b/zbeta/WebKit/DETAILS index cb24da9..c38e946 100644 --- a/zbeta/WebKit/DETAILS +++ b/zbeta/WebKit/DETAILS @@ -1,11 +1,11 @@ MODULE=WebKit - VERSION=r37790 + VERSION=r41128 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://nightly.webkit.org/files/trunk/src - SOURCE_VFY=sha1:fd4dee6f1197291c4c7abf638c127da91f9404cf + SOURCE_VFY=sha1:5ab0e971c6f9db9a234b35c23c3bd50396588211 WEB_SITE=http://www.webkit.org ENTERED=20070919 - UPDATED=20081122 + UPDATED=20090223 SHORT="a web content engine" PSAFE=no From samuel.verstraete at gmail.com Tue Feb 24 19:17:30 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Tue, 24 Feb 2009 19:17:30 +0100 Subject: [Lunar-commits] midori: added a configure Message-ID: <20090224181758.4F6B09B1BF@doppio.foo-projects.org> commit 618b8715bcffaef8d4606f06dea54b057d91356d Author: samuel verstraete Date: Tue Feb 24 19:14:45 2009 +0100 midori: added a configure --- zbeta/midori/CONFIGURE | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zbeta/midori/CONFIGURE b/zbeta/midori/CONFIGURE new file mode 100644 index 0000000..14a2421 --- /dev/null +++ b/zbeta/midori/CONFIGURE @@ -0,0 +1 @@ +mquery WITH_ADDONS "Enable building of extensions" y "--enable-addons" "--disable-addons" From samuel.verstraete at gmail.com Tue Feb 24 19:25:09 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Tue, 24 Feb 2009 19:25:09 +0100 Subject: [Lunar-commits] libdrm: version bump to 2.4.5 Message-ID: <20090224182515.172E69B1B4@doppio.foo-projects.org> commit 9d16299e66d3c8e46127ad53e5c38ff48510a8e1 Author: samuel verstraete Date: Tue Feb 24 19:20:29 2009 +0100 libdrm: version bump to 2.4.5 --- 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 b41d744..70e43c5 100644 --- a/xorg7/extra/libdrm/DETAILS +++ b/xorg7/extra/libdrm/DETAILS @@ -1,12 +1,12 @@ MODULE=libdrm - VERSION=2.4.4 + VERSION=2.4.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://dri.freedesktop.org/libdrm - SOURCE_VFY=sha1:5da1a685d2028168e87c6e2855fb7cca00a02aed + SOURCE_VFY=sha1:e27257b9464916f9483c40e48fe340d4fb3f9750 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.freedesktop.org ENTERED=20061017 - UPDATED=20090118 + UPDATED=20090224 SHORT="The userspace interface to kernel DRM services" cat << EOF From samuel.verstraete at gmail.com Tue Feb 24 19:43:10 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Tue, 24 Feb 2009 19:43:10 +0100 Subject: [Lunar-commits] xf86-video-ati: version bump to 6.11.0 Message-ID: <20090224184317.B6E099B1B4@doppio.foo-projects.org> commit 29261959d50c05fb4ebf6da058d72976b70ff153 Author: samuel verstraete Date: Tue Feb 24 19:35:53 2009 +0100 xf86-video-ati: version bump to 6.11.0 --- xorg7/driver/xf86-video-ati/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-ati/DETAILS b/xorg7/driver/xf86-video-ati/DETAILS index c4da1cd..78de090 100644 --- a/xorg7/driver/xf86-video-ati/DETAILS +++ b/xorg7/driver/xf86-video-ati/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-ati - VERSION=6.10.0 + VERSION=6.11.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:ebcd64be211bc9d8853da420efa85196c3ddf157 + SOURCE_VFY=sha1:fbcba3a7c495e0d08e3a43a05c3277666206ff7b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060124 - UPDATED=20090107 + UPDATED=20090224 SHORT="the X.Org video driver for ATI based cards" cat << EOF From engelsman at lunar-linux.org Tue Feb 24 21:36:42 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 24 Feb 2009 21:36:42 +0100 Subject: [Lunar-commits] oxine-svn: added svn version to moonbase Message-ID: <20090224204758.EA98DF3FB8@doppio.foo-projects.org> commit 7ac7c6fd46e6651fc55e75fc7015f83c72c37b04 Author: Oliver Dietsch Date: Tue Feb 24 21:36:42 2009 +0100 oxine-svn: added svn version to moonbase oxine-svn: A new front-end for xine-lib. Note: downloads, compiles and installs OK, minimal testing with single avi file - engelsman --- zbeta/oxine-svn/BUILD | 7 +++++++ zbeta/oxine-svn/DEPENDS | 10 ++++++++++ zbeta/oxine-svn/DETAILS | 14 ++++++++++++++ 3 files changed, 31 insertions(+), 0 deletions(-) diff --git a/zbeta/oxine-svn/BUILD b/zbeta/oxine-svn/BUILD new file mode 100644 index 0000000..8df2ab8 --- /dev/null +++ b/zbeta/oxine-svn/BUILD @@ -0,0 +1,7 @@ +( + + $OPTS += "--prefix=/usr" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/oxine-svn/DEPENDS b/zbeta/oxine-svn/DEPENDS new file mode 100644 index 0000000..fb32030 --- /dev/null +++ b/zbeta/oxine-svn/DEPENDS @@ -0,0 +1,10 @@ +depends xine-lib + +# Enabling FAM causes crashes when browsing the main menu. No need for it ATM. +# Just here for me to remember (in case it's working properly one day) +# optional_depends "fam" "" "--disable-fam" "for FAM support" +optional_depends "freetype2" "" "--disable-freetype2" "for FreeType2 support" +optional_depends "gtk+-2" "" "--disable-gdk-pixbuf" "for GDK support" +optional_depends "hal" "" "--disable-hal" "for HAL support" +optional_depends "lirc" "" "--disable-lirc" "for LIRC support" + diff --git a/zbeta/oxine-svn/DETAILS b/zbeta/oxine-svn/DETAILS new file mode 100644 index 0000000..6a02444 --- /dev/null +++ b/zbeta/oxine-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=oxine-svn + VERSION=beta + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://oxine.svn.sourceforge.net/svnroot/oxine/trunk/oxine + WEB_SITE=http://oxine.sourceforge.net + ENTERED=20090211 + UPDATED=`date -u +%Y%m%d` + SHORT="On screen frontend for Xine" + +cat << EOF +oxine is a lightweight pure OSD (on screen display) GUI for the famous xine engine. +oxine is particularly suited for set-top boxes or home entertainment systems. +EOF From engelsman at lunar-linux.org Tue Feb 24 23:38:57 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 24 Feb 2009 23:38:57 +0100 Subject: [Lunar-commits] oxine-svn: added libcdio to DEPENDS, tidied DETAILS Message-ID: <20090224204759.065B39B1B4@doppio.foo-projects.org> commit 4f65eed07ac193a64f9fcb19a0c4137980edb185 Author: Duncan Gibson Date: Tue Feb 24 23:38:57 2009 +0100 oxine-svn: added libcdio to DEPENDS, tidied DETAILS --- zbeta/oxine-svn/DEPENDS | 1 + zbeta/oxine-svn/DETAILS | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/zbeta/oxine-svn/DEPENDS b/zbeta/oxine-svn/DEPENDS index fb32030..313a9c2 100644 --- a/zbeta/oxine-svn/DEPENDS +++ b/zbeta/oxine-svn/DEPENDS @@ -1,4 +1,5 @@ depends xine-lib +depends libcdio # Enabling FAM causes crashes when browsing the main menu. No need for it ATM. # Just here for me to remember (in case it's working properly one day) diff --git a/zbeta/oxine-svn/DETAILS b/zbeta/oxine-svn/DETAILS index 6a02444..14b6a65 100644 --- a/zbeta/oxine-svn/DETAILS +++ b/zbeta/oxine-svn/DETAILS @@ -9,6 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SHORT="On screen frontend for Xine" cat << EOF -oxine is a lightweight pure OSD (on screen display) GUI for the famous xine engine. -oxine is particularly suited for set-top boxes or home entertainment systems. +oxine is a lightweight pure OSD (on screen display) GUI for the famous +xine engine. oxine is particularly suited for set-top boxes or home +entertainment systems. EOF From engelsman at lunar-linux.org Tue Feb 24 23:43:54 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 24 Feb 2009 23:43:54 +0100 Subject: [Lunar-commits] xine-lib: [and friends] updated website URL Message-ID: <20090224204759.199519B1BB@doppio.foo-projects.org> commit 310f09239cd9b91e253a4bea931b45f0757b02c8 Author: Duncan Gibson Date: Tue Feb 24 23:43:54 2009 +0100 xine-lib: [and friends] updated website URL switch from xinehq.de to www.xine-project.org --- video/gxine/DETAILS | 2 +- video/xine-lib/DETAILS | 2 +- video/xine-plugin/DETAILS | 2 +- video/xine-ui/DETAILS | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/video/gxine/DETAILS b/video/gxine/DETAILS index bd059da..298e192 100644 --- a/video/gxine/DETAILS +++ b/video/gxine/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/xine/ SOURCE_VFY=sha1:2c36ee1bfe6cf63cef74ede85f9194247fb784a0 - WEB_SITE=http://xinehq.de/ + WEB_SITE=http://www.xine-project.org/ ENTERED=20030329 UPDATED=20090212 SHORT="frontend for xine-lib" diff --git a/video/xine-lib/DETAILS b/video/xine-lib/DETAILS index e63ca62..8cac2c9 100644 --- a/video/xine-lib/DETAILS +++ b/video/xine-lib/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/xine SOURCE_VFY=sha1:faa3d9207d911a535161a3cd5660aa9e6b904c28 - WEB_SITE=http://xinehq.de + WEB_SITE=http://www.xine-project.org/ ENTERED=20010927 UPDATED=20090212 PSAFE=no diff --git a/video/xine-plugin/DETAILS b/video/xine-plugin/DETAILS index d706b1a..c129591 100644 --- a/video/xine-plugin/DETAILS +++ b/video/xine-plugin/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/xine/ SOURCE_VFY=sha1:57a9f6368a72c3f08623cff11876a1d0e8f611c0 - WEB_SITE=http://xinehq.de/ + WEB_SITE=http://www.xine-project.org/ ENTERED=20070225 UPDATED=20080815 SHORT="web browser plugin for xine-lib" diff --git a/video/xine-ui/DETAILS b/video/xine-ui/DETAILS index c158bbe..a882fa1 100644 --- a/video/xine-ui/DETAILS +++ b/video/xine-ui/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/xine/ SOURCE_VFY=sha1:4f452516319f31cda01d08ea2779f195933af0bb - WEB_SITE=http://xinehq.de/ + WEB_SITE=http://www.xine-project.org/ ENTERED=20010927 UPDATED=20070506 SHORT="A free video player" From florin at lunar-linux.org Tue Feb 24 22:41:03 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 24 Feb 2009 23:41:03 +0200 Subject: [Lunar-commits] samba: version bumped to 3.3.1. Message-ID: <20090224214133.08AB79B1B4@doppio.foo-projects.org> commit c2d29fc1531d1da8be2e5cf0f853ab62cb22a3e6 Author: Florin Braescu Date: Tue Feb 24 23:41:03 2009 +0200 samba: version bumped to 3.3.1. Bugfixes release. --- net/samba/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/samba/DETAILS b/net/samba/DETAILS index e138e99..6b5e75e 100644 --- a/net/samba/DETAILS +++ b/net/samba/DETAILS @@ -1,5 +1,5 @@ MODULE=samba - VERSION=3.3.0 + VERSION=3.3.1 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:8685e3c703073cbbfbeb9ee6e6f77690a8cff862 + SOURCE_VFY=sha1:add05aad5bff976d3d25fc455e91c5f8539107a1 WEB_SITE=http://www.samba.org ENTERED=20010922 - UPDATED=20090128 + UPDATED=20090224 SHORT="Samba provides file and print services to SMB/CIFS clients" PSAFE=no From florin at lunar-linux.org Wed Feb 25 09:27:56 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 25 Feb 2009 10:27:56 +0200 Subject: [Lunar-commits] fvwm: version bumped to 2.5.27. Message-ID: <20090225082825.93DBE9B1B4@doppio.foo-projects.org> commit 90fd7dfe24edffc2ebe238345ae3b620ec3f6b2f Author: Florin Braescu Date: Wed Feb 25 10:27:56 2009 +0200 fvwm: version bumped to 2.5.27. Bugfixes and improvements. --- x11-wm/fvwm/DETAILS | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/x11-wm/fvwm/DETAILS b/x11-wm/fvwm/DETAILS index 95234e3..aaf1c8c 100644 --- a/x11-wm/fvwm/DETAILS +++ b/x11-wm/fvwm/DETAILS @@ -1,12 +1,12 @@ MODULE=fvwm - VERSION=2.5.25 + VERSION=2.5.27 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=ftp://ftp.fvwm.org/pub/fvwm/version-2/ - SOURCE_VFY=sha1:8e0f0b1eb888f7fcc27a0dbcc32a5b0f2895df2b + SOURCE_URL=ftp://ftp.fvwm.org/pub/fvwm/version-2 + SOURCE_VFY=sha1:52a3300c5f13468fa61205477a07f0e5d4767a6b WEB_SITE=http://www.fvwm.org ENTERED=20010922 - UPDATED=20080227 - SHORT="multiple large virtual desktop X11 windows manager" + UPDATED=20090225 + SHORT="Multiple large virtual desktop X11 windows manager" cat << EOF FVWM is a multiple large virtual desktop window manager originally @@ -14,5 +14,4 @@ derived from twm. FVWM is intended to have a small memory footprint and a rich feature set, be extremely customizable and extendable and have a high degree of Motif mwm compatibility. FVWM is highly extensible through its module interface. - EOF From florin at lunar-linux.org Wed Feb 25 09:48:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 25 Feb 2009 10:48:43 +0200 Subject: [Lunar-commits] openldap: version bumped to 2.4.15. Message-ID: <20090225084925.936FE9B1B4@doppio.foo-projects.org> commit 791a061f79e350fb0b3e560ae78b45735e25e807 Author: Florin Braescu Date: Wed Feb 25 10:48:43 2009 +0200 openldap: version bumped to 2.4.15. This release fixes a couple regressions, cleans up the refactored TLS support, and fixes other minor issues. --- utils/openldap/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/openldap/DETAILS b/utils/openldap/DETAILS index 99b042f..cf909d3 100644 --- a/utils/openldap/DETAILS +++ b/utils/openldap/DETAILS @@ -1,11 +1,11 @@ MODULE=openldap - VERSION=2.4.14 + VERSION=2.4.15 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release - SOURCE_VFY=sha1:d762022958ae5697334e0f6ad52fc2bf02aaf1d4 + SOURCE_VFY=sha1:bbf78945284b61099e6229bce21a829f88e48034 WEB_SITE=http://www.openldap.org ENTERED=20010922 - UPDATED=20090216 + UPDATED=20090225 SHORT="Fully featured open source LDAP software suite" PSAFE=no From stumbles at lunar-linux.org Wed Feb 25 12:14:51 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 25 Feb 2009 06:14:51 -0500 Subject: [Lunar-commits] libmal: version bump. Message-ID: <20090225111507.ABD329B1BB@doppio.foo-projects.org> commit cca764cd31369412d9ee785e45d6e4ee13864578 Author: Dennis 'stumbles' Veatch Date: Wed Feb 25 06:14:51 2009 -0500 libmal: version bump. --- libs/libmal/DETAILS | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/libs/libmal/DETAILS b/libs/libmal/DETAILS index 3d92d96..7f495d5 100644 --- a/libs/libmal/DETAILS +++ b/libs/libmal/DETAILS @@ -1,11 +1,11 @@ MODULE=libmal - VERSION=0.44 + VERSION=0.44.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://jasonday.home.att.net/code/libmal/ - SOURCE_VFY=sha1:82b55ff6ccfa71a9f004663b8e7754a5514d22e1 + SOURCE_URL[0]=http://www.jlogday.com/code/libmal/ + SOURCE_VFY=sha1:a11ce8e57f431d7f677b5f57fd653fc3f4a6ed15 WEB_SITE=http://jasonday.home.att.net/code/libmal/libmal.html ENTERED=20050601 - UPDATED=20070607 + UPDATED=20090224 SHORT="library of the functions in Tom Whittaker's malsync distribution" cat << EOF libmal is really just a convenience library of the functions in Tom @@ -17,5 +17,3 @@ MalSync is a command line tool that allows Palm Pilots to synchronize to the AvantGo.com server. EOF - - From zbiggy at lunar-linux.org Wed Feb 25 22:00:32 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 25 Feb 2009 22:00:32 +0100 Subject: [Lunar-commits] NVIDIA: updated to 180.35 Message-ID: <20090225210217.5467C9B1BB@doppio.foo-projects.org> commit 808d876bcb41bfb1259cebf1e292219acba18471 Author: Zbigniew Luszpinski Date: Wed Feb 25 22:00:32 2009 +0100 NVIDIA: updated to 180.35 --- 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 8b727b4..fb703a4 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=180.29 + VERSION=180.35 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:47a5a45d10a88c0d393f6ef17b3340e7930dd5f2 + SOURCE_VFY=sha1:c3cddbe1a898d1e8f98b980c1805d37e884d9751 WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090211 + UPDATED=20090225 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 4da64f3..f31a9bf 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=180.29 + VERSION=180.35 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:9bbd68ab3030775d7747617f6886a4d2dca3d364 + SOURCE_VFY=sha1:8b59a8456b06e2c31ee94be729082d5b68f4878d WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090211 + UPDATED=20090225 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF From zbiggy at lunar-linux.org Wed Feb 25 22:01:13 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 25 Feb 2009 22:01:13 +0100 Subject: [Lunar-commits] NVIDIA-fx: updated to 173.14.17 Message-ID: <20090225210217.617469B1BF@doppio.foo-projects.org> commit 68e8fd518891a768d89feccdaba243657a7f7686 Author: Zbigniew Luszpinski Date: Wed Feb 25 22:01:13 2009 +0100 NVIDIA-fx: updated to 173.14.17 --- x11/NVIDIA-fx/DETAILS | 6 +++--- x11/NVIDIA-fx/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA-fx/DETAILS b/x11/NVIDIA-fx/DETAILS index 7657a9b..16f73a6 100644 --- a/x11/NVIDIA-fx/DETAILS +++ b/x11/NVIDIA-fx/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-fx - VERSION=173.14.16 + VERSION=173.14.17 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:086c20077fbee0fa52ba1f7dfdabb1856d339356 + SOURCE_VFY=sha1:a1fe3ba659e604925c25448e401b7ba551b3f038 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090216 + UPDATED=20090225 SHORT="X11 NVIDIA binary driver for Geforce FX" cat << EOF diff --git a/x11/NVIDIA-fx/DETAILS.x86_64 b/x11/NVIDIA-fx/DETAILS.x86_64 index de82e97..c295794 100644 --- a/x11/NVIDIA-fx/DETAILS.x86_64 +++ b/x11/NVIDIA-fx/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-fx - VERSION=173.14.16 + VERSION=173.14.17 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:2f4471b6230cdb594418772675dc6c49c28b64f4 + SOURCE_VFY=sha1:2e12eb346e02f3b099772386c95dc468deb74801 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090216 + UPDATED=20090225 SHORT="X11 NVIDIA binary driver for Geforce FX" cat << EOF From zbiggy at lunar-linux.org Wed Feb 25 22:01:46 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 25 Feb 2009 22:01:46 +0100 Subject: [Lunar-commits] NVIDIA-legacy: updated to 96.43.11 Message-ID: <20090225210217.7647F9B1C0@doppio.foo-projects.org> commit 22bcd4e90b7fbbf001c2e64f7d407f27dc575058 Author: Zbigniew Luszpinski Date: Wed Feb 25 22:01:46 2009 +0100 NVIDIA-legacy: updated to 96.43.11 --- x11/NVIDIA-legacy/DETAILS | 6 +++--- x11/NVIDIA-legacy/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA-legacy/DETAILS b/x11/NVIDIA-legacy/DETAILS index 56f4289..0646d51 100644 --- a/x11/NVIDIA-legacy/DETAILS +++ b/x11/NVIDIA-legacy/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-legacy - VERSION=96.43.10 + VERSION=96.43.11 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:dd5915b13c3144b959ba61739fff4ed53a18f927 + SOURCE_VFY=sha1:916da4c10be32d88077f49638c9170549bcc030d WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090216 + UPDATED=20090225 SHORT="X11 NVIDIA binary driver for Geforce 2MX/3/4" cat << EOF These are the nvidia provided binary X11 drivers for their legacy graphics diff --git a/x11/NVIDIA-legacy/DETAILS.x86_64 b/x11/NVIDIA-legacy/DETAILS.x86_64 index 4f9f0bf..2b0f283 100644 --- a/x11/NVIDIA-legacy/DETAILS.x86_64 +++ b/x11/NVIDIA-legacy/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-legacy - VERSION=96.43.10 + VERSION=96.43.11 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:53c2422c93d2f2f18e170e66276e83bf868236bd + SOURCE_VFY=sha1:4beb504e80d1eca262ee095b8531db184bbbb9d6 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090216 + UPDATED=20090225 SHORT="X11 NVIDIA binary driver for Geforce 2MX/3/4" cat << EOF These are the nvidia provided binary X11 drivers for their graphics From stumbles at lunar-linux.org Thu Feb 26 01:25:07 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 25 Feb 2009 19:25:07 -0500 Subject: [Lunar-commits] xulrunner: version bump. Message-ID: <20090226002601.512F7F3D80@doppio.foo-projects.org> commit e1f31c859e18bad3b2f5e4ef09bfead7fc5a83ce Author: Dennis 'stumbles' Veatch Date: Wed Feb 25 19:25:07 2009 -0500 xulrunner: version bump. --- web/xulrunner/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/xulrunner/DETAILS b/web/xulrunner/DETAILS index aad6e7e..e60e73b 100644 --- a/web/xulrunner/DETAILS +++ b/web/xulrunner/DETAILS @@ -1,15 +1,15 @@ MODULE=xulrunner - VERSION=1.9.0.5 + VERSION=1.9.0.6 SOURCE=$MODULE-$VERSION-source.tar.bz2 SOURCE2=$MODULE-1.9.0.3-patches.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla SOURCE_URL=ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$VERSION/source/ SOURCE2_URL=$PATCH_URL/ - SOURCE_VFY=sha1:f934e073efaad3d4dde847c8491fa9529564d5d2 + SOURCE_VFY=sha1:e2845c07b507308664f6f39086a050b2773382fb SOURCE2_VFY=sha1:6167afdbf3de17fa002dc965fdd9a8d46329122d WEB_SITE=http://www.mozilla.org ENTERED=20080624 - UPDATED=20090111 + UPDATED=20090225 SHORT="a XUL runtime that requires no browser" cat << EOF From zbiggy at lunar-linux.org Thu Feb 26 01:57:19 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Thu, 26 Feb 2009 01:57:19 +0100 Subject: [Lunar-commits] xkeyboard-config: updated to 1.5 Message-ID: <20090226005759.51C009B1BB@doppio.foo-projects.org> commit ffb324b3339ac3f4df0179e3bd6315c7b8b6ee92 Author: Zbigniew Luszpinski Date: Thu Feb 26 01:57:19 2009 +0100 xkeyboard-config: updated to 1.5 --- xorg7/data/xkeyboard-config/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/data/xkeyboard-config/DETAILS b/xorg7/data/xkeyboard-config/DETAILS index c8cf989..bcb618e 100644 --- a/xorg7/data/xkeyboard-config/DETAILS +++ b/xorg7/data/xkeyboard-config/DETAILS @@ -1,12 +1,12 @@ MODULE=xkeyboard-config - VERSION=1.4 + VERSION=1.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://xlibs.freedesktop.org/xkbdesc - SOURCE_VFY=sha1:7ad0ff286233b3569ea38ab951f61efb2e4745b9 + SOURCE_VFY=sha1:d446a8ca9bff44499b950a58d046b87153c13fa9 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20070329 - UPDATED=20081123 + UPDATED=20090226 SHORT="keyboard data files for the X.Org server" cat << EOF From stumbles at lunar-linux.org Thu Feb 26 02:32:31 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Wed, 25 Feb 2009 20:32:31 -0500 Subject: [Lunar-commits] kphotoalbum: they have removed this from the master site. So lets use this for the time being. I have retained the structure of the DETAILS should it be returned to the master site. Message-ID: <20090226013341.D94679B1BB@doppio.foo-projects.org> commit f176f4d3e558a1247a3ebfeb911b0a7cfdde6259 Author: Dennis 'stumbles' Veatch Date: Wed Feb 25 20:32:31 2009 -0500 kphotoalbum: they have removed this from the master site. So lets use this for the time being. I have retained the structure of the DETAILS should it be returned to the master site. --- kde4/extragear/kphotoalbum/DETAILS | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/kde4/extragear/kphotoalbum/DETAILS b/kde4/extragear/kphotoalbum/DETAILS index 8dabdcb..534afcb 100644 --- a/kde4/extragear/kphotoalbum/DETAILS +++ b/kde4/extragear/kphotoalbum/DETAILS @@ -1,14 +1,15 @@ MODULE=kphotoalbum - MAJOR=4.0 - VERSION=${MAJOR}.0 + MAJOR=2009 + VERSION=${MAJOR}-02-11 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear/ - SOURCE_VFY=sha1:0e0afae7358a9e4db801c90e729958b9bf2488b6 - WEB_SITE=http://www.kde.org + SOURCE_URL=http://www.kphotoalbum.org/data/snapshots/kphotoalbum + SOURCE_VFY=sha1:186c88699e815a50f32a0b8ea4596366e5f451dc MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://www.kphotoalbum.org/index.html ENTERED=20080111 - UPDATED=20080201 - SHORT="" + UPDATED=20090225 + SHORT="a photo album manager based on kde4" cat << EOF +kphotoalbum is a photo album manager based on kde4. EOF From stumbles at lunar-linux.org Thu Feb 26 13:33:30 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 07:33:30 -0500 Subject: [Lunar-commits] dvgrab: version bump. Message-ID: <20090226123346.79F449B1C0@doppio.foo-projects.org> commit 5d09a1bb21d53b463fb2ac77a8088cb7e1a05dcf Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 07:33:30 2009 -0500 dvgrab: version bump. --- video/dvgrab/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/video/dvgrab/DETAILS b/video/dvgrab/DETAILS index a771bc5..62bd1fc 100644 --- a/video/dvgrab/DETAILS +++ b/video/dvgrab/DETAILS @@ -1,11 +1,11 @@ - MODULE=dvgrab - VERSION=3.3 + MODULE=dvgrab + VERSION=3.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/kino/ - SOURCE_VFY=sha1:3c667d44eb25cfc1d11c703834166e9c8308a75d + SOURCE_VFY=sha1:ffe0e713375ed4bdef1d9f2bc017a50c428c5f1b WEB_SITE=http://www.kinodv.org/article/archive/0 ENTERED=20030909 - UPDATED=20090116 + UPDATED=20090226 SHORT="Grab your videos from DV camera" cat << EOF If you have properly configured your kernel and your ieee1394 device From stumbles at lunar-linux.org Thu Feb 26 14:04:31 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 08:04:31 -0500 Subject: [Lunar-commits] vlc: adjusting the DEPENDS. The make fails when using the git version, and it likes this. Message-ID: <20090226130522.871CB9B1C0@doppio.foo-projects.org> commit 13600b263ca2070a24fb6ef676e200d804d09c47 Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 08:04:31 2009 -0500 vlc: adjusting the DEPENDS. The make fails when using the git version, and it likes this. --- video/vlc/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS index be1cb65..5982955 100644 --- a/video/vlc/DEPENDS +++ b/video/vlc/DEPENDS @@ -92,7 +92,7 @@ optional_depends "libdvbpsi" \ "--without-dvbpsi" \ "for MPEG TS and DVB PSI tables support" -optional_depends "x264-git" \ +optional_depends "x264-snapshot" \ "--enable-x264" \ "--disable-x264" \ "for H264/AVC support" From stumbles at lunar-linux.org Thu Feb 26 15:12:36 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 09:12:36 -0500 Subject: [Lunar-commits] openoffice-src: The same GObject patch is needed for the x86 BUILD, also doing a little consolidation. Message-ID: <20090226141350.B2F749B1C0@doppio.foo-projects.org> commit 161269598783364bd30606e16c9e4377e4240ff7 Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 09:12:36 2009 -0500 openoffice-src: The same GObject patch is needed for the x86 BUILD, also doing a little consolidation. --- x11-apps/openoffice-src/BUILD | 94 +++++++++++++++------------- x11-apps/openoffice-src/DEPENDS | 51 ++++++++------- x11-apps/openoffice-src/DEPENDS.x86_64 | 102 ------------------------------ x11-apps/openoffice-src/DETAILS | 8 +- x11-apps/openoffice-src/PRE_BUILD | 3 +- x11-apps/openoffice-src/PRE_BUILD.x86_64 | 8 --- 6 files changed, 82 insertions(+), 184 deletions(-) diff --git a/x11-apps/openoffice-src/BUILD b/x11-apps/openoffice-src/BUILD index 89e6a8a..db60d97 100644 --- a/x11-apps/openoffice-src/BUILD +++ b/x11-apps/openoffice-src/BUILD @@ -1,12 +1,22 @@ -( +( + + patch_it $SOURCE_CACHE/$SOURCE8 0 && if module_installed qt3; then - . /etc/profile.d/qt3.rc - fi && + . /etc/profile.d/qt3.rc + fi && if module_installed kdelibs3; then - . /etc/profile.d/kde3.rc - fi && + . /etc/profile.d/kde3.rc + fi && + + if module_installed qt4; then + . /etc/profile.d/qt4.rc + fi && + + if module_installed kdelibs4; then + . /etc/profile.d/kde4.rc + fi && . /etc/profile.d/pkgconfig.rc && @@ -16,56 +26,54 @@ # There are symlinks left over if openoffice-bin is installed and # they do not get removed and the BUILD will tank near the end of - # the compile, this takes care of that. - for FILE in ${RM_DESK_TOP} ; do - rm -f /usr/share/applications/${FILE}.desktop || exit 1 - done && + # the compile, this takes care of that. + for FILE in ${RM_DESK_TOP} ; do + rm -f /usr/share/applications/${FILE}.desktop || exit 1 + done && sedit "/^ARCH_FLAGS\*=/d" solenv/inc/unxlngi{4,6}.mk && - ARCH_FLAGS=$CXXFLAGS + ARCH_FLAGS=$CXXFLAGS # All of the options have been carefully chosen. Don't edit them unless you - # really know what you're doing + # really know what you're doing OPTS="$OPTS --prefix=$OO_DIR --enable-dbus --disable-dbgutil --disable-static-gtk \ - --disable-fontooo --disable-odk --disable-debug --enable-opengl \ - --disable-mathmldtd --enable-cairo --with-mozilla-version=1.7.5 \ - --enable-mozilla --enable-binfilter --enable-xrender-link \ - --without-fonts --without-ppds --without-afms \ - --with-system-stdlibs --with-system-zlib --enable-minimizer \ - --with-system-jpeg --with-system-expat --with-system-freetype \ - --with-system-libxml --with-system-db --disable-symbols --enable-Xaw \ - --with-system-xrender-headers --with-epm=internal --enable-pdfimport \ - --with-use-shell=bash --with-x --with-package-format=native \ - --with-build-version=LunarLinux --enable-presenter-console \ - --enable-wiki-publisher --enable-ogltrans --enable-report-builder \ - --with-system-cairo --with-lang=en --with-dict=ENUS" && + --disable-fontooo --disable-odk --disable-debug --enable-opengl \ + --disable-mathmldtd --enable-cairo --with-mozilla-version=1.7.5 \ + --enable-mozilla --enable-binfilter --enable-xrender-link \ + --without-fonts --without-ppds --without-afms \ + --with-system-stdlibs --with-system-zlib --enable-minimizer \ + --with-system-jpeg --with-system-expat --with-system-freetype \ + --with-system-libxml --with-system-db --disable-symbols --enable-Xaw \ + --with-system-xrender-headers --with-epm=internal --enable-pdfimport \ + --with-use-shell=bash --with-x --with-package-format=native \ + --with-build-version=LunarLinux --enable-presenter-console \ + --enable-wiki-publisher --enable-ogltrans --enable-report-builder \ + --with-system-cairo --with-lang=en --with-dict=ENUS" && if module_installed sane-backends ; then OPTS="$OPTS --with-system-sane-header"; - fi && - - if module_installed sun-jdk; then - # hsqldb 3rdparty compilation fault will break OO build - # we can pull out hsqldb 1.9.0 from svn, - # or downgrade JDK to 1.5 only for OO build: - cd $SOURCE_DIRECTORY; - chmod +x $SOURCE8; - ./$SOURCE8 --accept-license --unpack; - OPTS="$OPTS --with-jdk-home=$SOURCE_DIRECTORY/jdk1.5.0_17"; - else - JAVA_VERSION="`installed_version j2sdk`"; + fi && + + if module_installed sun-jdk ; then + JAVA_VERSION="`installed_version sun-jdk`"; + OPTS="$OPTS --with-jdk-home=/usr/lib/jdk${JAVA_VERSION}"; + elif module_installed j2sdk ; then + JAVA_VERSION="`installed_version j2sdk`"; OPTS="$OPTS --with-jdk-home=/usr/lib/j2sdk${JAVA_VERSION}"; - fi && + elif module_installed sun-jre ; then + JAVA_VERSION="`installed_version sun-jre`"; + OPTS="$OPTS --with-jdk-home=/usr/lib/jre${JAVA_VERSION}"; + fi && # Apply mandatory and optional patches patch_it $SOURCE2 0 && # As long as OOo-src does not compile against nss it needs its own mozilla - # tarball (and it also compiles its own mozilla) - mkdir -p $SOURCE_DIRECTORY/moz/download && - cp $SOURCE_CACHE/$SOURCE3 $SOURCE_DIRECTORY/moz/download/ && + # tarball (and it also compiles its own mozilla) + mkdir -p $SOURCE_DIRECTORY/moz/download && + cp $SOURCE_CACHE/$SOURCE3 $SOURCE_DIRECTORY/moz/download/ && cd $SOURCE_DIRECTORY/config_office && @@ -73,15 +81,15 @@ default_config && # OOo might fail if those are set to some strange values - umask 0022 && - unset LANG LC_ALL && + umask 0022 && + unset LANG LC_ALL && cd $SOURCE_DIRECTORY && ./bootstrap && sedit "s/-lxml2/-lxml2\ -lexpat/g" LinuxX86Env.Set.sh && - source LinuxX86Env.Set.sh && - dmake && + source LinuxX86Env.Set.sh && + dmake && prepare_install && diff --git a/x11-apps/openoffice-src/DEPENDS b/x11-apps/openoffice-src/DEPENDS index 2a3ffa8..96b48b9 100644 --- a/x11-apps/openoffice-src/DEPENDS +++ b/x11-apps/openoffice-src/DEPENDS @@ -1,24 +1,25 @@ -depends apache-ant -depends libIDL -depends XML-Parser -depends libxml2 -depends gtk+-2 -depends Archive-Zip -depends Compress-Zlib -depends unzip -depends zip -depends which -depends desktop-file-utils -depends hicolor-icon-theme -depends IO-Compress-Zlib -depends gperf -depends jpeg -depends expat +depends %JAVA_SDK +depends apache-ant +depends libIDL +depends XML-Parser +depends libxml2 +depends gtk+-2 +depends Archive-Zip +depends Compress-Zlib +depends unzip +depends zip +depends which +depends desktop-file-utils +depends hicolor-icon-theme +depends IO-Compress-Zlib +depends gperf +depends jpeg +depends expat optional_depends "libxslt" \ "--with-system-libxslt" \ "--without-system-libxslt" \ - "For xslt support" + "For xslt support" optional_depends "sun-jdk" \ "--with-java" \ @@ -28,42 +29,42 @@ optional_depends "sun-jdk" \ optional_depends "openssl" \ "--with-system-openssl" \ "--without-system-openssl" \ - "For openssl support" + "For openssl support" optional_depends "libwpd" \ "--with-system-libwpd" \ "--without-system-libwpd" \ - "For WordPerfect support" + "For WordPerfect support" optional_depends "icu4c" \ "--with-system-icu" \ "--without-system-icu" \ - "For icu support" + "For icu support" optional_depends "boost" \ "--with-system-boost" \ "--without-system-boost" \ - "For boost support" + "For boost support" optional_depends "cups" \ "--enable-cups" \ "--disable-cups" \ - "enable the OpenOffice printing backend" + "enable the OpenOffice printing backend" optional_depends "curl" \ "--with-system-curl" \ "--without-system-curl" \ - "to link against the system cURL library" + "to link against the system cURL library" optional_depends "neon" \ "--enable-neon --with-system-neon" \ "--disable-neon" \ - "for webdav support" + "for webdav support" optional_depends "openldap" \ "--with-openldap" \ "--disable-ldap" \ - "for LDAP support" + "for LDAP support" optional_depends "Python" \ "--with-system-python" \ diff --git a/x11-apps/openoffice-src/DEPENDS.x86_64 b/x11-apps/openoffice-src/DEPENDS.x86_64 deleted file mode 100644 index 96b48b9..0000000 --- a/x11-apps/openoffice-src/DEPENDS.x86_64 +++ /dev/null @@ -1,102 +0,0 @@ -depends %JAVA_SDK -depends apache-ant -depends libIDL -depends XML-Parser -depends libxml2 -depends gtk+-2 -depends Archive-Zip -depends Compress-Zlib -depends unzip -depends zip -depends which -depends desktop-file-utils -depends hicolor-icon-theme -depends IO-Compress-Zlib -depends gperf -depends jpeg -depends expat - -optional_depends "libxslt" \ - "--with-system-libxslt" \ - "--without-system-libxslt" \ - "For xslt support" - -optional_depends "sun-jdk" \ - "--with-java" \ - "--without-java" \ - "For java components, applets, XML filters support" - -optional_depends "openssl" \ - "--with-system-openssl" \ - "--without-system-openssl" \ - "For openssl support" - -optional_depends "libwpd" \ - "--with-system-libwpd" \ - "--without-system-libwpd" \ - "For WordPerfect support" - -optional_depends "icu4c" \ - "--with-system-icu" \ - "--without-system-icu" \ - "For icu support" - -optional_depends "boost" \ - "--with-system-boost" \ - "--without-system-boost" \ - "For boost support" - -optional_depends "cups" \ - "--enable-cups" \ - "--disable-cups" \ - "enable the OpenOffice printing backend" - -optional_depends "curl" \ - "--with-system-curl" \ - "--without-system-curl" \ - "to link against the system cURL library" - -optional_depends "neon" \ - "--enable-neon --with-system-neon" \ - "--disable-neon" \ - "for webdav support" - -optional_depends "openldap" \ - "--with-openldap" \ - "--disable-ldap" \ - "for LDAP support" - -optional_depends "Python" \ - "--with-system-python" \ - "--without-system-python" \ - "for native Python support" - -optional_depends "evolution-data-server" \ - "--enable-evolution2" \ - "--disable-evolution2" \ - "for Evolution addressbook support" - -optional_depends "gnome-vfs" \ - "--enable-gnome-vfs --enable-lockdown --enable-gio" \ - "--disable-gnome-vfs --disable-lockdown --disable-gio" \ - "for GNOME-vfs integration" - -optional_depends "kdelibs3" \ - "--enable-kde --enable-kdeab" \ - "--disable-kde --disable-kdeab" \ - "to enable KDE support" - -optional_depends "Linux-PAM" \ - "--enable-pam-link" \ - "--disable-pam" \ - "for Linux-PAM support" - -optional_depends "boost" \ - "--with-system-boost" \ - "--without-system-boost" \ - "to use the already installed boost" - -optional_depends "vigra" \ - "--with-system-vigra" \ - "--without-system-vigra" \ - "For generic algorithm support" diff --git a/x11-apps/openoffice-src/DETAILS b/x11-apps/openoffice-src/DETAILS index ea7f7bc..7f690fa 100644 --- a/x11-apps/openoffice-src/DETAILS +++ b/x11-apps/openoffice-src/DETAILS @@ -1,4 +1,4 @@ - MODULE=openoffice-src + MODULE=openoffice-src VERSION=3.0.1 SOURCE=OOo_${VERSION}_src_core.tar.bz2 SOURCE2=$MODULE-2.2.0-xauth.patch @@ -7,7 +7,7 @@ SOURCE5=OOo_${VERSION}_src_system.tar.bz2 SOURCE6=OOo_${VERSION}_src_extensions.tar.bz2 SOURCE7=OOo_${VERSION}_src_binfilter.tar.bz2 - SOURCE8=jdk-5.0u17-dlj-linux-i586.bin + SOURCE8=OO-3..0.1-kde-GObject.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_m15 SOURCE_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/ SOURCE2_URL=$PATCH_URL/ @@ -16,7 +16,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_m15 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}/ - SOURCE8_URL=http://download.java.net/dlj/binaries/ + SOURCE8_URL=$PATCH_URL SOURCE_VFY=sha1:2da6b2cf0b75873477f22cc9d69a4f0c8b43b435 SOURCE2_VFY=sha1:58c824ef969b017be5fcd7e4290d7681453aa354 SOURCE3_VFY=sha1:bb2a89b95d7626a63a3787208e0abb99ea595d24 @@ -24,7 +24,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_m15 SOURCE5_VFY=sha1:8c73821b542c9c96b071550fe0e3e813e21a1246 SOURCE6_VFY=sha1:c695982d166422a838560ef7b134a5665bc61198 SOURCE7_VFY=sha1:d84518159538ef736271177b7ebe4697fc4b811d - SOURCE8_VFY=sha1:d9f72fbb0aed5c27d7d40671a318597906771fd9 + SOURCE8_VFY=sha1:b02c888b771b87d35a63a545810b396a340c87d2 WEB_SITE=http://www.openoffice.org ENTERED=20030805 UPDATED=20090130 diff --git a/x11-apps/openoffice-src/PRE_BUILD b/x11-apps/openoffice-src/PRE_BUILD index a062a26..2444d6b 100644 --- a/x11-apps/openoffice-src/PRE_BUILD +++ b/x11-apps/openoffice-src/PRE_BUILD @@ -5,5 +5,4 @@ cd $SOURCE_DIRECTORY && tar xf $SOURCE_CACHE/$SOURCE4 --strip-components=1 && tar xf $SOURCE_CACHE/$SOURCE5 --strip-components=1 && tar xf $SOURCE_CACHE/$SOURCE7 --strip-components=1 && -tar xf $SOURCE_CACHE/$SOURCE6 --strip-components=1 && -cp $SOURCE_CACHE/$SOURCE8 . +tar xf $SOURCE_CACHE/$SOURCE6 --strip-components=1 diff --git a/x11-apps/openoffice-src/PRE_BUILD.x86_64 b/x11-apps/openoffice-src/PRE_BUILD.x86_64 deleted file mode 100644 index 621449b..0000000 --- a/x11-apps/openoffice-src/PRE_BUILD.x86_64 +++ /dev/null @@ -1,8 +0,0 @@ -default_pre_build && - -cd $SOURCE_DIRECTORY && - -tar xf $SOURCE_CACHE/$SOURCE4 --strip-components=1 && -tar xf $SOURCE_CACHE/$SOURCE5 --strip-components=1 && -tar xf $SOURCE_CACHE/$SOURCE7 --strip-components=1 && -tar xf $SOURCE_CACHE/$SOURCE6 --strip-components=1 From florin at lunar-linux.org Thu Feb 26 20:27:57 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 26 Feb 2009 21:27:57 +0200 Subject: [Lunar-commits] dhcpcd: version bumped to 4.0.12. Message-ID: <20090226192925.AF05F9B1C0@doppio.foo-projects.org> commit 67c46e3f2c432be28ce99c93e3d175ff0cb15df9 Author: Florin Braescu Date: Thu Feb 26 21:27:57 2009 +0200 dhcpcd: version bumped to 4.0.12. Fixes include checking poll for POLLERR and POLLNVAL, and only opening raw sockets when there is a link. dhcpcd now logs to LOG_DAEMON instead of LOG_LOCAL0. --- net/dhcpcd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS index 622125c..09aa852 100644 --- a/net/dhcpcd/DETAILS +++ b/net/dhcpcd/DETAILS @@ -1,5 +1,5 @@ MODULE=dhcpcd - VERSION=4.0.11 + VERSION=4.0.12 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.paldo.org/paldo/sources/dhcpcd SOURCE_URL[1]=http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles @@ -9,10 +9,10 @@ SOURCE_URL[5]=http://gentoo.chem.wisc.edu/gentoo/distfiles SOURCE_URL[6]=http://mirror.internode.on.net/pub/gentoo/distfiles SOURCE_URL[7]=http://roy.marples.name/downloads/dhcpcd - SOURCE_VFY=sha1:66a762c23f0c8be7529ac9b0443f7dc3d4cf7a2f + SOURCE_VFY=sha1:02b9d0d8b3403c5f64410bf9ebefc7d5c24d9a30 WEB_SITE=http://roy.marples.name/projects/dhcpcd ENTERED=20011126 - UPDATED=20090219 + UPDATED=20090226 SHORT="DHCP client/daemon that works with @home" cat << EOF From stumbles at lunar-linux.org Thu Feb 26 20:35:51 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 14:35:51 -0500 Subject: [Lunar-commits] x264-snapshot: adding a CONFLICTS and one for its counterpart. Message-ID: <20090226193633.D47B49B1B3@doppio.foo-projects.org> commit ac79805a92491e862057679226b3194ee79cbf0a Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 14:35:51 2009 -0500 x264-snapshot: adding a CONFLICTS and one for its counterpart. --- zbeta/x264-git/CONFLICTS | 1 + zbeta/x264-snapshot/CONFLICTS | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/zbeta/x264-git/CONFLICTS b/zbeta/x264-git/CONFLICTS new file mode 100644 index 0000000..f27274a --- /dev/null +++ b/zbeta/x264-git/CONFLICTS @@ -0,0 +1 @@ +conflicts x264-snapshot diff --git a/zbeta/x264-snapshot/CONFLICTS b/zbeta/x264-snapshot/CONFLICTS new file mode 100644 index 0000000..554c47f --- /dev/null +++ b/zbeta/x264-snapshot/CONFLICTS @@ -0,0 +1 @@ +conflicts x264-git From florin at lunar-linux.org Thu Feb 26 20:41:09 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 26 Feb 2009 21:41:09 +0200 Subject: [Lunar-commits] mailman: version bumped to 2.1.12. Message-ID: <20090226194205.469C39B1B3@doppio.foo-projects.org> commit 21873530c49d391411b726b4ee65cd80bc36bfe4 Author: Florin Braescu Date: Thu Feb 26 21:41:09 2009 +0200 mailman: version bumped to 2.1.12. Bugfixes release. Fixes for Python 2.6 compatibility. --- mail/mailman/DEPENDS | 10 +++++----- mail/mailman/DETAILS | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mail/mailman/DEPENDS b/mail/mailman/DEPENDS index 816becf..d82bc10 100644 --- a/mail/mailman/DEPENDS +++ b/mail/mailman/DEPENDS @@ -1,7 +1,7 @@ depends Python -optional_depends apache2 "" "" " (a web server is required)" -optional_depends apache "" "" " (a web server is required)" -optional_depends apache-mod_ssl "" "" " (a web server is required)" -optional_depends postfix "" "" " (an MTA is required)" -optional_depends exim "" "" " (an MTA is required)" +optional_depends apache2 "" "" "(a web server is required)" +optional_depends apache "" "" "(a web server is required)" +optional_depends apache-mod_ssl "" "" "(a web server is required)" +optional_depends postfix "" "" "(an MTA is required)" +optional_depends exim "" "" "(an MTA is required)" diff --git a/mail/mailman/DETAILS b/mail/mailman/DETAILS index 4b2ff95..f2059de 100644 --- a/mail/mailman/DETAILS +++ b/mail/mailman/DETAILS @@ -1,11 +1,11 @@ MODULE=mailman - VERSION=2.1.11 + VERSION=2.1.12 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:068f1927f4d8dd0896b5064bdf6d102798491b72 + SOURCE_VFY=sha1:6d6281f7ce322e271f0259321f4d8931ff46e6ae WEB_SITE=http://mailman.sourceforge.net ENTERED=20020303 - UPDATED=20080705 + UPDATED=20090226 MAINTAINER=csm at moongroup.com SHORT="Software to help manage electronic mail discussion lists" PSAFE=no From stumbles at lunar-linux.org Thu Feb 26 20:40:05 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 14:40:05 -0500 Subject: [Lunar-commits] libquicktime: adjusting DEPENDS. Message-ID: <20090226194224.07F649B1B3@doppio.foo-projects.org> commit 1e3b59552839d7fac113dab334718511fdaed907 Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 14:40:05 2009 -0500 libquicktime: adjusting DEPENDS. --- video/libquicktime/DEPENDS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/video/libquicktime/DEPENDS b/video/libquicktime/DEPENDS index ce9661b..7844e7e 100644 --- a/video/libquicktime/DEPENDS +++ b/video/libquicktime/DEPENDS @@ -1,2 +1,2 @@ -optional_depends libdv "--with-libdv" "--without-libdv" "for digital video support" -optional_depends x264-git "--with-x264" "--without-x264" "for x264 support" +optional_depends libdv "--with-libdv" "--without-libdv" "for digital video support" +optional_depends x264-snapshot "--with-x264" "--without-x264" "for x264 support" From stumbles at lunar-linux.org Thu Feb 26 20:40:54 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 14:40:54 -0500 Subject: [Lunar-commits] MPlayer: adjiusting DEPENDS. Message-ID: <20090226194224.148D09B1C0@doppio.foo-projects.org> commit d3d4d6ccad31ad1a9f7b9440bebdbe19039ac6c6 Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 14:40:54 2009 -0500 MPlayer: adjiusting DEPENDS. --- video/MPlayer/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/video/MPlayer/DEPENDS b/video/MPlayer/DEPENDS index b1b1773..cc645dd 100644 --- a/video/MPlayer/DEPENDS +++ b/video/MPlayer/DEPENDS @@ -19,4 +19,4 @@ optional_depends libggi "--enable-ggi" "--disable-ggi" "General Gr optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" -optional_depends x264-git "--enable-x264" "--disable-x264" "for H264/AVC video stream support" +optional_depends x264-snapshot "--enable-x264" "--disable-x264" "for H264/AVC video stream support" From stumbles at lunar-linux.org Thu Feb 26 21:02:37 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 15:02:37 -0500 Subject: [Lunar-commits] vlc: adding a bit of logic for qt4 presence. Message-ID: <20090226200412.8BD099B1B3@doppio.foo-projects.org> commit 79bad12008f6df82d3319c6eee446fd30500741d Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 15:02:37 2009 -0500 vlc: adding a bit of logic for qt4 presence. --- video/vlc/BUILD | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/video/vlc/BUILD b/video/vlc/BUILD index de4a047..e56a470 100644 --- a/video/vlc/BUILD +++ b/video/vlc/BUILD @@ -1,8 +1,12 @@ ( + if in_depends qt4; then + . /etc/profile.d/qt4.rc + fi && + if in_depends ffmpeg lame ; then OPTS+=" --with-ffmpeg-mp3lame" - fi + fi && OPTS="$OPTS --enable-release --enable-x11 --enable-xvideo --enable-ffmpeg --enable-v4l" From engelsman at lunar-linux.org Thu Feb 26 21:57:08 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Thu, 26 Feb 2009 21:57:08 +0100 Subject: [Lunar-commits] sqlite: version number fix for pkgconfig Message-ID: <20090226205740.537AF9B1B3@doppio.foo-projects.org> commit 034d7af435db81afe15018d5337d17f6e3a58178 Author: Paul Bredbury Date: Thu Feb 26 21:57:08 2009 +0100 sqlite: version number fix for pkgconfig /usr/lib/pkgconfig/sqlite3.pc contains: Version: @RELEASE@ Rather than: Version: 3.6.11 I saw this comment at http://www.sqlite.org/cvstrac/rptview?order_by=3&order_dir=ASC&rn=39 "2009-Feb-18 10:49:35 by anonymous: Thanks for adding the pkgconfig stuff to the amalgamation-sources. Unfortunately @RELEASE@ is not expanded/replaced with a correct version string by configure. Please change @RELEASE@ to @VERSION@ in sqlite3.pc.in." So this sedit in BUILD fixes the version number. --- sql/sqlite/BUILD | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/sql/sqlite/BUILD b/sql/sqlite/BUILD index cd68c72..9a7b05d 100644 --- a/sql/sqlite/BUILD +++ b/sql/sqlite/BUILD @@ -1,6 +1,8 @@ ( + # For "Version: 3.6.11" in /usr/lib/pkgconfig/sqlite3.pc + sedit 's:@RELEASE@:@VERSION@:' sqlite3.pc.in && - LDFLAGS+=" -ldl" + LDFLAGS+=" -ldl" && default_build && install -m 644 $SCRIPT_DIRECTORY/sqlite3.1 /usr/share/man/man1 From zbiggy at lunar-linux.org Fri Feb 27 01:45:29 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 27 Feb 2009 01:45:29 +0100 Subject: [Lunar-commits] flash-plugin-10: updated to 10.0.22.87 Message-ID: <20090227004634.B14D89B1B3@doppio.foo-projects.org> commit 49d613df64c2b7ae4b9d7696994c800f3d0e8da3 Author: Zbigniew Luszpinski Date: Fri Feb 27 01:45:29 2009 +0100 flash-plugin-10: updated to 10.0.22.87 --- web/flash-plugin-10/DETAILS | 6 +++--- web/flash-plugin-10/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/flash-plugin-10/DETAILS b/web/flash-plugin-10/DETAILS index 762bb08..bfd1373 100644 --- a/web/flash-plugin-10/DETAILS +++ b/web/flash-plugin-10/DETAILS @@ -1,12 +1,12 @@ MODULE=flash-plugin-10 - VERSION=10.0.15.3 + VERSION=10.0.22.87 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:45a37b04f5cbd32eaea8a9b02d38dd71d963ae48 + SOURCE_VFY=sha1:3429818f585d156cb181f3c7e409547cc2906426 WEB_SITE=http://www.macromedia.com ENTERED=20080515 - UPDATED=20081218 + UPDATED=20090227 SHORT="Version 10 of the Macromedia Flash plugin for web browsers" cat << EOF diff --git a/web/flash-plugin-10/DETAILS.x86_64 b/web/flash-plugin-10/DETAILS.x86_64 index b39d774..59723f4 100644 --- a/web/flash-plugin-10/DETAILS.x86_64 +++ b/web/flash-plugin-10/DETAILS.x86_64 @@ -1,11 +1,11 @@ MODULE=flash-plugin-10 - VERSION=10.0.d21.1 + VERSION=10.0.22.87 SOURCE=libflashplayer-${VERSION}.linux-x86_64.so.tar.gz SOURCE_URL=http://download.macromedia.com/pub/labs/flashplayer10/ - SOURCE_VFY=sha1:67aa4a0b205584bc5a841eb948cafab7f888ec79 + SOURCE_VFY=sha1:ff6d1d72d9b17b5411dc6fdd4ee6046a8f6676f8 WEB_SITE=http://labs.adobe.com ENTERED=20080515 - UPDATED=20081218 + UPDATED=20090227 SHORT="Version 10 of the Macromedia Flash plugin for web browsers" cat << EOF From stumbles at lunar-linux.org Fri Feb 27 02:20:18 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 20:20:18 -0500 Subject: [Lunar-commits] gts: initial import. Message-ID: <20090227012042.D5B789B1B3@doppio.foo-projects.org> commit 0649dbf0ebe2f65b0174e289a31358337ccce0bd Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 20:20:18 2009 -0500 gts: initial import. --- libs/gts/DEPENDS | 1 + libs/gts/DETAILS | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 0 deletions(-) diff --git a/libs/gts/DEPENDS b/libs/gts/DEPENDS new file mode 100644 index 0000000..2ce0fd3 --- /dev/null +++ b/libs/gts/DEPENDS @@ -0,0 +1 @@ +depends netpbm diff --git a/libs/gts/DETAILS b/libs/gts/DETAILS new file mode 100644 index 0000000..eaafd35 --- /dev/null +++ b/libs/gts/DETAILS @@ -0,0 +1,38 @@ + MODULE=gts + VERSION=0.7.6 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:000720bebecf0b153eb28260bd30fbd979dcc040 + WEB_SITE=http://gts.sourceforge.net/ + ENTERED=20090226 + UPDATED=20090225 + SHORT="GNU Triangulated Surface Library" +cat << EOF +GTS stands for the GNU Triangulated Surface Library. It is an Open Source Free +Software Library intended to provide a set of useful functions to deal with 3D +surfaces meshed with interconnected triangles. The source code is available +free of charge under the Free Software LGPL license. + +The code is written entirely in C with an object-oriented approach based mostly +on the design of GTK+. Careful attention is paid to performance related issues +as the initial goal of GTS is to provide a simple and efficient library to +scientists dealing with 3D computational surface meshes. + +A brief summary of its main features: + + * Simple object-oriented structure giving easy access to topological + properties. + * 2D dynamic Delaunay and constrained Delaunay triangulations. + * Robust geometric predicates (orientation, in circle) using fast adaptive + floating point arithmetic (adapted from the fine work of Jonathan R. + Shewchuk). + * Robust set operations on surfaces (union, intersection, difference). + * Surface refinement and coarsening (multiresolution models). + * Dynamic view-independent continuous level-of-detail. + * Preliminary support for view-dependent level-of-detail. + * Bounding-boxes trees and Kd-trees for efficient point location and + collision/intersection detection. + * Graph operations: traversal, graph partitioning. + * Metric operations (area, volume, curvature ...). + * Triangle strips generation for fast rendering. +EOF From stumbles at lunar-linux.org Fri Feb 27 02:23:07 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 20:23:07 -0500 Subject: [Lunar-commits] xcalib: initial import. Message-ID: <20090227012326.6677E9B1B3@doppio.foo-projects.org> commit 5efde5e717d7a5cc3d4c1416afa6d51e820888d7 Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 20:23:07 2009 -0500 xcalib: initial import. --- x11-utils/xcalib/BUILD | 14 ++++++++++++++ x11-utils/xcalib/DETAILS | 15 +++++++++++++++ 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/x11-utils/xcalib/BUILD b/x11-utils/xcalib/BUILD new file mode 100644 index 0000000..a4c4cb0 --- /dev/null +++ b/x11-utils/xcalib/BUILD @@ -0,0 +1,14 @@ +( + + sedit "s:local/bin/:bin/:g" Makefile + sedit "s:0644:755:" Makefile + + default_make + + if [ ! -d /usr/share/color/icc ]; then + mkdir /usr/share/color/icc + fi && + + cp *.icc /usr/share/color/icc/ + +) > $C_FIFO 2>&1 diff --git a/x11-utils/xcalib/DETAILS b/x11-utils/xcalib/DETAILS new file mode 100644 index 0000000..b936c03 --- /dev/null +++ b/x11-utils/xcalib/DETAILS @@ -0,0 +1,15 @@ + MODULE=xcalib + VERSION=source + SUB_VER=0.8 + SOURCE=$MODULE-$VERSION-$SUB_VER.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER + SOURCE_VFY=sha1:93565ff3df6cf78fd8d1cbeefd094aea6ba070fd + WEB_SITE=http://xcalib.sourceforge.net/ + ENTERED=20090226 + UPDATED=20090226 + SHORT="monitor calibration loader" + +cat << EOF +xcalib is a tiny monitor calibration loader for XFree86 (or X.org). +EOF From stumbles at lunar-linux.org Fri Feb 27 02:26:38 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 26 Feb 2009 20:26:38 -0500 Subject: [Lunar-commits] libmsn: initial import Message-ID: <20090227012656.CC2689B1B3@doppio.foo-projects.org> commit e4f13461553ae827a6344e3eb48d32ef5e042829 Author: Dennis 'stumbles' Veatch Date: Thu Feb 26 20:26:38 2009 -0500 libmsn: initial import --- zbeta/libmsn/BUILD | 6 ++++++ zbeta/libmsn/DEPENDS | 2 ++ zbeta/libmsn/DETAILS | 15 +++++++++++++++ 3 files changed, 23 insertions(+), 0 deletions(-) diff --git a/zbeta/libmsn/BUILD b/zbeta/libmsn/BUILD new file mode 100644 index 0000000..5f71334 --- /dev/null +++ b/zbeta/libmsn/BUILD @@ -0,0 +1,6 @@ +( + + cmake -DCMAKE_INSTALL_PREFIX:=/usr && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/libmsn/DEPENDS b/zbeta/libmsn/DEPENDS new file mode 100644 index 0000000..9e68a04 --- /dev/null +++ b/zbeta/libmsn/DEPENDS @@ -0,0 +1,2 @@ +depends cmake +depends openssl diff --git a/zbeta/libmsn/DETAILS b/zbeta/libmsn/DETAILS new file mode 100644 index 0000000..1f672aa --- /dev/null +++ b/zbeta/libmsn/DETAILS @@ -0,0 +1,15 @@ + MODULE=libmsn + VERSION=4.0-beta4 + SOURCE=$MODULE-$VERSION.tar.bz2 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-1-$VERSION + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:d58151c79bf62ce541811c04c26a6aadb56b5519 + WEB_SITE=http://sourceforge.net/projects/libmsn/ + ENTERED=20090226 + UPDATED=20090226 + SHORT="library for connecting to Microsoft's MSN" + +cat << EOF +Libmsn is a reusable, open-source, fully documented library for connecting to +Microsoft's MSN Messenger service. +EOF From florin at lunar-linux.org Fri Feb 27 05:56:24 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 27 Feb 2009 06:56:24 +0200 Subject: [Lunar-commits] xkeyboard-config: add intltool depend. Message-ID: <20090227045708.5BC5FF347F@doppio.foo-projects.org> commit 3ec0cc902c635be517d4f1ac45196527a2f16dd5 Author: Florin Braescu Date: Fri Feb 27 06:56:24 2009 +0200 xkeyboard-config: add intltool depend. --- xorg7/data/xkeyboard-config/DEPENDS | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/xorg7/data/xkeyboard-config/DEPENDS b/xorg7/data/xkeyboard-config/DEPENDS index 011e4c6..f632ee9 100644 --- a/xorg7/data/xkeyboard-config/DEPENDS +++ b/xorg7/data/xkeyboard-config/DEPENDS @@ -1,3 +1,5 @@ -depends xkbcomp +depends xkbcomp depends XML-Parser +depends intltool + From florin at lunar-linux.org Fri Feb 27 12:47:06 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 27 Feb 2009 13:47:06 +0200 Subject: [Lunar-commits] subversion: version bumped to 1.5.6. Message-ID: <20090227114751.A229E9B1B3@doppio.foo-projects.org> commit 4d24f20062da86ecdde2606ac1f46b0cd0b18db0 Author: Florin Braescu Date: Fri Feb 27 13:47:06 2009 +0200 subversion: version bumped to 1.5.6. 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 f77f306..a6b4133 100644 --- a/devel/subversion/DETAILS +++ b/devel/subversion/DETAILS @@ -1,11 +1,11 @@ MODULE=subversion - VERSION=1.5.5 + VERSION=1.5.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://subversion.tigris.org/downloads - SOURCE_VFY=sha1:61c9a7209ccef8eff3c0499629d62ed4d3c89988 + SOURCE_VFY=sha1:774b6dbd4245c36e86289393e651e36dedf17018 WEB_SITE=http://subversion.tigris.org ENTERED=20030126 - UPDATED=20081224 + UPDATED=20090227 PSAFE=no SHORT="A free/open-source version control system" From florin at lunar-linux.org Fri Feb 27 13:51:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 27 Feb 2009 14:51:58 +0200 Subject: [Lunar-commits] xf86-video-vesa: version bumped to 2.2.0 Message-ID: <20090227125322.935AD9B1B3@doppio.foo-projects.org> commit a77e030cea4e69183fb6d510a5ecb9ab59584bca Author: Florin Braescu Date: Fri Feb 27 14:51:58 2009 +0200 xf86-video-vesa: version bumped to 2.2.0 Add yet another pass to mode validation. Remove xorgconfig & xorgcfg from man-page. Bugfixes. --- xorg7/driver/xf86-video-vesa/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-vesa/DETAILS b/xorg7/driver/xf86-video-vesa/DETAILS index 4ef5313..b280225 100644 --- a/xorg7/driver/xf86-video-vesa/DETAILS +++ b/xorg7/driver/xf86-video-vesa/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-vesa - VERSION=2.1.0 + VERSION=2.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:e58c779780c70e069f3a70473e542226475c0fb8 + SOURCE_VFY=sha1:b2d0f33f811bc1a651d4ecbc84979f82281e8a59 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20081225 + UPDATED=20090227 SHORT="The X.Org VESA video driver for all video cards" cat << EOF From stumbles at lunar-linux.org Fri Feb 27 17:14:00 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 27 Feb 2009 11:14:00 -0500 Subject: [Lunar-commits] python-dateutil: initial import Message-ID: <20090227161425.743159B1B3@doppio.foo-projects.org> commit 54c68cf0c876e561b1ffe6db871c2a63cb628fd8 Author: Dennis 'stumbles' Veatch Date: Fri Feb 27 11:14:00 2009 -0500 python-dateutil: initial import --- python/python-dateutil/BUILD | 7 +++++++ python/python-dateutil/DEPENDS | 1 + python/python-dateutil/DETAILS | 13 +++++++++++++ 3 files changed, 21 insertions(+), 0 deletions(-) diff --git a/python/python-dateutil/BUILD b/python/python-dateutil/BUILD new file mode 100644 index 0000000..d00ddda --- /dev/null +++ b/python/python-dateutil/BUILD @@ -0,0 +1,7 @@ +( + + python setup.py build && + prepare_install && + python setup.py install + +) > $C_FIFO 2>&1 diff --git a/python/python-dateutil/DEPENDS b/python/python-dateutil/DEPENDS new file mode 100644 index 0000000..7d03d17 --- /dev/null +++ b/python/python-dateutil/DEPENDS @@ -0,0 +1 @@ +depends Python diff --git a/python/python-dateutil/DETAILS b/python/python-dateutil/DETAILS new file mode 100644 index 0000000..0679623 --- /dev/null +++ b/python/python-dateutil/DETAILS @@ -0,0 +1,13 @@ + MODULE=python-dateutil + VERSION=1.4.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://labix.org/download/python-dateutil/ + SOURCE_VFY=sha1:0d06926ac127b8db333d91b3afb0eeb100ac7cac + WEB_SITE=http://labix.org/python-dateutil + ENTERED=20090227 + UPDATED=20090227 + SHORT="extensions to the standard datetime module, available in Python" +cat << EOF +The dateutil module provides powerful extensions to the standard datetime +module, available in Python 2.3+. +EOF From stumbles at lunar-linux.org Fri Feb 27 20:59:12 2009 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Fri, 27 Feb 2009 14:59:12 -0500 Subject: [Lunar-commits] tkdvd: fixing SOURCE_URL Message-ID: <20090227195948.3D4799B1B3@doppio.foo-projects.org> commit 03b9d089ebcd8c58022d6503c681f001de2b5e11 Author: Dennis 'stumbles' Veatch Date: Fri Feb 27 14:59:12 2009 -0500 tkdvd: fixing SOURCE_URL --- cd/tkdvd/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cd/tkdvd/DETAILS b/cd/tkdvd/DETAILS index 4fefc1c..79962fe 100644 --- a/cd/tkdvd/DETAILS +++ b/cd/tkdvd/DETAILS @@ -1,7 +1,7 @@ - MODULE=tkdvd + MODULE=tkdvd VERSION=4.0.9 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$WEB_SITE/dl + SOURCE_URL=http://regis.damongeot.free.fr/tkdvd/dl/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_VFY=sha1:44626124c941b06f18ce390c3867585940e9839e WEB_SITE=http://regis.damongeot.free.fr/tkdvd From engelsman at lunar-linux.org Sat Feb 28 01:33:10 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 28 Feb 2009 01:33:10 +0100 Subject: [Lunar-commits] genius: version bump to 1.0.5, with gtksourceview dep Message-ID: <20090228003623.8F3D59B1B3@doppio.foo-projects.org> commit 70580216ed84f5a530dec0bcf054b023480025dc Author: Paul Bredbury Date: Sat Feb 28 01:33:10 2009 +0100 genius: version bump to 1.0.5, with gtksourceview dep Needs PSAFE=no, otherwise compilation fails due to not finding libvicious.a --- science/genius/DEPENDS | 2 ++ science/genius/DETAILS | 18 +++++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/science/genius/DEPENDS b/science/genius/DEPENDS index 13ed07c..b651a29 100644 --- a/science/genius/DEPENDS +++ b/science/genius/DEPENDS @@ -1,2 +1,4 @@ depends libgnomeui depends mpfr +optional_depends "gtksourceview" "" "--disable-gtksourceview" \ + "for syntax highlighting" diff --git a/science/genius/DETAILS b/science/genius/DETAILS index 67a4977..7acf827 100644 --- a/science/genius/DETAILS +++ b/science/genius/DETAILS @@ -1,16 +1,20 @@ MODULE=genius - VERSION=1.0.3 + VERSION=1.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/1.0/ - SOURCE_VFY=sha1:455bc984bc037c15de6875561aaee2c530e394ac + SOURCE_VFY=sha1:66f54a5cbd9480c197737274e994fe6ac2ce1a1a WEB_SITE=http://www.jirka.org/genius.html ENTERED=20040813 - UPDATED=20080630 + UPDATED=20090216 + PSAFE=no SHORT="a calculator program similiar in some aspects to BC, Matlab or Maple" cat << EOF -Genius is a calculator program similiar in some aspects to BC, Matlab -or Maple. GEL is the name of its extention language (stands for "Genius -Extension Language", in fact, a large part of the standard genius -functions are written in GEL itself. +Genius is a general-purpose calculator program similiar in some aspects +to BC, Matlab, Maple or Mathematica. It is useful both as a simple +calculator and as a research or educational tool. The syntax is very +intuitive, and is designed to mimic how mathematics is usually written. +GEL is the name of its extension language - it stands for Genius +Extension Language. In fact, many of the standard Genius functions are +written in GEL itself. EOF From engelsman at lunar-linux.org Sat Feb 28 01:34:32 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 28 Feb 2009 01:34:32 +0100 Subject: [Lunar-commits] genius: added missing dependency on scrollkeeper Message-ID: <20090228003623.9D4779B1C1@doppio.foo-projects.org> commit e5b61bd1491ddd2cf52d599d9e7bc224b91201a6 Author: Duncan Gibson Date: Sat Feb 28 01:34:32 2009 +0100 genius: added missing dependency on scrollkeeper Note: genius now downloads, compiles and installs OK but untested beyond checking gnome-genius runs - engelsman --- science/genius/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/science/genius/DEPENDS b/science/genius/DEPENDS index b651a29..511fc36 100644 --- a/science/genius/DEPENDS +++ b/science/genius/DEPENDS @@ -1,4 +1,5 @@ depends libgnomeui depends mpfr +depends scrollkeeper optional_depends "gtksourceview" "" "--disable-gtksourceview" \ "for syntax highlighting" From engelsman at lunar-linux.org Sat Feb 28 01:47:12 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 28 Feb 2009 01:47:12 +0100 Subject: [Lunar-commits] gtk-gnutella: version bump to 0.96.5 Message-ID: <20090228004750.905099B1B3@doppio.foo-projects.org> commit e7d15a500eadc8941f433c13d0ebb7bc5a335db1 Author: Paul Bredbury Date: Sat Feb 28 01:47:12 2009 +0100 gtk-gnutella: version bump to 0.96.5 Interestingly, there's a later subversion snapshot: http://gtk-gnutella.sourceforge.net/en/?page=devel#devel-snapshots Note: patch downloads, compiles and installs OK but untested other than starting gtk-gnutella - engelsman --- ftp/gtk-gnutella/BUILD | 1 + ftp/gtk-gnutella/DETAILS | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ftp/gtk-gnutella/BUILD b/ftp/gtk-gnutella/BUILD index 2243b71..81af676 100644 --- a/ftp/gtk-gnutella/BUILD +++ b/ftp/gtk-gnutella/BUILD @@ -1,4 +1,5 @@ ( + if [ "$CONFIG_NLS" == "n" ]; then OPTS="$OPTS -U d_enablenls" fi diff --git a/ftp/gtk-gnutella/DETAILS b/ftp/gtk-gnutella/DETAILS index 5f1c755..d64d5b3 100644 --- a/ftp/gtk-gnutella/DETAILS +++ b/ftp/gtk-gnutella/DETAILS @@ -1,12 +1,13 @@ MODULE=gtk-gnutella - VERSION=0.96.4 + VERSION=0.96.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:03893f83b44f677a6cc8af277115f40b6d208a18 + SOURCE_VFY=sha1:80589a24322f509ed1c2494a1b5ce08951c7e216 WEB_SITE=http://gtk-gnutella.sourceforge.net ENTERED=20011022 - UPDATED=20071001 + UPDATED=20090216 SHORT="A peer-to-peer program" + cat << EOF Gtk-Gnutella is a clone of Gnutella (see gnutella.wego.com). It's a Unix clone, and it needs GTK+ (1.2 or above). Gnome is not From zmcgrew at lunar-linux.org Fri Feb 27 09:18:45 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 27 Feb 2009 00:18:45 -0800 Subject: [Lunar-commits] midori: fix typos and install in /usr Message-ID: <20090228050656.B5B1E9B1B3@doppio.foo-projects.org> commit 11e210ddd5afad183f1f53df7c012641c48b8018 Author: Zachary McGrew Date: Fri Feb 27 00:18:45 2009 -0800 midori: fix typos and install in /usr --- zbeta/midori/BUILD | 9 +++++++-- zbeta/midori/DEPENDS | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/zbeta/midori/BUILD b/zbeta/midori/BUILD index 41179a9..51b9656 100644 --- a/zbeta/midori/BUILD +++ b/zbeta/midori/BUILD @@ -1,6 +1,11 @@ ( -# ./legacy.sh $OPTS --build=$BUILD - ./configure + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $OPTS && default_make ) > $C_FIFO 2>&1 diff --git a/zbeta/midori/DEPENDS b/zbeta/midori/DEPENDS index 86379f4..0284700 100644 --- a/zbeta/midori/DEPENDS +++ b/zbeta/midori/DEPENDS @@ -5,7 +5,7 @@ optional_depends unique "--enable-unique" "--disable-unique" \ "for single instance midori" optional_depends libsoup "--enable-libsoup" "--disable-libsoup" \ "enable icon and view source support" -optional_depends sqlite "--eanble-sqlite" "--disable-sqlite" \ +optional_depends sqlite "--enable-sqlite" "--disable-sqlite" \ "enable history database support" optional_depends libidn "--enable-libidn" "--disable-idn" \ "enable internation domain name support" From zmcgrew at lunar-linux.org Fri Feb 27 09:21:53 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 27 Feb 2009 00:21:53 -0800 Subject: [Lunar-commits] tdb: add conflicts for samba Message-ID: <20090228050656.C30A69B1C1@doppio.foo-projects.org> commit fd4ffded816e42462a69675144ce222db4d008e3 Author: Zachary McGrew Date: Fri Feb 27 00:21:53 2009 -0800 tdb: add conflicts for samba --- devel/tdb/CONFLICTS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/devel/tdb/CONFLICTS b/devel/tdb/CONFLICTS new file mode 100644 index 0000000..f47ac65 --- /dev/null +++ b/devel/tdb/CONFLICTS @@ -0,0 +1 @@ +conflicts samba From zmcgrew at lunar-linux.org Sat Feb 28 05:57:58 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 27 Feb 2009 20:57:58 -0800 Subject: [Lunar-commits] fdm: new module - similar to fetchmail Message-ID: <20090228050656.D67079B1C3@doppio.foo-projects.org> commit e40f65d18208b7906e0477c9b739cf38d27ec77a Author: Paul Bredbury Date: Fri Feb 27 20:57:58 2009 -0800 fdm: new module - similar to fetchmail --- zbeta/fdm/BUILD | 6 ++++++ zbeta/fdm/DEPENDS | 1 + zbeta/fdm/DETAILS | 20 ++++++++++++++++++++ 3 files changed, 27 insertions(+), 0 deletions(-) diff --git a/zbeta/fdm/BUILD b/zbeta/fdm/BUILD new file mode 100644 index 0000000..2466353 --- /dev/null +++ b/zbeta/fdm/BUILD @@ -0,0 +1,6 @@ +( + + export PREFIX=/usr PCRE=1 && + default_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/fdm/DEPENDS b/zbeta/fdm/DEPENDS new file mode 100644 index 0000000..a0351db --- /dev/null +++ b/zbeta/fdm/DEPENDS @@ -0,0 +1 @@ +depends samba diff --git a/zbeta/fdm/DETAILS b/zbeta/fdm/DETAILS new file mode 100644 index 0000000..d63456e --- /dev/null +++ b/zbeta/fdm/DETAILS @@ -0,0 +1,20 @@ + MODULE=fdm + VERSION=1.6 + SOURCE=fdm-${VERSION}.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_VFY=sha1:fb8042f2355062848ff142c9604069b6657e6a82 + WEB_SITE=http://fdm.sourceforge.net/ + LICENSE="bsd" + ENTERED=20090128 + UPDATED=20090216 + PSAFE=no + SHORT="A mail fetching, filtering, and delivery program" + +cat << EOF +fdm (fetch and deliver mail) is a simple, lightweight replacement for +mail fetching, filtering, and delivery programs such as fetchmail and +procmail. It can fetch using POP3, POP3S, IMAP, IMAPS, or stdin, and +deliver to a pipe, file, maildir, mbox, or SMTP server, based on a set +of regexps. It can be used for both single user and multiuser setups, +and is designed with privilege separation when running as root. +EOF From zmcgrew at lunar-linux.org Sat Feb 28 06:02:25 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 27 Feb 2009 21:02:25 -0800 Subject: [Lunar-commits] fdm: remove tabs from DETAILS, remove LICENSE line Message-ID: <20090228050656.EA0959B1C4@doppio.foo-projects.org> commit b6f0ccefc1bfd15a0cf5d827c556f9f88186cda3 Author: Zachary McGrew Date: Fri Feb 27 21:02:25 2009 -0800 fdm: remove tabs from DETAILS, remove LICENSE line --- zbeta/fdm/DETAILS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/zbeta/fdm/DETAILS b/zbeta/fdm/DETAILS index d63456e..3cd6bb0 100644 --- a/zbeta/fdm/DETAILS +++ b/zbeta/fdm/DETAILS @@ -2,9 +2,8 @@ VERSION=1.6 SOURCE=fdm-${VERSION}.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:fb8042f2355062848ff142c9604069b6657e6a82 + SOURCE_VFY=sha1:fb8042f2355062848ff142c9604069b6657e6a82 WEB_SITE=http://fdm.sourceforge.net/ - LICENSE="bsd" ENTERED=20090128 UPDATED=20090216 PSAFE=no From zmcgrew at lunar-linux.org Sat Feb 28 06:21:58 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 27 Feb 2009 21:21:58 -0800 Subject: [Lunar-commits] remind: initial submit Message-ID: <20090228052245.7C9B39B1B3@doppio.foo-projects.org> commit 37233af28f810127bda49badad3e868716f1f8a5 Author: Vincent Breitmoser Date: Fri Feb 27 21:21:58 2009 -0800 remind: initial submit great calendar tool, perfect for terminalophiles in combination with wyrd --- zbeta/remind/DETAILS | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/zbeta/remind/DETAILS b/zbeta/remind/DETAILS new file mode 100644 index 0000000..dd63fe3 --- /dev/null +++ b/zbeta/remind/DETAILS @@ -0,0 +1,17 @@ + MODULE=remind + VERSION=03.01.06 + SOURCE=${MODULE}-${VERSION}.tar.gz + SOURCE_URL=http://www.roaringpenguin.com/files/download/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:ede286bed901c140ccf27c1700682e18a10326cd + WEB_SITE="http://www.roaringpenguin.com/products/remind" + ENTERED=20090223 + UPDATED=20090223 + SHORT="sophisticated calendar and alarm program" +cat < faac: allow disable of mp4v2 support - that breaks mpeg4ip. Message-ID: <20090228060453.8B9009B1B3@doppio.foo-projects.org> commit 4df5735e19c98681b3937a8214100dafb41c298a Author: Auke Kok Date: Fri Feb 27 21:27:07 2009 -0800 faac: allow disable of mp4v2 support - that breaks mpeg4ip. --- audio/faac/CONFIGURE | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/audio/faac/CONFIGURE b/audio/faac/CONFIGURE new file mode 100644 index 0000000..d49f19b --- /dev/null +++ b/audio/faac/CONFIGURE @@ -0,0 +1 @@ +mquery MP4V2 "Enable MP4v2 support?" n "--with-mp4v2" "--without-mp4v2" From florin at lunar-linux.org Sat Feb 28 07:16:40 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 28 Feb 2009 08:16:40 +0200 Subject: [Lunar-commits] laptop-mode-tools: version bumped to 1.47. Message-ID: <20090228061729.AA15C9B1B3@doppio.foo-projects.org> commit e4ec896f0cd9ee9204a24100939a5dd52ab90039 Author: Florin Braescu Date: Sat Feb 28 08:16:40 2009 +0200 laptop-mode-tools: version bumped to 1.47. Ext4 support added and bugfixes. --- utils/laptop-mode-tools/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/laptop-mode-tools/DETAILS b/utils/laptop-mode-tools/DETAILS index 87afc7c..4bd5bd4 100644 --- a/utils/laptop-mode-tools/DETAILS +++ b/utils/laptop-mode-tools/DETAILS @@ -1,16 +1,16 @@ MODULE=laptop-mode-tools - VERSION=1.46 + VERSION=1.47 SOURCE=${MODULE}_${VERSION}.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} SOURCE_URL=http://samwel.tk/laptop_mode/tools/downloads - SOURCE_VFY=sha1:2c18cece17afaa6997adde3f226097639681b3b4 + SOURCE_VFY=sha1:e38745b17b7259289190b0630c15c5e9e77ff891 WEB_SITE=http://www.samwel.tk/laptop_mode - ENTERED=20080806 + ENTERED=20080806 UPDATED=20090126 SHORT="A laptop power saving package for Linux systems" cat << EOF -Laptop Mode Tools is a laptop power saving package for Linux systems. +Laptop Mode Tools is a laptop power saving package for Linux systems. It allows you to extend the battery life of your laptop, in several ways. It is the primary way to enable the Laptop Mode feature of the Linux kernel, which lets your hard drive spin down. In addition, it From samuel.verstraete at gmail.com Sat Feb 28 09:24:45 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 28 Feb 2009 09:24:45 +0100 Subject: [Lunar-commits] Xfce 4.6.0 Squashed commit of the following: Message-ID: <20090228082500.2242DF4208@doppio.foo-projects.org> commit 032f8d5a01f06233dc70e6fafa8c1d790839de14 Author: samuel verstraete Date: Sat Feb 28 09:24:45 2009 +0100 Xfce 4.6.0 Squashed commit of the following: commit 05e13ddd3d294364709d826c6677124efca08f7a Author: samuel verstraete Date: Sat Feb 28 09:23:24 2009 +0100 xfce4-settings: add optional_depends commit 03cdd5b0fd3a04c90265906fb2536f4c53dc03b4 Author: samuel verstraete Date: Fri Feb 27 23:59:29 2009 +0100 THunar: 1.0.0 (Xfce 4.6) commit 8be8bb883a0815289bfcd49251f0fa22457d072b Author: samuel verstraete Date: Fri Feb 27 23:28:53 2009 +0100 xfce46: depends stuffff commit e9e8f1238c73bac32359e16aeb9c11161e8cf6e3 Author: samuel verstraete Date: Fri Feb 27 23:13:25 2009 +0100 xfconf: fix depends commit 13a33ae0b4efb186bb6a03020169b65715514550 Author: samuel verstraete Date: Fri Feb 27 23:10:56 2009 +0100 xfwm4: delete depends commit c86cf7aa77942317636de73b6b110fc9129b989f Author: samuel verstraete Date: Fri Feb 27 23:08:06 2009 +0100 xfce4: 4.6.0 commit 1eb4a669decc215b6e986f7db3144b208f43b674 Author: samuel verstraete Date: Fri Feb 27 23:06:33 2009 +0100 xfwm4-themes: 4.6.0 commit e7213c99fd085f980544a22010aa07d8a6c7400a Author: samuel verstraete Date: Fri Feb 27 23:06:12 2009 +0100 xfwm4: 4.6.0 commit 4b5f7e596bf57a070d2c91904d43dea3f539e231 Author: samuel verstraete Date: Fri Feb 27 23:05:53 2009 +0100 xfce4-dev-tools: 4.6.0 commit 6f83aac3df4619d1a27ee8d0b19124ea1016b2a7 Author: samuel verstraete Date: Fri Feb 27 23:05:39 2009 +0100 xfprint: 4.6.0 commit 1e846a6474bf80606ebe9b538748f5f679cef958 Author: samuel verstraete Date: Fri Feb 27 22:51:18 2009 +0100 xfce4-mixer: 4.6.0 commit d7ebeca8fda85e26c0446043e82d99c5b622c010 Author: samuel verstraete Date: Fri Feb 27 22:50:52 2009 +0100 xfce4-settings: 4.6.0 commit 8fba0d2545f8aee856d8149e983ed5b9a77d87a1 Author: samuel verstraete Date: Fri Feb 27 22:44:35 2009 +0100 xfce4-session: 4.6.0 commit 3c7b5d8ba39eed1d46163c7e0a8b9ae1d9dbfeda Author: samuel verstraete Date: Fri Feb 27 22:35:27 2009 +0100 gtk-xfce-engine: 2.6.0 (Xfce 4.6.0) commit 40cdaf427b36e6fc88bffb0dccc2bc38338a3d9f Author: samuel verstraete Date: Fri Feb 27 22:30:26 2009 +0100 xfce4-panel: 4.6.0 commit 45c2a73ef2e00a89b1f5953e7c02defc1cc5464d Author: samuel verstraete Date: Fri Feb 27 22:25:43 2009 +0100 xfce4-panel: 4.6.0 commit 9950f42a97f57da14770a77a6a96d0b64414b4f6 Author: samuel verstraete Date: Fri Feb 27 22:23:31 2009 +0100 xfconf: formatting of the DETAILS commit 181e401e9b368ae589c88c361d434b785a6ab489 Author: samuel verstraete Date: Fri Feb 27 22:22:53 2009 +0100 libxfce4menu: 4.6.0 commit 03bd69f191fd32648c6c1be6d2541da3d0f3a31a Author: samuel verstraete Date: Fri Feb 27 22:15:02 2009 +0100 xfce-utils: 4.6.0 commit ab8effa7dae2213097b4f91ef3225008c0f2632a Author: samuel verstraete Date: Fri Feb 27 22:13:25 2009 +0100 mousepad: 0.2.16 (Xfce 4.6.0) commit e7bd04b99adf0ebed31d459c5bd377d409f3536d Author: samuel verstraete Date: Fri Feb 27 22:12:16 2009 +0100 orage: 4.6.0 (Xfce 4.6.0) commit d4baf2e59d538d9231d9a2b42deecf3cce2d3236 Author: samuel verstraete Date: Fri Feb 27 22:11:58 2009 +0100 xfconf: something new for xfce 4.6.0 commit 610526a9ac119fd406fc93bcb65e7e65354846a8 Author: samuel verstraete Date: Fri Feb 27 21:58:28 2009 +0100 xfce no longer uses mcs commit 1539677f50161b256537ebbe6338136e1379df10 Author: samuel verstraete Date: Fri Feb 27 21:57:35 2009 +0100 xfdesktop: 4.6.0 commit 89eeaf468c650c64214160a483054f1a1f55fb92 Author: samuel verstraete Date: Fri Feb 27 21:55:06 2009 +0100 libxfce4gui: 4.6.0 commit 7036297c624f942425e229e59ac934f19db2c4be Author: samuel verstraete Date: Fri Feb 27 21:54:24 2009 +0100 exo: 0.3.100 (Xfce 4.6.0) commit f56db0da677172744158e7ec4a1b65a7da709965 Author: samuel verstraete Date: Fri Feb 27 21:54:02 2009 +0100 libxfce4util: 4.6.0 commit 97c95f33917427f242a2002cb2f705a0fab097d6 Author: samuel verstraete Date: Fri Feb 27 21:44:35 2009 +0100 Terminal: 0.2.10 (Xfce 4.6.0) --- xfce4/apps/Terminal/DEPENDS | 8 ++++---- xfce4/apps/Terminal/DETAILS | 9 +++++---- xfce4/apps/mousepad/DETAILS | 8 ++++---- xfce4/apps/orage/DEPENDS | 2 +- xfce4/apps/orage/DETAILS | 7 ++++--- xfce4/apps/xfce4-mixer/DEPENDS | 3 +-- xfce4/apps/xfce4-mixer/DETAILS | 4 ++-- xfce4/apps/xfprint/DEPENDS | 2 +- xfce4/apps/xfprint/DETAILS | 7 ++++--- xfce4/core/Thunar/DETAILS | 12 +++++------- xfce4/core/exo/DETAILS | 8 ++++---- xfce4/core/libxfce4mcs/BUILD | 14 -------------- xfce4/core/libxfce4mcs/DEPENDS | 2 -- xfce4/core/libxfce4mcs/DETAILS | 16 ---------------- xfce4/core/libxfce4menu/DEPENDS | 1 + xfce4/core/libxfce4menu/DETAILS | 15 +++++++++++++++ xfce4/core/libxfce4util/DETAILS | 7 ++++--- xfce4/core/libxfcegui4/DEPENDS | 1 + xfce4/core/libxfcegui4/DETAILS | 7 ++++--- xfce4/core/xfce-mcs-manager/BUILD | 13 ------------- xfce4/core/xfce-mcs-manager/DEPENDS | 2 -- xfce4/core/xfce-mcs-manager/DETAILS | 13 ------------- xfce4/core/xfce-mcs-plugins/BUILD | 13 ------------- xfce4/core/xfce-mcs-plugins/DEPENDS | 1 - xfce4/core/xfce-mcs-plugins/DETAILS | 16 ---------------- xfce4/core/xfce-utils/DEPENDS | 3 ++- xfce4/core/xfce-utils/DETAILS | 7 ++++--- xfce4/core/xfce4-dev-tools/DETAILS | 8 ++++---- xfce4/core/xfce4-panel/DEPENDS | 2 +- xfce4/core/xfce4-panel/DETAILS | 7 ++++--- xfce4/core/xfce4-session/DEPENDS | 1 - xfce4/core/xfce4-session/DETAILS | 9 +++++---- xfce4/core/xfce4-settings/DEPENDS | 2 ++ xfce4/core/xfce4-settings/DETAILS | 14 ++++++++++++++ xfce4/core/xfconf/DEPENDS | 2 ++ xfce4/core/xfconf/DETAILS | 15 +++++++++++++++ xfce4/core/xfdesktop/DEPENDS | 1 - xfce4/core/xfdesktop/DETAILS | 7 ++++--- xfce4/core/xfwm4/DEPENDS | 1 - xfce4/core/xfwm4/DETAILS | 6 +++--- xfce4/themes/gtk-xfce-engine/DETAILS | 9 +++++---- xfce4/themes/xfwm4-themes/DETAILS | 7 ++++--- xfce4/xfce4/DEPENDS | 18 +++++++++--------- xfce4/xfce4/DETAILS | 4 ++-- 44 files changed, 140 insertions(+), 174 deletions(-) diff --git a/xfce4/apps/Terminal/DEPENDS b/xfce4/apps/Terminal/DEPENDS index 3c92854..72b544e 100644 --- a/xfce4/apps/Terminal/DEPENDS +++ b/xfce4/apps/Terminal/DEPENDS @@ -1,5 +1,5 @@ -depends XML-Parser && -depends exo && -depends vte && +depends XML-Parser +depends exo +depends vte -optional_depends "dbus-glib" "" "" "For DBUS support" +optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For DBUS support" diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS index 414621a..e50faaf 100644 --- a/xfce4/apps/Terminal/DETAILS +++ b/xfce4/apps/Terminal/DETAILS @@ -1,13 +1,14 @@ MODULE=Terminal - VERSION=0.2.8.3 + VERSION=0.2.10 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.4.3/src/ - SOURCE_VFY=sha1:69add6a7435855ab8bccb82774cacb6a148e7693 + SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ + SOURCE_VFY=sha1:c0f0c3cb9a924e98449e29e17ec8aecef1ee6c32 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.os-cillation.com/ ENTERED=20040930 - UPDATED=20081030 + UPDATED=20090227 SHORT="vte based/gtk+-2 lightweight X-terminal" + cat << EOF Terminal is a modern terminal emulator for the Unix/Linux desktop - primarly for the Xfce desktop environment. We developed it because diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index 303063d..d622f36 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,12 +1,12 @@ MODULE=mousepad - VERSION=0.2.13 + VERSION=0.2.16 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.4.2/src/ - SOURCE_VFY=sha1:521d2ffb3b805b568620d40ca43264584d504ccb + SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ + SOURCE_VFY=sha1:4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://erikharrison.net/ ENTERED=20050218 - UPDATED=20071204 + UPDATED=20090227 SHORT="Lighweight xfce text editor" cat << EOF Mousepad is an Xfce port of leafpad, the minimal gtk+-2 text editor. diff --git a/xfce4/apps/orage/DEPENDS b/xfce4/apps/orage/DEPENDS index 568f5c9..500db30 100644 --- a/xfce4/apps/orage/DEPENDS +++ b/xfce4/apps/orage/DEPENDS @@ -1 +1 @@ -depends xfce-mcs-manager +depends libxfcegui4 diff --git a/xfce4/apps/orage/DETAILS b/xfce4/apps/orage/DETAILS index 076dff5..24c7a9a 100644 --- a/xfce4/apps/orage/DETAILS +++ b/xfce4/apps/orage/DETAILS @@ -1,13 +1,14 @@ MODULE=orage - VERSION=4.4.2 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:bc026bf95a4f372a86ea115547272f4b99109bdd + SOURCE_VFY=sha1:99839642fcb76d9583ced2752e5505ce12196c17 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20031222 - UPDATED=20071204 + UPDATED=20090227 SHORT="Calendar utility for Xfce4" + cat << EOF xfcalendar -- Small calendar utility for the Xfce4 Desktop Environment. EOF diff --git a/xfce4/apps/xfce4-mixer/DEPENDS b/xfce4/apps/xfce4-mixer/DEPENDS index ff01586..cb293d3 100644 --- a/xfce4/apps/xfce4-mixer/DEPENDS +++ b/xfce4/apps/xfce4-mixer/DEPENDS @@ -1,2 +1 @@ -depends xfce4-panel && -optional_depends alsa-lib "--with-sound=alsa" "--with-sound=oss" "to use alsa instead of oss" +depends xfce4-panel diff --git a/xfce4/apps/xfce4-mixer/DETAILS b/xfce4/apps/xfce4-mixer/DETAILS index 943867c..7136f40 100644 --- a/xfce4/apps/xfce4-mixer/DETAILS +++ b/xfce4/apps/xfce4-mixer/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-mixer - VERSION=4.4.2 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ SOURCE_VFY=sha1:ebf035a32d8b7b84094b6477a916d692cfe6a6af MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20071204 + UPDATED=20090227 PSAFE=no SHORT="Volume control and mixer for the Xfce4 panel" cat << EOF diff --git a/xfce4/apps/xfprint/DEPENDS b/xfce4/apps/xfprint/DEPENDS index 4381cb8..32f3f81 100644 --- a/xfce4/apps/xfprint/DEPENDS +++ b/xfce4/apps/xfprint/DEPENDS @@ -1,2 +1,2 @@ -depends libxfcegui4 && +depends libxfcegui4 depends a2ps diff --git a/xfce4/apps/xfprint/DETAILS b/xfce4/apps/xfprint/DETAILS index a5c18d0..8a5aaef 100644 --- a/xfce4/apps/xfprint/DETAILS +++ b/xfce4/apps/xfprint/DETAILS @@ -1,13 +1,14 @@ MODULE=xfprint - VERSION=4.4.3 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:a1670dd247a04dcd3ba897cc32977f0828926900 + SOURCE_VFY=sha1:28bd6c8ff46eb0193647d1cd1a13d970a18e599b MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="Printer dialog for Xfce4" + cat << EOF xfprint -- Printer manager and print dialog for the Xfce4 desktop environment. diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index 2ca0c2f..c7c9a08 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,16 +1,14 @@ MODULE=Thunar - VERSION=0.9.3 + VERSION=1.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-0.9.0-missing-audio-cds-for-volman.patch - SOURCE_URL=http://www.xfce.org/archive/xfce-4.4.3/src/ - SOURCE2_URL=http://thunar.xfce.org/download/sources/Thunar/0.9.0 - SOURCE_VFY=sha1:bb43fbe5ac3af1204517ed88da1cc3e87c5ec688 - SOURCE2_VFY=sha1:ac8a61c731184fbf374a4e1482de812de3a5b0c8 + SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ + SOURCE_VFY=sha1:581594eb4bfe4db49244773ee3abeaaf136a0e0f MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 - UPDATED=20081030 + UPDATED=20090223 SHORT="File manager for xfce" + cat << EOF Thunar is the default file manager for Xfce. EOF diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index 742dfab..f1a1347 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,12 +1,12 @@ MODULE=exo - VERSION=0.3.4 + VERSION=0.3.100 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.4.2/src/ - SOURCE_VFY=sha1:4f7a3f46592fd0311be1f011f17431f211cc1fcb + SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ + SOURCE_VFY=sha1:987262654d23e0da359d434cc29f0b64ad06a733 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 - UPDATED=20071204 + UPDATED=20090227 SHORT="the Xfce extension library" cat << EOF libexo is a library for Xfce that contain additional widgets and a diff --git a/xfce4/core/libxfce4mcs/BUILD b/xfce4/core/libxfce4mcs/BUILD deleted file mode 100644 index 7ce0b09..0000000 --- a/xfce4/core/libxfce4mcs/BUILD +++ /dev/null @@ -1,14 +0,0 @@ -( - - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && - - default_make - -) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4mcs/DEPENDS b/xfce4/core/libxfce4mcs/DEPENDS deleted file mode 100644 index 89203af..0000000 --- a/xfce4/core/libxfce4mcs/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends libxfce4util -depends startup-notification diff --git a/xfce4/core/libxfce4mcs/DETAILS b/xfce4/core/libxfce4mcs/DETAILS deleted file mode 100644 index 4c33701..0000000 --- a/xfce4/core/libxfce4mcs/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=libxfce4mcs - VERSION=4.4.3 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:0f0d43534cae2971ca787ebc698ce6db14c5542d - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20030715 - UPDATED=20081030 - SHORT="Settings management library for Xfce4" - -cat << EOF -libxfce4mcs -- Library that provides settings managerment functions to the -Xfce 4 desktop environment. Includes both client and server functions, saving -loading, and notification of changes. -EOF diff --git a/xfce4/core/libxfce4menu/DEPENDS b/xfce4/core/libxfce4menu/DEPENDS new file mode 100644 index 0000000..0016747 --- /dev/null +++ b/xfce4/core/libxfce4menu/DEPENDS @@ -0,0 +1 @@ +depends libxfce4util diff --git a/xfce4/core/libxfce4menu/DETAILS b/xfce4/core/libxfce4menu/DETAILS new file mode 100644 index 0000000..c00cdea --- /dev/null +++ b/xfce4/core/libxfce4menu/DETAILS @@ -0,0 +1,15 @@ + MODULE=libxfce4menu + VERSION=4.6.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ + SOURCE_VFY=sha1:4143eae2871ee072b9805a1f506c7f10525f2f28 + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20090227 + UPDATED=20090227 + SHORT="menu library for Xfce" + +cat << EOF +menu library for Xfce +EOF + diff --git a/xfce4/core/libxfce4util/DETAILS b/xfce4/core/libxfce4util/DETAILS index 320db48..be2f4fd 100644 --- a/xfce4/core/libxfce4util/DETAILS +++ b/xfce4/core/libxfce4util/DETAILS @@ -1,13 +1,14 @@ MODULE=libxfce4util - VERSION=4.4.3 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:08e9d64e4c66ea2420a9a0ab678cf5a064585b37 + SOURCE_VFY=sha1:b4d17be26f965ac0f898b53c691a992efe54b195 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="a utility library for Xfce4" + cat << EOF libxfce4util -- A library that provides non-graphical convenience functions for the Xfce4 desktop environment. diff --git a/xfce4/core/libxfcegui4/DEPENDS b/xfce4/core/libxfcegui4/DEPENDS index 8d7aad5..473bf64 100644 --- a/xfce4/core/libxfcegui4/DEPENDS +++ b/xfce4/core/libxfcegui4/DEPENDS @@ -1,6 +1,7 @@ depends gtk+-2 depends libxml2 depends libxfce4util +depends xfconf # not real depends, but we really want them depends gtk-xfce-engine diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index 14f06b4..8204469 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -1,13 +1,14 @@ MODULE=libxfcegui4 - VERSION=4.4.3 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:4f1ab2fb035b0aaeb01cbef15d7378726037bcc9 + SOURCE_VFY=sha1:d8a3e86f90ad026c4a9fa369c9c3f6d4f3f6fd06 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="Widget library for Xfce4" + cat << EOF libxfcegui4 -- Library that provides extra widgets and graphical user interface functions to the Xfce4 desktop environment. diff --git a/xfce4/core/xfce-mcs-manager/BUILD b/xfce4/core/xfce-mcs-manager/BUILD deleted file mode 100644 index 12e8e69..0000000 --- a/xfce4/core/xfce-mcs-manager/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && - - default_make - -) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce-mcs-manager/DEPENDS b/xfce4/core/xfce-mcs-manager/DEPENDS deleted file mode 100644 index 9678bb3..0000000 --- a/xfce4/core/xfce-mcs-manager/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends libxfce4mcs -depends libxfcegui4 diff --git a/xfce4/core/xfce-mcs-manager/DETAILS b/xfce4/core/xfce-mcs-manager/DETAILS deleted file mode 100644 index 061dfca..0000000 --- a/xfce4/core/xfce-mcs-manager/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=xfce-mcs-manager - VERSION=4.4.3 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:34546b60879e4c818931363ffa4f030ad01a63d9 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20030715 - UPDATED=20081030 - SHORT="Settings manager for Xfce4" -cat << EOF -xfce-mcs-manager -- Settings manager for Xfce4. Backend and dialog. -EOF diff --git a/xfce4/core/xfce-mcs-plugins/BUILD b/xfce4/core/xfce-mcs-plugins/BUILD deleted file mode 100644 index 12e8e69..0000000 --- a/xfce4/core/xfce-mcs-plugins/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && - - default_make - -) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce-mcs-plugins/DEPENDS b/xfce4/core/xfce-mcs-plugins/DEPENDS deleted file mode 100644 index 568f5c9..0000000 --- a/xfce4/core/xfce-mcs-plugins/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends xfce-mcs-manager diff --git a/xfce4/core/xfce-mcs-plugins/DETAILS b/xfce4/core/xfce-mcs-plugins/DETAILS deleted file mode 100644 index 3d009be..0000000 --- a/xfce4/core/xfce-mcs-plugins/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=xfce-mcs-plugins - VERSION=4.4.3 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:6501ffa445ec50fd86e410c9341fc353d8d70427 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20030715 - UPDATED=20081030 - SHORT="System settings for Xfce4" - -cat << EOF -xfce-mcs-plugins -- plugins for the Xfce4 settings manager that handle system -settings, such as mouse, keyboard and user interface settings. - -EOF diff --git a/xfce4/core/xfce-utils/DEPENDS b/xfce4/core/xfce-utils/DEPENDS index f75b386..c5f480e 100644 --- a/xfce4/core/xfce-utils/DEPENDS +++ b/xfce4/core/xfce-utils/DEPENDS @@ -1,2 +1,3 @@ -depends xfce-mcs-manager depends xfce4-dev-tools +depends libxfce4util +depends libxfcegui4 diff --git a/xfce4/core/xfce-utils/DETAILS b/xfce4/core/xfce-utils/DETAILS index b03788c..5545cbb 100644 --- a/xfce4/core/xfce-utils/DETAILS +++ b/xfce4/core/xfce-utils/DETAILS @@ -1,13 +1,14 @@ MODULE=xfce-utils - VERSION=4.4.3 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:71290af79f63bb2511d27b0313ec4cd7bc4a81b4 + SOURCE_VFY=sha1:2ca9480f9a12ab4e584e27bc3d9e99ec1fab1041 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="Essential utilities for Xfce4" + cat << EOF xfce-utils -- Several essential utilities and scripts for XFce 4. Provides a askbar, the about dialog, the run dialog, the user guide and several useful diff --git a/xfce4/core/xfce4-dev-tools/DETAILS b/xfce4/core/xfce4-dev-tools/DETAILS index 6522d5a..798ee1a 100644 --- a/xfce4/core/xfce4-dev-tools/DETAILS +++ b/xfce4/core/xfce4-dev-tools/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-dev-tools - VERSION=4.4.0.1 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.4.3/src/ - SOURCE_VFY=sha1:4577d204087f7fe58228fc2f4140001d9b97b493 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ + SOURCE_VFY=sha1:a5a5cbc9e5f84f4939e53e3327c51f4b749c38a2 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="developer tools for Xfce4" cat << EOF The Xfce development tools are a collection of tools and macros for diff --git a/xfce4/core/xfce4-panel/DEPENDS b/xfce4/core/xfce4-panel/DEPENDS index a4bb149..0016747 100644 --- a/xfce4/core/xfce4-panel/DEPENDS +++ b/xfce4/core/xfce4-panel/DEPENDS @@ -1 +1 @@ -depends xfce-mcs-manager +depends libxfce4util diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS index 907e776..14fbcf6 100644 --- a/xfce4/core/xfce4-panel/DETAILS +++ b/xfce4/core/xfce4-panel/DETAILS @@ -1,13 +1,14 @@ MODULE=xfce4-panel - VERSION=4.4.3 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:6af98ffef4906220c5ffdda17a77409adc7ed353 + SOURCE_VFY=sha1:d63849e76cd65eefde01ac5a23a96df66d8a39db MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="Xfce4 panel" + cat << EOF xfce4-panel -- The panel for the Xfce4 desktop environment. Provides program lauchers, menus, and several plugins like a clock a pager and diff --git a/xfce4/core/xfce4-session/DEPENDS b/xfce4/core/xfce4-session/DEPENDS deleted file mode 100644 index 568f5c9..0000000 --- a/xfce4/core/xfce4-session/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends xfce-mcs-manager diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 36a7296..8c002c7 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,14 +1,15 @@ MODULE=xfce4-session - VERSION=4.4.3 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:609cf888548e1dc7f2b2318698ab86ac73fb0f4d + SOURCE_VFY=sha1:3865e36b691802d74b3e86aaa4a3bb2ceff838da MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 + PSAFE=no SHORT="Session manager for Xfce4" -PSAFE=no + cat << EOF xfce4-session -- Session manager for the Xfce4 desktop environment. Restores applications that were running in the previous session. diff --git a/xfce4/core/xfce4-settings/DEPENDS b/xfce4/core/xfce4-settings/DEPENDS new file mode 100644 index 0000000..0849175 --- /dev/null +++ b/xfce4/core/xfce4-settings/DEPENDS @@ -0,0 +1,2 @@ +depends exo +optional_depends libxklavier "" "" "to enable the keyboard layout switcher" diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS new file mode 100644 index 0000000..1a03039 --- /dev/null +++ b/xfce4/core/xfce4-settings/DETAILS @@ -0,0 +1,14 @@ + MODULE=xfce4-settings + VERSION=4.6.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ + SOURCE_VFY=sha1:76b256aa77269e0b2b056a806106a0313629d1b6 + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20090227 + UPDATED=20090227 + SHORT="Xfce settings manager" + +cat << EOF +EOF + diff --git a/xfce4/core/xfconf/DEPENDS b/xfce4/core/xfconf/DEPENDS new file mode 100644 index 0000000..861ac86 --- /dev/null +++ b/xfce4/core/xfconf/DEPENDS @@ -0,0 +1,2 @@ +depends dbus-glib +depends libxfce4util diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS new file mode 100644 index 0000000..f4d51af --- /dev/null +++ b/xfce4/core/xfconf/DETAILS @@ -0,0 +1,15 @@ + MODULE=xfconf + VERSION=4.6.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ + SOURCE_VFY=sha1:89aece9debe9ddd71493c1e4c99be2009562cba0 + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20090227 + UPDATED=20090227 + SHORT="configuration system for Xfce" + +cat << EOF +configuration storage system for Xfce +EOF + diff --git a/xfce4/core/xfdesktop/DEPENDS b/xfce4/core/xfdesktop/DEPENDS index 6703719..4d8eede 100644 --- a/xfce4/core/xfdesktop/DEPENDS +++ b/xfce4/core/xfdesktop/DEPENDS @@ -1,4 +1,3 @@ -depends xfce-mcs-manager depends xfce4-panel depends libxml2 optional_depends Thunar "" "" "for desktop file icon support" diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS index 8da516e..2a162f5 100644 --- a/xfce4/core/xfdesktop/DETAILS +++ b/xfce4/core/xfdesktop/DETAILS @@ -1,13 +1,14 @@ MODULE=xfdesktop - VERSION=4.4.3 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:6ba60fd7f8f57104195e3e17551315d0c3c2381e + SOURCE_VFY=sha1:11bd5312e13c78db125ffee1494c33e35e33d15a MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="Desktop manager for Xfce4" + cat << EOF Desktop manager for the Xfce4 desktop environment. Handles the background image settings and provides a mouse menu when you click on diff --git a/xfce4/core/xfwm4/DEPENDS b/xfce4/core/xfwm4/DEPENDS deleted file mode 100644 index 568f5c9..0000000 --- a/xfce4/core/xfwm4/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends xfce-mcs-manager diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS index 28ff9e0..b0f7e33 100644 --- a/xfce4/core/xfwm4/DETAILS +++ b/xfce4/core/xfwm4/DETAILS @@ -1,12 +1,12 @@ MODULE=xfwm4 - VERSION=4.4.3 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:f8581f278d4496b03f4dc279dc7e2b9b68caf30e + SOURCE_VFY=sha1:da4b81c35759ff69ab7862b702db10bb0ee2af7e MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="Window manager for Xfce4" cat << EOF diff --git a/xfce4/themes/gtk-xfce-engine/DETAILS b/xfce4/themes/gtk-xfce-engine/DETAILS index fd84d76..b8c92cb 100644 --- a/xfce4/themes/gtk-xfce-engine/DETAILS +++ b/xfce4/themes/gtk-xfce-engine/DETAILS @@ -1,13 +1,14 @@ MODULE=gtk-xfce-engine - VERSION=2.4.3 + VERSION=2.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.4.3/src/ - SOURCE_VFY=sha1:17794b7742691330f643ea207341dbd502b016f5 + SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ + SOURCE_VFY=sha1:a7be2f330833d150c5fb37f68a4c2138348b5446 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="a gtk+-2 theme engine designed for Xfce" + cat << EOF gtk-xfce-engine is a theme engine for GTK2 written by the lead developer of the Xfce project, Olivier Fourdan. diff --git a/xfce4/themes/xfwm4-themes/DETAILS b/xfce4/themes/xfwm4-themes/DETAILS index 7950db3..44d20f1 100644 --- a/xfce4/themes/xfwm4-themes/DETAILS +++ b/xfce4/themes/xfwm4-themes/DETAILS @@ -1,13 +1,14 @@ MODULE=xfwm4-themes - VERSION=4.4.3 + VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:1fa20a6cc7060b2ff31bc00b1783ddc2d41e5add + SOURCE_VFY=sha1:7e81d00b2b0a7a2b91071b8c3767171bce738af2 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="Window decoration themes for Xfce4" + cat << EOF xfwm4-themes -- Window decoration themes for xfwm4, the Xfce4 window manager. EOF diff --git a/xfce4/xfce4/DEPENDS b/xfce4/xfce4/DEPENDS index bd91635..e1af4e4 100644 --- a/xfce4/xfce4/DEPENDS +++ b/xfce4/xfce4/DEPENDS @@ -1,10 +1,10 @@ -depends gtk-xfce-engine && -depends xfce-mcs-plugins && -depends xfce-utils && -depends xfwm4 && -depends xfce4-panel && -depends xfdesktop && -depends xfce4-session && -depends xfce4-icon-theme && -optional_depends Thunar "" "" "For the new xfce4 filemanager" && +depends gtk-xfce-engine +depends xfce-utils +depends xfwm4 +depends xfce4-settings +depends xfce4-panel +depends xfdesktop +depends xfce4-session +depends xfce4-icon-theme +optional_depends Thunar "" "" "For the new xfce4 filemanager" optional_depends Terminal "" "" "For the new xfce4 xterm" diff --git a/xfce4/xfce4/DETAILS b/xfce4/xfce4/DETAILS index 4c73dee..6516356 100644 --- a/xfce4/xfce4/DETAILS +++ b/xfce4/xfce4/DETAILS @@ -1,11 +1,11 @@ MODULE=xfce4 - VERSION=4.4.3 + VERSION=4.6.0 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE} WEB_SITE=http://www.xfce.org MAINTAINER=jasper at lunar-linux.org MODULE_PREFIX=${XFCE4_PREFIX:-/usr} ENTERED=20030715 - UPDATED=20081030 + UPDATED=20090227 SHORT="lightweight desktop environment based on GTK2" PROFILE=yes From samuel.verstraete at gmail.com Sat Feb 28 09:54:46 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 28 Feb 2009 09:54:46 +0100 Subject: [Lunar-commits] xfburn: 0.4.1 in moonbase Message-ID: <20090228085531.6CB179B1B3@doppio.foo-projects.org> commit 8da78840b05553031ec3bb9631d2f8dadc6f8c2a Author: samuel verstraete Date: Sat Feb 28 09:54:46 2009 +0100 xfburn: 0.4.1 in moonbase --- xfce4/apps/xfburn/DEPENDS | 4 ++++ xfce4/apps/xfburn/DETAILS | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/xfce4/apps/xfburn/DEPENDS b/xfce4/apps/xfburn/DEPENDS new file mode 100644 index 0000000..23671e0 --- /dev/null +++ b/xfce4/apps/xfburn/DEPENDS @@ -0,0 +1,4 @@ +depends libburn +depends libxfcegui4 +depends exo +depends Thunar diff --git a/xfce4/apps/xfburn/DETAILS b/xfce4/apps/xfburn/DETAILS new file mode 100644 index 0000000..f6c1786 --- /dev/null +++ b/xfce4/apps/xfburn/DETAILS @@ -0,0 +1,14 @@ + MODULE=xfburn + VERSION=0.4.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://goodies.xfce.org/releases/$MODULE + SOURCE_VFY=sha1:7086fcdb2fa2c1b634cf64a9eef704656e774c26 + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://goodies.xfce.org/projects/applications/xfburn + ENTERED=20090227 + UPDATED=20090227 + SHORT="Cd burning application for Xfce" +cat << EOF +Cd burning application for Xfce +EOF + From 0lvin at ukr.net Sat Feb 28 11:21:05 2009 From: 0lvin at ukr.net (Denis) Date: Sat, 28 Feb 2009 12:21:05 +0200 Subject: [Lunar-commits] Xfce 4.6.0 Squashed commit of thefollowing: In-Reply-To: <20090228082500.2242DF4208@doppio.foo-projects.org> Message-ID: Hello! I found little mistake in update for xfce-mixer: not exist depends from gstreamer-plugins-base and error in build and details file. This patch I think resolve this error(also I submit this changes to 'Lunar module submission queue'): diff a/xfce4/apps/xfce4-mixer b/xfce4/apps/xfce4-mixer --- a/xfce4/apps/xfce4-mixer/BUILD 2009-02-28 10:54:46.000000000 +0200 +++ b/xfce4/apps/xfce4-mixer/BUILD 2009-02-28 11:55:29.000000000 +0200 @@ -9,9 +9,6 @@ --disable-static \ $OPTS && - # bug in 4.1.90 - cp settings/stringlist.inc lib/ &&- default_make ) > $C_FIFO 2>&1 --- a/xfce4/apps/xfce4-mixer/DEPENDS 2009-02-28 10:54:46.000000000 +0200 +++ b/xfce4/apps/xfce4-mixer/DEPENDS 2009-02-28 11:42:13.000000000 +0200 @@ -1 +1,2 @@ depends xfce4-panel +depends gst-plugins-base \ No newline at end of file --- a/xfce4/apps/xfce4-mixer/DETAILS 2009-02-28 10:54:46.000000000 +0200 +++ b/xfce4/apps/xfce4-mixer/DETAILS 2009-02-28 12:11:59.000000000 +0200 @@ -2,11 +2,11 @@ VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:ebf035a32d8b7b84094b6477a916d692cfe6a6af + SOURCE_VFY=sha1:ebcbc2cefbd6f0a24c339d61bdb138e2bbe1335c MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20090228 PSAFE=no SHORT="Volume control and mixer for the Xfce4 panel" cat << EOF Best regards, ????????????????? Denis. -------------- next part -------------- An HTML attachment was scrubbed... URL: From samuel.verstraete at gmail.com Sat Feb 28 12:53:50 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 28 Feb 2009 12:53:50 +0100 Subject: [Lunar-commits] xfce4-mixer: fix Message-ID: <20090228115535.36F169B1B3@doppio.foo-projects.org> commit 91a2fcdf1d675d0740b2fd5baf537d30585da461 Author: samuel verstraete Date: Sat Feb 28 12:53:50 2009 +0100 xfce4-mixer: fix --- xfce4/apps/xfce4-mixer/BUILD | 4 ---- xfce4/apps/xfce4-mixer/DEPENDS | 1 + xfce4/apps/xfce4-mixer/DETAILS | 3 +-- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/xfce4/apps/xfce4-mixer/BUILD b/xfce4/apps/xfce4-mixer/BUILD index 5559ea2..12e8e69 100644 --- a/xfce4/apps/xfce4-mixer/BUILD +++ b/xfce4/apps/xfce4-mixer/BUILD @@ -6,12 +6,8 @@ ./configure --build=$BUILD \ --prefix=${MODULE_PREFIX} \ - --disable-static \ $OPTS && - # bug in 4.1.90 - cp settings/stringlist.inc lib/ && - default_make ) > $C_FIFO 2>&1 diff --git a/xfce4/apps/xfce4-mixer/DEPENDS b/xfce4/apps/xfce4-mixer/DEPENDS index cb293d3..ea491bb 100644 --- a/xfce4/apps/xfce4-mixer/DEPENDS +++ b/xfce4/apps/xfce4-mixer/DEPENDS @@ -1 +1,2 @@ depends xfce4-panel +depends gst-plugins-base diff --git a/xfce4/apps/xfce4-mixer/DETAILS b/xfce4/apps/xfce4-mixer/DETAILS index 7136f40..28362f6 100644 --- a/xfce4/apps/xfce4-mixer/DETAILS +++ b/xfce4/apps/xfce4-mixer/DETAILS @@ -2,12 +2,11 @@ VERSION=4.6.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:ebf035a32d8b7b84094b6477a916d692cfe6a6af + SOURCE_VFY=sha1:ebcbc2cefbd6f0a24c339d61bdb138e2bbe1335c MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 UPDATED=20090227 - PSAFE=no SHORT="Volume control and mixer for the Xfce4 panel" cat << EOF xfce4-mixer -- Volume control plugin and mixer for the Xfce4 panel. From samuel.verstraete at gmail.com Sat Feb 28 13:09:33 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 28 Feb 2009 13:09:33 +0100 Subject: [Lunar-commits] xfdesktop depends on libxfce4menu Message-ID: <20090228120945.0E2769B1B3@doppio.foo-projects.org> commit 5a3c875f08bfc26dcdc86f9f3fe9affa63e6bb26 Author: samuel verstraete Date: Sat Feb 28 13:09:33 2009 +0100 xfdesktop depends on libxfce4menu --- xfce4/core/xfdesktop/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xfce4/core/xfdesktop/DEPENDS b/xfce4/core/xfdesktop/DEPENDS index 4d8eede..b28b83a 100644 --- a/xfce4/core/xfdesktop/DEPENDS +++ b/xfce4/core/xfdesktop/DEPENDS @@ -1,3 +1,4 @@ depends xfce4-panel depends libxml2 +depends libxfce4menu optional_depends Thunar "" "" "for desktop file icon support" From samuel.verstraete at gmail.com Sat Feb 28 13:11:03 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 28 Feb 2009 13:11:03 +0100 Subject: [Lunar-commits] xfce4-panel: let's assume this one needs libxfce4menu too :) Message-ID: <20090228121120.D6C609B1B3@doppio.foo-projects.org> commit f69682f3b6cfe1738f7b0a240b154928f267f4fb Author: samuel verstraete Date: Sat Feb 28 13:11:03 2009 +0100 xfce4-panel: let's assume this one needs libxfce4menu too :) --- xfce4/core/xfce4-panel/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xfce4/core/xfce4-panel/DEPENDS b/xfce4/core/xfce4-panel/DEPENDS index 0016747..7d91146 100644 --- a/xfce4/core/xfce4-panel/DEPENDS +++ b/xfce4/core/xfce4-panel/DEPENDS @@ -1 +1,2 @@ depends libxfce4util +depends libxfce4menu From samuel.verstraete at gmail.com Sat Feb 28 13:27:44 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 28 Feb 2009 13:27:44 +0100 Subject: [Lunar-commits] xfce4-session: optional_depends on fortune Message-ID: <20090228122800.9AF199B1B3@doppio.foo-projects.org> commit 1f1eb2881adecb45ad67d7992e411aa71129f963 Author: samuel verstraete Date: Sat Feb 28 13:27:44 2009 +0100 xfce4-session: optional_depends on fortune --- xfce4/core/xfce4-session/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xfce4/core/xfce4-session/DEPENDS b/xfce4/core/xfce4-session/DEPENDS new file mode 100644 index 0000000..cb135b0 --- /dev/null +++ b/xfce4/core/xfce4-session/DEPENDS @@ -0,0 +1 @@ +optional_depends fortune "" "" "so xfce4-tips can give you the fortune of the day" From samuel.verstraete at gmail.com Sat Feb 28 13:31:49 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 28 Feb 2009 13:31:49 +0100 Subject: [Lunar-commits] xfce4-session: further depends tweaking Message-ID: <20090228123201.F2E249B1B3@doppio.foo-projects.org> commit 9f4ed352af1b22b6ef42291c8596bdacfbf4f485 Author: samuel verstraete Date: Sat Feb 28 13:31:49 2009 +0100 xfce4-session: further depends tweaking --- xfce4/core/xfce4-session/DEPENDS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/xfce4/core/xfce4-session/DEPENDS b/xfce4/core/xfce4-session/DEPENDS index cb135b0..1bda173 100644 --- a/xfce4/core/xfce4-session/DEPENDS +++ b/xfce4/core/xfce4-session/DEPENDS @@ -1 +1,5 @@ +depends xfconf +depends libxfce4util +depends libxfcegui4 + optional_depends fortune "" "" "so xfce4-tips can give you the fortune of the day" From engelsman at lunar-linux.org Sat Feb 28 14:53:51 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 28 Feb 2009 14:53:51 +0100 Subject: [Lunar-commits] qmpdclient: version 1.0.9 added to moonbase Message-ID: <20090228135549.6A4179B1B3@doppio.foo-projects.org> commit be7e26426b81c282d24be560d04c9c0e415ce065 Author: Oliver Dietsch Date: Sat Feb 28 14:53:51 2009 +0100 qmpdclient: version 1.0.9 added to moonbase qmpdclient: A new MPD client Note: downloads, compiles and installs OK and interface starts, but otherwise untestd - engelsman --- zbeta/qmpdclient/BUILD | 8 ++++++++ zbeta/qmpdclient/DEPENDS | 2 ++ zbeta/qmpdclient/DETAILS | 27 +++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 0 deletions(-) diff --git a/zbeta/qmpdclient/BUILD b/zbeta/qmpdclient/BUILD new file mode 100644 index 0000000..fb70df0 --- /dev/null +++ b/zbeta/qmpdclient/BUILD @@ -0,0 +1,8 @@ +( + source /etc/profile.d/qt4.rc + + sedit "s:/usr/local:/usr:" qmpdclient.pro && + qmake && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/qmpdclient/DEPENDS b/zbeta/qmpdclient/DEPENDS new file mode 100644 index 0000000..01e0809 --- /dev/null +++ b/zbeta/qmpdclient/DEPENDS @@ -0,0 +1,2 @@ +depends qt4 +depends libmpd diff --git a/zbeta/qmpdclient/DETAILS b/zbeta/qmpdclient/DETAILS new file mode 100644 index 0000000..fa070fb --- /dev/null +++ b/zbeta/qmpdclient/DETAILS @@ -0,0 +1,27 @@ + MODULE=qmpdclient + VERSION=1.0.9 + SOURCE=${MODULE}-${VERSION}.tar.gz + SOURCE_URL=http://havtknut.tihlde.org/qmpdclient/files/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:579ce90eb9bcfe9a7c5a63763f219c28a063a3c4 + MODULE_PREFIX=/usr + WEB_SITE="http://havtknut.tihlde.org/qmpdclient/" + ENTERED=20090217 + UPDATED=20090217 + SHORT="A Qt 4 based client for the MPD" +cat < qmpdclient: removed redundant MODULE_PREFIX from DETAILS Message-ID: <20090228135549.7BB579B1C1@doppio.foo-projects.org> commit 426fd787a4ecbe76a1c0137b5f4970d3d1a79ad5 Author: Duncan Gibson Date: Sat Feb 28 14:54:42 2009 +0100 qmpdclient: removed redundant MODULE_PREFIX from DETAILS --- zbeta/qmpdclient/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/qmpdclient/DETAILS b/zbeta/qmpdclient/DETAILS index fa070fb..84eb404 100644 --- a/zbeta/qmpdclient/DETAILS +++ b/zbeta/qmpdclient/DETAILS @@ -4,11 +4,11 @@ SOURCE_URL=http://havtknut.tihlde.org/qmpdclient/files/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_VFY=sha1:579ce90eb9bcfe9a7c5a63763f219c28a063a3c4 - MODULE_PREFIX=/usr WEB_SITE="http://havtknut.tihlde.org/qmpdclient/" ENTERED=20090217 UPDATED=20090217 SHORT="A Qt 4 based client for the MPD" + cat < xfwm4: add some dependencies Message-ID: <20090228154010.9D9319B1B3@doppio.foo-projects.org> commit 8ffee24e3689fdd4b889dfb810d20a470b55503a Author: samuel verstraete Date: Sat Feb 28 16:38:49 2009 +0100 xfwm4: add some dependencies --- xfce4/core/xfwm4/DEPENDS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/xfce4/core/xfwm4/DEPENDS b/xfce4/core/xfwm4/DEPENDS new file mode 100644 index 0000000..9973ceb --- /dev/null +++ b/xfce4/core/xfwm4/DEPENDS @@ -0,0 +1,5 @@ +depends libwnck +depends libxfce4util +depends libxfcegui4 +depends xfconf +depends startup-notification From samuel.verstraete at gmail.com Sat Feb 28 16:39:13 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 28 Feb 2009 16:39:13 +0100 Subject: [Lunar-commits] jannis says libxfce4menu is not in the depends of xfce4-panel Message-ID: <20090228154010.A62189B1C1@doppio.foo-projects.org> commit 5a65abdfe283958d3bb2bc05cf72d402ee1209fe Author: samuel verstraete Date: Sat Feb 28 16:39:13 2009 +0100 jannis says libxfce4menu is not in the depends of xfce4-panel --- xfce4/core/xfce4-panel/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/xfce4/core/xfce4-panel/DEPENDS b/xfce4/core/xfce4-panel/DEPENDS index 7d91146..0016747 100644 --- a/xfce4/core/xfce4-panel/DEPENDS +++ b/xfce4/core/xfce4-panel/DEPENDS @@ -1,2 +1 @@ depends libxfce4util -depends libxfce4menu From engelsman at lunar-linux.org Sat Feb 28 17:56:42 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 28 Feb 2009 17:56:42 +0100 Subject: [Lunar-commits] recordmydesktop: added depends libtheora Message-ID: <20090228165706.3226B9B1B3@doppio.foo-projects.org> commit 330a8e30c65203c7c9596a5db2be1f2705ed1752 Author: Oliver Dietsch Date: Sat Feb 28 17:56:42 2009 +0100 recordmydesktop: added depends libtheora recordmydesktop: Add necessary dependency libtheora --- video/recordmydesktop/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/video/recordmydesktop/DEPENDS b/video/recordmydesktop/DEPENDS new file mode 100644 index 0000000..ce29f67 --- /dev/null +++ b/video/recordmydesktop/DEPENDS @@ -0,0 +1 @@ +depends libtheora From engelsman at lunar-linux.org Sat Feb 28 18:08:36 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 28 Feb 2009 18:08:36 +0100 Subject: [Lunar-commits] atari800: added version 2.0.3 to the moonbase Message-ID: <20090228170902.F0E159B1B3@doppio.foo-projects.org> commit 2a5ac0fc413c5e803d84ae1eb8847ce8376c245a Author: Paul Bredbury Date: Sat Feb 28 18:08:36 2009 +0100 atari800: added version 2.0.3 to the moonbase Note: downloads, compiles and installs OK, but otherwise untested - engelsman --- zbeta/atari800/BUILD | 11 +++++++++++ zbeta/atari800/DEPENDS | 2 ++ zbeta/atari800/DETAILS | 22 ++++++++++++++++++++++ zbeta/atari800/PRE_BUILD | 3 +++ 4 files changed, 38 insertions(+), 0 deletions(-) diff --git a/zbeta/atari800/BUILD b/zbeta/atari800/BUILD new file mode 100644 index 0000000..a56ef84 --- /dev/null +++ b/zbeta/atari800/BUILD @@ -0,0 +1,11 @@ +( + + OPTS+=" --target=sdl" && + cd src && + default_build && + + mkdir -p /usr/share/$MODULE && + install -m644 -t /usr/share/$MODULE/ ../*.{ROM,XFD,ATR} && + install -m644 -D ../XF25.DOC /usr/share/doc/$MODULE/xf25.txt + +) > $C_FIFO 2>&1 diff --git a/zbeta/atari800/DEPENDS b/zbeta/atari800/DEPENDS new file mode 100644 index 0000000..30a592e --- /dev/null +++ b/zbeta/atari800/DEPENDS @@ -0,0 +1,2 @@ +depends unzip +depends SDL diff --git a/zbeta/atari800/DETAILS b/zbeta/atari800/DETAILS new file mode 100644 index 0000000..2220ff3 --- /dev/null +++ b/zbeta/atari800/DETAILS @@ -0,0 +1,22 @@ + MODULE=atari800 + VERSION=2.0.3 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=xf25.zip +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE2_URL=$SFORGE_URL/$MODULE/ + SOURCE_VFY=sha1:e6cfcd22b79874239bd664a476ff287c2d708924 + SOURCE2_VFY=sha1:e65923fd3a4845c1c72d1677db0fda969187eb42 + WEB_SITE=http://atari800.sourceforge.net/ + ENTERED=20090222 + UPDATED=20090222 + MAINTAINER=brebs at sent.com + SHORT="emulator of 8-bit Atari personal computers" + +cat << EOF +Atari800 is an emulator for the 800, 800XL, 130XE and 5200 models of +the Atari personal computer. It can be used on console, FrameBuffer or +X11. It features excellent compatibility, HIFI sound support, +artifacting emulation, precise cycle-exact ANTIC/GTIA emulation and +more. +EOF diff --git a/zbeta/atari800/PRE_BUILD b/zbeta/atari800/PRE_BUILD new file mode 100644 index 0000000..bed3673 --- /dev/null +++ b/zbeta/atari800/PRE_BUILD @@ -0,0 +1,3 @@ +default_pre_build && +cd $SOURCE_DIRECTORY && +unzip -qo $SOURCE_CACHE/$SOURCE2 From zmcgrew at lunar-linux.org Sat Feb 28 08:25:04 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 27 Feb 2009 23:25:04 -0800 Subject: [Lunar-commits] gtk-vnc: switch to bz2 version Message-ID: <20090302085352.8FC2C9B201@doppio.foo-projects.org> commit d505b4506a5ecd1a11f151a4ecd8e2a99a22c993 Author: Zachary McGrew Date: Fri Feb 27 23:25:04 2009 -0800 gtk-vnc: switch to bz2 version --- libs/gtk-vnc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/gtk-vnc/DETAILS b/libs/gtk-vnc/DETAILS index 64df200..ef4da47 100644 --- a/libs/gtk-vnc/DETAILS +++ b/libs/gtk-vnc/DETAILS @@ -1,8 +1,8 @@ MODULE=gtk-vnc VERSION=0.3.8 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/gtk-vnc/ - SOURCE_VFY=sha1:58b729504df8ce8a043bfbf6351d751e8c8b8a09 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$GNOME_URL/$MODULE/ + SOURCE_VFY=sha1:6f9e364ee31999c2900c8ae382766836a68dbb40 WEB_SITE=http://gtk-vnc.sourceforge.net ENTERED=20080925 UPDATED=20090104