From stumbles at lunar-linux.org Sun Aug 1 01:47:56 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 31 Jul 2010 19:47:56 -0400 Subject: [Lunar-commits] cagibi: Adding to moonbase. Will be an optional depends for kdebase4-runtime (KDE SC-4.5). Message-ID: <20100731235025.80C659B220@doppio.foo-projects.org> commit 05249fbb171460feb26bbc63056e873c3bbca0d6 Author: Dennis `stumbles` Veatch Date: Sat Jul 31 19:47:56 2010 -0400 cagibi: Adding to moonbase. Will be an optional depends for kdebase4-runtime (KDE SC-4.5). --- net/cagibi/BUILD | 14 ++++++++++++++ net/cagibi/DETAILS | 17 +++++++++++++++++ 2 files changed, 31 insertions(+), 0 deletions(-) diff --git a/net/cagibi/BUILD b/net/cagibi/BUILD new file mode 100644 index 0000000..95d4fec --- /dev/null +++ b/net/cagibi/BUILD @@ -0,0 +1,14 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/net/cagibi/DETAILS b/net/cagibi/DETAILS new file mode 100644 index 0000000..3f3be05 --- /dev/null +++ b/net/cagibi/DETAILS @@ -0,0 +1,17 @@ + MODULE=cagibi + VERSION=0.1.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=$KDE_URL/stable/$MODULE/ + SOURCE_VFY=sha1:ac6e873e52abd92318c5680837f59a4d2453dc59 + WEB_SITE=http://frinring.wordpress.com/2010/07/27/first-release-of-cagibi-prototype-of-cacheproxy-daemon-for-upnp-device-listening-and-publishing/ + ENTERED=20100731 + UPDATED=20100731 + SHORT="cache/proxy for SSDP" + +cat << EOF +Cagibi aims to be to SSDP what Avahi is to DNS-SD/Zeroconf: +a cache caching all service/device announcements on the network in a local +process as well as being a broker serving local announcements to the network. +Both should be done by a single daemon process, accessable via D-Bus on the +system bus. +EOF From florin at lunar-linux.org Sun Aug 1 07:03:32 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 1 Aug 2010 08:03:32 +0300 Subject: [Lunar-commits] pgadmin3: version bumped to 1.10.5. Message-ID: <20100801050357.C544A9B307@doppio.foo-projects.org> commit 2dcd1d45415af50412a20d997eb8fe6487215797 Author: Florin Braescu Date: Sun Aug 1 08:03:32 2010 +0300 pgadmin3: version bumped to 1.10.5. --- sql/pgadmin3/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/pgadmin3/DETAILS b/sql/pgadmin3/DETAILS index d8f9721..2b879ce 100644 --- a/sql/pgadmin3/DETAILS +++ b/sql/pgadmin3/DETAILS @@ -1,11 +1,11 @@ MODULE=pgadmin3 - VERSION=1.10.3 + VERSION=1.10.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v$VERSION/src - SOURCE_VFY=sha1:d5895ca8be9cccf0faa626b2b7be0049dd4abf92 + SOURCE_VFY=sha1:8bfff88a8535a0ee942abb46f1fc236df0b05b02 WEB_SITE=http://www.pgadmin.org/index.php ENTERED=20050728 - UPDATED=20100607 + UPDATED=20100801 SHORT="administration and development platform for the PostgreSQL database" cat << EOF From engelsman at lunar-linux.org Sun Aug 1 13:27:01 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 1 Aug 2010 13:27:01 +0200 Subject: [Lunar-commits] libgeotiff: changed download link Message-ID: <20100801113453.0323B9B307@doppio.foo-projects.org> commit 0dd7cfff762e26ae8f0faa801a8923b7ae9c7af9 Author: Christian Riggenbach Date: Sun Aug 1 13:27:01 2010 +0200 libgeotiff: changed download link --- science/libgeotiff/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/science/libgeotiff/DETAILS b/science/libgeotiff/DETAILS index 3cee802..c52e90d 100644 --- a/science/libgeotiff/DETAILS +++ b/science/libgeotiff/DETAILS @@ -1,7 +1,7 @@ MODULE=libgeotiff VERSION=1.3.0 SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_URL[0]=ftp://ftp.remotesensing.org/geotiff/libgeotiff/ +SOURCE_URL[0]=http://download.osgeo.org/geotiff/libgeotiff/ SOURCE_VFY=sha1:b8cde5014cf82fe4683fa35fc81a5ea8d64b940f WEB_SITE=http://directory.fsf.org/science/visual/libgeotiff.html ENTERED=20050902 From engelsman at lunar-linux.org Sun Aug 1 13:31:45 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 1 Aug 2010 13:31:45 +0200 Subject: [Lunar-commits] gdal: changed download link Message-ID: <20100801113453.112339B309@doppio.foo-projects.org> commit 0443c9b2b19a48dec65c8035ba4542da43d36f07 Author: Christian Riggenbach Date: Sun Aug 1 13:31:45 2010 +0200 gdal: changed download link --- science/gdal/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/science/gdal/DETAILS b/science/gdal/DETAILS index c24718e..7d8eeb1 100644 --- a/science/gdal/DETAILS +++ b/science/gdal/DETAILS @@ -1,7 +1,7 @@ MODULE=gdal VERSION=1.7.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=ftp://ftp.remotesensing.org/gdal/ + SOURCE_URL=http://download.osgeo.org/gdal/ SOURCE_VFY=sha1:a03127530708e3924aec7b505cc2ca4f8153f13c WEB_SITE=http://www.remotesensing.org/gdal/index.html ENTERED=20050915 From engelsman at lunar-linux.org Sun Aug 1 13:47:31 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 1 Aug 2010 13:47:31 +0200 Subject: [Lunar-commits] libnl: Fix source url Message-ID: <20100801115229.F1E499B307@doppio.foo-projects.org> commit 9924acd8558dd39b2c2f50d2228baf9e1cb1791b Author: Giorgos Chadjipavlis Date: Sun Aug 1 13:47:31 2010 +0200 libnl: Fix source url --- libs/libnl/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/libnl/DETAILS b/libs/libnl/DETAILS index 38a4b9e..ff0e7cf 100644 --- a/libs/libnl/DETAILS +++ b/libs/libnl/DETAILS @@ -1,7 +1,7 @@ MODULE=libnl VERSION=1.1 SOURCE=$MODULE\_$VERSION.orig.tar.gz - SOURCE_URL=http://ftp.hu.freebsd.org/ubuntu/pool/main/$MODULE/$MODULE + SOURCE_URL=http://ftp.debian.org/debian/pool/main/libn/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_VFY=sha1:54c7d02f93b09b43338e5cbf42f1373e83566577 WEB_SITE=http://people.suug.ch/~tgr/$MODULE From engelsman at lunar-linux.org Sun Aug 1 14:07:26 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 1 Aug 2010 14:07:26 +0200 Subject: [Lunar-commits] frogatto: put executable in /usr/games/ Message-ID: <20100801120757.A4E019B307@doppio.foo-projects.org> commit 31ad94953e11716afdc07b1131314ac76dd2860f Author: Paul Bredbury Date: Sun Aug 1 14:07:26 2010 +0200 frogatto: put executable in /usr/games/ Oops. --- games/frogatto/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/games/frogatto/BUILD b/games/frogatto/BUILD index b7f3d48..153fbd9 100644 --- a/games/frogatto/BUILD +++ b/games/frogatto/BUILD @@ -18,7 +18,7 @@ prepare_install && # Executable - install -D -m755 game /usr/bin/frogatto && + install -D -m755 game /usr/games/frogatto && # Data mkdir -p /usr/share/games/frogatto/ && From florin at lunar-linux.org Sun Aug 1 17:52:40 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 1 Aug 2010 18:52:40 +0300 Subject: [Lunar-commits] iperf: version bumped to 2.0.5. Message-ID: <20100801155301.531329B307@doppio.foo-projects.org> commit 8e29aa00ab3d79daff059f3e621550394c7a58b8 Author: Florin Braescu Date: Sun Aug 1 18:52:40 2010 +0300 iperf: version bumped to 2.0.5. Bugfixes and improvements. --- net/iperf/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/iperf/DETAILS b/net/iperf/DETAILS index 8d6499f..114c407 100644 --- a/net/iperf/DETAILS +++ b/net/iperf/DETAILS @@ -1,13 +1,13 @@ MODULE=iperf - VERSION=2.0.4 + VERSION=2.0.5 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/iperf - SOURCE_VFY=sha1:78b6b78789eccf42b5deb783bd8a92469d1383e1 - WEB_SITE=http://dast.nlanr.net/Projects/Iperf/ + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:7302792dcb1bd7aeba032fef6d3dcc310e4d113f + WEB_SITE=http://dast.nlanr.net/Projects/Iperf ENTERED=20070609 - UPDATED=20090906 + UPDATED=20100801 SHORT="Network testing tool" - + cat << EOF While tools to measure network performance, such as ttcp, exist, most are very old and have confusing options. Iperf was developed as From stumbles at lunar-linux.org Sun Aug 1 19:02:29 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 1 Aug 2010 13:02:29 -0400 Subject: [Lunar-commits] eric4: Version bump. Message-ID: <20100801170249.98EB69B307@doppio.foo-projects.org> commit 427fe03a853680ca76acafdaa109bc0d669dc26b Author: Dennis `stumbles` Veatch Date: Sun Aug 1 13:02:29 2010 -0400 eric4: Version bump. --- editors/eric4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/eric4/DETAILS b/editors/eric4/DETAILS index 3dc9944..9debea3 100644 --- a/editors/eric4/DETAILS +++ b/editors/eric4/DETAILS @@ -1,11 +1,11 @@ MODULE=eric4 - VERSION=4.4.6 + VERSION=4.4.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/eric-ide - SOURCE_VFY=sha1:8b7483e2fb7be7026faf4376f1b13b118c87fdfb + SOURCE_VFY=sha1:308d37eaef94e4a771ace42dfc5950048315bbb1 WEB_SITE=http://www.die-offenbachs.de/detlev/eric ENTERED=20080914 - UPDATED=20100704 + UPDATED=20100801 SHORT="A full featured Python IDE" cat << EOF From ratler at lunar-linux.org Mon Aug 2 13:30:37 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Mon, 2 Aug 2010 13:30:37 +0200 Subject: [Lunar-commits] openafs-driver: Quick fix to determine kernel module install dir Message-ID: <20100802113038.CABB09B307@doppio.foo-projects.org> commit b2c1ffd9555dfbf9cd0a28228df59a54ceee35fb Author: Stefan Wold Date: Mon Aug 2 13:30:37 2010 +0200 openafs-driver: Quick fix to determine kernel module install dir --- kernel/openafs-driver/POST_INSTALL | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/kernel/openafs-driver/POST_INSTALL b/kernel/openafs-driver/POST_INSTALL index 46d48a6..3815603 100644 --- a/kernel/openafs-driver/POST_INSTALL +++ b/kernel/openafs-driver/POST_INSTALL @@ -23,13 +23,9 @@ case `arch` in ;; esac -KVER=$(if [ -f /usr/src/linux/include/linux/utsrelease.h ] ; then - grep UTS_RELEASE /usr/src/linux/include/linux/utsrelease.h | cut -d'"' -f2 -else - grep UTS_RELEASE /usr/src/linux/include/linux/version.h | cut -d'"' -f2 -fi) MODDIR=$(expr $SOURCE_DIRECTORY/src/libafs/MODLOAD-*) +KVER=$(echo ${MODDIR##*/} | awk -F- '{ print $2 }') if [ "$kv" == "26" ]; then [ -f ${MODDIR}/libafs.ko ] || exit -1 From engelsman at lunar-linux.org Mon Aug 2 20:50:17 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 2 Aug 2010 20:50:17 +0200 Subject: [Lunar-commits] Zim: version bump Message-ID: <20100802185429.AF80A9B307@doppio.foo-projects.org> commit f6a0507690f1eabe195e0b0303943278a0e0fc86 Author: Paul Bredbury Date: Mon Aug 2 20:50:17 2010 +0200 Zim: version bump --- editors/Zim/DETAILS | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/editors/Zim/DETAILS b/editors/Zim/DETAILS index 47cc0b7..7f2b444 100644 --- a/editors/Zim/DETAILS +++ b/editors/Zim/DETAILS @@ -1,13 +1,12 @@ MODULE=Zim - VERSION=0.44 + VERSION=0.48 SOURCE=zim-$VERSION.tar.gz - SOURCE_URL[0]=http://zim-wiki.org/downloads/ - SOURCE_URL[1]=http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/ + SOURCE_URL=http://zim-wiki.org/downloads/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/zim-$VERSION - SOURCE_VFY=sha1:aa342ecebd190641cded30d5f118c1b6aaab7113 + SOURCE_VFY=sha1:bd84fa5104de5ed85a49723d26b350856de93217 WEB_SITE=http://zim-wiki.org/ ENTERED=20060813 - UPDATED=20100313 + UPDATED=20100722 MAINTAINER=perldude at lunar-linux.org SHORT="a desktop wiki and outliner" From engelsman at lunar-linux.org Mon Aug 2 20:51:27 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 2 Aug 2010 20:51:27 +0200 Subject: [Lunar-commits] Zim: updated DEPENDS Message-ID: <20100802185429.C01C09B309@doppio.foo-projects.org> commit 3d3437df10805fb85d1f5c72a0f52a9040dfe444 Author: Duncan Gibson Date: Mon Aug 2 20:51:27 2010 +0200 Zim: updated DEPENDS needed to add pygobject to get it to build, and pygtk to get it to run. Is Zim moving from perl to python? --- editors/Zim/DEPENDS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/editors/Zim/DEPENDS b/editors/Zim/DEPENDS index 0e75a12..19218e8 100644 --- a/editors/Zim/DEPENDS +++ b/editors/Zim/DEPENDS @@ -4,5 +4,8 @@ depends File-BaseDir depends File-MimeInfo depends xdg-utils +depends pygobject +depends pygtk + optional_depends "Gtk2-Spell" "" "" "support for spell checker" optional_depends "Gtk2-TrayIcon" "" "" "support for tray icon" From engelsman at lunar-linux.org Mon Aug 2 21:48:15 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 2 Aug 2010 21:48:15 +0200 Subject: [Lunar-commits] texlive-texmf: a TeX Live that works Message-ID: <20100802194923.B70329B307@doppio.foo-projects.org> commit ff807c86420b79e27f41630a4d148f15f4efaaab Author: Paul Bredbury Date: Mon Aug 2 21:48:15 2010 +0200 texlive-texmf: a TeX Live that works Mainly copied from Sourcemage. Note: This is zbeta, so it's buyer beware! Needs a warning added about size of tarball filling default tmpfs and probably an rc file to set paths, etc. - engelsman --- zbeta/texlive-texmf/BUILD | 13 +++++++++++++ zbeta/texlive-texmf/CONFLICTS | 2 ++ zbeta/texlive-texmf/DETAILS | 16 ++++++++++++++++ 3 files changed, 31 insertions(+), 0 deletions(-) diff --git a/zbeta/texlive-texmf/BUILD b/zbeta/texlive-texmf/BUILD new file mode 100644 index 0000000..4e9a21d --- /dev/null +++ b/zbeta/texlive-texmf/BUILD @@ -0,0 +1,13 @@ +( + + prepare_install && + + mkdir -p /usr/share/doc/texmf/{texmf,texmf-dist,texmf-doc} /usr/share/man/man{1,5} && + + cp -R texmf/doc/man/man1/*.1 /usr/share/man/man1/ && + cp -R texmf/doc/man/man5/*.5 /usr/share/man/man5/ && + cp -R texmf/doc /usr/share/doc/texmf/texmf && + cp -R texmf-dist/doc /usr/share/doc/texmf-dist/ && + cp -R texmf texmf-dist /usr/share/ + +) > $C_FIFO 2>&1 diff --git a/zbeta/texlive-texmf/CONFLICTS b/zbeta/texlive-texmf/CONFLICTS new file mode 100644 index 0000000..7afbb65 --- /dev/null +++ b/zbeta/texlive-texmf/CONFLICTS @@ -0,0 +1,2 @@ +conflicts teTeX +conflicts teTeX-texmf diff --git a/zbeta/texlive-texmf/DETAILS b/zbeta/texlive-texmf/DETAILS new file mode 100644 index 0000000..67fa251 --- /dev/null +++ b/zbeta/texlive-texmf/DETAILS @@ -0,0 +1,16 @@ + MODULE=texlive-texmf + VERSION=20091107 + SOURCE=texlive-${VERSION}-texmf.tar.xz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE/.tar.xz} + # Use faster mirror first, for this huge 900mb file + SOURCE_URL[0]=ftp://ftp.usa.openbsd.org/pub/OpenBSD/distfiles + SOURCE_URL[1]=ftp://tug.org/texlive/historic/${VERSION:0:4} + SOURCE_VFY=sha1:a85d33e2915fd2bfad86e5a1ce498058a380d959 + WEB_SITE=http://www.tug.org/texlive/ + ENTERED=20100731 + UPDATED=20100731 + SHORT="TeX Live metafont package" + +cat << EOF +Metafont package from the TeX Live distribution. +EOF From florin at lunar-linux.org Tue Aug 3 06:39:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Aug 2010 07:39:54 +0300 Subject: [Lunar-commits] gparted: version bumped to 0.6.2. Message-ID: <20100803044022.9F2F29B2F2@doppio.foo-projects.org> commit e331bd737db93dbc407ca9d9a93c0d227a58dfcf Author: Florin Braescu Date: Tue Aug 3 07:39:54 2010 +0300 gparted: version bumped to 0.6.2. 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 4d4aeb9..83ded07 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.6.1 + VERSION=0.6.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:096846d82722f54e07a27aad48a0299456b2acab + SOURCE_VFY=sha1:dc26bff18d32099d4e14d7c452bc333eddffac7a WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20100709 + UPDATED=20100803 SHORT="A graphical frontend to parted" cat << EOF From florin at lunar-linux.org Tue Aug 3 06:55:17 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Aug 2010 07:55:17 +0300 Subject: [Lunar-commits] sudo: version bumped to 1.7.4. Message-ID: <20100803045541.5B20A9B2F2@doppio.foo-projects.org> commit 1c9f27a4ab39f1f5059b79ded0c40e892adcd0a9 Author: Florin Braescu Date: Tue Aug 3 07:55:17 2010 +0300 sudo: version bumped to 1.7.4. Bugfixes and some new features added. --- security/sudo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/sudo/DETAILS b/security/sudo/DETAILS index b45a66d..9aaca2c 100644 --- a/security/sudo/DETAILS +++ b/security/sudo/DETAILS @@ -1,12 +1,12 @@ MODULE=sudo - VERSION=1.7.3 + VERSION=1.7.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.sudo.ws/pub/$MODULE SOURCE_URL[1]=ftp://ftp.courtesan.com/pub/$MODULE - SOURCE_VFY=sha1:7d237f843acbc6b7f3b587b52ccbeb6e824d2375 + SOURCE_VFY=sha1:d2799d49070ccf66634f15e67f60078fe313c247 WEB_SITE=http://www.courtesan.com/sudo ENTERED=20010922 - UPDATED=20100701 + UPDATED=20100803 SHORT="Grant limited superuser ability to users/groups" cat << EOF From florin at lunar-linux.org Tue Aug 3 07:04:56 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Aug 2010 08:04:56 +0300 Subject: [Lunar-commits] snort: version bumped to 2.8.6.1. Message-ID: <20100803050517.5A79A9B2F2@doppio.foo-projects.org> commit 4b597dfdcca64912e370e78252e69501cd62f911 Author: Florin Braescu Date: Tue Aug 3 08:04:56 2010 +0300 snort: version bumped to 2.8.6.1. Bugfixes release. --- security/snort/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/security/snort/DETAILS b/security/snort/DETAILS index 909e500..29248d1 100644 --- a/security/snort/DETAILS +++ b/security/snort/DETAILS @@ -1,16 +1,17 @@ MODULE=snort MAJOR=2.8 - VERSION=$MAJOR.6 + VERSION=$MAJOR.6.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=snortrules-snapshot-$MAJOR.tar.gz - SOURCE_URL=http://dl.snort.org/snort-current + SOURCE_URL[0]=http://dl.snort.org/snort-current/20100722 + SOURCE_URL[1]=$MIRROR_URL SOURCE2_URL[0]=$MIRROR_URL SOURCE2_URL[1]=http://dl.snort.org/reg-rules - SOURCE_VFY=sha1:e463c99994e52171439623e1b05b9e1bcf01ac8f + SOURCE_VFY=sha1:66e991f151f6aae5dcdee92abc8092cd508a2aaa SOURCE2_VFY=sha1:e53fa49b59732d523394ecb7e291d90ac76d8b8a WEB_SITE=http://www.snort.org ENTERED=20011022 - UPDATED=20100427 + UPDATED=20100803 SHORT="Lightweight network intrustion detection program" cat << EOF From florin at lunar-linux.org Tue Aug 3 07:07:16 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Aug 2010 08:07:16 +0300 Subject: [Lunar-commits] mercurial: version bumped to 1.6.1. Message-ID: <20100803050732.D0D579B2F2@doppio.foo-projects.org> commit 1eec62da500420514c33c0274dfe841a248e701e Author: Florin Braescu Date: Tue Aug 3 08:07:16 2010 +0300 mercurial: version bumped to 1.6.1. Bugfixes. --- devel/mercurial/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/mercurial/DETAILS b/devel/mercurial/DETAILS index eaf199e..3aa2457 100644 --- a/devel/mercurial/DETAILS +++ b/devel/mercurial/DETAILS @@ -1,11 +1,11 @@ MODULE=mercurial - VERSION=1.6 + VERSION=1.6.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.selenic.com/$MODULE/release - SOURCE_VFY=sha1:53ffa5d267fcf220e9fd303da0ba477673fd412b + SOURCE_VFY=sha1:c867e7f7fc7b7f7c5bf19790d3a088afa063e3a8 WEB_SITE=http://www.selenic.com/$MODULE/wiki ENTERED=20070408 - UPDATED=20100707 + UPDATED=20100803 PSAFE=no SHORT="A fast, lightweight SCM system" From florin at lunar-linux.org Tue Aug 3 08:11:46 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Aug 2010 09:11:46 +0300 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.35. Message-ID: <20100803061229.ED2B29B2F2@doppio.foo-projects.org> commit 3e63f45be3e4775d722bf61fb0ce8397542068a2 Author: Florin Braescu Date: Tue Aug 3 09:11:46 2010 +0300 linux-2.6: version bumped to 2.6.35. See http://kernelnewbies.org/Linux_2_6_35 --- kernel/linux-2.6/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index 05288a4..7f89cb2 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,18 +1,18 @@ MODULE=linux-2.6 - VERSION=2.6.34.1 + VERSION=2.6.35 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 - SOURCE2=patch-${VERSION}.bz2 +# SOURCE2=patch-${VERSION}.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 - 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:4188857ba71f301991dc56285f593e9c311e5824 - SOURCE2_VFY=sha1:ac6912889999070436a111c6b93baa9d4e6a727f +# 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:4cb1fbfbeedcd658ca37739679c65dfaa136bf4e +# SOURCE2_VFY=sha1: WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20100705 + UPDATED=20100803 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Tue Aug 3 13:05:16 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Aug 2010 14:05:16 +0300 Subject: [Lunar-commits] mercurial: version bumped to 1.6.2. Message-ID: <20100803110537.59F7F9B2F2@doppio.foo-projects.org> commit 60c286f87da84d232bbaa6d102dd0a4b40273861 Author: Florin Braescu Date: Tue Aug 3 14:05:16 2010 +0300 mercurial: version bumped to 1.6.2. --- devel/mercurial/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/mercurial/DETAILS b/devel/mercurial/DETAILS index 3aa2457..4d789c8 100644 --- a/devel/mercurial/DETAILS +++ b/devel/mercurial/DETAILS @@ -1,8 +1,8 @@ MODULE=mercurial - VERSION=1.6.1 + VERSION=1.6.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.selenic.com/$MODULE/release - SOURCE_VFY=sha1:c867e7f7fc7b7f7c5bf19790d3a088afa063e3a8 + SOURCE_VFY=sha1:99ba14237fe805a848329a1cffc15f55aab83548 WEB_SITE=http://www.selenic.com/$MODULE/wiki ENTERED=20070408 UPDATED=20100803 From florin at lunar-linux.org Tue Aug 3 20:38:31 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Aug 2010 21:38:31 +0300 Subject: [Lunar-commits] autoconf: version bumped to 2.67. Message-ID: <20100803183857.42AB79B2F2@doppio.foo-projects.org> commit ebd333c442eafdc184fe1cc59f297d2aa7b26d89 Author: Florin Braescu Date: Tue Aug 3 21:38:31 2010 +0300 autoconf: version bumped to 2.67. Bugfixes and improvements. --- devel/autoconf/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/autoconf/DETAILS b/devel/autoconf/DETAILS index efb1765..5cc546e 100644 --- a/devel/autoconf/DETAILS +++ b/devel/autoconf/DETAILS @@ -1,12 +1,12 @@ MODULE=autoconf - VERSION=2.66 + VERSION=2.67 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE - SOURCE_VFY=sha1:1b446c7365f79d4c1f494e14602c6115df99af1a + SOURCE_VFY=sha1:0aa3dff106c6373e26dab75a516a696c900317a6 WEB_SITE=http://www.gnu.org/software/autoconf ENTERED=20010922 - UPDATED=20100703 + UPDATED=20100803 SHORT="Produces shell scripts which configure source code" PSAFE=no From florin at lunar-linux.org Tue Aug 3 20:43:41 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 3 Aug 2010 21:43:41 +0300 Subject: [Lunar-commits] iptables: version bumped to 1.4.9. Message-ID: <20100803184355.4767B9B2F2@doppio.foo-projects.org> commit d41da48192b9ba5f0c404cf4d99cea28808e5d3c Author: Florin Braescu Date: Tue Aug 3 21:43:41 2010 +0300 iptables: version bumped to 1.4.9. --- security/iptables/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/iptables/DETAILS b/security/iptables/DETAILS index bc50b04..e7eea25 100644 --- a/security/iptables/DETAILS +++ b/security/iptables/DETAILS @@ -1,11 +1,11 @@ MODULE=iptables - VERSION=1.4.8 + VERSION=1.4.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.netfilter.org/pub/$MODULE - SOURCE_VFY=sha1:53d756938e6dc748364ca1e1952f28dd9daad6a4 + SOURCE_VFY=sha1:c961b58c57cb99b10f5bb753bf3b436c0df05c7c WEB_SITE=http://www.netfilter.org ENTERED=20010922 - UPDATED=20100522 + UPDATED=20100803 SHORT="Tool to create netfilter rules" PSAFE=no From zbiggy at lunar-linux.org Wed Aug 4 00:40:20 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 4 Aug 2010 00:40:20 +0200 Subject: [Lunar-commits] deluge: updated to 1.2.3 Message-ID: <20100803224037.30E469B2F2@doppio.foo-projects.org> commit 7fc40b47ef635d8f9d5d0b42d1f97fcfa1d1996b Author: Zbigniew Luszpinski Date: Wed Aug 4 00:40:20 2010 +0200 deluge: updated to 1.2.3 --- distributed/deluge/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distributed/deluge/DETAILS b/distributed/deluge/DETAILS index b0db01a..9e4e774 100644 --- a/distributed/deluge/DETAILS +++ b/distributed/deluge/DETAILS @@ -1,11 +1,11 @@ MODULE=deluge - VERSION=1.2.1 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=1.2.3 + SOURCE=$MODULE-$VERSION.tar.lzma SOURCE_URL=http://download.deluge-torrent.org/source - SOURCE_VFY=sha1:0769b62beb936b080f8cc464bff5648e8179c20f + SOURCE_VFY=sha1:ab036af47a797c76f1a3211dcb47a89e90adf4a2 WEB_SITE=http://www.deluge-torrent.org ENTERED=20070321 - UPDATED=20100223 + UPDATED=20100803 SHORT="A Bittorrent client" cat << EOF From florin at lunar-linux.org Wed Aug 4 05:27:19 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 4 Aug 2010 06:27:19 +0300 Subject: [Lunar-commits] squid: version bumped to 3.1.6. Message-ID: <20100804032745.B68469B2F2@doppio.foo-projects.org> commit 7515436e157684ee79a529cff68fa83a0f04634e Author: Florin Braescu Date: Wed Aug 4 06:27:19 2010 +0300 squid: version bumped to 3.1.6. Bugfixes mostly. --- web/squid/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/squid/DETAILS b/web/squid/DETAILS index fd3f0ab..ae2a052 100644 --- a/web/squid/DETAILS +++ b/web/squid/DETAILS @@ -1,12 +1,13 @@ MODULE=squid - VERSION=3.1.3 + MAJOR=3.1 + VERSION=$MAJOR.6 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=http://www.squid-cache.org/Versions/v3/3.1 - SOURCE_URL[1]=http://www1.nl.squid-cache.org/Versions/v3/3.1 - SOURCE_VFY=sha1:6745233b85ba018b5961ad736d8f2522ae6aa8ff + SOURCE_URL[0]=http://www.squid-cache.org/Versions/v3/$MAJOR + SOURCE_URL[1]=http://www1.nl.squid-cache.org/Versions/v3/$MAJOR + SOURCE_VFY=sha1:16f48004e4e139da806cd9d1920ba7ee0b9416de WEB_SITE=http://www.squid-cache.org ENTERED=20011214 - UPDATED=20100508 + UPDATED=20100803 SHORT="A full-featured Web proxy cache" cat << EOF From florin at lunar-linux.org Wed Aug 4 05:30:55 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 4 Aug 2010 06:30:55 +0300 Subject: [Lunar-commits] psmisc: version bumped to 22.12. Message-ID: <20100804033114.4E02C9B2F2@doppio.foo-projects.org> commit 41ee578479e58bfec8d8567e0ffbe9d9f46a48f4 Author: Florin Braescu Date: Wed Aug 4 06:30:55 2010 +0300 psmisc: version bumped to 22.12. Bugfixes and improvements. --- utils/psmisc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/psmisc/DETAILS b/utils/psmisc/DETAILS index b9d4295..5547573 100644 --- a/utils/psmisc/DETAILS +++ b/utils/psmisc/DETAILS @@ -1,11 +1,11 @@ MODULE=psmisc - VERSION=22.11 + VERSION=22.12 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:5d3b9f15ffba3f98147223abbcf803405fd7b7ae + SOURCE_VFY=sha1:662e332f7140252b65aca0c44096ee8d2f80b3c2 WEB_SITE=http://psmisc.sourceforge.net ENTERED=20010922 - UPDATED=20100503 + UPDATED=20100804 SHORT="A set of useful utilities that use /proc" cat << EOF From florin at lunar-linux.org Wed Aug 4 05:33:50 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 4 Aug 2010 06:33:50 +0300 Subject: [Lunar-commits] mrtg: small tweaks. Message-ID: <20100804033403.295F09B2F2@doppio.foo-projects.org> commit c83cbe475c9ee8633a0b35e35dcb159c45a28efb Author: Florin Braescu Date: Wed Aug 4 06:33:50 2010 +0300 mrtg: small tweaks. --- utils/mrtg/DEPENDS | 2 +- utils/mrtg/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/mrtg/DEPENDS b/utils/mrtg/DEPENDS index 21958fe..f56e5e9 100644 --- a/utils/mrtg/DEPENDS +++ b/utils/mrtg/DEPENDS @@ -1,2 +1,2 @@ -depends perl && +depends perl depends gd diff --git a/utils/mrtg/DETAILS b/utils/mrtg/DETAILS index eb8f572..e0d2fc4 100644 --- a/utils/mrtg/DETAILS +++ b/utils/mrtg/DETAILS @@ -1,14 +1,14 @@ MODULE=mrtg VERSION=2.16.4 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://oss.oetiker.ch/mrtg/pub/ + SOURCE_URL=http://oss.oetiker.ch/mrtg/pub SOURCE_VFY=sha1:8d810487585c929bf48246311512f88077e10e55 - WEB_SITE=http://people.ee.ethz.ch/~oetiker/webtools/$MODULE/ + WEB_SITE=http://people.ee.ethz.ch/~oetiker/webtools/$MODULE ENTERED=20020510 UPDATED=20100622 MAINTAINER=kc8apf at kc8apf.net SHORT="A tool to monitor the traffic load on network-links" - + cat << EOF The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network-links. MRTG generates HTML pages containing graphical From florin at lunar-linux.org Wed Aug 4 05:43:45 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 4 Aug 2010 06:43:45 +0300 Subject: [Lunar-commits] busybox, busybox_static: version bumped to 1.17.1. Message-ID: <20100804034527.2C9699B2F2@doppio.foo-projects.org> commit 008e259328f6104c6a5a52f76a096a7bd70b3262 Author: Florin Braescu Date: Wed Aug 4 06:43:45 2010 +0300 busybox, busybox_static: version bumped to 1.17.1. It fixes for build system (out-of-tree build was broken), acpid (fix for older kernel headers), depmod (now generates new-style modules.dep with relative paths), diff (fix for "diff DIR1 DIR2/" - note the trailing slash), dos2unix (fix for invocation without parameters), ip r (was not working since "r" abbreviates both "route" and "rule"; aliased to "route" now), mktemp (fix regression which prevented kernel builds) modprobe (fix modprobe -l), vi (fix "ask terminal" code), wget (fix for progress indicator). --- shells/busybox/BUILD | 10 +++++----- shells/busybox/DETAILS | 6 +++--- shells/busybox_static/BUILD | 4 ++-- shells/busybox_static/DETAILS | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD index 7bd1e76..920ba13 100644 --- a/shells/busybox/BUILD +++ b/shells/busybox/BUILD @@ -1,10 +1,10 @@ ( - make defconfig && - make && - prepare_install && - cp busybox /bin && - gather_docs TODO && + make defconfig && + make && + prepare_install && + cp busybox /bin && + gather_docs TODO && cp docs/BusyBox.1 /usr/share/man/man1/busybox.1 ) > $C_FIFO 2>&1 diff --git a/shells/busybox/DETAILS b/shells/busybox/DETAILS index 3c23e98..4f5279f 100644 --- a/shells/busybox/DETAILS +++ b/shells/busybox/DETAILS @@ -1,12 +1,12 @@ MODULE=busybox - VERSION=1.16.1 + VERSION=1.17.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.busybox.net/downloads - SOURCE_VFY=sha1:80afb37152e07d7f8d33dec27871d8facc0350a0 + SOURCE_VFY=sha1:691f44088c3327c957158443e813ec7346e99df6 WEB_SITE=http://www.busybox.net MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 - UPDATED=20100405 + UPDATED=20100804 SHORT="The Swiss Army Knife of Embedded Linux" cat << EOF diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD index db9268a..b71006d 100644 --- a/shells/busybox_static/BUILD +++ b/shells/busybox_static/BUILD @@ -1,8 +1,8 @@ ( - make defconfig && + make defconfig && - sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config && + sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config && make && prepare_install && diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS index 105a175..d19395d 100644 --- a/shells/busybox_static/DETAILS +++ b/shells/busybox_static/DETAILS @@ -1,11 +1,11 @@ MODULE=busybox_static - VERSION=1.16.1 + VERSION=1.17.1 SOURCE=busybox-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION SOURCE_URL=http://www.busybox.net/downloads - SOURCE_VFY=sha1:80afb37152e07d7f8d33dec27871d8facc0350a0 - SHORT="time statically linked rescue shell" + SOURCE_VFY=sha1:691f44088c3327c957158443e813ec7346e99df6 WEB_SITE=http://www.busybox.net + SHORT="time statically linked rescue shell" MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 UPDATED=20100405 From ratler at lunar-linux.org Wed Aug 4 06:45:17 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Wed, 4 Aug 2010 06:45:17 +0200 Subject: [Lunar-commits] grails-bin: Version bump to 1.3.3 Message-ID: <20100804044526.512DB9B2F2@doppio.foo-projects.org> commit f328446fc762edbac5ed318098259518377ecfa7 Author: Stefan Wold Date: Wed Aug 4 06:45:17 2010 +0200 grails-bin: Version bump to 1.3.3 --- java/grails-bin/BUILD | 8 ++++++-- java/grails-bin/DETAILS | 10 +++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/java/grails-bin/BUILD b/java/grails-bin/BUILD index c8ecf19..ff862db 100644 --- a/java/grails-bin/BUILD +++ b/java/grails-bin/BUILD @@ -1,9 +1,13 @@ ( + # Remove some crap before installing + rm -f bin/*.bat src/resources/bash/startGrails/startGrails.bat && prepare_install && mkdir -p /opt/lunar/grails && - cp -R ant bin build.properties build.xml conf dist lib media plugins scripts src /opt/lunar/grails/ && - chmod +x /opt/lunar/grails/bin/* + cp -R bin build.gradle *.properties gradlew conf dist lib media plugins scripts src /opt/lunar/grails/ && + chmod +x /opt/lunar/grails/bin/* && + + gather_docs samples ) > $C_FIFO 2>&1 diff --git a/java/grails-bin/DETAILS b/java/grails-bin/DETAILS index 877eab9..6ed2e88 100644 --- a/java/grails-bin/DETAILS +++ b/java/grails-bin/DETAILS @@ -1,12 +1,12 @@ MODULE=grails-bin - VERSION=1.2.1 + VERSION=1.3.3 SOURCE=grails-${VERSION}.zip - SOURCE_URL=http://dist.codehaus.org/grails/ + SOURCE_URL=http://dist.codehaus.org/grails SOURCE_DIRECTORY=$BUILD_DIRECTORY/grails-$VERSION - SOURCE_VFY=sha256:933a96f324824ebb58a99cb526d597d051941dd52b713cd03d44cc8a4f9ca642 - WEB_SITE="http://grails.codehaus.org/" + SOURCE_VFY=sha256:ee1a74d138f20e68a5e2310a213f71ab9f287a4039a12dca7bc978ebe1b5c6d9 + WEB_SITE="http://grails.org/" ENTERED=20080828 - UPDATED=20100202 + UPDATED=20100804 SHORT="An open-source web application framework based on groovy and java" cat < groovy-bin: Version bump to 1.7.4 Message-ID: <20100804045229.832C89B2F2@doppio.foo-projects.org> commit 0bef1e8078a5ca46001f1ce9554bc221df169c6f Author: Stefan Wold Date: Wed Aug 4 06:52:23 2010 +0200 groovy-bin: Version bump to 1.7.4 --- java/groovy-bin/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java/groovy-bin/DETAILS b/java/groovy-bin/DETAILS index 8aab7d0..9778bfe 100644 --- a/java/groovy-bin/DETAILS +++ b/java/groovy-bin/DETAILS @@ -1,12 +1,12 @@ MODULE=groovy-bin - VERSION=1.7.0 + VERSION=1.7.4 SOURCE=groovy-binary-${VERSION}.zip - SOURCE_URL=http://dist.groovy.codehaus.org/distributions/ + SOURCE_URL=http://dist.groovy.codehaus.org/distributions SOURCE_DIRECTORY=$BUILD_DIRECTORY/groovy-$VERSION - SOURCE_VFY=sha1:665a00e533ecd5ae3a86c303902fd9a680bb9d23 + SOURCE_VFY=sha256:dd48c8f8a352817ec4c9a7d03a7711c34b99a896c00f91356354cc2ccefa8be7 WEB_SITE="http://groovy.codehaus.org/" ENTERED=20080828 - UPDATED=20100123 + UPDATED=20100804 SHORT="An agile dynamic language for the Java Platform" cat < m4: add a patch to fix the compile. Message-ID: <20100804071532.265B19B2F2@doppio.foo-projects.org> commit 1af86002d66bc6cdf0021403ee084e36121b42cb Author: Florin Braescu Date: Wed Aug 4 10:15:12 2010 +0300 m4: add a patch to fix the compile. --- devel/m4/BUILD | 4 +++- devel/m4/DETAILS | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/devel/m4/BUILD b/devel/m4/BUILD index 0ad1c71..84ab08a 100644 --- a/devel/m4/BUILD +++ b/devel/m4/BUILD @@ -1,12 +1,14 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 1 && + sedit "s/\infodir = \$(prefix)\/info/infodir = \$(prefix)\/share\/info/" Makefile.in && ./configure --build=$BUILD \ --prefix=/usr \ $OPTS && sedit "s/fix)\/info/fix)\/share\/info/" Makefile && - + default_make ) > $C_FIFO 2>&1 diff --git a/devel/m4/DETAILS b/devel/m4/DETAILS index fa57252..bd4ae97 100644 --- a/devel/m4/DETAILS +++ b/devel/m4/DETAILS @@ -1,12 +1,15 @@ MODULE=m4 VERSION=1.4.14 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-$VERSION-stat_h.patch.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:f2df9a3db6bb3974f06e5cefe04b9ce3f4bf8b82 + SOURCE2_VFY=sha1:c09181283f0d0759655ebb5d845fffd0eb2266f6 WEB_SITE=http://www.gnu.org/software/$MODULE ENTERED=20010922 - UPDATED=20100225 + UPDATED=20100804 SHORT="GNU m4 macro processor" cat << EOF From tchan at lunar-linux.org Wed Aug 4 17:00:57 2010 From: tchan at lunar-linux.org (Terry Chan) Date: Wed, 4 Aug 2010 10:00:57 -0500 Subject: [Lunar-commits] abs-guide: sha1sum update yet again with no version change Message-ID: <20100804150109.2A87E9B2F2@doppio.foo-projects.org> commit 1d46b27c7b222b788e5a922f719b28799103e23c Author: Terry Chan Date: Wed Aug 4 10:00:57 2010 -0500 abs-guide: sha1sum update yet again with no version change --- docs/abs-guide/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/abs-guide/DETAILS b/docs/abs-guide/DETAILS index 88cc5ae..447a644 100644 --- a/docs/abs-guide/DETAILS +++ b/docs/abs-guide/DETAILS @@ -4,10 +4,10 @@ SOURCE_URL[0]=http://bash.webofcrafts.net SOURCE_URL[1]=http://bash.neuralshortcircuit.com SOURCE_URL[2]=http://thegrendel.150m.com - SOURCE_VFY=sha1:1551117ffa9b89382fca314eab0e52b2c8a6d818 + SOURCE_VFY=sha1:823062734f7307df434dbf8640846055b9c797fc WEB_SITE=http://tldp.org/LDP/abs/html ENTERED=20020723 - UPDATED=20100318 + UPDATED=20100804 SHORT="An in-depth exploration of the gentle art of shell scripting" ARCHIVE=off From zbiggy at lunar-linux.org Wed Aug 4 20:49:54 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 4 Aug 2010 20:49:54 +0200 Subject: [Lunar-commits] NVIDIA-old: updated to 71.86.14 Improved compatibility with recent Linux kernels. Message-ID: <20100804185105.C34BE9B2F2@doppio.foo-projects.org> commit a859df3223a6cce79ac18663a712625a940186e6 Author: Zbigniew Luszpinski Date: Wed Aug 4 20:49:54 2010 +0200 NVIDIA-old: updated to 71.86.14 Improved compatibility with recent Linux kernels. --- 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 4bba142..a330619 100644 --- a/x11/NVIDIA-old/DETAILS +++ b/x11/NVIDIA-old/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-old - VERSION=71.86.13 + VERSION=71.86.14 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:be4285b8f0936cd96f0ba0e9872484059007fd9c + SOURCE_VFY=sha1:3b49e8ba29b13d299d9e2766d697e1988cde1138 WEB_SITE=http://www.nvidia.com ENTERED=20030804 - UPDATED=20100131 + UPDATED=20100804 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 6ed3950..6d2cf67 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.13 + VERSION=71.86.14 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:a6d22ac455fbbdad13544123039bc3abcd4aab6a + SOURCE_VFY=sha1:60cc28a6b3c51056ccb791eccb2d98ebf668e095 WEB_SITE=http://www.nvidia.com ENTERED=20030804 - UPDATED=20100131 + UPDATED=20100804 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 stumbles at lunar-linux.org Thu Aug 5 01:56:39 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 4 Aug 2010 19:56:39 -0400 Subject: [Lunar-commits] bluedevil: Version bump. Message-ID: <20100804235659.A95039B2F2@doppio.foo-projects.org> commit 616267e49de0f1001cdefc6f97728c1a360c6239 Author: Dennis `stumbles` Veatch Date: Wed Aug 4 19:56:39 2010 -0400 bluedevil: Version bump. --- zbeta/bluedevil/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/zbeta/bluedevil/DETAILS b/zbeta/bluedevil/DETAILS index 804cf9d..b212b98 100644 --- a/zbeta/bluedevil/DETAILS +++ b/zbeta/bluedevil/DETAILS @@ -1,11 +1,12 @@ MODULE=bluedevil - VERSION=git - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=git://gitorious.org/bluedevil/bluedevil.git -# SOURCE_VFY=sha1:a2c415923850720dc4499de0b6f6dbe40e98f90f + VERSION=v1.0rc2 + SOURCE=$MODULE-$VERSION.tgz + SOURCE_URL=http://www.afiestas.org/files/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_VFY=sha1:91a58b4ff2ccbd99fff2700f8e78f7762f58b1c8 WEB_SITE=http://www.afiestas.org/bluedevil-the-new-kde-bluetooth-stack-is-here/ ENTERED=20100728 - UPDATED=20100728 + UPDATED=20100804 SHORT="kde bluetooth stack" cat << EOF From florin at lunar-linux.org Thu Aug 5 03:58:31 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Aug 2010 04:58:31 +0300 Subject: [Lunar-commits] cdrdao: remove an bogus line. Message-ID: <20100805015920.A96079B2F2@doppio.foo-projects.org> commit b82bc3dfaff925238ce6ab6f3921750ad5352725 Author: Florin Braescu Date: Thu Aug 5 04:58:31 2010 +0300 cdrdao: remove an bogus line. --- cd/cdrdao/DETAILS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/cd/cdrdao/DETAILS b/cd/cdrdao/DETAILS index e26bf49..bda0501 100644 --- a/cd/cdrdao/DETAILS +++ b/cd/cdrdao/DETAILS @@ -2,7 +2,6 @@ VERSION=1.2.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:70d6547795a1342631c7ab56709fd1940c2aff9f WEB_SITE=http://cdrdao.sourceforge.net ENTERED=20020407 From florin at lunar-linux.org Thu Aug 5 04:26:16 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Aug 2010 05:26:16 +0300 Subject: [Lunar-commits] guile: add a patch to compile with gcc 4.5.x. Message-ID: <20100805022637.20A659B2F2@doppio.foo-projects.org> commit a354837446f234613561fb11fdf97e0705e7f686 Author: Florin Braescu Date: Thu Aug 5 05:26:16 2010 +0300 guile: add a patch to compile with gcc 4.5.x. --- devel/guile/BUILD | 11 +++++++---- devel/guile/DETAILS | 5 ++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/devel/guile/BUILD b/devel/guile/BUILD index 641d562..60a7b6d 100644 --- a/devel/guile/BUILD +++ b/devel/guile/BUILD @@ -1,10 +1,13 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 1 && + # sedit "s/AC_CONFIG_MACRO_DIR(\[m4\])/AC_CONFIG_MACRO_DIR([guile-config])/" configure.in && - libtoolize --force && - aclocal && - automake && - autoconf && +# libtoolize --force && +# aclocal && +# automake && +# autoconf && + default_build ) > $C_FIFO 2>&1 diff --git a/devel/guile/DETAILS b/devel/guile/DETAILS index 655d89c..e23859f 100644 --- a/devel/guile/DETAILS +++ b/devel/guile/DETAILS @@ -1,13 +1,16 @@ MODULE=guile VERSION=1.8.7 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=$MODULE-$VERSION-gcc45.patch.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:24cd2f06439c76d41d982a7384fe8a0fe5313b54 + SOURCE2_VFY=sha1:33cf712910f6ce3fced079590abff3f91da42d5e WEB_SITE=http://www.gnu.org/software/$MODULE MAINTAINER=tchan at lunar-linux.org ENTERED=20010922 - UPDATED=20090707 + UPDATED=20100805 SHORT="A portable, embeddable Scheme implementation" cat << EOF From florin at lunar-linux.org Thu Aug 5 04:46:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Aug 2010 05:46:48 +0300 Subject: [Lunar-commits] hddtemp: add a patch to fix the compile. Message-ID: <20100805024708.2FC159B2F2@doppio.foo-projects.org> commit 2e1fd0563bf2879926c02e6ae0de3e31cd7c6fa0 Author: Florin Braescu Date: Thu Aug 5 05:46:48 2010 +0300 hddtemp: add a patch to fix the compile. --- utils/hddtemp/BUILD | 7 +++++-- utils/hddtemp/DETAILS | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/utils/hddtemp/BUILD b/utils/hddtemp/BUILD index de04ba0..374a648 100644 --- a/utils/hddtemp/BUILD +++ b/utils/hddtemp/BUILD @@ -1,5 +1,8 @@ ( - mkdir -p /usr/share/misc && - default_build && + + patch_it $SOURCE_CACHE/$SOURCE3 1 && + mkdir -p /usr/share/misc && + default_build && install -m644 $SOURCE_CACHE/$SOURCE2 /usr/share/misc/hddtemp.db + ) >$C_FIFO 2>&1 diff --git a/utils/hddtemp/DETAILS b/utils/hddtemp/DETAILS index b6ead49..a5167a1 100644 --- a/utils/hddtemp/DETAILS +++ b/utils/hddtemp/DETAILS @@ -2,9 +2,12 @@ VERSION=0.3-beta15 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=hddtemp.db - SOURCE_URL=http://download.savannah.nongnu.org/releases/$MODULE/ - SOURCE2_URL=http://www.guzu.net/linux/ + SOURCE3=$MODULE-$VERSION-reg-eip.patch.bz2 + SOURCE_URL=http://download.savannah.nongnu.org/releases/$MODULE + SOURCE2_URL=http://www.guzu.net/linux + SOURCE3_URL=$PATCH_URL SOURCE_VFY=sha1:65393b0a4d9862c030c81702d95c1acd00da275b + SOURCE3_VFY=sha1:9ddf15d1864417a591a08e489b60ad84b24540d5 WEB_SITE=http://www.guzu.net/linux/hddtemp.php ENTERED=20070605 UPDATED=20070605 From florin at lunar-linux.org Thu Aug 5 04:47:51 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Aug 2010 05:47:51 +0300 Subject: [Lunar-commits] hddtemp: update the date. Message-ID: <20100805024807.BAC169B2F2@doppio.foo-projects.org> commit 81ae91e49025b3886906d739a19109e5beba24f2 Author: Florin Braescu Date: Thu Aug 5 05:47:51 2010 +0300 hddtemp: update the date. --- utils/hddtemp/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/hddtemp/DETAILS b/utils/hddtemp/DETAILS index a5167a1..cf80be3 100644 --- a/utils/hddtemp/DETAILS +++ b/utils/hddtemp/DETAILS @@ -10,7 +10,7 @@ SOURCE3_VFY=sha1:9ddf15d1864417a591a08e489b60ad84b24540d5 WEB_SITE=http://www.guzu.net/linux/hddtemp.php ENTERED=20070605 - UPDATED=20070605 + UPDATED=20100805 SHORT="reads the temperature of your hard drive" cat << EOF From florin at lunar-linux.org Thu Aug 5 04:54:41 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Aug 2010 05:54:41 +0300 Subject: [Lunar-commits] mldonkey: version bumped to 3.0.3. Message-ID: <20100805025457.4EF089B2F2@doppio.foo-projects.org> commit c955775c04437226ad1d4d2387e125055a19fc73 Author: Florin Braescu Date: Thu Aug 5 05:54:41 2010 +0300 mldonkey: version bumped to 3.0.3. Bugfixes. --- ftp/mldonkey/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/mldonkey/DETAILS b/ftp/mldonkey/DETAILS index 12e419b..00b93c0 100644 --- a/ftp/mldonkey/DETAILS +++ b/ftp/mldonkey/DETAILS @@ -1,11 +1,11 @@ MODULE=mldonkey - VERSION=3.0.2 + VERSION=3.0.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:1f580674b321b07d5a75fb510e45d1459b1d5db8 + SOURCE_VFY=sha1:9187808cc318887e797469096f952a90759085c8 WEB_SITE=http://savannah.nongnu.org/projects/$MODULE ENTERED=20040418 - UPDATED=20100505 + UPDATED=20100805 SHORT="A file sharing client" cat << EOF From florin at lunar-linux.org Thu Aug 5 04:57:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Aug 2010 05:57:28 +0300 Subject: [Lunar-commits] sqlite: version bumped to 3.7.0.1. Message-ID: <20100805025744.C22B09B2F2@doppio.foo-projects.org> commit 0f71f44dec56f33ce79d0c9d10162e9b61a61ca0 Author: Florin Braescu Date: Thu Aug 5 05:57:28 2010 +0300 sqlite: version bumped to 3.7.0.1. Bugfixes. --- sql/sqlite/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS index 8911a24..7bd57f5 100644 --- a/sql/sqlite/DETAILS +++ b/sql/sqlite/DETAILS @@ -1,11 +1,11 @@ MODULE=sqlite - VERSION=3.7.0 + VERSION=3.7.0.1 SOURCE=$MODULE-amalgamation-$VERSION.tar.gz SOURCE_URL=http://www.sqlite.org - SOURCE_VFY=sha1:5ed43977c5682908ae05eb27841e4191635a4a96 + SOURCE_VFY=sha1:c04f18527dec58188f8de43ff83a6cd03b73b0e9 WEB_SITE=http://www.sqlite.org ENTERED=20011016 - UPDATED=20100723 + UPDATED=20100805 SHORT="An SQL engine in a C library" cat << EOF From florin at lunar-linux.org Thu Aug 5 04:59:38 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Aug 2010 05:59:38 +0300 Subject: [Lunar-commits] dhcpcd: version bumped to 5.2.7. Message-ID: <20100805025957.3CE319B2F2@doppio.foo-projects.org> commit 9361f898d60eda5b3782544a49ae73604f7695cd Author: Florin Braescu Date: Thu Aug 5 05:59:38 2010 +0300 dhcpcd: version bumped to 5.2.7. Bugfixes. --- net/dhcpcd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS index 109b312..1ad0667 100644 --- a/net/dhcpcd/DETAILS +++ b/net/dhcpcd/DETAILS @@ -1,5 +1,5 @@ MODULE=dhcpcd - VERSION=5.2.6 + VERSION=5.2.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://roy.marples.name/downloads/dhcpcd SOURCE_URL[1]=http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles @@ -8,10 +8,10 @@ SOURCE_URL[4]=http://mirror.datapipe.net/gentoo/distfiles SOURCE_URL[5]=http://gentoo.chem.wisc.edu/gentoo/distfiles SOURCE_URL[6]=http://mirror.internode.on.net/pub/gentoo/distfiles - SOURCE_VFY=sha1:40219474d02d28e054aa6c10985ce59a070ac0c3 + SOURCE_VFY=sha1:510f7360edb426a0dafcf840aa1f35d75636a697 WEB_SITE=http://roy.marples.name/projects/dhcpcd ENTERED=20011126 - UPDATED=20100724 + UPDATED=20100805 SHORT="DHCP client/daemon that works with @home" cat << EOF From florin at lunar-linux.org Thu Aug 5 14:12:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 5 Aug 2010 15:12:20 +0300 Subject: [Lunar-commits] goffice: version bumped to 0.8.8. Message-ID: <20100805121256.4D8729B21A@doppio.foo-projects.org> commit 7072d6e41c8110c5b147446c432619373e5e27d6 Author: Florin Braescu Date: Thu Aug 5 15:12:20 2010 +0300 goffice: version bumped to 0.8.8. Thaks to brebbs for submitting this. --- gnome2/desktop/goffice/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/goffice/DETAILS b/gnome2/desktop/goffice/DETAILS index af32c6c..ce6bb05 100644 --- a/gnome2/desktop/goffice/DETAILS +++ b/gnome2/desktop/goffice/DETAILS @@ -1,12 +1,12 @@ MODULE=goffice MAJOR=0.8 - VERSION=$MAJOR.7 + VERSION=$MAJOR.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:a9fa51e051fdcacd3b0f0de8c2b410628ef4ecdc + SOURCE_VFY=sha1:9f9efe26dc2913acdb1ba4f23c35f8ba89b56744 WEB_SITE=www.gnome.org ENTERED=20071104 - UPDATED=20100731 + UPDATED=20100805 SHORT="A glib/gtk set of document centric objects and utilities" cat << EOF From stumbles at lunar-linux.org Thu Aug 5 14:34:40 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 5 Aug 2010 08:34:40 -0400 Subject: [Lunar-commits] libxmi: Fixing typo. Message-ID: <20100805123458.5122E9B21A@doppio.foo-projects.org> commit c6c5d5fb13f52a4536886b55b31149802b1cc120 Author: Dennis `stumbles` Veatch Date: Thu Aug 5 08:34:40 2010 -0400 libxmi: Fixing typo. --- graphics/libxmi/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/libxmi/BUILD b/graphics/libxmi/BUILD index 328a9b4..d187cb5 100644 --- a/graphics/libxmi/BUILD +++ b/graphics/libxmi/BUILD @@ -1,6 +1,6 @@ ( - OPTS="--includedir=/usr/inclue/libxmi --libdir=/usr/lib/libxmi" + OPTS="--includedir=/usr/include/libxmi --libdir=/usr/lib/libxmi" && default_build From florin at lunar-linux.org Fri Aug 6 07:42:33 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Aug 2010 08:42:33 +0300 Subject: [Lunar-commits] vsftpd: version bumped to 2.3.0. Message-ID: <20100806054306.6F6879B21A@doppio.foo-projects.org> commit 4246a95cf85f72ea2dc2637f09af5166b7568b57 Author: Florin Braescu Date: Fri Aug 6 08:42:33 2010 +0300 vsftpd: version bumped to 2.3.0. Changes: - Add extremely simply HTTP support. It's very experimental, ignorant of HTTP protocol and headers, and likely has all sorts of other issues. The use case it might satisfy is if you need to serve simple static unathenticated content with large levels of paranoia. - Bugfixes - Minor FAQ update. - Use a larger address space limit if using text_userdb_names=YES - Always use CLONE_NEWNET if possible when in HTTP mode. - Change REST + STOR so that it's possible to overwrite part of file without truncating it. - Boot the session if we see a USER where encryption was required. May prevent the transmission of plaintext passwords by buggy clients. - Fix failure to transmit a large ASCII file over SSL, if it contains \n -> \r\n fixups. --- ftp/vsftpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/vsftpd/DETAILS b/ftp/vsftpd/DETAILS index 33559ee..c2f3132 100644 --- a/ftp/vsftpd/DETAILS +++ b/ftp/vsftpd/DETAILS @@ -1,11 +1,11 @@ MODULE=vsftpd - VERSION=2.2.2 + VERSION=2.3.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://vsftpd.beasts.org/users/cevans - SOURCE_VFY=sha1:43976c6dbffe8e4bdc5f4add73a0c1431662a6c6 + SOURCE_VFY=sha1:00d354d7eec740fced46932d377aa0632fb11bfc WEB_SITE=http://vsftpd.beasts.org ENTERED=20021109 - UPDATED=20091118 + UPDATED=20100806 SHORT="Secure and fast FTP server" USE_WRAPPERS=no From florin at lunar-linux.org Fri Aug 6 07:48:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Aug 2010 08:48:20 +0300 Subject: [Lunar-commits] thunderbird-bin: version bumped to 3.1.2. Message-ID: <20100806054834.A24719B21A@doppio.foo-projects.org> commit 69302fb5cac35f5dac0564d9ff6c2c1970532166 Author: Florin Braescu Date: Fri Aug 6 08:48:20 2010 +0300 thunderbird-bin: version bumped to 3.1.2. --- mail/thunderbird-bin/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mail/thunderbird-bin/DETAILS b/mail/thunderbird-bin/DETAILS index 781923d..43086d0 100644 --- a/mail/thunderbird-bin/DETAILS +++ b/mail/thunderbird-bin/DETAILS @@ -1,5 +1,5 @@ MODULE=thunderbird-bin - VERSION=3.1 + VERSION=3.1.2 SOURCE=thunderbird-$VERSION.tar.bz2 SOURCE2=thunderbird.desktop SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla @@ -7,14 +7,15 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US SOURCE_URL[3]=http://archive.progeny.com/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US - SOURCE_VFY=sha1:1071b33eaaa4cf19148569e71fd8605a923c4a6e + SOURCE_VFY=sha1:08a69dda71bc0ae40371505dfda73327ca850e0d SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:88f83d8dda242f34d0f1bb58c4a0b98d353ef7e1 WEB_SITE=http://www.mozilla.org/projects/thunderbird ENTERED=20091207 - UPDATED=20100714 + UPDATED=20100806 ARCHIVE=off SHORT="A full-featured mail client" + cat << EOF This is the pre-compiled binary version of thunderbird. It installs into /opt by default. It does NOT conflict with the regular lunar thunderbird module. Only From florin at lunar-linux.org Fri Aug 6 08:20:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Aug 2010 09:20:48 +0300 Subject: [Lunar-commits] rsyslog: version bumped to 4.6.4. Message-ID: <20100806062111.739A89B21A@doppio.foo-projects.org> commit 0a7e4305b98cddb42708112a9d868bb951a320ad Author: Florin Braescu Date: Fri Aug 6 09:20:48 2010 +0300 rsyslog: version bumped to 4.6.4. Bugfixes and maintenance release. --- utils/rsyslog/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/rsyslog/DETAILS b/utils/rsyslog/DETAILS index c8fc5e0..d65c5b3 100644 --- a/utils/rsyslog/DETAILS +++ b/utils/rsyslog/DETAILS @@ -1,18 +1,18 @@ MODULE=rsyslog - VERSION=4.6.3 + VERSION=4.6.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE.conf-0.2 SOURCE3=$MODULE.config.d-0.2 - SOURCE_URL=http://download.rsyslog.com/rsyslog + SOURCE_URL=http://www.rsyslog.com/files/download/$MODULE SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:23e8c219d143a605210c51df947515f403f50e2a + SOURCE_VFY=sha1:03333713b933dcf8e1ae898c62c56270483b5087 SOURCE2_VFY=sha1:340f692141df8915eccd6a47b13554a845690f9b SOURCE3_VFY=sha1:219b5ceb8661534dd8064296852df6bd933f2233 - WEB_SITE=http://www.rsyslog.com/ + WEB_SITE=http://www.rsyslog.com MAINTAINER=ratler at lunar-linux.org ENTERED=20080731 - UPDATED=20100712 + UPDATED=20100806 SHORT="An enhanced multi-threaded syslogd" cat < obexd: add the needed depend libical. Message-ID: <20100806101742.ED2B39B220@doppio.foo-projects.org> commit 6d129e94feccd16dcd9519f56b87fe3c9988deec Author: Florin Braescu Date: Fri Aug 6 13:16:38 2010 +0300 obexd: add the needed depend libical. --- net/obexd/DEPENDS | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/net/obexd/DEPENDS b/net/obexd/DEPENDS index 911b25e..6a455b5 100644 --- a/net/obexd/DEPENDS +++ b/net/obexd/DEPENDS @@ -1,3 +1,5 @@ depends dbus depends bluez -depends openobex +depends openobex +depends libical + From florin at lunar-linux.org Fri Aug 6 12:28:47 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Aug 2010 13:28:47 +0300 Subject: [Lunar-commits] telepathy-python: version bumped to 0.15.18. Message-ID: <20100806102914.A8ED39B220@doppio.foo-projects.org> commit dcc640c4ffaa65960de07d82baa11154e6d70ff4 Author: Florin Braescu Date: Fri Aug 6 13:28:47 2010 +0300 telepathy-python: version bumped to 0.15.18. Bugfixes and enhecements. --- chat/telepathy-python/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/telepathy-python/DETAILS b/chat/telepathy-python/DETAILS index effa377..db0d4c1 100644 --- a/chat/telepathy-python/DETAILS +++ b/chat/telepathy-python/DETAILS @@ -1,12 +1,12 @@ MODULE=telepathy-python - VERSION=0.15.17 + VERSION=0.15.18 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:3650640fded7337d43f80d7747e9d56208d3e893 + SOURCE_VFY=sha1:40565d78d375746e4d008fc192c366bdcc8941ff WEB_SITE="http://telepathy.freedesktop.org/wiki/Telepathy%20Python" ENTERED=20090123 - UPDATED=20100713 + UPDATED=20100806 SHORT="Python wrapper for Telepathy" cat << EOF From florin at lunar-linux.org Fri Aug 6 12:34:50 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Aug 2010 13:34:50 +0300 Subject: [Lunar-commits] libnice: version bumped to 0.0.13. Message-ID: <20100806103510.9897F9B220@doppio.foo-projects.org> commit d50a1e5d7e699ce1a9e4212122e5ed14d2996534 Author: Florin Braescu Date: Fri Aug 6 13:34:50 2010 +0300 libnice: version bumped to 0.0.13. Changes: Add support for IPv6 Fix crc32 function conflict with libz.so Various bug fixing and code cleaning Validate the remote candidate address before adding it. --- chat/libnice/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chat/libnice/DETAILS b/chat/libnice/DETAILS index ce65a3b..a79ca7f 100644 --- a/chat/libnice/DETAILS +++ b/chat/libnice/DETAILS @@ -1,13 +1,13 @@ MODULE=libnice - VERSION=0.0.12 - SOURCE=${MODULE}-${VERSION}.tar.gz - SOURCE_URL=http://nice.freedesktop.org/releases/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:839b88f01ebf92e1cc2b6696b91ff556f2f3e40c - WEB_SITE="http://nice.freedesktop.org/wiki/" + VERSION=0.0.13 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://nice.freedesktop.org/releases + SOURCE_VFY=sha1:703b03fbb20da693c057d3fe5074b182a17c7364 + WEB_SITE=http://nice.freedesktop.org/wiki ENTERED=20090319 - UPDATED=20100619 + UPDATED=20100806 SHORT="library and a transmitter that does ICE" + cat << EOF Libnice is a library and a transmitter that does ICE (as defined in the ICE-19 draft), as well as Google Talk and MSN compatible ICE-like From florin at lunar-linux.org Fri Aug 6 15:25:57 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Aug 2010 16:25:57 +0300 Subject: [Lunar-commits] cdrdao: add a patch to compile with glibc 2.12.1. Message-ID: <20100806132638.9E8919B221@doppio.foo-projects.org> commit 6d916c0aab0d28f56aa50ce5b04e6ed3d8ec629e Author: Florin Braescu Date: Fri Aug 6 16:25:57 2010 +0300 cdrdao: add a patch to compile with glibc 2.12.1. --- cd/cdrdao/BUILD | 6 ++++++ cd/cdrdao/DETAILS | 5 ++++- games/FlightGear-data/DETAILS | 1 + 3 files changed, 11 insertions(+), 1 deletions(-) diff --git a/cd/cdrdao/BUILD b/cd/cdrdao/BUILD new file mode 100644 index 0000000..3abad5b --- /dev/null +++ b/cd/cdrdao/BUILD @@ -0,0 +1,6 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + default_build + +) > $C_FIFO 2>&1 diff --git a/cd/cdrdao/DETAILS b/cd/cdrdao/DETAILS index bda0501..97cddb2 100644 --- a/cd/cdrdao/DETAILS +++ b/cd/cdrdao/DETAILS @@ -1,11 +1,14 @@ MODULE=cdrdao VERSION=1.2.3 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-$VERSION-stat.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:70d6547795a1342631c7ab56709fd1940c2aff9f + SOURCE2_VFY=sha1:2377559107f32a7e516c1e9512b0cf48702d1442 WEB_SITE=http://cdrdao.sourceforge.net ENTERED=20020407 - UPDATED=20100216 + UPDATED=20100806 SHORT="A disk-at-once cd burning utility" cat << EOF diff --git a/games/FlightGear-data/DETAILS b/games/FlightGear-data/DETAILS index 7316214..edf6396 100644 --- a/games/FlightGear-data/DETAILS +++ b/games/FlightGear-data/DETAILS @@ -1,6 +1,7 @@ MODULE=FlightGear-data VERSION=2.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/data SOURCE_URL[0]=http://ftp.linux.kiev.ua/pub/fgfs/Shared SOURCE_URL[1]=ftp://ftp.kingmont.com/flightsims/flightgear/Shared SOURCE_URL[2]=ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared From florin at lunar-linux.org Fri Aug 6 16:48:11 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 6 Aug 2010 17:48:11 +0300 Subject: [Lunar-commits] laptop-mode-tools: add an optional depend on pm-utils (suspend/resume support) Message-ID: <20100806144858.69D629B221@doppio.foo-projects.org> commit d5bc8627906c0664980b820a89c407016aa45ce1 Author: Florin Braescu Date: Fri Aug 6 17:48:11 2010 +0300 laptop-mode-tools: add an optional depend on pm-utils (suspend/resume support) --- utils/laptop-mode-tools/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/utils/laptop-mode-tools/DEPENDS b/utils/laptop-mode-tools/DEPENDS new file mode 100644 index 0000000..0db8278 --- /dev/null +++ b/utils/laptop-mode-tools/DEPENDS @@ -0,0 +1 @@ +optional_depends "pm-utils" "" "" "for suspend/resume support" From sofar at foo-projects.org Sat Aug 7 02:14:05 2010 From: sofar at foo-projects.org (Auke Kok) Date: Sat, 7 Aug 2010 02:14:05 +0200 Subject: [Lunar-commits] resolvconf: library needed for connman Message-ID: <20100807001430.03F6D9B221@doppio.foo-projects.org> commit 66d1226dda54f496e2c289e59c30e2c6a0f8fb12 Author: Auke Kok Date: Sat Aug 7 02:14:05 2010 +0200 resolvconf: library needed for connman --- utils/resolvconf/BUILD | 9 +++++++++ utils/resolvconf/DETAILS | 13 +++++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/utils/resolvconf/BUILD b/utils/resolvconf/BUILD new file mode 100644 index 0000000..5e3353e --- /dev/null +++ b/utils/resolvconf/BUILD @@ -0,0 +1,9 @@ +( + + prepare_install && + install -m755 bin/resolvconf bin/list-records /bin/ && + cp -rv etc/resolvconf /etc/ && + install -m644 man/resolvconf.8 /usr/share/man/man8/ && + install -m644 man/interface-order.5 /usr/share/man/man5/ + +) > $C_FIFO 2>&1 diff --git a/utils/resolvconf/DETAILS b/utils/resolvconf/DETAILS new file mode 100644 index 0000000..637a099 --- /dev/null +++ b/utils/resolvconf/DETAILS @@ -0,0 +1,13 @@ + MODULE=resolvconf + VERSION=1.46 + SOURCE=${MODULE}_${VERSION}.tar.gz + SOURCE_URL=http://ftp.de.debian.org/debian/pool/main/r/resolvconf/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:03797c6ce6cf9cc1ca4ed5d493e532f26d849e6a + WEB_SITE="http://packages.debian.org/source/unstable/resolvconf" + ENTERED=20080417 + UPDATED=20100806 + SHORT="Manages changes to /etc/resolv.conf" +cat < weechat-git: Version bump to 0.3.4 Message-ID: <20100807082550.280569B223@doppio.foo-projects.org> commit 62d87e8d6cd234a59c55eaeb039f1bd44612a791 Author: Stefan Wold Date: Sat Aug 7 10:25:19 2010 +0200 weechat-git: Version bump to 0.3.4 --- zbeta/weechat-git/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/zbeta/weechat-git/DETAILS b/zbeta/weechat-git/DETAILS index e3c5712..5050458 100644 --- a/zbeta/weechat-git/DETAILS +++ b/zbeta/weechat-git/DETAILS @@ -1,12 +1,13 @@ MODULE=weechat-git - VERSION=0.3.3 + VERSION=0.3.4 SOURCE=${MODULE}-${VERSION}.tar.bz2 SOURCE_URL=git://git.sv.gnu.org/weechat.git - WEB_SITE=http://weechat.org + WEB_SITE=http://weechat.org/ ENTERED=20050223 UPDATED=`date -u +%Y%m%d` - PSAFE=no SHORT="very light and neat IRC client" +PSAFE=no + cat << EOF WeeChat is very light and neat IRC client. This is the git development version. EOF From ratler at lunar-linux.org Sat Aug 7 10:24:03 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 7 Aug 2010 10:24:03 +0200 Subject: [Lunar-commits] weechat: Version bump to 0.3.3 Message-ID: <20100807082550.1C6309B221@doppio.foo-projects.org> commit 0b5c70b90713fd8319269afc434d1c4310ee2b11 Author: Stefan Wold Date: Sat Aug 7 10:24:03 2010 +0200 weechat: Version bump to 0.3.3 As usual, many new features and bug fixes: - keys to undo/redo changes on command line, - better lag indicator, - new irc command /wallchops, - display message in irc private buffer when nick is back on server after a /quit, - reverse regex in a filter (with leading "!"), - hashtables in plugin API, - many bugs fixed. --- chat/weechat/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chat/weechat/DETAILS b/chat/weechat/DETAILS index 1eb0ba5..7356257 100644 --- a/chat/weechat/DETAILS +++ b/chat/weechat/DETAILS @@ -1,11 +1,11 @@ MODULE=weechat - VERSION=0.3.2 + VERSION=0.3.3 SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL=http://weechat.org/files/src/ - SOURCE_VFY=sha1:2d21f5a38132cc47151290b1eda8142f1ed3c9d9 + SOURCE_URL=http://weechat.org/files/src + SOURCE_VFY=sha1:4069a660093e908ec56c11ad5c5eba86d59a0b5a WEB_SITE=http://weechat.org/ ENTERED=20050223 - UPDATED=20100418 + UPDATED=20100807 SHORT="very light and neat IRC client" PSAFE=no From florin at lunar-linux.org Sat Aug 7 11:41:13 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 12:41:13 +0300 Subject: [Lunar-commits] bison: version bumped to 2.4.3. Message-ID: <20100807094146.5EFB09B221@doppio.foo-projects.org> commit 3af214c1bc2bda60cee2c254e94548d439b24474 Author: Florin Braescu Date: Sat Aug 7 12:41:13 2010 +0300 bison: version bumped to 2.4.3. Changes: ** Bison now obeys -Werror and --warnings=error for warnings about grammar rules that are useless in the parser due to conflicts. ** Failures in the test suite for GCC 4.5 have been fixed. ** Contrary to Bison 2.4.2's NEWS entry, it has been decided that warnings about undefined %prec identifiers will not be converted to errors in Bison 2.5. They will remain warnings, which should be sufficient for POSIX while avoiding backward compatibility issues. ** Minor documentation fixes. --- devel/bison/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS index 3dde0da..0a21bab 100644 --- a/devel/bison/DETAILS +++ b/devel/bison/DETAILS @@ -1,12 +1,12 @@ MODULE=bison - VERSION=2.4.2 + VERSION=2.4.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE WEB_SITE=http://www.gnu.org/software/bison/bison.html - SOURCE_VFY=sha1:4e2c4b40a248748989b3fe7f0d89022ea11a8d6f + SOURCE_VFY=sha1:2345d568c1ab7fdfbf4e3ae9e08fc8a82790ba3a ENTERED=20010922 - UPDATED=20100321 + UPDATED=20100807 SHORT="A replacement for the parser generator yacc" cat << EOF From florin at lunar-linux.org Sat Aug 7 11:57:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 12:57:03 +0300 Subject: [Lunar-commits] Python: small tweaks. Message-ID: <20100807095721.656849B221@doppio.foo-projects.org> commit e6582e14684e60c06a0b0dc9c5e6499d0811d9e1 Author: Florin Braescu Date: Sat Aug 7 12:57:03 2010 +0300 Python: small tweaks. --- python/Python/BUILD | 4 ++-- python/Python/DETAILS | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/Python/BUILD b/python/Python/BUILD index 6beec01..415f39e 100644 --- a/python/Python/BUILD +++ b/python/Python/BUILD @@ -8,10 +8,10 @@ default_build && - install -d /usr/lib/python$MAJOR_VERSION && + install -d /usr/lib/python$MAJOR && install -m755 $SOURCE_DIRECTORY/Tools/i18n/msgfmt.py \ $SOURCE_DIRECTORY/Tools/i18n/pygettext.py \ - /usr/lib/python$MAJOR_VERSION/ && + /usr/lib/python$MAJOR/ && gather_docs Misc/* diff --git a/python/Python/DETAILS b/python/Python/DETAILS index 05bd9d8..bb120da 100644 --- a/python/Python/DETAILS +++ b/python/Python/DETAILS @@ -1,6 +1,6 @@ MODULE=Python - VERSION=2.6.5 - MAJOR_VERSION=2.6 + MAJOR=2.6 + VERSION=$MAJOR.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-compileall.patch.bz2 SOURCE_URL=http://www.python.org/ftp/python/$VERSION From florin at lunar-linux.org Sat Aug 7 12:51:52 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 13:51:52 +0300 Subject: [Lunar-commits] nano: version bumped to 2.2.5. Message-ID: <20100807105227.089929B221@doppio.foo-projects.org> commit ef43e610d2d7d92094f112800c1cc6ac000bb53a Author: Florin Braescu Date: Sat Aug 7 13:51:52 2010 +0300 nano: version bumped to 2.2.5. Bugfixes and improvements. --- editors/nano/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/nano/DETAILS b/editors/nano/DETAILS index c5931fe..f12c791 100644 --- a/editors/nano/DETAILS +++ b/editors/nano/DETAILS @@ -1,15 +1,15 @@ MODULE=nano MAJOR=2.2 - VERSION=$MAJOR.4 + VERSION=$MAJOR.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.nano-editor.org/dist/v$MAJOR - SOURCE_VFY=sha1:c69f70d30883e846f74951c5daa20d7c5a6f0662 + SOURCE_VFY=sha1:0c59ba4becf20229aaf3b8e73e04ced09855c289 SOURCE2=nanorc-20071127.bz2 SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:ce69f7e2cb6476139799a6da58ae1754df595049 WEB_SITE=http://www.nano-editor.org ENTERED=20010922 - UPDATED=20100416 + UPDATED=20100807 SHORT="Superior clone of the pico text editor" cat << EOF From florin at lunar-linux.org Sat Aug 7 13:05:13 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 14:05:13 +0300 Subject: [Lunar-commits] iptables: version bumped to 1.4.9.1. Message-ID: <20100807110549.555149B221@doppio.foo-projects.org> commit b77d1527502e0810877cf9e9d23f7a82655187ea Author: Florin Braescu Date: Sat Aug 7 14:05:13 2010 +0300 iptables: version bumped to 1.4.9.1. This release fixes a compilation error with static linking in the 1.4.9 release. --- security/iptables/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/iptables/DETAILS b/security/iptables/DETAILS index e7eea25..a4b596f 100644 --- a/security/iptables/DETAILS +++ b/security/iptables/DETAILS @@ -1,11 +1,11 @@ MODULE=iptables - VERSION=1.4.9 + VERSION=1.4.9.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.netfilter.org/pub/$MODULE - SOURCE_VFY=sha1:c961b58c57cb99b10f5bb753bf3b436c0df05c7c + SOURCE_VFY=sha1:c038f3d129d4ddfb2d0e3056f63e80f2d54896fe WEB_SITE=http://www.netfilter.org ENTERED=20010922 - UPDATED=20100803 + UPDATED=20100807 SHORT="Tool to create netfilter rules" PSAFE=no From florin at lunar-linux.org Sat Aug 7 13:08:58 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 14:08:58 +0300 Subject: [Lunar-commits] mdadm: version bumped to 3.1.3. Message-ID: <20100807110917.D1E279B221@doppio.foo-projects.org> commit cbbda76196c6263d49b71be70b41ba8282fc8347 Author: Florin Braescu Date: Sat Aug 7 14:08:58 2010 +0300 mdadm: version bumped to 3.1.3. Bugfixes and improvements. --- utils/mdadm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/mdadm/DETAILS b/utils/mdadm/DETAILS index 5f3d739..638e6c2 100644 --- a/utils/mdadm/DETAILS +++ b/utils/mdadm/DETAILS @@ -1,12 +1,12 @@ MODULE=mdadm - VERSION=3.1.2 + VERSION=3.1.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.cse.unsw.edu.au/~neilb/source/$MODULE SOURCE_URL[1]=http://www.kernel.org/pub/linux/utils/raid/$MODULE - SOURCE_VFY=sha1:0599bd60a6cf8194bc2b5306ec939e05f825e4ce + SOURCE_VFY=sha1:249dd0cdb6cb814e651dab9065c77b92a8adb98d WEB_SITE=http://www.cse.unsw.edu.au/~neilb/source/$MODULE ENTERED=20030212 - UPDATED=20100325 + UPDATED=20100807 SHORT="Software raid tools" cat << EOF From florin at lunar-linux.org Sat Aug 7 13:13:01 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 14:13:01 +0300 Subject: [Lunar-commits] powertop: version bumped to 1.13. Message-ID: <20100807111317.ECB5A9B221@doppio.foo-projects.org> commit 78fd560438b0407112d4d74df469cafbce4e2c2c Author: Florin Braescu Date: Sat Aug 7 14:13:01 2010 +0300 powertop: version bumped to 1.13. --- utils/powertop/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/powertop/DETAILS b/utils/powertop/DETAILS index e7d31be..5eeae10 100644 --- a/utils/powertop/DETAILS +++ b/utils/powertop/DETAILS @@ -1,11 +1,11 @@ MODULE=powertop - VERSION=1.11 + VERSION=1.13 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.lesswatts.org/projects/powertop/download - SOURCE_VFY=sha1:d1d71db9a0854fab51f295a87ec505d89e451de3 + SOURCE_VFY=sha1:91a6f1ec9ca768c1a04409e154e6909458028d66 WEB_SITE=http://www.lesswatts.org/projects/powertop ENTERED=20070514 - UPDATED=20090213 + UPDATED=20100807 SHORT="Measure power usage on tickless kernels" cat << EOF From florin at lunar-linux.org Sat Aug 7 13:18:11 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 14:18:11 +0300 Subject: [Lunar-commits] iproute2: version bumped to 2.6.35. Message-ID: <20100807111824.78D809B221@doppio.foo-projects.org> commit c0b6c42a3913093aac4232ed78e471187ec4bd65 Author: Florin Braescu Date: Sat Aug 7 14:18:11 2010 +0300 iproute2: version bumped to 2.6.35. --- net/iproute2/BUILD | 3 --- net/iproute2/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/net/iproute2/BUILD b/net/iproute2/BUILD index 15ae972..67ecda8 100644 --- a/net/iproute2/BUILD +++ b/net/iproute2/BUILD @@ -1,8 +1,5 @@ ( - # Actually install the tc command - patch_it $SOURCE_CACHE/$SOURCE2 1 && - sedit "s:/usr/lib/:lib/:" Makefile && sedit "s:\$(DESTDIR)\$(CONFDIR):\$(CONFDIR):" Makefile && sedit "s:\$(DESTDIR)\$(ARPDDIR):\$(ARPDDIR):" Makefile && diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS index b9804de..a496c53 100644 --- a/net/iproute2/DETAILS +++ b/net/iproute2/DETAILS @@ -1,14 +1,11 @@ MODULE=iproute2 - VERSION=2.6.34 + VERSION=2.6.35 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=iproute2-2.6.34-tc.patch.bz2 SOURCE_URL=http://devresources.linux-foundation.org/dev/$MODULE/download - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:b57f98e284c68a464b9c3e132d29760de6331688 - SOURCE2_VFY=sha1:0ccb80954c65fdf4e36faf120697b7de8938ae4e + SOURCE_VFY=sha1:862b86ac73ea696867675765d119654553a22aeb WEB_SITE=http://www.linuxfoundation.org/en/Net:Iproute2 ENTERED=20021106 - UPDATED=20100621 + UPDATED=20100807 SHORT="Professional tools to control networking in Linux kernels" cat << EOF From florin at lunar-linux.org Sat Aug 7 13:34:09 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 14:34:09 +0300 Subject: [Lunar-commits] iptraf: ncursesw is needed instead of ncurses. Message-ID: <20100807113434.943B19B221@doppio.foo-projects.org> commit 0659a8288fc94b338009721bd6676fcd5f9b1a01 Author: Florin Braescu Date: Sat Aug 7 14:34:09 2010 +0300 iptraf: ncursesw is needed instead of ncurses. --- net/iptraf/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/iptraf/DEPENDS b/net/iptraf/DEPENDS index bf27309..a3fe52c 100644 --- a/net/iptraf/DEPENDS +++ b/net/iptraf/DEPENDS @@ -1 +1 @@ -depends ncurses +depends ncursesw From florin at lunar-linux.org Sat Aug 7 15:27:19 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 16:27:19 +0300 Subject: [Lunar-commits] libvirt: remo0ve Python depend. urlgrabber already depends on it. Message-ID: <20100807132756.24A019B221@doppio.foo-projects.org> commit ff04a0328e258185eaa41253af0b73d7a22d5e10 Author: Florin Braescu Date: Sat Aug 7 16:27:19 2010 +0300 libvirt: remo0ve Python depend. urlgrabber already depends on it. --- virtual/libvirt/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/virtual/libvirt/DEPENDS b/virtual/libvirt/DEPENDS index c5f0174..f8e3fbe 100644 --- a/virtual/libvirt/DEPENDS +++ b/virtual/libvirt/DEPENDS @@ -1,7 +1,6 @@ depends dnsmasq depends bridge-utils depends netcf -depends Python depends virtinst optional_depends "avahi" "--with-avahi" "--without-avahi" "Advertise daemon to network" From florin at lunar-linux.org Sat Aug 7 15:45:17 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 7 Aug 2010 16:45:17 +0300 Subject: [Lunar-commits] nano: add the needed ncurses depend and the optional ncursesw depend. Message-ID: <20100807134546.A6DA29B221@doppio.foo-projects.org> commit 2da28b7c4d3b2277ad6e3acb249699a8f2b76f33 Author: Florin Braescu Date: Sat Aug 7 16:45:17 2010 +0300 nano: add the needed ncurses depend and the optional ncursesw depend. --- editors/nano/DEPENDS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/editors/nano/DEPENDS b/editors/nano/DEPENDS new file mode 100644 index 0000000..3c3d8d0 --- /dev/null +++ b/editors/nano/DEPENDS @@ -0,0 +1,4 @@ +depends ncurses + +optional_depends "ncursesw" "" "" "for ncursesw extensions" + From engelsman at lunar-linux.org Sat Aug 7 15:56:05 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 7 Aug 2010 15:56:05 +0200 Subject: [Lunar-commits] libdatrie: new module, used by thailatex Message-ID: <20100807135840.DBA1E9B221@doppio.foo-projects.org> commit 0f75b51de20487b139a25c0a768e7bdda9ee4f18 Author: Paul Bredbury Date: Sat Aug 7 15:56:05 2010 +0200 libdatrie: new module, used by thailatex NOTE: this is a zbeta module, untested by me, buyer beware! - engelsman --- zbeta/libdatrie/DEPENDS | 1 + zbeta/libdatrie/DETAILS | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/zbeta/libdatrie/DEPENDS b/zbeta/libdatrie/DEPENDS new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/zbeta/libdatrie/DEPENDS @@ -0,0 +1 @@ + diff --git a/zbeta/libdatrie/DETAILS b/zbeta/libdatrie/DETAILS new file mode 100644 index 0000000..1db782a --- /dev/null +++ b/zbeta/libdatrie/DETAILS @@ -0,0 +1,20 @@ + MODULE=libdatrie + VERSION=0.2.4 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://linux.thai.net/pub/thailinux/software/libthai + SOURCE_VFY=sha1:723fb01530c7917982cfdd68deb2361d16a6e6ab + WEB_SITE=http://linux.thai.net/~thep/datrie/datrie.html + ENTERED=20100731 + UPDATED=20100731 + SHORT="Double-array trie library" + +cat << EOF +Trie is a kind of digital search tree, an efficient indexing method +with O(1) time complexity for searching. Comparably as efficient as +hashing, trie also provides flexibility on incremental matching and +key spelling manipulation. This makes it ideal for lexical analyzers, +as well as spelling dictionaries. + +This library is an implementation of double-array structure for +representing trie. +EOF From engelsman at lunar-linux.org Sat Aug 7 15:57:09 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 7 Aug 2010 15:57:09 +0200 Subject: [Lunar-commits] swath: new module, used by thailatex Message-ID: <20100807135840.EC27F9B223@doppio.foo-projects.org> commit efdc68d3130b31bb7b019dc3a4f3ff045188b12b Author: Paul Bredbury Date: Sat Aug 7 15:57:09 2010 +0200 swath: new module, used by thailatex NOTE: this is a zbeta module, untested by me, buyer beware! - engelsman --- zbeta/swath/DEPENDS | 1 + zbeta/swath/DETAILS | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/zbeta/swath/DEPENDS b/zbeta/swath/DEPENDS new file mode 100644 index 0000000..ad66baa --- /dev/null +++ b/zbeta/swath/DEPENDS @@ -0,0 +1 @@ +depends libdatrie diff --git a/zbeta/swath/DETAILS b/zbeta/swath/DETAILS new file mode 100644 index 0000000..2c847ff --- /dev/null +++ b/zbeta/swath/DETAILS @@ -0,0 +1,17 @@ + MODULE=swath + VERSION=0.4.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=ftp://linux.thai.net/pub/thailinux/software/swath + SOURCE_VFY=sha1:0b955088aa92c7f45a8a573730efceff33bfbac0 + WEB_SITE=http://linux.thai.net/taxonomy/term/4 + ENTERED=20100731 + UPDATED=20100731 + SHORT="Word segmentation for the Thai language" + +cat << EOF +Swath (Smart Word Analysis for THai) is a general-purpose utility for +analyzing word boundaries in Thai text, and inserting predefined word +delimiter codes. It can be used as a filter for Thai LaTeX files so the +lines are wrapped properly when processed with thailatex macros. Other +formats that swath can also handle include HTML, RTF and plain text. +EOF From engelsman at lunar-linux.org Sat Aug 7 15:58:01 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 7 Aug 2010 15:58:01 +0200 Subject: [Lunar-commits] thailatex: new module, for Thai language support in TeX Live Message-ID: <20100807135841.0FD7A9B224@doppio.foo-projects.org> commit 6c9dc345bf9f3f1cdcff795591026d0bda248b8d Author: Paul Bredbury Date: Sat Aug 7 15:58:01 2010 +0200 thailatex: new module, for Thai language support in TeX Live NOTE: this is a zbeta module, untested by me, buyer beware! - engelsman --- zbeta/thailatex/BUILD | 10 ++++++++++ zbeta/thailatex/DEPENDS | 2 ++ zbeta/thailatex/DETAILS | 15 +++++++++++++++ 3 files changed, 27 insertions(+), 0 deletions(-) diff --git a/zbeta/thailatex/BUILD b/zbeta/thailatex/BUILD new file mode 100644 index 0000000..6537d63 --- /dev/null +++ b/zbeta/thailatex/BUILD @@ -0,0 +1,10 @@ +( + + default_build && + + # From postinst at http://packages.ubuntu.com/source/lucid/thailatex + sed -i '/thai.ldf/d' /usr/share/texmf-dist/tex/generic/babel/babel.sty && + sed -i '/turkish/i\ +\\DeclareOption{thai}{\\input{thai.ldf}}' /usr/share/texmf-dist/tex/generic/babel/babel.sty + +) > $C_FIFO 2>&1 diff --git a/zbeta/thailatex/DEPENDS b/zbeta/thailatex/DEPENDS new file mode 100644 index 0000000..fe719c0 --- /dev/null +++ b/zbeta/thailatex/DEPENDS @@ -0,0 +1,2 @@ +depends texlive +depends swath diff --git a/zbeta/thailatex/DETAILS b/zbeta/thailatex/DETAILS new file mode 100644 index 0000000..24fbb1d --- /dev/null +++ b/zbeta/thailatex/DETAILS @@ -0,0 +1,15 @@ + MODULE=thailatex + VERSION=0.4.4 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=ftp://linux.thai.net/pub/ThaiLinux/software/thailatex + SOURCE_VFY=sha1:513c65957b134e5ee93bc8445de09f0521acd5c4 + WEB_SITE=http://linux.thai.net/projects/thailatex + ENTERED=20100731 + UPDATED=20100731 + SHORT="Thai language support for LaTeX & TeX Live" + PSAFE=no + +cat << EOF +This package provides a Thai language add-on for LaTeX. It is based on +the Babel package which comes with the TeX Live distribution. +EOF From engelsman at lunar-linux.org Sat Aug 7 18:14:15 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 7 Aug 2010 18:14:15 +0200 Subject: [Lunar-commits] teTeX: conflict with texlive Message-ID: <20100807161540.7263C9B221@doppio.foo-projects.org> commit 93e9b54b5293546ca3d25c6f5a9756cd905e95a2 Author: Paul Bredbury Date: Sat Aug 7 18:14:15 2010 +0200 teTeX: conflict with texlive --- doc-tools/teTeX/CONFLICTS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/doc-tools/teTeX/CONFLICTS b/doc-tools/teTeX/CONFLICTS new file mode 100644 index 0000000..fcf79a2 --- /dev/null +++ b/doc-tools/teTeX/CONFLICTS @@ -0,0 +1,2 @@ +conflicts texlive +conflicts texlive-texmf From engelsman at lunar-linux.org Sat Aug 7 18:14:57 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 7 Aug 2010 18:14:57 +0200 Subject: [Lunar-commits] teTeX-texmf: conflict with texlive Message-ID: <20100807161540.82BFB9B223@doppio.foo-projects.org> commit a891c484cec841e63210fc434daa888d62b211c6 Author: Paul Bredbury Date: Sat Aug 7 18:14:57 2010 +0200 teTeX-texmf: conflict with texlive Very important, due to this ridiculousness in BUILD: rm -rf /usr/share/texmf --- doc-tools/teTeX-texmf/CONFLICTS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/doc-tools/teTeX-texmf/CONFLICTS b/doc-tools/teTeX-texmf/CONFLICTS new file mode 100644 index 0000000..fcf79a2 --- /dev/null +++ b/doc-tools/teTeX-texmf/CONFLICTS @@ -0,0 +1,2 @@ +conflicts texlive +conflicts texlive-texmf From engelsman at lunar-linux.org Sat Aug 7 19:02:33 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 7 Aug 2010 19:02:33 +0200 Subject: [Lunar-commits] texlive: a TeX Live that works Message-ID: <20100807171117.681CB9B221@doppio.foo-projects.org> commit 43639296173996e0a30b878d6993d0abbf2c76cb Author: Paul Bredbury Date: Sat Aug 7 19:02:33 2010 +0200 texlive: a TeX Live that works Just Works (tm), without needing e.g. TEXMFMAIN defined. --- zbeta/texlive/BUILD | 32 ++++++++++++++++++++++++++++++-- zbeta/texlive/CONFLICTS | 1 + zbeta/texlive/DEPENDS | 32 ++++++++++++++++++++------------ zbeta/texlive/DETAILS | 33 ++++++++++++++++++++++----------- zbeta/texlive/POST_INSTALL | 18 ++++++++++++++++++ 5 files changed, 91 insertions(+), 25 deletions(-) diff --git a/zbeta/texlive/BUILD b/zbeta/texlive/BUILD index 8add60f..2375057 100644 --- a/zbeta/texlive/BUILD +++ b/zbeta/texlive/BUILD @@ -1,7 +1,35 @@ ( - OPTS="--disable-native-texlive-build --enable-shared" && + # Patches from http://scmweb.sourcemage.org/?p=smgl/grimoire.git;a=tree;f=latex/texlive + patch_it $SOURCE_CACHE/$SOURCE2 1 && + patch_it $SOURCE_CACHE/$SOURCE3 0 && - default_build + # Hide warnings about unable to find its own config files + export KPATHSEA_WARNING=0 && + + # Some options are from http://www.gentoo-portage.com/app-text/texlive-core + # and http://repos.archlinux.org/wsvn/packages/texlive-bin/trunk/ + OPTS+=" --datadir=/usr/share --disable-multiplatform --disable-native-texlive-build --with-pdftex --with-tetex --with-pdfetex --with-system-zlib --with-system-freetype2 --with-system-libpng --with-gs=gs --enable-xetex --enable-ipc --enable-shared" && + + # luatex doesn't compile - anyway, latex & pdflatex are good enough :-) + OPTS+=" --disable-luatex" && + + # clisp (required by xindy) doesn't compile - see DEPENDS + OPTS+=" --disable-xindy" && + + default_build && + + # In version 20091107, texlive does not install wrappers like latex automatically, so copy these files explicitly. + local i && + for i in texk/texlive/* ; do + if file "$i" | grep 'script text executable' > /dev/null 2>&1 ; then + install -m755 "$i" /usr/bin/ + fi + done && + + ln -sfn mf /usr/bin/mf-nowin && + + # Idea from http://repos.archlinux.org/wsvn/packages/texlive-bin/trunk/ + install -m644 $SOURCE_CACHE/$SOURCE4 /etc/fonts/conf.d/09-texlive-fonts.conf ) > $C_FIFO 2>&1 diff --git a/zbeta/texlive/CONFLICTS b/zbeta/texlive/CONFLICTS index 66a9e6f..7afbb65 100644 --- a/zbeta/texlive/CONFLICTS +++ b/zbeta/texlive/CONFLICTS @@ -1 +1,2 @@ conflicts teTeX +conflicts teTeX-texmf diff --git a/zbeta/texlive/DEPENDS b/zbeta/texlive/DEPENDS index a9d3f9f..d0399f6 100644 --- a/zbeta/texlive/DEPENDS +++ b/zbeta/texlive/DEPENDS @@ -1,14 +1,22 @@ -depends dialog -depends ed -depends zlib -depends w3c-libwww -depends texinfo -depends teTeX-texmf -depends bison +depends dialog +depends ed +depends zlib +depends w3c-libwww +depends texinfo +depends texlive-texmf +depends bison +depends gd +depends libpng +depends freetype2 +depends fontconfig +depends ghostscript -optional_depends "zlib" "--with-system-zlib" "--without-system-zlib" "for data compression support" -optional_depends "libpng" "--with-system-pnglib" "--without-system-libpng" "for png support" optional_depends "t1lib" "--with-system-t1lib" "--without-system-t1lib" "for t1lib support" -optional_depends "freetype2" "--with-system-freetype2 " "--without-system-freetype2" "for freetype font support" -optional_depends "gd" "--with-system-gd" "--without-system-gd" "for gd graphics support" -optional_depends "lcdf-typetools" "--enable-lcdf-typetools" "--disable-lcdf-typetools" "for postscript support" + +# This will look like the wrong way around. It means whether to install texlive's own version of lcdf-typetools, or use the lcdf-typetools module from moonbase. +optional_depends "lcdf-typetools" "--disable-lcdf-typetools" "--enable-lcdf-typetools" "for Postscript support (if n, TeX Live's own version will be installed)" + +# Other xindy options in http://repos.archlinux.org/wsvn/packages/texlive-bin/trunk/ +# clisp doesn't even compile: +# configure: error: cannot find sources (lispbibl.d) in /usr/bin or .. +#optional_depends "clisp" "--enable-xindy" "--disable-xindy" "for xindy book-like indexes" diff --git a/zbeta/texlive/DETAILS b/zbeta/texlive/DETAILS index 6726c30..2b35920 100644 --- a/zbeta/texlive/DETAILS +++ b/zbeta/texlive/DETAILS @@ -1,18 +1,29 @@ MODULE=texlive VERSION=20091107 - MINOR=source - SOURCE=$MODULE-$VERSION-${MINOR}.tar.xz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$MINOR - SOURCE_URL[0]=ftp://tug.org/historic/systems/texlive/2009/ + SOURCE=$MODULE-$VERSION-source.tar.xz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-source + SOURCE2=texlive-20091107-fix_scripts_3.patch + SOURCE3=texlive-20091107-texmf.cnf_fix.patch + SOURCE4=texlive-20091107-09-texlive-fonts.conf + SOURCE_URL=ftp://tug.org/historic/systems/texlive/2009/ + SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL + SOURCE4_URL=$PATCH_URL SOURCE_VFY=sha1:3e11287f16595209181dc2e0ae7c23809e2e73ee + SOURCE2_VFY=sha1:f32083249d4503589536ae39bbe8bf9d943e631e + SOURCE3_VFY=sha1:807b2d96c86b24cb0743909c13e08172925eee85 + SOURCE4_VFY=sha1:7277db188ded00af37364d03bbcf9614b851c847 WEB_SITE=http://www.tug.org/texlive/ - ENTERED=20100511 - UPDATED=20100511 - SHORT="TeX distribution that includes web2c, pdfTeX, e-Tex and more..." + ENTERED=20100805 + UPDATED=20100805 + SHORT="TeX distribution that includes web2c, pdfTeX, e-Tex and more" +# Text from http://www.tug.org/texlive/ cat << EOF -TeTex is by far, the best TeX distribution available for Linux, includes -latest versions of web2c, pdfTeX, e-TeX, Omega, xdvi, ps2pk, makeinfo, -texinfo, texconfig and lots of fonts and macros. It's easy to install and -easy to customize. +TeX Live is an easy way to get up and running with the TeX document +production system. It provides a comprehensive TeX system with binaries +for most flavors of Unix, including GNU/Linux, and also Windows. It +includes all the major TeX-related programs, macro packages, and fonts +that are free software, including support for many languages around the +world. EOF diff --git a/zbeta/texlive/POST_INSTALL b/zbeta/texlive/POST_INSTALL new file mode 100644 index 0000000..9550d43 --- /dev/null +++ b/zbeta/texlive/POST_INSTALL @@ -0,0 +1,18 @@ +# Set up the Tex Live environment. +# Some of this may be unnecessary, but TeX Live is too big (900mb) to check everything. It works. + +mktexlsr > /dev/null 2>&1 + +# From http://repos.archlinux.org/wsvn/packages/texlive-core/trunk/texlive.install +updmap-sys --quiet --nohash + +# Hint from https://bbs.archlinux.org/viewtopic.php?pid=607603 +# Prevent error message: Fatal format file error; I'm stymied +# Will fail on luatex, which is not installed. +fmtutil-sys --all > /dev/null 2>&1 + +# From http://www.linuxforums.org/forum/linux-applications/75163-latex-error-i-cant-find-format-file-latex-fmt.html +initex latex.ltx > /dev/null && install -m644 latex.fmt /usr/share/texmf/web2c/ + +texhash > /dev/null 2>&1 +mktexlsr > /dev/null 2>&1 From engelsman at lunar-linux.org Sat Aug 7 19:09:12 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 7 Aug 2010 19:09:12 +0200 Subject: [Lunar-commits] texlive-texmf: set ARCHIVE=off Message-ID: <20100807171117.714809B223@doppio.foo-projects.org> commit 9015103008e9f14760a3401c458c14cf4e7bfde9 Author: Duncan Gibson Date: Sat Aug 7 19:09:12 2010 +0200 texlive-texmf: set ARCHIVE=off --- zbeta/texlive-texmf/DETAILS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/zbeta/texlive-texmf/DETAILS b/zbeta/texlive-texmf/DETAILS index 67fa251..2e8eeeb 100644 --- a/zbeta/texlive-texmf/DETAILS +++ b/zbeta/texlive-texmf/DETAILS @@ -9,8 +9,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE/.tar.xz} WEB_SITE=http://www.tug.org/texlive/ ENTERED=20100731 UPDATED=20100731 + ARCHIVE=off SHORT="TeX Live metafont package" cat << EOF Metafont package from the TeX Live distribution. + +Warning: the tarball.xz is approx 900Mb - make sure you have space! EOF From stumbles at lunar-linux.org Sun Aug 8 00:27:00 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 7 Aug 2010 18:27:00 -0400 Subject: [Lunar-commits] gssdp: Fixing SOURCE_URL. Message-ID: <20100807222724.E4EBF9B223@doppio.foo-projects.org> commit 9050c57ee0461e7879ccbf5babf354ebfe49c38c Author: Dennis `stumbles` Veatch Date: Sat Aug 7 18:27:00 2010 -0400 gssdp: Fixing SOURCE_URL. --- net/gssdp/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/gssdp/DETAILS b/net/gssdp/DETAILS index 0252f7c..bdddc63 100644 --- a/net/gssdp/DETAILS +++ b/net/gssdp/DETAILS @@ -1,7 +1,7 @@ MODULE=gssdp VERSION=0.7.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://gupnp.org/sources/gssdp/ + SOURCE_URL=http://gupnp.org/sites/all/files/sources/ SOURCE_VFY=sha1:db02986ef254c97cc8499973b7e3f79da20459b7 WEB_SITE=http://gupnp.org/ ENTERED=20100506 From florin at lunar-linux.org Sun Aug 8 08:37:09 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 8 Aug 2010 09:37:09 +0300 Subject: [Lunar-commits] nasm: version bumped to 2.08.02. Message-ID: <20100808063735.373699B223@doppio.foo-projects.org> commit 8c165ccab96682f349f007ae0730ee06f35dfe59 Author: Florin Braescu Date: Sun Aug 8 09:37:09 2010 +0300 nasm: version bumped to 2.08.02. Bugfixes and improvements. --- compilers/nasm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/nasm/DETAILS b/compilers/nasm/DETAILS index e4f880e..3f974f6 100644 --- a/compilers/nasm/DETAILS +++ b/compilers/nasm/DETAILS @@ -1,11 +1,11 @@ MODULE=nasm - VERSION=2.08.01 + VERSION=2.08.02 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.nasm.us/pub/nasm/releasebuilds/$VERSION - SOURCE_VFY=sha1:4684e0bda835fe903a8f1b727710afb46214de07 + SOURCE_VFY=sha1:356a95221a4e3569154366db9fac04428c6fae1a WEB_SITE=http://nasm.sourceforge.net ENTERED=20010922 - UPDATED=20100312 + UPDATED=20100808 SHORT="The netwide assembler" cat << EOF From florin at lunar-linux.org Sun Aug 8 08:41:42 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 8 Aug 2010 09:41:42 +0300 Subject: [Lunar-commits] hostapd: version bumped to 0.6.10. Message-ID: <20100808064155.792009B223@doppio.foo-projects.org> commit c9829d7ddc7a4ddd72d0a9ed15ddcb0d4dd0fe83 Author: Florin Braescu Date: Sun Aug 8 09:41:42 2010 +0300 hostapd: version bumped to 0.6.10. --- wifi/hostapd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wifi/hostapd/DETAILS b/wifi/hostapd/DETAILS index 1e12bd7..322b0c1 100644 --- a/wifi/hostapd/DETAILS +++ b/wifi/hostapd/DETAILS @@ -1,11 +1,11 @@ MODULE=hostapd - VERSION=0.6.8 + VERSION=0.6.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://hostap.epitest.fi/releases - SOURCE_VFY=sha1:0f03a3d4dcce3560b5bb516628570c4eff88b58f + SOURCE_VFY=sha1:2cacf994abd3cebad36679d32f64c9e9906ccff8 WEB_SITE=http://hostap.epitest.fi ENTERED=20031129 - UPDATED=20090315 + UPDATED=20100808 SHORT="User space daemon for extended IEEE 802.11 management" cat << EOF From florin at lunar-linux.org Sun Aug 8 12:13:40 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 8 Aug 2010 13:13:40 +0300 Subject: [Lunar-commits] transmission: version bumped to 2.04. Message-ID: <20100808101409.B688F9B224@doppio.foo-projects.org> commit 96ce8bead71d3fa5ec095754ab24587e0f2a349d Author: Florin Braescu Date: Sun Aug 8 13:13:40 2010 +0300 transmission: version bumped to 2.04. Bugfixes. --- distributed/transmission/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributed/transmission/DETAILS b/distributed/transmission/DETAILS index 58e72ef..58a0fb4 100644 --- a/distributed/transmission/DETAILS +++ b/distributed/transmission/DETAILS @@ -1,11 +1,11 @@ MODULE=transmission - VERSION=2.03 + VERSION=2.04 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://mirrors.m0k.org/transmission/files - SOURCE_VFY=sha1:4e792ccaa5aad81d0bb71679215a2a572c4e1fd9 + SOURCE_VFY=sha1:301e22eeeb985782b61202deb1c36a883357fcc6 WEB_SITE=http://transmissionbt.com ENTERED=20060626 - UPDATED=20100724 + UPDATED=20100808 SHORT="A fast and powerful BitTorrent client" cat << EOF From ratler at lunar-linux.org Sun Aug 8 12:32:24 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 08 Aug 2010 10:32:24 -0000 Subject: [Lunar-commits] Initrd related changes * Updated udev helpers * Moved /lib/ld-* from initrd.list -> scripts/initrd since the version change between glibc releases Message-ID: <20100808103224.732DC9B224@doppio.foo-projects.org> commit 257e05dfddafc904982deb6c0aac62d2eeb55da4 Author: Stefan Wold Date: Wed Jul 7 16:05:36 2010 +0200 Initrd related changes * Updated udev helpers * Moved /lib/ld-* from initrd.list -> scripts/initrd since the version change between glibc releases --- initrd/initrd.list | 2 -- initrd/initrd.list-2.6 | 7 ++++++- scripts/initrd | 11 ++++++----- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/initrd/initrd.list b/initrd/initrd.list index e26ff53..a9dd381 100644 --- a/initrd/initrd.list +++ b/initrd/initrd.list @@ -21,8 +21,6 @@ bin/uname etc/fstab etc/ld.so.conf etc/mtab -lib/ld-2.10.1.so -lib/ld-linux.so.2 sbin/halt sbin/ldconfig sbin/pivot_root diff --git a/initrd/initrd.list-2.6 b/initrd/initrd.list-2.6 index b1355a9..c60d027 100644 --- a/initrd/initrd.list-2.6 +++ b/initrd/initrd.list-2.6 @@ -16,14 +16,19 @@ lib/udev/hid2hci lib/udev/input_id lib/udev/keyboard-force-release.sh lib/udev/keymap -lib/udev/modem-modeswitch +lib/udev/mobile-action-modeswitch +lib/udev/mtd_probe lib/udev/path_id lib/udev/pci-db +lib/udev/pcmcia-check-broken-cis +lib/udev/pcmcia-socket-startup lib/udev/rule_generator.functions lib/udev/scsi_id lib/udev/udev-acl lib/udev/usb-db lib/udev/usb_id lib/udev/v4l_id +lib/udev/write_cd_rules +lib/udev/write_net_rules sbin/udevadm sbin/udevd diff --git a/scripts/initrd b/scripts/initrd index 5de077f..522fe84 100755 --- a/scripts/initrd +++ b/scripts/initrd @@ -48,6 +48,7 @@ transfer() cd $ISO_TARGET cat $ISO_SOURCE/initrd/initrd.list | transfer cat $ISO_SOURCE/initrd/initrd.list-$ISO_KSUFFIX | transfer + find lib/ -name "ld-*" | transfer $ISO_SOURCE/scripts/ldd-gather $ISO_SOURCE/initrd/initrd.list | transfer $ISO_SOURCE/scripts/ldd-gather $ISO_SOURCE/initrd/initrd.list-$ISO_KSUFFIX | transfer ) @@ -149,17 +150,17 @@ else fi && dd if=/dev/zero of=initrd.raw bs=1024 count=$SIZE && -losetup /dev/loop/0 initrd.raw && -mkfs.ext2 -b 1024 -m 0 -i 1024 -N 768 /dev/loop/0 && +losetup /dev/loop0 initrd.raw && +mkfs.ext2 -b 1024 -m 0 -i 1024 -N 768 /dev/loop0 && mkdir BUILD.mnt && -mount /dev/loop/0 BUILD.mnt && +mount /dev/loop0 BUILD.mnt && cp -a BUILD/* BUILD.mnt/ && df -h BUILD.mnt/ umount BUILD.mnt || exit 1 -tune2fs -l /dev/loop/0 | grep -e 'Free' -losetup -d /dev/loop/0 +tune2fs -l /dev/loop0 | grep -e 'Free' +losetup -d /dev/loop0 [ -f initrd ] && rm initrd gzip -c initrd.raw > initrd From ratler at lunar-linux.org Sun Aug 8 12:32:24 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 08 Aug 2010 10:32:24 -0000 Subject: [Lunar-commits] Bumped kernel config for x86_64 to 2.6.34.1 Message-ID: <20100808103224.85DBE9B228@doppio.foo-projects.org> commit 42e4b5829edd965b8ffc10bb0cf3d1c9a7d2fb23 Author: Stefan Wold Date: Wed Jul 7 16:08:27 2010 +0200 Bumped kernel config for x86_64 to 2.6.34.1 --- kernels/conf/2.6/base.x86_64 | 320 ++++++++++++++++++++++++++++-------------- 1 files changed, 213 insertions(+), 107 deletions(-) diff --git a/kernels/conf/2.6/base.x86_64 b/kernels/conf/2.6/base.x86_64 index 6dfbade..41e9991 100644 --- a/kernels/conf/2.6/base.x86_64 +++ b/kernels/conf/2.6/base.x86_64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.32.9 -# Sun Mar 14 22:12:40 2010 +# Linux kernel version: 2.6.34.1 +# Wed Jul 7 15:14:48 2010 # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -19,14 +19,15 @@ CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_MMU=y CONFIG_ZONE_DMA=y +CONFIG_NEED_DMA_MAP_STATE=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y CONFIG_GENERIC_HWEIGHT=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y -CONFIG_RWSEM_GENERIC_SPINLOCK=y -# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set +# CONFIG_RWSEM_GENERIC_SPINLOCK is not set +CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_GENERIC_TIME_VSYSCALL=y @@ -44,6 +45,7 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y CONFIG_AUDIT_ARCH=y CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_HAVE_EARLY_RES=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y CONFIG_GENERIC_IRQ_PROBE=y @@ -67,9 +69,11 @@ CONFIG_LOCALVERSION="" CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_LZO=y # CONFIG_KERNEL_GZIP is not set CONFIG_KERNEL_BZIP2=y # CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_LZO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y @@ -87,19 +91,16 @@ CONFIG_AUDIT_TREE=y # CONFIG_TREE_RCU=y # CONFIG_TREE_PREEMPT_RCU is not set +# CONFIG_TINY_RCU is not set # CONFIG_RCU_TRACE is not set CONFIG_RCU_FANOUT=32 # CONFIG_RCU_FANOUT_EXACT is not set +# CONFIG_RCU_FAST_NO_HZ is not set # CONFIG_TREE_RCU_TRACE is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=16 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y -CONFIG_GROUP_SCHED=y -CONFIG_FAIR_GROUP_SCHED=y -# CONFIG_RT_GROUP_SCHED is not set -CONFIG_USER_SCHED=y -# CONFIG_CGROUP_SCHED is not set # CONFIG_CGROUPS is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set # CONFIG_RELAY is not set @@ -114,6 +115,7 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_RD_GZIP=y CONFIG_RD_BZIP2=y CONFIG_RD_LZMA=y +CONFIG_RD_LZO=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y CONFIG_ANON_INODES=y @@ -156,9 +158,13 @@ CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_OPTPROBES=y CONFIG_HAVE_ARCH_TRACEHOOK=y CONFIG_HAVE_DMA_ATTRS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_DMA_API_DEBUG=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y # # GCOV-based kernel profiling @@ -183,14 +189,41 @@ CONFIG_BLK_DEV_BSG=y # IO Schedulers # CONFIG_IOSCHED_NOOP=y -CONFIG_IOSCHED_AS=m CONFIG_IOSCHED_DEADLINE=m CONFIG_IOSCHED_CFQ=y -# CONFIG_DEFAULT_AS is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" +# CONFIG_INLINE_SPIN_TRYLOCK is not set +# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set +# CONFIG_INLINE_SPIN_LOCK is not set +# CONFIG_INLINE_SPIN_LOCK_BH is not set +# CONFIG_INLINE_SPIN_LOCK_IRQ is not set +# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set +# CONFIG_INLINE_SPIN_UNLOCK is not set +# CONFIG_INLINE_SPIN_UNLOCK_BH is not set +# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set +# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set +# CONFIG_INLINE_READ_TRYLOCK is not set +# CONFIG_INLINE_READ_LOCK is not set +# CONFIG_INLINE_READ_LOCK_BH is not set +# CONFIG_INLINE_READ_LOCK_IRQ is not set +# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set +# CONFIG_INLINE_READ_UNLOCK is not set +# CONFIG_INLINE_READ_UNLOCK_BH is not set +# CONFIG_INLINE_READ_UNLOCK_IRQ is not set +# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set +# CONFIG_INLINE_WRITE_TRYLOCK is not set +# CONFIG_INLINE_WRITE_LOCK is not set +# CONFIG_INLINE_WRITE_LOCK_BH is not set +# CONFIG_INLINE_WRITE_LOCK_IRQ is not set +# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set +# CONFIG_INLINE_WRITE_UNLOCK is not set +# CONFIG_INLINE_WRITE_UNLOCK_BH is not set +# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set +# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set +CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_FREEZER=y # @@ -207,6 +240,7 @@ CONFIG_X86_MPPARSE=y CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_PARAVIRT_GUEST is not set +CONFIG_NO_BOOTMEM=y # CONFIG_MEMTEST is not set # CONFIG_M386 is not set # CONFIG_M486 is not set @@ -235,10 +269,10 @@ CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_MATOM is not set CONFIG_GENERIC_CPU=y CONFIG_X86_CPU=y -CONFIG_X86_L1_CACHE_BYTES=64 -CONFIG_X86_INTERNODE_CACHE_BYTES=64 +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_XADD=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_TSC=y CONFIG_X86_CMPXCHG64=y @@ -287,6 +321,7 @@ CONFIG_ARCH_PROC_KCORE_TEXT=y CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_FLATMEM_MANUAL is not set # CONFIG_DISCONTIGMEM_MANUAL is not set @@ -295,6 +330,7 @@ CONFIG_SPARSEMEM=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y CONFIG_SPARSEMEM_VMEMMAP=y # CONFIG_MEMORY_HOTPLUG is not set CONFIG_PAGEFLAGS_EXTENDED=y @@ -303,8 +339,6 @@ CONFIG_PHYS_ADDR_T_64BIT=y CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y -CONFIG_HAVE_MLOCK=y -CONFIG_HAVE_MLOCKED_PAGE_BIT=y # CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y @@ -315,7 +349,8 @@ CONFIG_MTRR=y CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 -# CONFIG_X86_PAT is not set +CONFIG_X86_PAT=y +CONFIG_ARCH_USES_PG_UNCACHED=y # CONFIG_EFI is not set CONFIG_SECCOMP=y # CONFIG_CC_STACKPROTECTOR is not set @@ -349,6 +384,7 @@ CONFIG_HIBERNATION_NVS=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" # CONFIG_PM_RUNTIME is not set +CONFIG_PM_OPS=y CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y # CONFIG_ACPI_PROCFS is not set @@ -397,6 +433,7 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y # # CPUFreq processor drivers # +# CONFIG_X86_PCC_CPUFREQ is not set CONFIG_X86_ACPI_CPUFREQ=y CONFIG_X86_POWERNOW_K8=m CONFIG_X86_SPEEDSTEP_CENTRINO=m @@ -431,17 +468,15 @@ CONFIG_PCIE_ECRC=y # CONFIG_PCIEASPM is not set CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y -CONFIG_PCI_LEGACY=y # CONFIG_PCI_STUB is not set CONFIG_HT_IRQ=y # CONFIG_PCI_IOV is not set +CONFIG_PCI_IOAPIC=y CONFIG_ISA_DMA_API=y CONFIG_K8_NB=y CONFIG_PCCARD=y -# CONFIG_PCMCIA_DEBUG is not set CONFIG_PCMCIA=m CONFIG_PCMCIA_LOAD_CIS=y -CONFIG_PCMCIA_IOCTL=y CONFIG_CARDBUS=y # @@ -473,7 +508,6 @@ CONFIG_NET=y # Networking options # CONFIG_PACKET=y -# CONFIG_PACKET_MMAP is not set CONFIG_UNIX=y CONFIG_XFRM=y CONFIG_XFRM_USER=m @@ -545,6 +579,7 @@ CONFIG_INET6_XFRM_MODE_TUNNEL=m CONFIG_INET6_XFRM_MODE_BEET=m CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m CONFIG_IPV6_SIT=m +# CONFIG_IPV6_SIT_6RD is not set CONFIG_IPV6_NDISC_NODETYPE=y CONFIG_IPV6_TUNNEL=m # CONFIG_IPV6_MULTIPLE_TABLES is not set @@ -563,6 +598,7 @@ CONFIG_NETFILTER_NETLINK_LOG=m CONFIG_NF_CONNTRACK=m CONFIG_NF_CT_ACCT=y CONFIG_NF_CONNTRACK_MARK=y +# CONFIG_NF_CONNTRACK_ZONES is not set # CONFIG_NF_CONNTRACK_EVENTS is not set CONFIG_NF_CT_PROTO_DCCP=m CONFIG_NF_CT_PROTO_GRE=m @@ -582,6 +618,7 @@ CONFIG_NF_CT_NETLINK=m CONFIG_NETFILTER_XTABLES=m CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m CONFIG_NETFILTER_XT_TARGET_CONNMARK=m +CONFIG_NETFILTER_XT_TARGET_CT=m CONFIG_NETFILTER_XT_TARGET_DSCP=m CONFIG_NETFILTER_XT_TARGET_HL=m CONFIG_NETFILTER_XT_TARGET_LED=m @@ -640,6 +677,7 @@ CONFIG_IP_VS_PROTO_UDP=y CONFIG_IP_VS_PROTO_AH_ESP=y CONFIG_IP_VS_PROTO_ESP=y CONFIG_IP_VS_PROTO_AH=y +# CONFIG_IP_VS_PROTO_SCTP is not set # # IPVS scheduler @@ -890,16 +928,21 @@ CONFIG_BT_HCIBTUART=m CONFIG_BT_HCIVHCI=m CONFIG_BT_MRVL=m CONFIG_BT_MRVL_SDIO=m +CONFIG_BT_ATH3K=m # CONFIG_AF_RXRPC is not set CONFIG_WIRELESS=y +CONFIG_WIRELESS_EXT=y +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PROC=y +CONFIG_WEXT_SPY=y +CONFIG_WEXT_PRIV=y CONFIG_CFG80211=m # CONFIG_NL80211_TESTMODE is not set # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set # CONFIG_CFG80211_REG_DEBUG is not set CONFIG_CFG80211_DEFAULT_PS=y -CONFIG_CFG80211_DEFAULT_PS_VALUE=1 -# CONFIG_WIRELESS_OLD_REGULATORY is not set -CONFIG_WIRELESS_EXT=y +# CONFIG_CFG80211_INTERNAL_REGDB is not set +CONFIG_CFG80211_WEXT=y CONFIG_WIRELESS_EXT_SYSFS=y CONFIG_LIB80211=m CONFIG_LIB80211_CRYPT_WEP=m @@ -907,6 +950,7 @@ CONFIG_LIB80211_CRYPT_CCMP=m CONFIG_LIB80211_CRYPT_TKIP=m # CONFIG_LIB80211_DEBUG is not set CONFIG_MAC80211=m +CONFIG_MAC80211_HAS_RC=y CONFIG_MAC80211_RC_MINSTREL=y # CONFIG_MAC80211_RC_DEFAULT_PID is not set CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y @@ -1123,6 +1167,7 @@ CONFIG_BLK_DEV_UMEM=m # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m +# CONFIG_BLK_DEV_DRBD is not set CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_SX8=y CONFIG_BLK_DEV_UB=m @@ -1136,6 +1181,7 @@ CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_ATA_OVER_ETH=m # CONFIG_BLK_DEV_HD is not set CONFIG_MISC_DEVICES=y +# CONFIG_AD525X_DPOT is not set CONFIG_IBM_ASM=m CONFIG_PHANTOM=m CONFIG_SGI_IOC4=m @@ -1143,9 +1189,12 @@ CONFIG_TIFM_CORE=m CONFIG_TIFM_7XX1=m CONFIG_ICS932S401=m CONFIG_ENCLOSURE_SERVICES=m +# CONFIG_CS5535_MFGPT is not set CONFIG_HP_ILO=m -# CONFIG_DELL_LAPTOP is not set CONFIG_ISL29003=m +CONFIG_SENSORS_TSL2550=m +CONFIG_DS1682=m +# CONFIG_VMWARE_BALLOON is not set # CONFIG_C2PORT is not set # @@ -1158,12 +1207,16 @@ CONFIG_EEPROM_93CX6=m CONFIG_CB710_CORE=m # CONFIG_CB710_DEBUG is not set CONFIG_CB710_DEBUG_ASSUMPTIONS=y +CONFIG_IWMC3200TOP=m +# CONFIG_IWMC3200TOP_DEBUG is not set +# CONFIG_IWMC3200TOP_DEBUGFS is not set CONFIG_HAVE_IDE=y # CONFIG_IDE is not set # # SCSI device support # +CONFIG_SCSI_MOD=y CONFIG_RAID_ATTRS=m CONFIG_SCSI=y CONFIG_SCSI_DMA=y @@ -1208,7 +1261,9 @@ CONFIG_SCSI_CXGB3_ISCSI=m CONFIG_SCSI_BNX2_ISCSI=m CONFIG_BE2ISCSI=m CONFIG_BLK_DEV_3W_XXXX_RAID=y +CONFIG_SCSI_HPSA=y CONFIG_SCSI_3W_9XXX=y +CONFIG_SCSI_3W_SAS=y CONFIG_SCSI_ACARD=y CONFIG_SCSI_AACRAID=y CONFIG_SCSI_AIC7XXX=y @@ -1242,6 +1297,7 @@ CONFIG_SCSI_MPT2SAS_MAX_SGE=128 # CONFIG_SCSI_MPT2SAS_LOGGING is not set CONFIG_SCSI_HPTIOP=m CONFIG_SCSI_BUSLOGIC=y +CONFIG_VMWARE_PVSCSI=m CONFIG_LIBFC=m CONFIG_LIBFCOE=m CONFIG_FCOE=m @@ -1277,6 +1333,7 @@ CONFIG_SCSI_DC395x=m CONFIG_SCSI_DC390T=m # CONFIG_SCSI_DEBUG is not set CONFIG_SCSI_PMCRAID=m +# CONFIG_SCSI_PM8001 is not set CONFIG_SCSI_SRP=m CONFIG_SCSI_BFA_FC=m CONFIG_SCSI_LOWLEVEL_PCMCIA=y @@ -1328,6 +1385,7 @@ CONFIG_PATA_HPT3X3_DMA=y CONFIG_PATA_IT821X=m CONFIG_PATA_IT8213=m CONFIG_PATA_JMICRON=y +# CONFIG_PATA_LEGACY is not set CONFIG_PATA_TRIFLEX=m CONFIG_PATA_MARVELL=y CONFIG_PATA_MPIIX=y @@ -1339,15 +1397,16 @@ CONFIG_PATA_NS87415=m CONFIG_PATA_OPTI=m CONFIG_PATA_OPTIDMA=m CONFIG_PATA_PCMCIA=m +CONFIG_PATA_PDC2027X=y CONFIG_PATA_PDC_OLD=m CONFIG_PATA_RADISYS=m CONFIG_PATA_RDC=m CONFIG_PATA_RZ1000=m CONFIG_PATA_SC1200=m CONFIG_PATA_SERVERWORKS=m -CONFIG_PATA_PDC2027X=y CONFIG_PATA_SIL680=m CONFIG_PATA_SIS=y +# CONFIG_PATA_TOSHIBA is not set CONFIG_PATA_VIA=y CONFIG_PATA_WINBOND=y CONFIG_PATA_SCH=y @@ -1393,7 +1452,7 @@ CONFIG_FUSION_CTL=m # # -# See the help texts for more information. +# The newer stack is recommended. # CONFIG_FIREWIRE=m CONFIG_FIREWIRE_OHCI=m @@ -1418,6 +1477,7 @@ CONFIG_IFB=m # CONFIG_DUMMY is not set CONFIG_BONDING=m CONFIG_MACVLAN=m +# CONFIG_MACVTAP is not set # CONFIG_EQUALIZER is not set CONFIG_TUN=m CONFIG_VETH=m @@ -1441,6 +1501,7 @@ CONFIG_REALTEK_PHY=m CONFIG_NATIONAL_PHY=m CONFIG_STE10XP=m CONFIG_LSI_ET1011C_PHY=m +# CONFIG_MICREL_PHY is not set CONFIG_MDIO_BITBANG=m CONFIG_NET_ETHERNET=y CONFIG_MII=y @@ -1465,6 +1526,7 @@ CONFIG_NET_PCI=y CONFIG_PCNET32=m CONFIG_AMD8111_ETH=m CONFIG_ADAPTEC_STARFIRE=m +# CONFIG_KSZ884X_PCI is not set CONFIG_B44=m CONFIG_B44_PCI_AUTOSELECT=y CONFIG_B44_PCICORE_AUTOSELECT=y @@ -1527,9 +1589,12 @@ CONFIG_CHELSIO_T1=m CONFIG_CHELSIO_T1_1G=y CONFIG_CHELSIO_T3_DEPENDS=y CONFIG_CHELSIO_T3=m +CONFIG_CHELSIO_T4_DEPENDS=y +CONFIG_CHELSIO_T4=m CONFIG_ENIC=m CONFIG_IXGBE=m CONFIG_IXGBE_DCA=y +CONFIG_IXGBEVF=m CONFIG_IXGB=m CONFIG_S2IO=m CONFIG_VXGE=m @@ -1543,23 +1608,14 @@ CONFIG_MLX4_CORE=m CONFIG_MLX4_DEBUG=y CONFIG_TEHUTI=m CONFIG_BNX2X=m +CONFIG_QLCNIC=m CONFIG_QLGE=m CONFIG_SFC=m CONFIG_SFC_MTD=y CONFIG_BE2NET=m # CONFIG_TR is not set CONFIG_WLAN=y -CONFIG_WLAN_PRE80211=y -CONFIG_STRIP=m -CONFIG_PCMCIA_WAVELAN=m -CONFIG_PCMCIA_NETWAVE=m -CONFIG_WLAN_80211=y CONFIG_PCMCIA_RAYCS=m -CONFIG_LIBERTAS=m -CONFIG_LIBERTAS_USB=m -CONFIG_LIBERTAS_CS=m -CONFIG_LIBERTAS_SDIO=m -# CONFIG_LIBERTAS_DEBUG is not set # CONFIG_LIBERTAS_THINFIRM is not set CONFIG_AIRO=m CONFIG_ATMEL=m @@ -1577,45 +1633,21 @@ CONFIG_RTL8187_LEDS=y CONFIG_ADM8211=m # CONFIG_MAC80211_HWSIM is not set CONFIG_MWL8K=m -CONFIG_P54_COMMON=m -CONFIG_P54_USB=m -CONFIG_P54_PCI=m -CONFIG_P54_LEDS=y CONFIG_ATH_COMMON=m +# CONFIG_ATH_DEBUG is not set CONFIG_ATH5K=m # CONFIG_ATH5K_DEBUG is not set -# CONFIG_ATH9K is not set -# CONFIG_AR9170_USB is not set -CONFIG_IPW2100=m -# CONFIG_IPW2100_MONITOR is not set -# CONFIG_IPW2100_DEBUG is not set -CONFIG_IPW2200=m -CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPW2200_PROMISCUOUS is not set -# CONFIG_IPW2200_QOS is not set -# CONFIG_IPW2200_DEBUG is not set -CONFIG_LIBIPW=m -# CONFIG_LIBIPW_DEBUG is not set -CONFIG_IWLWIFI=m -CONFIG_IWLWIFI_LEDS=y -# CONFIG_IWLWIFI_SPECTRUM_MEASUREMENT is not set -# CONFIG_IWLWIFI_DEBUG is not set -CONFIG_IWLAGN=m -CONFIG_IWL4965=y -CONFIG_IWL5000=y -CONFIG_IWL3945=m -CONFIG_IWL3945_SPECTRUM_MEASUREMENT=y -CONFIG_HOSTAP=m -# CONFIG_HOSTAP_FIRMWARE is not set -CONFIG_HOSTAP_PLX=m -CONFIG_HOSTAP_PCI=m -CONFIG_HOSTAP_CS=m +CONFIG_ATH9K_HW=m +CONFIG_ATH9K_COMMON=m +CONFIG_ATH9K=m +CONFIG_AR9170_USB=m +CONFIG_AR9170_LEDS=y CONFIG_B43=m CONFIG_B43_PCI_AUTOSELECT=y CONFIG_B43_PCICORE_AUTOSELECT=y # CONFIG_B43_PCMCIA is not set # CONFIG_B43_SDIO is not set +CONFIG_B43_PIO=y # CONFIG_B43_PHY_LP is not set CONFIG_B43_LEDS=y CONFIG_B43_HWRNG=y @@ -1631,15 +1663,62 @@ CONFIG_B43LEGACY_PIO=y CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y # CONFIG_B43LEGACY_DMA_MODE is not set # CONFIG_B43LEGACY_PIO_MODE is not set -CONFIG_ZD1211RW=m -# CONFIG_ZD1211RW_DEBUG is not set +CONFIG_HOSTAP=m +# CONFIG_HOSTAP_FIRMWARE is not set +CONFIG_HOSTAP_PLX=m +CONFIG_HOSTAP_PCI=m +CONFIG_HOSTAP_CS=m +CONFIG_IPW2100=m +# CONFIG_IPW2100_MONITOR is not set +# CONFIG_IPW2100_DEBUG is not set +CONFIG_IPW2200=m +CONFIG_IPW2200_MONITOR=y +# CONFIG_IPW2200_RADIOTAP is not set +# CONFIG_IPW2200_PROMISCUOUS is not set +# CONFIG_IPW2200_QOS is not set +# CONFIG_IPW2200_DEBUG is not set +CONFIG_LIBIPW=m +# CONFIG_LIBIPW_DEBUG is not set +CONFIG_IWLWIFI=m +# CONFIG_IWLWIFI_DEBUG is not set +CONFIG_IWLAGN=m +CONFIG_IWL4965=y +CONFIG_IWL5000=y +CONFIG_IWL3945=m +CONFIG_IWM=m +CONFIG_LIBERTAS=m +CONFIG_LIBERTAS_USB=m +CONFIG_LIBERTAS_CS=m +CONFIG_LIBERTAS_SDIO=m +# CONFIG_LIBERTAS_DEBUG is not set +# CONFIG_LIBERTAS_MESH is not set +CONFIG_HERMES=m +CONFIG_HERMES_CACHE_FW_ON_INIT=y +CONFIG_PLX_HERMES=m +CONFIG_TMD_HERMES=m +CONFIG_NORTEL_HERMES=m +CONFIG_PCI_HERMES=m +CONFIG_PCMCIA_HERMES=m +CONFIG_PCMCIA_SPECTRUM=m +CONFIG_P54_COMMON=m +CONFIG_P54_USB=m +CONFIG_P54_PCI=m +CONFIG_P54_LEDS=y CONFIG_RT2X00=m CONFIG_RT2400PCI=m CONFIG_RT2500PCI=m CONFIG_RT61PCI=m +CONFIG_RT2800PCI_PCI=y +CONFIG_RT2800PCI=m +# CONFIG_RT2800PCI_RT30XX is not set +# CONFIG_RT2800PCI_RT35XX is not set CONFIG_RT2500USB=m CONFIG_RT73USB=m CONFIG_RT2800USB=m +# CONFIG_RT2800USB_RT30XX is not set +# CONFIG_RT2800USB_RT35XX is not set +# CONFIG_RT2800USB_UNKNOWN is not set +CONFIG_RT2800_LIB=m CONFIG_RT2X00_LIB_PCI=m CONFIG_RT2X00_LIB_USB=m CONFIG_RT2X00_LIB=m @@ -1648,18 +1727,11 @@ CONFIG_RT2X00_LIB_FIRMWARE=y CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set -CONFIG_HERMES=m -CONFIG_HERMES_CACHE_FW_ON_INIT=y -CONFIG_PLX_HERMES=m -CONFIG_TMD_HERMES=m -CONFIG_NORTEL_HERMES=m -CONFIG_PCI_HERMES=m -CONFIG_PCMCIA_HERMES=m -CONFIG_PCMCIA_SPECTRUM=m CONFIG_WL12XX=m CONFIG_WL1251=m # CONFIG_WL1251_SDIO is not set -CONFIG_IWM=m +CONFIG_ZD1211RW=m +# CONFIG_ZD1211RW_DEBUG is not set # # Enable WiMAX (Networking options) to see the WiMAX drivers @@ -1677,6 +1749,7 @@ CONFIG_USB_NET_AX8817X=m CONFIG_USB_NET_CDCETHER=m # CONFIG_USB_NET_CDC_EEM is not set CONFIG_USB_NET_DM9601=m +CONFIG_USB_NET_SMSC75XX=m CONFIG_USB_NET_SMSC95XX=m CONFIG_USB_NET_GL620A=m CONFIG_USB_NET_NET1080=m @@ -1693,6 +1766,8 @@ CONFIG_USB_ARMLINUX=y CONFIG_USB_NET_ZAURUS=m CONFIG_USB_HSO=m CONFIG_USB_NET_INT51X1=m +# CONFIG_USB_IPHETH is not set +# CONFIG_USB_SIERRA_NET is not set CONFIG_NET_PCMCIA=y CONFIG_PCMCIA_3C589=m CONFIG_PCMCIA_3C574=m @@ -1724,7 +1799,7 @@ CONFIG_SLHC=m # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -# CONFIG_VMXNET3 is not set +CONFIG_VMXNET3=m # CONFIG_ISDN is not set # CONFIG_PHONE is not set @@ -1734,6 +1809,7 @@ CONFIG_SLHC=m CONFIG_INPUT=y CONFIG_INPUT_FF_MEMLESS=m CONFIG_INPUT_POLLDEV=m +CONFIG_INPUT_SPARSEKMAP=m # # Userland interfaces @@ -1808,6 +1884,7 @@ CONFIG_SERIO_SERPORT=m CONFIG_SERIO_PCIPS2=m CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set CONFIG_GAMEPORT=m CONFIG_GAMEPORT_NS558=m CONFIG_GAMEPORT_L4=m @@ -1845,6 +1922,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_TIMBERDALE is not set CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set CONFIG_LEGACY_PTYS=y @@ -1893,6 +1971,7 @@ CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y CONFIG_I2C_CHARDEV=m CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_SMBUS=m CONFIG_I2C_ALGOBIT=m CONFIG_I2C_ALGOPCA=m @@ -1930,6 +2009,7 @@ CONFIG_I2C_SCMI=m # CONFIG_I2C_OCORES=m CONFIG_I2C_SIMTEC=m +# CONFIG_I2C_XILINX is not set # # External I2C/SMBus adapter drivers @@ -1940,25 +2020,13 @@ CONFIG_I2C_TAOS_EVM=m CONFIG_I2C_TINY_USB=m # -# Graphics adapter I2C/DDC channel drivers -# -CONFIG_I2C_VOODOO3=m - -# # Other I2C/SMBus bus drivers # CONFIG_I2C_PCA_PLATFORM=m CONFIG_I2C_STUB=m - -# -# Miscellaneous I2C Chip support -# -CONFIG_DS1682=m -CONFIG_SENSORS_TSL2550=m # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set # CONFIG_I2C_DEBUG_BUS is not set -# CONFIG_I2C_DEBUG_CHIP is not set # CONFIG_SPI is not set # @@ -2011,11 +2079,13 @@ CONFIG_SENSORS_ADM1026=m CONFIG_SENSORS_ADM1029=m CONFIG_SENSORS_ADM1031=m CONFIG_SENSORS_ADM9240=m +CONFIG_SENSORS_ADT7411=m CONFIG_SENSORS_ADT7462=m CONFIG_SENSORS_ADT7470=m -CONFIG_SENSORS_ADT7473=m CONFIG_SENSORS_ADT7475=m +CONFIG_SENSORS_ASC7621=m CONFIG_SENSORS_K8TEMP=y +CONFIG_SENSORS_K10TEMP=m CONFIG_SENSORS_ASB100=m CONFIG_SENSORS_ATXP1=m CONFIG_SENSORS_DS1621=m @@ -2032,6 +2102,7 @@ CONFIG_SENSORS_IBMAEM=m CONFIG_SENSORS_IBMPEX=m CONFIG_SENSORS_IT87=m CONFIG_SENSORS_LM63=m +CONFIG_SENSORS_LM73=m CONFIG_SENSORS_LM75=m CONFIG_SENSORS_LM77=m CONFIG_SENSORS_LM78=m @@ -2056,9 +2127,11 @@ CONFIG_SENSORS_SMSC47M1=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SMSC47B397=m CONFIG_SENSORS_ADS7828=m +CONFIG_SENSORS_AMC6821=m CONFIG_SENSORS_THMC50=m CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m +CONFIG_SENSORS_VIA_CPUTEMP=m CONFIG_SENSORS_VIA686A=m CONFIG_SENSORS_VT1211=m CONFIG_SENSORS_VT8231=m @@ -2071,6 +2144,7 @@ CONFIG_SENSORS_W83L786NG=m CONFIG_SENSORS_W83627HF=m CONFIG_SENSORS_W83627EHF=m CONFIG_SENSORS_HDAPS=m +CONFIG_SENSORS_LIS3_I2C=m CONFIG_SENSORS_APPLESMC=m # @@ -2088,6 +2162,7 @@ CONFIG_SSB_POSSIBLE=y # CONFIG_SSB=m CONFIG_SSB_SPROM=y +CONFIG_SSB_BLOCKIO=y CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_PCIHOST=y CONFIG_SSB_B43_PCI_BRIDGE=y @@ -2102,15 +2177,14 @@ CONFIG_SSB_DRIVER_PCICORE=y # # Multifunction device drivers # -# CONFIG_MFD_CORE is not set +CONFIG_MFD_CORE=m # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set # CONFIG_MFD_TMIO is not set # CONFIG_MFD_WM8400 is not set -# CONFIG_MFD_WM831X is not set -# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set # CONFIG_MFD_PCF50633 is not set -# CONFIG_AB3100_CORE is not set +CONFIG_LPC_SCH=m # CONFIG_REGULATOR is not set # CONFIG_MEDIA_SUPPORT is not set @@ -2123,12 +2197,15 @@ CONFIG_AGP_INTEL=m CONFIG_AGP_SIS=m CONFIG_AGP_VIA=m CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +# CONFIG_VGA_SWITCHEROO is not set CONFIG_DRM=m CONFIG_DRM_KMS_HELPER=m CONFIG_DRM_TTM=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m +# CONFIG_DRM_RADEON_KMS is not set CONFIG_DRM_I810=m CONFIG_DRM_I830=m CONFIG_DRM_I915=m @@ -2191,6 +2268,7 @@ CONFIG_FB_CFB_IMAGEBLIT=m # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_GEODE is not set +# CONFIG_FB_TMIO is not set # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set @@ -2366,6 +2444,7 @@ CONFIG_SND_VX222=m CONFIG_SND_YMFPCI=m CONFIG_SND_USB=y CONFIG_SND_USB_AUDIO=m +# CONFIG_SND_USB_UA101 is not set CONFIG_SND_USB_USX2Y=m CONFIG_SND_USB_CAIAQ=m # CONFIG_SND_USB_CAIAQ_INPUT is not set @@ -2392,6 +2471,7 @@ CONFIG_USB_HID=y # # Special HID drivers # +# CONFIG_HID_3M_PCT is not set CONFIG_HID_A4TECH=y CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y @@ -2408,14 +2488,20 @@ CONFIG_HID_KENSINGTON=y CONFIG_HID_LOGITECH=y # CONFIG_LOGITECH_FF is not set # CONFIG_LOGIRUMBLEPAD2_FF is not set +# CONFIG_LOGIG940_FF is not set +CONFIG_HID_MAGICMOUSE=m CONFIG_HID_MICROSOFT=y +# CONFIG_HID_MOSART is not set CONFIG_HID_MONTEREY=y CONFIG_HID_NTRIG=y +CONFIG_HID_ORTEK=y CONFIG_HID_PANTHERLORD=y # CONFIG_PANTHERLORD_FF is not set CONFIG_HID_PETALYNX=y +CONFIG_HID_QUANTA=m CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y +CONFIG_HID_STANTUM=m CONFIG_HID_SUNPLUS=y CONFIG_HID_GREENASIA=y # CONFIG_GREENASIA_FF is not set @@ -2441,8 +2527,6 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # CONFIG_USB_DEVICEFS is not set # CONFIG_USB_DEVICE_CLASS is not set # CONFIG_USB_DYNAMIC_MINORS is not set -CONFIG_USB_SUSPEND=y -# CONFIG_USB_OTG is not set CONFIG_USB_MON=y # CONFIG_USB_WUSB is not set # CONFIG_USB_WUSB_CBAF is not set @@ -2545,6 +2629,7 @@ CONFIG_USB_SERIAL_MOS7840=m CONFIG_USB_SERIAL_NAVMAN=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_OTI6858=m +# CONFIG_USB_SERIAL_QCAUX is not set # CONFIG_USB_SERIAL_QUALCOMM is not set # CONFIG_USB_SERIAL_SPCP8X5 is not set CONFIG_USB_SERIAL_HP4X=m @@ -2559,6 +2644,7 @@ CONFIG_USB_SERIAL_XIRCOM=m CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_SERIAL_OMNINET=m # CONFIG_USB_SERIAL_OPTICON is not set +CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m # CONFIG_USB_SERIAL_DEBUG is not set # @@ -2571,7 +2657,6 @@ CONFIG_USB_SEVSEG=m CONFIG_USB_RIO500=m # CONFIG_USB_LEGOTOWER is not set CONFIG_USB_LCD=m -CONFIG_USB_BERRY_CHARGE=m CONFIG_USB_LED=m CONFIG_USB_CYPRESS_CY7C63=m CONFIG_USB_CYTHERM=m @@ -2585,7 +2670,6 @@ CONFIG_USB_LD=m CONFIG_USB_IOWARRIOR=m # CONFIG_USB_TEST is not set CONFIG_USB_ISIGHTFW=m -# CONFIG_USB_VST is not set CONFIG_USB_ATM=m CONFIG_USB_SPEEDTOUCH=m CONFIG_USB_CXACRU=m @@ -2624,10 +2708,13 @@ CONFIG_USB_ETH_RNDIS=y CONFIG_USB_GADGETFS=m CONFIG_USB_FILE_STORAGE=m # CONFIG_USB_FILE_STORAGE_TEST is not set +# CONFIG_USB_MASS_STORAGE is not set CONFIG_USB_G_SERIAL=m CONFIG_USB_MIDI_GADGET=m # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_NOKIA is not set +# CONFIG_USB_G_MULTI is not set # # OTG and related infrastructure @@ -2654,8 +2741,6 @@ CONFIG_MMC_SDHCI_PCI=m # CONFIG_MMC_RICOH_MMC is not set CONFIG_MMC_SDHCI_PLTFM=m CONFIG_MMC_WBSD=m -# CONFIG_MMC_AT91 is not set -# CONFIG_MMC_ATMELMCI is not set CONFIG_MMC_TIFM_SD=m CONFIG_MMC_SDRICOH_CS=m CONFIG_MMC_CB710=m @@ -2673,11 +2758,13 @@ CONFIG_LEDS_CLASS=m # CONFIG_LEDS_CLEVO_MAIL is not set # CONFIG_LEDS_PCA955X is not set # CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_INTEL_SS4200 is not set +# CONFIG_LEDS_DELL_NETBOOKS is not set +CONFIG_LEDS_TRIGGERS=y # # LED Triggers # -CONFIG_LEDS_TRIGGERS=y # CONFIG_LEDS_TRIGGER_TIMER is not set # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set @@ -2715,6 +2802,7 @@ CONFIG_RTC_DRV_PCF8563=m CONFIG_RTC_DRV_PCF8583=m CONFIG_RTC_DRV_M41T80=m # CONFIG_RTC_DRV_M41T80_WDT is not set +# CONFIG_RTC_DRV_BQ32K is not set CONFIG_RTC_DRV_S35390A=m CONFIG_RTC_DRV_FM3130=m CONFIG_RTC_DRV_RX8581=m @@ -2736,13 +2824,16 @@ CONFIG_RTC_DRV_STK17TA8=m CONFIG_RTC_DRV_M48T86=m CONFIG_RTC_DRV_M48T35=m CONFIG_RTC_DRV_M48T59=m +# CONFIG_RTC_DRV_MSM6242 is not set CONFIG_RTC_DRV_BQ4802=m +# CONFIG_RTC_DRV_RP5C01 is not set CONFIG_RTC_DRV_V3020=m # # on-CPU RTC drivers # CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set # # DMA Devices @@ -2767,10 +2858,10 @@ CONFIG_UIO=y CONFIG_UIO_CIF=m # CONFIG_UIO_PDRV is not set # CONFIG_UIO_PDRV_GENIRQ is not set -# CONFIG_UIO_SMX is not set # CONFIG_UIO_AEC is not set # CONFIG_UIO_SERCOS3 is not set # CONFIG_UIO_PCI_GENERIC is not set +# CONFIG_UIO_NETX is not set # # TI VLYNQ @@ -2780,6 +2871,7 @@ CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ACERHDF=m CONFIG_ASUS_LAPTOP=m +# CONFIG_DELL_LAPTOP is not set CONFIG_DELL_WMI=m CONFIG_FUJITSU_LAPTOP=m # CONFIG_FUJITSU_LAPTOP_DEBUG is not set @@ -2790,16 +2882,21 @@ CONFIG_COMPAL_LAPTOP=m CONFIG_SONY_LAPTOP=m # CONFIG_SONYPI_COMPAT is not set CONFIG_THINKPAD_ACPI=m +CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y # CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set # CONFIG_THINKPAD_ACPI_DEBUG is not set # CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set CONFIG_THINKPAD_ACPI_VIDEO=y CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y CONFIG_INTEL_MENLOW=m +CONFIG_EEEPC_WMI=m CONFIG_ACPI_WMI=m +# CONFIG_MSI_WMI is not set CONFIG_ACPI_ASUS=m CONFIG_TOPSTAR_LAPTOP=m CONFIG_ACPI_TOSHIBA=m +CONFIG_TOSHIBA_BT_RFKILL=m +# CONFIG_ACPI_CMPC is not set # # Firmware Drivers @@ -2862,6 +2959,7 @@ CONFIG_INOTIFY_USER=y CONFIG_QUOTA=y # CONFIG_QUOTA_NETLINK_INTERFACE is not set CONFIG_PRINT_QUOTA_WARNING=y +# CONFIG_QUOTA_DEBUG is not set CONFIG_QUOTA_TREE=y # CONFIG_QFMT_V1 is not set CONFIG_QFMT_V2=y @@ -2934,6 +3032,7 @@ CONFIG_JFFS2_ZLIB=y CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set # CONFIG_UBIFS_FS is not set +# CONFIG_LOGFS is not set CONFIG_CRAMFS=m # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set @@ -2964,6 +3063,7 @@ CONFIG_RPCSEC_GSS_KRB5=m CONFIG_RPCSEC_GSS_SPKM3=m CONFIG_SMB_FS=m # CONFIG_SMB_NLS_DEFAULT is not set +# CONFIG_CEPH_FS is not set # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set @@ -3099,8 +3199,11 @@ CONFIG_KEYS=y # CONFIG_KEYS_DEBUG_PROC_KEYS is not set # CONFIG_SECURITY is not set CONFIG_SECURITYFS=y -# CONFIG_SECURITY_FILE_CAPABILITIES is not set -# CONFIG_IMA is not set +# CONFIG_DEFAULT_SECURITY_SELINUX is not set +# CONFIG_DEFAULT_SECURITY_SMACK is not set +# CONFIG_DEFAULT_SECURITY_TOMOYO is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_DEFAULT_SECURITY="" CONFIG_XOR_BLOCKS=m CONFIG_ASYNC_CORE=m CONFIG_ASYNC_MEMCPY=m @@ -3130,6 +3233,7 @@ CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_NULL=m +# CONFIG_CRYPTO_PCRYPT is not set CONFIG_CRYPTO_WORKQUEUE=y CONFIG_CRYPTO_CRYPTD=m CONFIG_CRYPTO_AUTHENC=m @@ -3179,6 +3283,7 @@ CONFIG_CRYPTO_SHA256=m CONFIG_CRYPTO_SHA512=m CONFIG_CRYPTO_TGR192=m CONFIG_CRYPTO_WP512=m +CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m # # Ciphers @@ -3242,10 +3347,11 @@ CONFIG_LIBCRC32C=m CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=m CONFIG_LZO_COMPRESS=m -CONFIG_LZO_DECOMPRESS=m +CONFIG_LZO_DECOMPRESS=y CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_LZO=y CONFIG_REED_SOLOMON=m CONFIG_REED_SOLOMON_DEC16=y CONFIG_TEXTSEARCH=y From ratler at lunar-linux.org Sun Aug 8 12:32:25 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 08 Aug 2010 10:32:25 -0000 Subject: [Lunar-commits] Adding livecd related template files Message-ID: <20100808103224.941409B229@doppio.foo-projects.org> commit 1551f24a82418800d2a151501f337e7f58dc7360 Author: Stefan Wold Date: Thu Jul 8 17:18:50 2010 +0200 Adding livecd related template files --- livecd/template/etc/init.d/sshd | 15 +++++ livecd/template/etc/ssh/Makefile | 40 ++++++++++++ livecd/template/etc/ssh/sshd_config | 117 +++++++++++++++++++++++++++++++++++ 3 files changed, 172 insertions(+), 0 deletions(-) diff --git a/livecd/template/etc/init.d/sshd b/livecd/template/etc/init.d/sshd new file mode 100755 index 0000000..cbe608e --- /dev/null +++ b/livecd/template/etc/init.d/sshd @@ -0,0 +1,15 @@ +#!/bin/bash +# +# ssh Secure Shell Daemon +# +# chkconfig: 345 80 20 +# description: SSH daemon +# processname: sshd +# config: /etc/ssh/sshd_config + +test -f /tmp/ssh/ssh_host_dsa_key || (cd /etc/ssh; make server-keys) +test -f /tmp/ssh/ssh_host_key || (cd /etc/ssh; make server-keys) +test -f /tmp/ssh/ssh_host_rsa_key || (cd /etc/ssh; make server-keys) + +. /lib/lsb/init-functions + diff --git a/livecd/template/etc/ssh/Makefile b/livecd/template/etc/ssh/Makefile new file mode 100644 index 0000000..147734f --- /dev/null +++ b/livecd/template/etc/ssh/Makefile @@ -0,0 +1,40 @@ +.PHONY: usage +.SUFFIXES: .key .csr .crt .pem +.PRECIOUS: %.key %.csr %.crt %.pem + +usage: + @echo "This makefile allows you to create:" + @echo " o ssh v1 server key pairs" + @echo " o ssh v2 dsa server key pairs" + @echo " o ssh v2 rsa server key pairs" + @echo " o public/private key pairs" + @echo "" + @echo "To create all server key pairs, run \"make server-keys\"." + @echo "" + @echo "To create a public/private key pair, run \"make SOMENAME.key\"" + @echo + @echo + @echo Examples: + @echo " make private.key" + @echo " make server-keys" + +%.key: + umask 77 ; \ + ssh-keygen -t dsa -f $@ +livecd: + mkdir -p /tmp/ssh + +ssh_host_dsa_key: + umask 77 ; \ + ssh-keygen -t dsa -N '' -f /tmp/ssh/ssh_host_dsa_key + +ssh_host_rsa_key: + umask 77 ; \ + ssh-keygen -t rsa -N '' -f /tmp/ssh/ssh_host_rsa_key + +ssh_host_key: + umask 77 ; \ + ssh-keygen -t rsa1 -N '' -f /tmp/ssh/ssh_host_key + +server-keys: livecd ssh_host_key ssh_host_rsa_key ssh_host_dsa_key + diff --git a/livecd/template/etc/ssh/sshd_config b/livecd/template/etc/ssh/sshd_config new file mode 100644 index 0000000..b00f3e8 --- /dev/null +++ b/livecd/template/etc/ssh/sshd_config @@ -0,0 +1,117 @@ +# $OpenBSD: sshd_config,v 1.77 2008/02/08 23:24:07 djm Exp $ + +# This is the sshd server system-wide configuration file. See +# sshd_config(5) for more information. + +# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin + +# The strategy used for options in the default sshd_config shipped with +# OpenSSH is to specify options with their default value where +# possible, but leave them commented. Uncommented options change a +# default value. + +#Port 22 +#AddressFamily any +#ListenAddress 0.0.0.0 +#ListenAddress :: + +# Disable legacy (protocol version 1) support in the server for new +# installations. In future the default will change to require explicit +# activation of protocol 1 +Protocol 2 + +# HostKey for protocol version 1 +HostKey /tmp/ssh/ssh_host_key +# HostKeys for protocol version 2 +HostKey /tmp/ssh/ssh_host_rsa_key +HostKey /tmp/ssh/ssh_host_dsa_key + +# Lifetime and size of ephemeral version 1 server key +#KeyRegenerationInterval 1h +#ServerKeyBits 768 + +# Logging +# obsoletes QuietMode and FascistLogging +#SyslogFacility AUTH +#LogLevel INFO + +# Authentication: + +#LoginGraceTime 2m +PermitRootLogin yes +#StrictModes yes +#MaxAuthTries 6 + +#RSAAuthentication yes +#PubkeyAuthentication yes +#AuthorizedKeysFile .ssh/authorized_keys + +# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts +#RhostsRSAAuthentication no +# similar for protocol version 2 +#HostbasedAuthentication no +# Change to yes if you don't trust ~/.ssh/known_hosts for +# RhostsRSAAuthentication and HostbasedAuthentication +#IgnoreUserKnownHosts no +# Don't read the user's ~/.rhosts and ~/.shosts files +#IgnoreRhosts yes + +# To disable tunneled clear text passwords, change to no here! +#PasswordAuthentication yes +PermitEmptyPasswords yes + +# Change to no to disable s/key passwords +#ChallengeResponseAuthentication yes + +# Kerberos options +#KerberosAuthentication no +#KerberosOrLocalPasswd yes +#KerberosTicketCleanup yes +#KerberosGetAFSToken no + +# GSSAPI options +#GSSAPIAuthentication no +#GSSAPICleanupCredentials yes + +# Set this to 'yes' to enable PAM authentication, account processing, +# and session processing. If this is enabled, PAM authentication will +# be allowed through the ChallengeResponseAuthentication and +# PasswordAuthentication. Depending on your PAM configuration, +# PAM authentication via ChallengeResponseAuthentication may bypass +# the setting of "PermitRootLogin without-password". +# If you just want the PAM account and session checks to run without +# PAM authentication, then enable this but set PasswordAuthentication +# and ChallengeResponseAuthentication to 'no'. +#UsePAM no + +#AllowTcpForwarding yes +#GatewayPorts no +#X11Forwarding no +#X11DisplayOffset 10 +#X11UseLocalhost yes +#PrintMotd yes +#PrintLastLog yes +#TCPKeepAlive yes +#UseLogin no +#UsePrivilegeSeparation yes +#PermitUserEnvironment no +#Compression delayed +#ClientAliveInterval 0 +#ClientAliveCountMax 3 +#UseDNS yes +#PidFile /var/run/sshd.pid +#MaxStartups 10 +#PermitTunnel no +#ChrootDirectory none + +# no default banner path +#Banner none + +# override default of no subsystems +Subsystem sftp /usr/libexec/sftp-server + +# Example of overriding settings on a per-user basis +#Match User anoncvs +# X11Forwarding no +# AllowTcpForwarding no +# ForceCommand cvs server From ratler at lunar-linux.org Sun Aug 8 12:32:25 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 08 Aug 2010 10:32:25 -0000 Subject: [Lunar-commits] Copy livecd ssh config and init script Message-ID: <20100808103224.A98EB9B22A@doppio.foo-projects.org> commit 5adaa76529eec46ad3b75389417ae63815605722 Author: Stefan Wold Date: Thu Jul 8 17:25:44 2010 +0200 Copy livecd ssh config and init script --- scripts/isofs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/scripts/isofs b/scripts/isofs index 7ab4009..6930dca 100755 --- a/scripts/isofs +++ b/scripts/isofs @@ -79,6 +79,10 @@ cp $ISO_SOURCE/template/motd $ISO_TARGET/etc/ cp $ISO_SOURCE/template/motd.target $ISO_TARGET/etc/ echo "+ copying initd disable list" cp $ISO_SOURCE/conf/initd.disable.list $ISO_TARGET/.initd.disable.list +echo "+ copying LiveCD ssh configuration" +cp $ISO_SOURCE/livecd/template/etc/ssh/* $ISO_TARGET/etc/ssh/ +echo "+ copying LiveCD sshd init script" +cp $ISO_SOURCE/livecd/template/etc/init.d/sshd $ISO_TARGET/etc/init.d/ for file in $ISO_TARGET/isolinux/{f{1,2,3,4}.txt,boot.cat,isolinux.{bin,cfg}} $ISO_TARGET/etc/motd $ISO_TARGET/etc/motd $ISO_TARGET/sbin/lunar-install $ISO_TARGET/README $ISO_TARGET/etc/motd $ISO_TARGET/etc/motd.target ; do sed -i -e "s:%VERSION%:${ISO_VERSION}:g" \ From ratler at lunar-linux.org Sun Aug 8 12:32:25 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 08 Aug 2010 10:32:25 -0000 Subject: [Lunar-commits] Only supply linux-2.6 kernel for compilation during install Message-ID: <20100808103224.B587E9B22B@doppio.foo-projects.org> commit 6c2bcaf9d2b6796c9e2df41f16f3a47b850aab43 Author: Stefan Wold Date: Thu Jul 8 17:31:24 2010 +0200 Only supply linux-2.6 kernel for compilation during install --- kernels/conf/2.6/modules | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/kernels/conf/2.6/modules b/kernels/conf/2.6/modules index 6da11fa..e9be880 100644 --- a/kernels/conf/2.6/modules +++ b/kernels/conf/2.6/modules @@ -1,5 +1 @@ L:linux-2.6:Latest 2.6 kernel with minor patchlevel patches (2.6.x.Y) -M:linux-2.6-mm:Andrew Mortons latest test patches -G:linux-2.6-grsec:kernel with the latest grsecurity patch -C:linux-2.6-ck:Con Kolivas patches for desktop use -P:linux-2.6-prepatch:2.6 release candidate (rc) kernels From ratler at lunar-linux.org Sun Aug 8 12:32:25 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 08 Aug 2010 10:32:25 -0000 Subject: [Lunar-commits] A few installer changes Message-ID: <20100808103224.CEACD9B224@doppio.foo-projects.org> commit 28a48be15564cae831eaa87ab1937625571c7898 Author: Stefan Wold Date: Thu Jul 8 17:31:45 2010 +0200 A few installer changes * Added USE_CLEAR option for the function chroot_run() to clear screen before executing commands * Create missing directory /var/log/lunar/queue * Check for kernel sources in $TARGET * Generate install and md5sum logs for precompiled kernels --- lunar-install/sbin/lunar-install | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/lunar-install/sbin/lunar-install b/lunar-install/sbin/lunar-install index 0cc9efe..31194a3 100755 --- a/lunar-install/sbin/lunar-install +++ b/lunar-install/sbin/lunar-install @@ -67,7 +67,9 @@ chroot_run() if [ -n "$USE_SWAP" ]; then chroot $TARGET swapon -a fi - clear + if [ -n "$USE_CLEAR" ]; then + clear + fi chroot $TARGET $1 $2 $3 $4 $5 $6 $7 $8 $9 RESULT=$? if [ -n "$USE_SWAP" ]; then @@ -1046,7 +1048,7 @@ transfer() mkdir -p etc/lunar/local/depends ln -s . etc/rc.d mkdir -p etc/init.d etc/rc{0,1,2,3,4,5,6,S}.d - mkdir -p var/log/lunar/{install,md5sum,compile} + mkdir -p var/log/lunar/{install,md5sum,compile,queue} mkdir -p var/{cache,empty,lib,lock,log,run,spool,state,tmp} mkdir -p var/{cache,lib,log,spool,state}/lunar mkdir -p var/state/discover @@ -1437,7 +1439,7 @@ install_kernels() unset MISSING MODULE=$(echo $LINE | cut -d: -f2) for SOURCE in $(chroot_run lvu sources $MODULE) ; do - if [ ! -e /var/spool/lunar/$SOURCE ]; then + if [ ! -e $TARGET/var/spool/lunar/$SOURCE ]; then MISSING=yes fi done @@ -1463,11 +1465,12 @@ install_kernels() C) CCOMMAND=`$DIALOG --title "Kernel selection menu" --cancel-label "Exit" --default-item "L" --item-help --menu "" 0 0 0 $(list_kernel_modules)` if grep -q "^$CCOMMAND:" /kernels/.kernel-modules ; then - if ! USE_SWAP=1 chroot_run lin -r $(grep "^$CCOMMAND:" /kernels/.kernel-modules | cut -d: -f2); then + KERNMODULE=$(grep "^$CCOMMAND:" /kernels/.kernel-modules | cut -d: -f2) + if ! USE_CLEAR=1 USE_SWAP=1 chroot_run lin -r $KERNMODULE; then echo "Press ENTER to go back to the menu" read else - msgbox "The kernel \"$CCOMMAND\" has been installed to your system." + msgbox "The kernel \"$KERNMODULE\" has been installed to your system." if (( STEP == 8 )); then (( STEP++ )) fi @@ -1495,10 +1498,10 @@ install_kernels() fi # Generate kernel install log - tar -tf /kernels/$CCOMMAND.tar.bz2 | sed '/^usr\/src/d;s:^:/:g' >> $TARGET/var/log/lunar/install/linux-2.6-${CCOMMAND} &> /dev/null + tar -tf /kernels/$CCOMMAND.tar.bz2 | sed '/^usr\/src/d;s:^:/:g' >> $TARGET/var/log/lunar/install/linux-2.6-${CCOMMAND} 2> /dev/null # Generate kernel md5sum log - cat $TARGET/var/log/lunar/install/linux-2.6-${CCOMMAND} | xargs -i md5sum {} >> $TARGET/var/log/lunar/install/linux-2.6-${CCOMMAND} 2> /dev/null + cat $TARGET/var/log/lunar/install/linux-2.6-${CCOMMAND} | xargs -i md5sum {} >> $TARGET/var/log/lunar/md5sum/linux-2.6-${CCOMMAND} 2> /dev/null # let the plugin code handle the hard work chroot_run lsh update_bootloader $CCOMMAND ${CCOMMAND:0:15} @@ -1777,7 +1780,7 @@ cd-rom tray and reboot. See you at the login prompt!" L) install_bootloader ;; K) install_kernels ;; - R) chroot_run passwd ; if (( STEP == 9 )) ; then (( STEP++ )); fi ; R_OK=\\Z2 ;; + R) USE_CLEAR=1 chroot_run passwd ; if (( STEP == 9 )) ; then (( STEP++ )); fi ; R_OK=\\Z2 ;; U) chroot_run luser ; if (( STEP == 10 )) ; then (( STEP++ )); fi ; U_OK=\\Z2 ;; H) chroot_run lnet ; if (( STEP == 11 )) ; then (( STEP++ )); fi ; H_OK=\\Z2 ;; V) chroot_run lservices ; if (( STEP == 12 )) ; then (( STEP++ )); fi ; V_OK=\\Z2 ;; From ratler at lunar-linux.org Sun Aug 8 12:32:25 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 08 Aug 2010 10:32:25 -0000 Subject: [Lunar-commits] Added screen to base.list Message-ID: <20100808103224.E09389B228@doppio.foo-projects.org> commit cfa9b5f9186357486a5535e808d74686ae397187 Author: Stefan Wold Date: Thu Jul 8 17:41:35 2010 +0200 Added screen to base.list --- conf/base.list | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/conf/base.list b/conf/base.list index 43283b0..38f99ab 100644 --- a/conf/base.list +++ b/conf/base.list @@ -67,3 +67,4 @@ vim mdadm perl openssh +screen From ratler at lunar-linux.org Sun Aug 8 12:32:25 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 08 Aug 2010 10:32:25 -0000 Subject: [Lunar-commits] Updated kernel config to 2.6.34.1 on x86 Message-ID: <20100808103225.0E4179B229@doppio.foo-projects.org> commit e57a21957928382a37583bbc6fabbe48faed2202 Author: Stefan Wold Date: Fri Jul 9 09:01:31 2010 +0200 Updated kernel config to 2.6.34.1 on x86 --- kernels/conf/2.6/base | 305 ++++++++++++++++++++++++++++++++---------------- 1 files changed, 203 insertions(+), 102 deletions(-) diff --git a/kernels/conf/2.6/base b/kernels/conf/2.6/base index 202e7a6..66e136a 100644 --- a/kernels/conf/2.6/base +++ b/kernels/conf/2.6/base @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.32.9 -# Sat Mar 13 10:25:29 2010 +# Linux kernel version: 2.6.34.1 +# Thu Jul 8 17:53:54 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -19,6 +19,7 @@ CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_MMU=y CONFIG_ZONE_DMA=y +# CONFIG_NEED_DMA_MAP_STATE is not set CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y @@ -43,6 +44,7 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y # CONFIG_AUDIT_ARCH is not set CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_HAVE_EARLY_RES=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y CONFIG_GENERIC_IRQ_PROBE=y @@ -67,9 +69,11 @@ CONFIG_LOCALVERSION="" CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_LZO=y # CONFIG_KERNEL_GZIP is not set CONFIG_KERNEL_BZIP2=y # CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_LZO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y @@ -87,19 +91,16 @@ CONFIG_AUDIT_TREE=y # CONFIG_TREE_RCU=y # CONFIG_TREE_PREEMPT_RCU is not set +# CONFIG_TINY_RCU is not set # CONFIG_RCU_TRACE is not set CONFIG_RCU_FANOUT=32 # CONFIG_RCU_FANOUT_EXACT is not set +# CONFIG_RCU_FAST_NO_HZ is not set # CONFIG_TREE_RCU_TRACE is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=16 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y -CONFIG_GROUP_SCHED=y -CONFIG_FAIR_GROUP_SCHED=y -# CONFIG_RT_GROUP_SCHED is not set -CONFIG_USER_SCHED=y -# CONFIG_CGROUP_SCHED is not set # CONFIG_CGROUPS is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set # CONFIG_RELAY is not set @@ -114,6 +115,7 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_RD_GZIP=y CONFIG_RD_BZIP2=y CONFIG_RD_LZMA=y +CONFIG_RD_LZO=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y CONFIG_ANON_INODES=y @@ -157,9 +159,13 @@ CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_OPTPROBES=y CONFIG_HAVE_ARCH_TRACEHOOK=y CONFIG_HAVE_DMA_ATTRS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_DMA_API_DEBUG=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y # # GCOV-based kernel profiling @@ -185,14 +191,42 @@ CONFIG_BLK_DEV_BSG=y # IO Schedulers # CONFIG_IOSCHED_NOOP=y -CONFIG_IOSCHED_AS=m CONFIG_IOSCHED_DEADLINE=m CONFIG_IOSCHED_CFQ=y -# CONFIG_DEFAULT_AS is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" +CONFIG_PADATA=y +# CONFIG_INLINE_SPIN_TRYLOCK is not set +# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set +# CONFIG_INLINE_SPIN_LOCK is not set +# CONFIG_INLINE_SPIN_LOCK_BH is not set +# CONFIG_INLINE_SPIN_LOCK_IRQ is not set +# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set +# CONFIG_INLINE_SPIN_UNLOCK is not set +# CONFIG_INLINE_SPIN_UNLOCK_BH is not set +# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set +# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set +# CONFIG_INLINE_READ_TRYLOCK is not set +# CONFIG_INLINE_READ_LOCK is not set +# CONFIG_INLINE_READ_LOCK_BH is not set +# CONFIG_INLINE_READ_LOCK_IRQ is not set +# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set +# CONFIG_INLINE_READ_UNLOCK is not set +# CONFIG_INLINE_READ_UNLOCK_BH is not set +# CONFIG_INLINE_READ_UNLOCK_IRQ is not set +# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set +# CONFIG_INLINE_WRITE_TRYLOCK is not set +# CONFIG_INLINE_WRITE_LOCK is not set +# CONFIG_INLINE_WRITE_LOCK_BH is not set +# CONFIG_INLINE_WRITE_LOCK_IRQ is not set +# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set +# CONFIG_INLINE_WRITE_UNLOCK is not set +# CONFIG_INLINE_WRITE_UNLOCK_BH is not set +# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set +# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set +CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_FREEZER=y # @@ -210,6 +244,7 @@ CONFIG_X86_MPPARSE=y CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_PARAVIRT_GUEST is not set +CONFIG_NO_BOOTMEM=y # CONFIG_MEMTEST is not set # CONFIG_M386 is not set # CONFIG_M486 is not set @@ -239,8 +274,7 @@ CONFIG_M686=y # CONFIG_GENERIC_CPU is not set # CONFIG_X86_GENERIC is not set CONFIG_X86_CPU=y -CONFIG_X86_L1_CACHE_BYTES=64 -CONFIG_X86_INTERNODE_CACHE_BYTES=64 +CONFIG_X86_INTERNODE_CACHE_SHIFT=5 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=5 CONFIG_X86_XADD=y @@ -302,6 +336,7 @@ CONFIG_HIGHMEM=y CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ILLEGAL_POINTER_VALUE=0 CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y # CONFIG_DISCONTIGMEM_MANUAL is not set @@ -315,8 +350,6 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y -CONFIG_HAVE_MLOCK=y -CONFIG_HAVE_MLOCKED_PAGE_BIT=y # CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y @@ -329,7 +362,8 @@ CONFIG_MTRR=y CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 -# CONFIG_X86_PAT is not set +CONFIG_X86_PAT=y +CONFIG_ARCH_USES_PG_UNCACHED=y # CONFIG_EFI is not set CONFIG_SECCOMP=y # CONFIG_CC_STACKPROTECTOR is not set @@ -363,6 +397,7 @@ CONFIG_HIBERNATION_NVS=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" # CONFIG_PM_RUNTIME is not set +CONFIG_PM_OPS=y CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y # CONFIG_ACPI_PROCFS is not set @@ -412,6 +447,7 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y # # CPUFreq processor drivers # +# CONFIG_X86_PCC_CPUFREQ is not set CONFIG_X86_ACPI_CPUFREQ=y CONFIG_X86_POWERNOW_K6=m CONFIG_X86_POWERNOW_K7=m @@ -458,10 +494,10 @@ CONFIG_PCIE_ECRC=y # CONFIG_PCIEASPM is not set CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y -CONFIG_PCI_LEGACY=y # CONFIG_PCI_STUB is not set CONFIG_HT_IRQ=y # CONFIG_PCI_IOV is not set +CONFIG_PCI_IOAPIC=y CONFIG_ISA_DMA_API=y # CONFIG_ISA is not set # CONFIG_MCA is not set @@ -469,10 +505,8 @@ CONFIG_ISA_DMA_API=y # CONFIG_OLPC is not set CONFIG_K8_NB=y CONFIG_PCCARD=y -# CONFIG_PCMCIA_DEBUG is not set CONFIG_PCMCIA=m CONFIG_PCMCIA_LOAD_CIS=y -CONFIG_PCMCIA_IOCTL=y CONFIG_CARDBUS=y # @@ -504,7 +538,6 @@ CONFIG_NET=y # Networking options # CONFIG_PACKET=y -# CONFIG_PACKET_MMAP is not set CONFIG_UNIX=y CONFIG_XFRM=y CONFIG_XFRM_USER=m @@ -576,6 +609,7 @@ CONFIG_INET6_XFRM_MODE_TUNNEL=m CONFIG_INET6_XFRM_MODE_BEET=m CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m CONFIG_IPV6_SIT=m +# CONFIG_IPV6_SIT_6RD is not set CONFIG_IPV6_NDISC_NODETYPE=y CONFIG_IPV6_TUNNEL=m # CONFIG_IPV6_MULTIPLE_TABLES is not set @@ -594,6 +628,7 @@ CONFIG_NETFILTER_NETLINK_LOG=m CONFIG_NF_CONNTRACK=m CONFIG_NF_CT_ACCT=y CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_ZONES=y # CONFIG_NF_CONNTRACK_EVENTS is not set CONFIG_NF_CT_PROTO_DCCP=m CONFIG_NF_CT_PROTO_GRE=m @@ -613,6 +648,7 @@ CONFIG_NF_CT_NETLINK=m CONFIG_NETFILTER_XTABLES=m CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m CONFIG_NETFILTER_XT_TARGET_CONNMARK=m +CONFIG_NETFILTER_XT_TARGET_CT=m CONFIG_NETFILTER_XT_TARGET_DSCP=m CONFIG_NETFILTER_XT_TARGET_HL=m CONFIG_NETFILTER_XT_TARGET_LED=m @@ -671,6 +707,7 @@ CONFIG_IP_VS_PROTO_UDP=y CONFIG_IP_VS_PROTO_AH_ESP=y CONFIG_IP_VS_PROTO_ESP=y CONFIG_IP_VS_PROTO_AH=y +# CONFIG_IP_VS_PROTO_SCTP is not set # # IPVS scheduler @@ -922,16 +959,21 @@ CONFIG_BT_HCIBTUART=m CONFIG_BT_HCIVHCI=m CONFIG_BT_MRVL=m CONFIG_BT_MRVL_SDIO=m +CONFIG_BT_ATH3K=m # CONFIG_AF_RXRPC is not set CONFIG_WIRELESS=y +CONFIG_WIRELESS_EXT=y +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PROC=y +CONFIG_WEXT_SPY=y +CONFIG_WEXT_PRIV=y CONFIG_CFG80211=m # CONFIG_NL80211_TESTMODE is not set # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set # CONFIG_CFG80211_REG_DEBUG is not set CONFIG_CFG80211_DEFAULT_PS=y -CONFIG_CFG80211_DEFAULT_PS_VALUE=1 -# CONFIG_WIRELESS_OLD_REGULATORY is not set -CONFIG_WIRELESS_EXT=y +# CONFIG_CFG80211_INTERNAL_REGDB is not set +CONFIG_CFG80211_WEXT=y CONFIG_WIRELESS_EXT_SYSFS=y CONFIG_LIB80211=m CONFIG_LIB80211_CRYPT_WEP=m @@ -939,6 +981,7 @@ CONFIG_LIB80211_CRYPT_CCMP=m CONFIG_LIB80211_CRYPT_TKIP=m # CONFIG_LIB80211_DEBUG is not set CONFIG_MAC80211=m +CONFIG_MAC80211_HAS_RC=y CONFIG_MAC80211_RC_MINSTREL=y # CONFIG_MAC80211_RC_DEFAULT_PID is not set CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y @@ -1157,6 +1200,7 @@ CONFIG_BLK_DEV_UMEM=m # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m +# CONFIG_BLK_DEV_DRBD is not set CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_SX8=y CONFIG_BLK_DEV_UB=m @@ -1170,6 +1214,7 @@ CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_ATA_OVER_ETH=m # CONFIG_BLK_DEV_HD is not set CONFIG_MISC_DEVICES=y +# CONFIG_AD525X_DPOT is not set CONFIG_IBM_ASM=m CONFIG_PHANTOM=m CONFIG_SGI_IOC4=m @@ -1177,9 +1222,12 @@ CONFIG_TIFM_CORE=m CONFIG_TIFM_7XX1=m CONFIG_ICS932S401=m CONFIG_ENCLOSURE_SERVICES=m +# CONFIG_CS5535_MFGPT is not set CONFIG_HP_ILO=m -# CONFIG_DELL_LAPTOP is not set CONFIG_ISL29003=m +CONFIG_SENSORS_TSL2550=m +CONFIG_DS1682=m +CONFIG_VMWARE_BALLOON=m # CONFIG_C2PORT is not set # @@ -1192,12 +1240,16 @@ CONFIG_EEPROM_93CX6=m CONFIG_CB710_CORE=m # CONFIG_CB710_DEBUG is not set CONFIG_CB710_DEBUG_ASSUMPTIONS=y +CONFIG_IWMC3200TOP=m +# CONFIG_IWMC3200TOP_DEBUG is not set +# CONFIG_IWMC3200TOP_DEBUGFS is not set CONFIG_HAVE_IDE=y # CONFIG_IDE is not set # # SCSI device support # +CONFIG_SCSI_MOD=y CONFIG_RAID_ATTRS=m CONFIG_SCSI=y CONFIG_SCSI_DMA=y @@ -1242,7 +1294,9 @@ CONFIG_SCSI_CXGB3_ISCSI=m CONFIG_SCSI_BNX2_ISCSI=m CONFIG_BE2ISCSI=m CONFIG_BLK_DEV_3W_XXXX_RAID=y +CONFIG_SCSI_HPSA=y CONFIG_SCSI_3W_9XXX=y +CONFIG_SCSI_3W_SAS=y CONFIG_SCSI_ACARD=y CONFIG_SCSI_AACRAID=y CONFIG_SCSI_AIC7XXX=y @@ -1277,6 +1331,7 @@ CONFIG_SCSI_MPT2SAS_MAX_SGE=128 CONFIG_SCSI_HPTIOP=m CONFIG_SCSI_BUSLOGIC=y # CONFIG_SCSI_FLASHPOINT is not set +CONFIG_VMWARE_PVSCSI=m CONFIG_LIBFC=m CONFIG_LIBFCOE=m CONFIG_FCOE=m @@ -1313,6 +1368,7 @@ CONFIG_SCSI_DC390T=m CONFIG_SCSI_NSP32=m # CONFIG_SCSI_DEBUG is not set CONFIG_SCSI_PMCRAID=m +CONFIG_SCSI_PM8001=m CONFIG_SCSI_SRP=m CONFIG_SCSI_BFA_FC=m CONFIG_SCSI_LOWLEVEL_PCMCIA=y @@ -1368,6 +1424,7 @@ CONFIG_PATA_HPT3X3_DMA=y CONFIG_PATA_IT821X=m CONFIG_PATA_IT8213=m CONFIG_PATA_JMICRON=y +# CONFIG_PATA_LEGACY is not set CONFIG_PATA_TRIFLEX=m CONFIG_PATA_MARVELL=y CONFIG_PATA_MPIIX=y @@ -1379,15 +1436,16 @@ CONFIG_PATA_NS87415=m CONFIG_PATA_OPTI=m CONFIG_PATA_OPTIDMA=m CONFIG_PATA_PCMCIA=m +CONFIG_PATA_PDC2027X=y CONFIG_PATA_PDC_OLD=m CONFIG_PATA_RADISYS=m CONFIG_PATA_RDC=m CONFIG_PATA_RZ1000=m CONFIG_PATA_SC1200=m CONFIG_PATA_SERVERWORKS=m -CONFIG_PATA_PDC2027X=y CONFIG_PATA_SIL680=m CONFIG_PATA_SIS=y +# CONFIG_PATA_TOSHIBA is not set CONFIG_PATA_VIA=y CONFIG_PATA_WINBOND=y CONFIG_PATA_SCH=y @@ -1433,7 +1491,7 @@ CONFIG_FUSION_CTL=m # # -# See the help texts for more information. +# The newer stack is recommended. # CONFIG_FIREWIRE=m CONFIG_FIREWIRE_OHCI=m @@ -1458,6 +1516,7 @@ CONFIG_IFB=m # CONFIG_DUMMY is not set CONFIG_BONDING=m CONFIG_MACVLAN=m +# CONFIG_MACVTAP is not set # CONFIG_EQUALIZER is not set CONFIG_TUN=m CONFIG_VETH=m @@ -1481,6 +1540,7 @@ CONFIG_REALTEK_PHY=m CONFIG_NATIONAL_PHY=m CONFIG_STE10XP=m CONFIG_LSI_ET1011C_PHY=m +# CONFIG_MICREL_PHY is not set CONFIG_MDIO_BITBANG=m CONFIG_NET_ETHERNET=y CONFIG_MII=y @@ -1505,6 +1565,7 @@ CONFIG_NET_PCI=y CONFIG_PCNET32=m CONFIG_AMD8111_ETH=m CONFIG_ADAPTEC_STARFIRE=m +# CONFIG_KSZ884X_PCI is not set CONFIG_B44=m CONFIG_B44_PCI_AUTOSELECT=y CONFIG_B44_PCICORE_AUTOSELECT=y @@ -1567,9 +1628,12 @@ CONFIG_CHELSIO_T1=m CONFIG_CHELSIO_T1_1G=y CONFIG_CHELSIO_T3_DEPENDS=y CONFIG_CHELSIO_T3=m +CONFIG_CHELSIO_T4_DEPENDS=y +# CONFIG_CHELSIO_T4 is not set CONFIG_ENIC=m CONFIG_IXGBE=m CONFIG_IXGBE_DCA=y +# CONFIG_IXGBEVF is not set CONFIG_IXGB=m CONFIG_S2IO=m CONFIG_VXGE=m @@ -1583,23 +1647,14 @@ CONFIG_MLX4_CORE=m CONFIG_MLX4_DEBUG=y CONFIG_TEHUTI=m CONFIG_BNX2X=m +CONFIG_QLCNIC=m CONFIG_QLGE=m CONFIG_SFC=m CONFIG_SFC_MTD=y CONFIG_BE2NET=m # CONFIG_TR is not set CONFIG_WLAN=y -CONFIG_WLAN_PRE80211=y -CONFIG_STRIP=m -CONFIG_PCMCIA_WAVELAN=m -CONFIG_PCMCIA_NETWAVE=m -CONFIG_WLAN_80211=y CONFIG_PCMCIA_RAYCS=m -CONFIG_LIBERTAS=m -CONFIG_LIBERTAS_USB=m -CONFIG_LIBERTAS_CS=m -CONFIG_LIBERTAS_SDIO=m -# CONFIG_LIBERTAS_DEBUG is not set # CONFIG_LIBERTAS_THINFIRM is not set CONFIG_AIRO=m CONFIG_ATMEL=m @@ -1617,45 +1672,18 @@ CONFIG_RTL8187_LEDS=y CONFIG_ADM8211=m # CONFIG_MAC80211_HWSIM is not set CONFIG_MWL8K=m -CONFIG_P54_COMMON=m -CONFIG_P54_USB=m -CONFIG_P54_PCI=m -CONFIG_P54_LEDS=y CONFIG_ATH_COMMON=m +# CONFIG_ATH_DEBUG is not set CONFIG_ATH5K=m # CONFIG_ATH5K_DEBUG is not set # CONFIG_ATH9K is not set # CONFIG_AR9170_USB is not set -CONFIG_IPW2100=m -# CONFIG_IPW2100_MONITOR is not set -# CONFIG_IPW2100_DEBUG is not set -CONFIG_IPW2200=m -CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPW2200_PROMISCUOUS is not set -# CONFIG_IPW2200_QOS is not set -# CONFIG_IPW2200_DEBUG is not set -CONFIG_LIBIPW=m -# CONFIG_LIBIPW_DEBUG is not set -CONFIG_IWLWIFI=m -CONFIG_IWLWIFI_LEDS=y -# CONFIG_IWLWIFI_SPECTRUM_MEASUREMENT is not set -# CONFIG_IWLWIFI_DEBUG is not set -CONFIG_IWLAGN=m -CONFIG_IWL4965=y -CONFIG_IWL5000=y -CONFIG_IWL3945=m -CONFIG_IWL3945_SPECTRUM_MEASUREMENT=y -CONFIG_HOSTAP=m -# CONFIG_HOSTAP_FIRMWARE is not set -CONFIG_HOSTAP_PLX=m -CONFIG_HOSTAP_PCI=m -CONFIG_HOSTAP_CS=m CONFIG_B43=m CONFIG_B43_PCI_AUTOSELECT=y CONFIG_B43_PCICORE_AUTOSELECT=y # CONFIG_B43_PCMCIA is not set # CONFIG_B43_SDIO is not set +CONFIG_B43_PIO=y # CONFIG_B43_PHY_LP is not set CONFIG_B43_LEDS=y CONFIG_B43_HWRNG=y @@ -1671,15 +1699,62 @@ CONFIG_B43LEGACY_PIO=y CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y # CONFIG_B43LEGACY_DMA_MODE is not set # CONFIG_B43LEGACY_PIO_MODE is not set -CONFIG_ZD1211RW=m -# CONFIG_ZD1211RW_DEBUG is not set +CONFIG_HOSTAP=m +# CONFIG_HOSTAP_FIRMWARE is not set +CONFIG_HOSTAP_PLX=m +CONFIG_HOSTAP_PCI=m +CONFIG_HOSTAP_CS=m +CONFIG_IPW2100=m +# CONFIG_IPW2100_MONITOR is not set +# CONFIG_IPW2100_DEBUG is not set +CONFIG_IPW2200=m +CONFIG_IPW2200_MONITOR=y +# CONFIG_IPW2200_RADIOTAP is not set +# CONFIG_IPW2200_PROMISCUOUS is not set +# CONFIG_IPW2200_QOS is not set +# CONFIG_IPW2200_DEBUG is not set +CONFIG_LIBIPW=m +# CONFIG_LIBIPW_DEBUG is not set +CONFIG_IWLWIFI=m +# CONFIG_IWLWIFI_DEBUG is not set +CONFIG_IWLAGN=m +CONFIG_IWL4965=y +CONFIG_IWL5000=y +CONFIG_IWL3945=m +CONFIG_IWM=m +CONFIG_LIBERTAS=m +CONFIG_LIBERTAS_USB=m +CONFIG_LIBERTAS_CS=m +CONFIG_LIBERTAS_SDIO=m +# CONFIG_LIBERTAS_DEBUG is not set +# CONFIG_LIBERTAS_MESH is not set +CONFIG_HERMES=m +CONFIG_HERMES_CACHE_FW_ON_INIT=y +CONFIG_PLX_HERMES=m +CONFIG_TMD_HERMES=m +CONFIG_NORTEL_HERMES=m +CONFIG_PCI_HERMES=m +CONFIG_PCMCIA_HERMES=m +CONFIG_PCMCIA_SPECTRUM=m +CONFIG_P54_COMMON=m +CONFIG_P54_USB=m +CONFIG_P54_PCI=m +CONFIG_P54_LEDS=y CONFIG_RT2X00=m CONFIG_RT2400PCI=m CONFIG_RT2500PCI=m CONFIG_RT61PCI=m +CONFIG_RT2800PCI_PCI=y +CONFIG_RT2800PCI=m +# CONFIG_RT2800PCI_RT30XX is not set +# CONFIG_RT2800PCI_RT35XX is not set CONFIG_RT2500USB=m CONFIG_RT73USB=m CONFIG_RT2800USB=m +# CONFIG_RT2800USB_RT30XX is not set +# CONFIG_RT2800USB_RT35XX is not set +# CONFIG_RT2800USB_UNKNOWN is not set +CONFIG_RT2800_LIB=m CONFIG_RT2X00_LIB_PCI=m CONFIG_RT2X00_LIB_USB=m CONFIG_RT2X00_LIB=m @@ -1688,18 +1763,11 @@ CONFIG_RT2X00_LIB_FIRMWARE=y CONFIG_RT2X00_LIB_CRYPTO=y CONFIG_RT2X00_LIB_LEDS=y # CONFIG_RT2X00_DEBUG is not set -CONFIG_HERMES=m -CONFIG_HERMES_CACHE_FW_ON_INIT=y -CONFIG_PLX_HERMES=m -CONFIG_TMD_HERMES=m -CONFIG_NORTEL_HERMES=m -CONFIG_PCI_HERMES=m -CONFIG_PCMCIA_HERMES=m -CONFIG_PCMCIA_SPECTRUM=m CONFIG_WL12XX=m CONFIG_WL1251=m # CONFIG_WL1251_SDIO is not set -CONFIG_IWM=m +CONFIG_ZD1211RW=m +# CONFIG_ZD1211RW_DEBUG is not set # # Enable WiMAX (Networking options) to see the WiMAX drivers @@ -1717,6 +1785,7 @@ CONFIG_USB_NET_AX8817X=m CONFIG_USB_NET_CDCETHER=m # CONFIG_USB_NET_CDC_EEM is not set CONFIG_USB_NET_DM9601=m +# CONFIG_USB_NET_SMSC75XX is not set CONFIG_USB_NET_SMSC95XX=m CONFIG_USB_NET_GL620A=m CONFIG_USB_NET_NET1080=m @@ -1733,6 +1802,8 @@ CONFIG_USB_ARMLINUX=y CONFIG_USB_NET_ZAURUS=m CONFIG_USB_HSO=m CONFIG_USB_NET_INT51X1=m +# CONFIG_USB_IPHETH is not set +# CONFIG_USB_SIERRA_NET is not set CONFIG_NET_PCMCIA=y CONFIG_PCMCIA_3C589=m CONFIG_PCMCIA_3C574=m @@ -1774,6 +1845,7 @@ CONFIG_SLHC=m CONFIG_INPUT=y CONFIG_INPUT_FF_MEMLESS=m CONFIG_INPUT_POLLDEV=m +CONFIG_INPUT_SPARSEKMAP=m # # Userland interfaces @@ -1849,6 +1921,7 @@ CONFIG_SERIO_SERPORT=m CONFIG_SERIO_PCIPS2=m CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set CONFIG_GAMEPORT=m CONFIG_GAMEPORT_NS558=m CONFIG_GAMEPORT_L4=m @@ -1886,6 +1959,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_TIMBERDALE is not set CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set CONFIG_LEGACY_PTYS=y @@ -1937,6 +2011,7 @@ CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y CONFIG_I2C_CHARDEV=m CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_SMBUS=m CONFIG_I2C_ALGOBIT=m CONFIG_I2C_ALGOPCA=m @@ -1974,6 +2049,7 @@ CONFIG_I2C_SCMI=m # CONFIG_I2C_OCORES=m CONFIG_I2C_SIMTEC=m +# CONFIG_I2C_XILINX is not set # # External I2C/SMBus adapter drivers @@ -1984,26 +2060,14 @@ CONFIG_I2C_TAOS_EVM=m CONFIG_I2C_TINY_USB=m # -# Graphics adapter I2C/DDC channel drivers -# -CONFIG_I2C_VOODOO3=m - -# # Other I2C/SMBus bus drivers # CONFIG_I2C_PCA_PLATFORM=m CONFIG_I2C_STUB=m CONFIG_SCx200_ACB=m - -# -# Miscellaneous I2C Chip support -# -CONFIG_DS1682=m -CONFIG_SENSORS_TSL2550=m # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set # CONFIG_I2C_DEBUG_BUS is not set -# CONFIG_I2C_DEBUG_CHIP is not set # CONFIG_SPI is not set # @@ -2056,11 +2120,13 @@ CONFIG_SENSORS_ADM1026=m CONFIG_SENSORS_ADM1029=m CONFIG_SENSORS_ADM1031=m CONFIG_SENSORS_ADM9240=m +CONFIG_SENSORS_ADT7411=m CONFIG_SENSORS_ADT7462=m CONFIG_SENSORS_ADT7470=m -CONFIG_SENSORS_ADT7473=m CONFIG_SENSORS_ADT7475=m +CONFIG_SENSORS_ASC7621=m CONFIG_SENSORS_K8TEMP=y +CONFIG_SENSORS_K10TEMP=m CONFIG_SENSORS_ASB100=m CONFIG_SENSORS_ATXP1=m CONFIG_SENSORS_DS1621=m @@ -2077,6 +2143,7 @@ CONFIG_SENSORS_IBMAEM=m CONFIG_SENSORS_IBMPEX=m CONFIG_SENSORS_IT87=m CONFIG_SENSORS_LM63=m +CONFIG_SENSORS_LM73=m CONFIG_SENSORS_LM75=m CONFIG_SENSORS_LM77=m CONFIG_SENSORS_LM78=m @@ -2101,9 +2168,11 @@ CONFIG_SENSORS_SMSC47M1=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SMSC47B397=m CONFIG_SENSORS_ADS7828=m +CONFIG_SENSORS_AMC6821=m CONFIG_SENSORS_THMC50=m CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m +CONFIG_SENSORS_VIA_CPUTEMP=m CONFIG_SENSORS_VIA686A=m CONFIG_SENSORS_VT1211=m CONFIG_SENSORS_VT8231=m @@ -2116,6 +2185,7 @@ CONFIG_SENSORS_W83L786NG=m CONFIG_SENSORS_W83627HF=m CONFIG_SENSORS_W83627EHF=m CONFIG_SENSORS_HDAPS=m +CONFIG_SENSORS_LIS3_I2C=m CONFIG_SENSORS_APPLESMC=m # @@ -2133,6 +2203,7 @@ CONFIG_SSB_POSSIBLE=y # CONFIG_SSB=m CONFIG_SSB_SPROM=y +CONFIG_SSB_BLOCKIO=y CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_PCIHOST=y CONFIG_SSB_B43_PCI_BRIDGE=y @@ -2147,15 +2218,14 @@ CONFIG_SSB_DRIVER_PCICORE=y # # Multifunction device drivers # -# CONFIG_MFD_CORE is not set +CONFIG_MFD_CORE=m # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set # CONFIG_MFD_TMIO is not set # CONFIG_MFD_WM8400 is not set -# CONFIG_MFD_WM831X is not set -# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set # CONFIG_MFD_PCF50633 is not set -# CONFIG_AB3100_CORE is not set +CONFIG_LPC_SCH=m # CONFIG_REGULATOR is not set # CONFIG_MEDIA_SUPPORT is not set @@ -2174,12 +2244,15 @@ CONFIG_AGP_SWORKS=m CONFIG_AGP_VIA=m CONFIG_AGP_EFFICEON=m CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +# CONFIG_VGA_SWITCHEROO is not set CONFIG_DRM=m CONFIG_DRM_KMS_HELPER=m CONFIG_DRM_TTM=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m +# CONFIG_DRM_RADEON_KMS is not set CONFIG_DRM_I810=m CONFIG_DRM_I830=m CONFIG_DRM_I915=m @@ -2243,6 +2316,7 @@ CONFIG_FB_CFB_IMAGEBLIT=m # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_GEODE is not set +# CONFIG_FB_TMIO is not set # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set @@ -2419,6 +2493,7 @@ CONFIG_SND_VX222=m CONFIG_SND_YMFPCI=m CONFIG_SND_USB=y CONFIG_SND_USB_AUDIO=m +CONFIG_SND_USB_UA101=m CONFIG_SND_USB_USX2Y=m CONFIG_SND_USB_CAIAQ=m # CONFIG_SND_USB_CAIAQ_INPUT is not set @@ -2445,6 +2520,7 @@ CONFIG_USB_HID=y # # Special HID drivers # +# CONFIG_HID_3M_PCT is not set CONFIG_HID_A4TECH=y CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y @@ -2461,14 +2537,20 @@ CONFIG_HID_KENSINGTON=y CONFIG_HID_LOGITECH=y # CONFIG_LOGITECH_FF is not set # CONFIG_LOGIRUMBLEPAD2_FF is not set +# CONFIG_LOGIG940_FF is not set +CONFIG_HID_MAGICMOUSE=m CONFIG_HID_MICROSOFT=y +# CONFIG_HID_MOSART is not set CONFIG_HID_MONTEREY=y CONFIG_HID_NTRIG=y +CONFIG_HID_ORTEK=y CONFIG_HID_PANTHERLORD=y # CONFIG_PANTHERLORD_FF is not set CONFIG_HID_PETALYNX=y +# CONFIG_HID_QUANTA is not set CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y +# CONFIG_HID_STANTUM is not set CONFIG_HID_SUNPLUS=y CONFIG_HID_GREENASIA=y # CONFIG_GREENASIA_FF is not set @@ -2494,8 +2576,6 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # CONFIG_USB_DEVICEFS is not set # CONFIG_USB_DEVICE_CLASS is not set # CONFIG_USB_DYNAMIC_MINORS is not set -CONFIG_USB_SUSPEND=y -# CONFIG_USB_OTG is not set CONFIG_USB_MON=y # CONFIG_USB_WUSB is not set # CONFIG_USB_WUSB_CBAF is not set @@ -2598,6 +2678,7 @@ CONFIG_USB_SERIAL_MOS7840=m CONFIG_USB_SERIAL_NAVMAN=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_OTI6858=m +CONFIG_USB_SERIAL_QCAUX=m # CONFIG_USB_SERIAL_QUALCOMM is not set # CONFIG_USB_SERIAL_SPCP8X5 is not set CONFIG_USB_SERIAL_HP4X=m @@ -2612,6 +2693,7 @@ CONFIG_USB_SERIAL_XIRCOM=m CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_SERIAL_OMNINET=m # CONFIG_USB_SERIAL_OPTICON is not set +CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m # CONFIG_USB_SERIAL_DEBUG is not set # @@ -2624,7 +2706,6 @@ CONFIG_USB_SEVSEG=m CONFIG_USB_RIO500=m # CONFIG_USB_LEGOTOWER is not set CONFIG_USB_LCD=m -CONFIG_USB_BERRY_CHARGE=m CONFIG_USB_LED=m CONFIG_USB_CYPRESS_CY7C63=m CONFIG_USB_CYTHERM=m @@ -2638,7 +2719,6 @@ CONFIG_USB_LD=m CONFIG_USB_IOWARRIOR=m # CONFIG_USB_TEST is not set CONFIG_USB_ISIGHTFW=m -# CONFIG_USB_VST is not set CONFIG_USB_ATM=m CONFIG_USB_SPEEDTOUCH=m CONFIG_USB_CXACRU=m @@ -2677,10 +2757,13 @@ CONFIG_USB_ETH_RNDIS=y CONFIG_USB_GADGETFS=m CONFIG_USB_FILE_STORAGE=m # CONFIG_USB_FILE_STORAGE_TEST is not set +CONFIG_USB_MASS_STORAGE=m CONFIG_USB_G_SERIAL=m CONFIG_USB_MIDI_GADGET=m # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_NOKIA is not set +# CONFIG_USB_G_MULTI is not set # # OTG and related infrastructure @@ -2707,8 +2790,6 @@ CONFIG_MMC_SDHCI_PCI=m # CONFIG_MMC_RICOH_MMC is not set CONFIG_MMC_SDHCI_PLTFM=m CONFIG_MMC_WBSD=m -# CONFIG_MMC_AT91 is not set -# CONFIG_MMC_ATMELMCI is not set CONFIG_MMC_TIFM_SD=m CONFIG_MMC_SDRICOH_CS=m CONFIG_MMC_CB710=m @@ -2726,11 +2807,13 @@ CONFIG_LEDS_CLASS=m # CONFIG_LEDS_CLEVO_MAIL is not set # CONFIG_LEDS_PCA955X is not set # CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_INTEL_SS4200 is not set +# CONFIG_LEDS_DELL_NETBOOKS is not set +CONFIG_LEDS_TRIGGERS=y # # LED Triggers # -CONFIG_LEDS_TRIGGERS=y # CONFIG_LEDS_TRIGGER_TIMER is not set # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set @@ -2768,6 +2851,7 @@ CONFIG_RTC_DRV_PCF8563=m CONFIG_RTC_DRV_PCF8583=m CONFIG_RTC_DRV_M41T80=m # CONFIG_RTC_DRV_M41T80_WDT is not set +# CONFIG_RTC_DRV_BQ32K is not set CONFIG_RTC_DRV_S35390A=m CONFIG_RTC_DRV_FM3130=m CONFIG_RTC_DRV_RX8581=m @@ -2789,13 +2873,16 @@ CONFIG_RTC_DRV_STK17TA8=m CONFIG_RTC_DRV_M48T86=m CONFIG_RTC_DRV_M48T35=m CONFIG_RTC_DRV_M48T59=m +CONFIG_RTC_DRV_MSM6242=m CONFIG_RTC_DRV_BQ4802=m +CONFIG_RTC_DRV_RP5C01=m CONFIG_RTC_DRV_V3020=m # # on-CPU RTC drivers # CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set # # DMA Devices @@ -2820,10 +2907,10 @@ CONFIG_UIO=y CONFIG_UIO_CIF=m # CONFIG_UIO_PDRV is not set # CONFIG_UIO_PDRV_GENIRQ is not set -# CONFIG_UIO_SMX is not set # CONFIG_UIO_AEC is not set # CONFIG_UIO_SERCOS3 is not set # CONFIG_UIO_PCI_GENERIC is not set +# CONFIG_UIO_NETX is not set # # TI VLYNQ @@ -2833,6 +2920,7 @@ CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ACERHDF=m CONFIG_ASUS_LAPTOP=m +# CONFIG_DELL_LAPTOP is not set CONFIG_DELL_WMI=m CONFIG_FUJITSU_LAPTOP=m # CONFIG_FUJITSU_LAPTOP_DEBUG is not set @@ -2844,16 +2932,21 @@ CONFIG_COMPAL_LAPTOP=m CONFIG_SONY_LAPTOP=m # CONFIG_SONYPI_COMPAT is not set CONFIG_THINKPAD_ACPI=m +CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y # CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set # CONFIG_THINKPAD_ACPI_DEBUG is not set # CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set CONFIG_THINKPAD_ACPI_VIDEO=y CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y CONFIG_INTEL_MENLOW=m +CONFIG_EEEPC_WMI=m CONFIG_ACPI_WMI=m +# CONFIG_MSI_WMI is not set CONFIG_ACPI_ASUS=m CONFIG_TOPSTAR_LAPTOP=m CONFIG_ACPI_TOSHIBA=m +# CONFIG_TOSHIBA_BT_RFKILL is not set +# CONFIG_ACPI_CMPC is not set # # Firmware Drivers @@ -2916,6 +3009,7 @@ CONFIG_INOTIFY_USER=y CONFIG_QUOTA=y # CONFIG_QUOTA_NETLINK_INTERFACE is not set CONFIG_PRINT_QUOTA_WARNING=y +# CONFIG_QUOTA_DEBUG is not set CONFIG_QUOTA_TREE=y # CONFIG_QFMT_V1 is not set CONFIG_QFMT_V2=y @@ -2988,6 +3082,7 @@ CONFIG_JFFS2_ZLIB=y CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set # CONFIG_UBIFS_FS is not set +# CONFIG_LOGFS is not set CONFIG_CRAMFS=m # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set @@ -3018,6 +3113,7 @@ CONFIG_RPCSEC_GSS_KRB5=m CONFIG_RPCSEC_GSS_SPKM3=m CONFIG_SMB_FS=m # CONFIG_SMB_NLS_DEFAULT is not set +# CONFIG_CEPH_FS is not set # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set @@ -3155,8 +3251,11 @@ CONFIG_KEYS=y # CONFIG_KEYS_DEBUG_PROC_KEYS is not set # CONFIG_SECURITY is not set CONFIG_SECURITYFS=y -# CONFIG_SECURITY_FILE_CAPABILITIES is not set -# CONFIG_IMA is not set +# CONFIG_DEFAULT_SECURITY_SELINUX is not set +# CONFIG_DEFAULT_SECURITY_SMACK is not set +# CONFIG_DEFAULT_SECURITY_TOMOYO is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_DEFAULT_SECURITY="" CONFIG_XOR_BLOCKS=m CONFIG_ASYNC_CORE=m CONFIG_ASYNC_MEMCPY=m @@ -3186,6 +3285,7 @@ CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_NULL=m +CONFIG_CRYPTO_PCRYPT=m CONFIG_CRYPTO_WORKQUEUE=y CONFIG_CRYPTO_CRYPTD=m CONFIG_CRYPTO_AUTHENC=m @@ -3298,10 +3398,11 @@ CONFIG_AUDIT_GENERIC=y CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=m CONFIG_LZO_COMPRESS=m -CONFIG_LZO_DECOMPRESS=m +CONFIG_LZO_DECOMPRESS=y CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_LZO=y CONFIG_REED_SOLOMON=m CONFIG_REED_SOLOMON_DEC16=y CONFIG_TEXTSEARCH=y From ratler at lunar-linux.org Sun Aug 8 12:32:25 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 08 Aug 2010 10:32:25 -0000 Subject: [Lunar-commits] Changed from md5 to sha1 sums for dist target Message-ID: <20100808103225.2033B9B22A@doppio.foo-projects.org> commit 9859210ed7753523f0a57b9d4e3d31d5c4b27146 Author: Stefan Wold Date: Fri Jul 9 09:02:23 2010 +0200 Changed from md5 to sha1 sums for dist target --- Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 420a204..60e6329 100644 --- a/Makefile +++ b/Makefile @@ -131,10 +131,10 @@ clean: rm -rf locale dist: lunar-$(ISO_VERSION).iso - rm -f lunar-$(ISO_VERSION).iso.{bz2,md5,bz2.md5} + rm -f lunar-$(ISO_VERSION).iso.{bz2,sha1,bz2.sha1} bzip2 -k lunar-$(ISO_VERSION).iso - md5sum lunar-$(ISO_VERSION).iso > lunar-$(ISO_VERSION).iso.md5 - md5sum lunar-$(ISO_VERSION).iso.bz2 > lunar-$(ISO_VERSION).iso.bz2.md5 + sha1sum lunar-$(ISO_VERSION).iso > lunar-$(ISO_VERSION).iso.sha1 + sha1sum lunar-$(ISO_VERSION).iso.bz2 > lunar-$(ISO_VERSION).iso.bz2.sha1 blank: @scripts/blank From ratler at lunar-linux.org Sun Aug 8 14:32:29 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 8 Aug 2010 14:32:29 +0200 Subject: [Lunar-commits] Enable hybrid ISO support Message-ID: <20100808124501.41A519B224@doppio.foo-projects.org> commit ca21332336d2ed0ec218a6b597f3b4af40052a16 Author: Stefan Wold Date: Sun Aug 8 14:32:29 2010 +0200 Enable hybrid ISO support --- isolinux/isolinux.bin | Bin 14336 -> 24576 bytes scripts/isofs | 4 +++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/isolinux/isolinux.bin b/isolinux/isolinux.bin index bd778b3..44b153f 100644 Binary files a/isolinux/isolinux.bin and b/isolinux/isolinux.bin differ diff --git a/scripts/isofs b/scripts/isofs index 6930dca..bad0ec5 100755 --- a/scripts/isofs +++ b/scripts/isofs @@ -99,13 +99,15 @@ cd $ISO_TARGET touch .lunar-cd rm .cachefill .dirs .etcf .init .proper .rebuild .unpack -mkisofs -o ../lunar-${ISO_VERSION}.iso -R \ +mkisofs -o ../lunar-${ISO_VERSION}.iso -R -J -l \ -V "Lunar-Linux ${ISO_CODENAME}" -v \ -d -D -N -no-emul-boot -boot-load-size 4 -boot-info-table \ -b isolinux/isolinux.bin \ -c isolinux/boot.cat \ -A "Lunar-${ISO_VERSION}" . +isohybrid ../lunar-${ISO_VERSION}.iso + ln -sf lunar-${ISO_VERSION}.iso ../lunar.iso touch .cachefill .dirs .etcf .init .proper .rebuild .unpack From ratler at lunar-linux.org Sun Aug 8 14:33:56 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 8 Aug 2010 14:33:56 +0200 Subject: [Lunar-commits] Wireless firmware are now also available on LiveCD Message-ID: <20100808124501.4E82B9B228@doppio.foo-projects.org> commit 231eab3819a7ca760d9a97716d337ec580f47f7d Author: Stefan Wold Date: Sun Aug 8 14:33:56 2010 +0200 Wireless firmware are now also available on LiveCD --- conf/base.list | 4 ++++ conf/extended.list | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/base.list b/conf/base.list index 38f99ab..448dfdb 100644 --- a/conf/base.list +++ b/conf/base.list @@ -68,3 +68,7 @@ mdadm perl openssh screen +iwlwifi-3945-ucode +iwlwifi-4965-ucode +iwlwifi-5000-ucode +b43-fwcutter diff --git a/conf/extended.list b/conf/extended.list index 298e737..9d59a92 100644 --- a/conf/extended.list +++ b/conf/extended.list @@ -63,8 +63,4 @@ rsyslog netcat slang mc -iwlwifi-3945-ucode -iwlwifi-4965-ucode -iwlwifi-5000-ucode -b43-fwcutter lsb-release From ratler at lunar-linux.org Sun Aug 8 14:35:33 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 8 Aug 2010 14:35:33 +0200 Subject: [Lunar-commits] initrd: Cosmetic change of the fast boot banner Message-ID: <20100808124501.786CD9B22A@doppio.foo-projects.org> commit ba2e7bcc50b3f85fcb1ecc0047f1e9d8920f99c5 Author: Stefan Wold Date: Sun Aug 8 14:35:33 2010 +0200 initrd: Cosmetic change of the fast boot banner --- initrd/template/sbin/init | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/initrd/template/sbin/init b/initrd/template/sbin/init index d5353be..6a0fe5e 100755 --- a/initrd/template/sbin/init +++ b/initrd/template/sbin/init @@ -332,13 +332,13 @@ IFS=$'\t\n' # fastboot or not? if cat /proc/cmdline | grep -q 'skipinitrd'; then echo "" - echo " /-------------- fast boot in process -----------------\\" + echo " ,-------------- fast boot in process -----------------." echo " | |" echo " | The initrd menu is being skipped. If something goes |" echo " | wrong in this process, reboot with the ISO and use |" echo " | the 'linux' or 'safe' boot options instead. |" echo " | |" - echo " \\-------------------------------------------------------/" + echo " `-------------------------------------------------------??" echo "" skipinitrd $* else From ratler at lunar-linux.org Sun Aug 8 14:34:58 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 8 Aug 2010 14:34:58 +0200 Subject: [Lunar-commits] Bumped x86_64 kernel config to 2.6.35 Message-ID: <20100808124501.65EAC9B229@doppio.foo-projects.org> commit d75a7c5c12c8eb44aaafae521d89944ed332e2cd Author: Stefan Wold Date: Sun Aug 8 14:34:58 2010 +0200 Bumped x86_64 kernel config to 2.6.35 --- kernels/conf/2.6/base.x86_64 | 172 ++++++++++++++++++++++++++++++------------ 1 files changed, 124 insertions(+), 48 deletions(-) diff --git a/kernels/conf/2.6/base.x86_64 b/kernels/conf/2.6/base.x86_64 index 41e9991..5ab5a19 100644 --- a/kernels/conf/2.6/base.x86_64 +++ b/kernels/conf/2.6/base.x86_64 @@ -1,12 +1,13 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.34.1 -# Wed Jul 7 15:14:48 2010 +# Linux kernel version: 2.6.35 +# Sun Aug 8 12:56:52 2010 # CONFIG_64BIT=y # CONFIG_X86_32 is not set CONFIG_X86_64=y CONFIG_X86=y +CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf64-x86-64" CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" CONFIG_GENERIC_TIME=y @@ -20,6 +21,7 @@ CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y @@ -54,6 +56,7 @@ CONFIG_USE_GENERIC_SMP_HELPERS=y CONFIG_X86_64_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11" # CONFIG_KTIME_SCALAR is not set CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y @@ -64,6 +67,7 @@ CONFIG_CONSTRUCTORS=y CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_CROSS_COMPILE="" CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y @@ -164,12 +168,13 @@ CONFIG_HAVE_DMA_ATTRS=y CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_DMA_API_DEBUG=y CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y # # GCOV-based kernel profiling # -# CONFIG_SLOW_WORK is not set +CONFIG_SLOW_WORK=y # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y @@ -282,7 +287,6 @@ CONFIG_X86_DEBUGCTLMSR=y CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_AMD=y CONFIG_CPU_SUP_CENTAUR=y -# CONFIG_X86_DS is not set CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y @@ -378,9 +382,9 @@ CONFIG_PM=y # CONFIG_PM_DEBUG is not set CONFIG_PM_SLEEP_SMP=y CONFIG_PM_SLEEP=y +CONFIG_SUSPEND_NVS=y CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y -CONFIG_HIBERNATION_NVS=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" # CONFIG_PM_RUNTIME is not set @@ -409,6 +413,8 @@ CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=y CONFIG_ACPI_SBS=m +CONFIG_ACPI_HED=m +# CONFIG_ACPI_APEI is not set # CONFIG_SFI is not set # @@ -446,6 +452,7 @@ CONFIG_X86_SPEEDSTEP_LIB=m CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y +CONFIG_INTEL_IDLE=m # # Memory power savings @@ -459,6 +466,7 @@ CONFIG_PCI=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y +# CONFIG_PCI_CNB20LE_QUIRK is not set # CONFIG_DMAR is not set # CONFIG_INTR_REMAP is not set CONFIG_PCIEPORTBUS=y @@ -558,7 +566,9 @@ CONFIG_TCP_CONG_ILLINOIS=m # CONFIG_DEFAULT_BIC is not set # CONFIG_DEFAULT_CUBIC is not set # CONFIG_DEFAULT_HTCP is not set +# CONFIG_DEFAULT_HYBLA is not set # CONFIG_DEFAULT_VEGAS is not set +# CONFIG_DEFAULT_VENO is not set # CONFIG_DEFAULT_WESTWOOD is not set CONFIG_DEFAULT_RENO=y CONFIG_DEFAULT_TCP_CONG="reno" @@ -616,6 +626,16 @@ CONFIG_NF_CONNTRACK_TFTP=m CONFIG_NF_CT_NETLINK=m # CONFIG_NETFILTER_TPROXY is not set CONFIG_NETFILTER_XTABLES=m + +# +# Xtables combined modules +# +CONFIG_NETFILTER_XT_MARK=m +CONFIG_NETFILTER_XT_CONNMARK=m + +# +# Xtables targets +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m CONFIG_NETFILTER_XT_TARGET_CONNMARK=m CONFIG_NETFILTER_XT_TARGET_CT=m @@ -627,9 +647,14 @@ CONFIG_NETFILTER_XT_TARGET_NFLOG=m CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m CONFIG_NETFILTER_XT_TARGET_NOTRACK=m CONFIG_NETFILTER_XT_TARGET_RATEEST=m +CONFIG_NETFILTER_XT_TARGET_TEE=m CONFIG_NETFILTER_XT_TARGET_TRACE=m CONFIG_NETFILTER_XT_TARGET_TCPMSS=m CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m + +# +# Xtables matches +# CONFIG_NETFILTER_XT_MATCH_CLUSTER=m CONFIG_NETFILTER_XT_MATCH_COMMENT=m CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m @@ -648,6 +673,7 @@ CONFIG_NETFILTER_XT_MATCH_LIMIT=m CONFIG_NETFILTER_XT_MATCH_MAC=m CONFIG_NETFILTER_XT_MATCH_MARK=m CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m +# CONFIG_NETFILTER_XT_MATCH_OSF is not set CONFIG_NETFILTER_XT_MATCH_OWNER=m CONFIG_NETFILTER_XT_MATCH_POLICY=m CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m @@ -655,7 +681,6 @@ CONFIG_NETFILTER_XT_MATCH_QUOTA=m CONFIG_NETFILTER_XT_MATCH_RATEEST=m CONFIG_NETFILTER_XT_MATCH_REALM=m CONFIG_NETFILTER_XT_MATCH_RECENT=m -# CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set CONFIG_NETFILTER_XT_MATCH_SCTP=m CONFIG_NETFILTER_XT_MATCH_STATE=m CONFIG_NETFILTER_XT_MATCH_STATISTIC=m @@ -663,7 +688,6 @@ CONFIG_NETFILTER_XT_MATCH_STRING=m CONFIG_NETFILTER_XT_MATCH_TCPMSS=m CONFIG_NETFILTER_XT_MATCH_TIME=m CONFIG_NETFILTER_XT_MATCH_U32=m -# CONFIG_NETFILTER_XT_MATCH_OSF is not set CONFIG_IP_VS=m # CONFIG_IP_VS_IPV6 is not set # CONFIG_IP_VS_DEBUG is not set @@ -776,6 +800,7 @@ CONFIG_ATM_LANE=m CONFIG_ATM_MPOA=m CONFIG_ATM_BR2684=m # CONFIG_ATM_BR2684_IPFILTER is not set +# CONFIG_L2TP is not set # CONFIG_BRIDGE is not set # CONFIG_NET_DSA is not set # CONFIG_VLAN_8021Q is not set @@ -846,6 +871,7 @@ CONFIG_NET_ACT_SKBEDIT=m CONFIG_NET_CLS_IND=y CONFIG_NET_SCH_FIFO=y # CONFIG_DCB is not set +CONFIG_RPS=y # # Network testing @@ -901,6 +927,7 @@ CONFIG_VIA_FIR=m CONFIG_MCS_FIR=m CONFIG_BT=m CONFIG_BT_L2CAP=m +# CONFIG_BT_L2CAP_EXT_FEATURES is not set CONFIG_BT_SCO=m CONFIG_BT_RFCOMM=m # CONFIG_BT_RFCOMM_TTY is not set @@ -963,6 +990,7 @@ CONFIG_RFKILL=y CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y # CONFIG_NET_9P is not set +# CONFIG_CAIF is not set # # Device Drivers @@ -1004,6 +1032,7 @@ CONFIG_NFTL=m CONFIG_INFTL=m CONFIG_RFD_FTL=m CONFIG_SSFDC=m +CONFIG_SM_FTL=m # CONFIG_MTD_OOPS is not set # @@ -1073,11 +1102,16 @@ CONFIG_MTD_DOCPROBE=m CONFIG_MTD_DOCECC=m # CONFIG_MTD_DOCPROBE_ADVANCED is not set CONFIG_MTD_DOCPROBE_ADDRESS=0 +CONFIG_MTD_NAND_ECC=m +# CONFIG_MTD_NAND_ECC_SMC is not set CONFIG_MTD_NAND=m # CONFIG_MTD_NAND_VERIFY_WRITE is not set -# CONFIG_MTD_NAND_ECC_SMC is not set +# CONFIG_MTD_SM_COMMON is not set # CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_DENALI is not set +CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018 CONFIG_MTD_NAND_IDS=m +# CONFIG_MTD_NAND_RICOH is not set CONFIG_MTD_NAND_DISKONCHIP=m # CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0 @@ -1347,69 +1381,95 @@ CONFIG_ATA=y CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# CONFIG_SATA_AHCI=y +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_INIC162X=m CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y -CONFIG_SATA_SVW=y + +# +# SFF controllers with custom DMA interface +# +CONFIG_PDC_ADMA=m +CONFIG_SATA_QSTOR=m +CONFIG_SATA_SX4=y +CONFIG_ATA_BMDMA=y + +# +# SATA SFF controllers with BMDMA +# CONFIG_ATA_PIIX=y CONFIG_SATA_MV=y CONFIG_SATA_NV=y -CONFIG_PDC_ADMA=m -CONFIG_SATA_QSTOR=m CONFIG_SATA_PROMISE=y -CONFIG_SATA_SX4=y CONFIG_SATA_SIL=y CONFIG_SATA_SIS=y +CONFIG_SATA_SVW=y CONFIG_SATA_ULI=m CONFIG_SATA_VIA=y CONFIG_SATA_VITESSE=y -CONFIG_SATA_INIC162X=m -CONFIG_PATA_ACPI=y + +# +# PATA SFF controllers with BMDMA +# CONFIG_PATA_ALI=y CONFIG_PATA_AMD=y CONFIG_PATA_ARTOP=m -CONFIG_PATA_ATP867X=m CONFIG_PATA_ATIIXP=y -CONFIG_PATA_CMD640_PCI=m +CONFIG_PATA_ATP867X=m CONFIG_PATA_CMD64X=m CONFIG_PATA_CS5520=m CONFIG_PATA_CS5530=m CONFIG_PATA_CYPRESS=m CONFIG_PATA_EFAR=m -CONFIG_ATA_GENERIC=y CONFIG_PATA_HPT366=m CONFIG_PATA_HPT37X=m CONFIG_PATA_HPT3X2N=m CONFIG_PATA_HPT3X3=m CONFIG_PATA_HPT3X3_DMA=y -CONFIG_PATA_IT821X=m CONFIG_PATA_IT8213=m +CONFIG_PATA_IT821X=m CONFIG_PATA_JMICRON=y -# CONFIG_PATA_LEGACY is not set -CONFIG_PATA_TRIFLEX=m CONFIG_PATA_MARVELL=y -CONFIG_PATA_MPIIX=y -CONFIG_PATA_OLDPIIX=y CONFIG_PATA_NETCELL=m CONFIG_PATA_NINJA32=m -CONFIG_PATA_NS87410=m CONFIG_PATA_NS87415=m -CONFIG_PATA_OPTI=m +CONFIG_PATA_OLDPIIX=y CONFIG_PATA_OPTIDMA=m -CONFIG_PATA_PCMCIA=m CONFIG_PATA_PDC2027X=y CONFIG_PATA_PDC_OLD=m CONFIG_PATA_RADISYS=m CONFIG_PATA_RDC=m -CONFIG_PATA_RZ1000=m CONFIG_PATA_SC1200=m +CONFIG_PATA_SCH=y CONFIG_PATA_SERVERWORKS=m CONFIG_PATA_SIL680=m CONFIG_PATA_SIS=y # CONFIG_PATA_TOSHIBA is not set +CONFIG_PATA_TRIFLEX=m CONFIG_PATA_VIA=y CONFIG_PATA_WINBOND=y -CONFIG_PATA_SCH=y + +# +# PIO-only SFF controllers +# +CONFIG_PATA_CMD640_PCI=m +CONFIG_PATA_MPIIX=y +CONFIG_PATA_NS87410=m +CONFIG_PATA_OPTI=m +CONFIG_PATA_PCMCIA=m +CONFIG_PATA_RZ1000=m + +# +# Generic fallback / legacy drivers +# +CONFIG_PATA_ACPI=y +CONFIG_ATA_GENERIC=y +# CONFIG_PATA_LEGACY is not set CONFIG_MD=y CONFIG_BLK_DEV_MD=y CONFIG_MD_AUTODETECT=y @@ -1532,7 +1592,6 @@ CONFIG_B44_PCI_AUTOSELECT=y CONFIG_B44_PCICORE_AUTOSELECT=y CONFIG_B44_PCI=y CONFIG_FORCEDETH=m -# CONFIG_FORCEDETH_NAPI is not set CONFIG_E100=m CONFIG_FEALNX=m CONFIG_NATSEMI=m @@ -1640,6 +1699,7 @@ CONFIG_ATH5K=m CONFIG_ATH9K_HW=m CONFIG_ATH9K_COMMON=m CONFIG_ATH9K=m +# CONFIG_ATH9K_HTC is not set CONFIG_AR9170_USB=m CONFIG_AR9170_LEDS=y CONFIG_B43=m @@ -1693,13 +1753,14 @@ CONFIG_LIBERTAS_SDIO=m # CONFIG_LIBERTAS_DEBUG is not set # CONFIG_LIBERTAS_MESH is not set CONFIG_HERMES=m +# CONFIG_HERMES_PRISM is not set CONFIG_HERMES_CACHE_FW_ON_INIT=y CONFIG_PLX_HERMES=m CONFIG_TMD_HERMES=m CONFIG_NORTEL_HERMES=m -CONFIG_PCI_HERMES=m CONFIG_PCMCIA_HERMES=m CONFIG_PCMCIA_SPECTRUM=m +# CONFIG_ORINOCO_USB is not set CONFIG_P54_COMMON=m CONFIG_P54_USB=m CONFIG_P54_PCI=m @@ -1792,7 +1853,6 @@ CONFIG_PPP_BSDCOMP=m CONFIG_PPP_MPPE=m CONFIG_PPPOE=m # CONFIG_PPPOATM is not set -CONFIG_PPPOL2TP=m # CONFIG_SLIP is not set CONFIG_SLHC=m # CONFIG_NET_FC is not set @@ -1828,8 +1888,9 @@ CONFIG_INPUT_EVDEV=y CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_ADP5588 is not set CONFIG_KEYBOARD_ATKBD=y -# CONFIG_QT2160 is not set +# CONFIG_KEYBOARD_QT2160 is not set # CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_TCA6416 is not set # CONFIG_KEYBOARD_LM8323 is not set # CONFIG_KEYBOARD_MAX7359 is not set # CONFIG_KEYBOARD_NEWTON is not set @@ -1861,6 +1922,7 @@ CONFIG_TABLET_USB_KBTAB=m CONFIG_TABLET_USB_WACOM=m # CONFIG_INPUT_TOUCHSCREEN is not set CONFIG_INPUT_MISC=y +# CONFIG_INPUT_AD714X is not set CONFIG_INPUT_PCSPKR=m CONFIG_INPUT_APANEL=m CONFIG_INPUT_ATLAS_BTNS=m @@ -1872,6 +1934,7 @@ CONFIG_INPUT_YEALINK=m CONFIG_INPUT_CM109=m # CONFIG_INPUT_UINPUT is not set # CONFIG_INPUT_WINBOND_CIR is not set +# CONFIG_INPUT_PCF8574 is not set # # Hardware I/O ports @@ -1901,6 +1964,7 @@ CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_DEVKMEM=y # CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_N_GSM is not set CONFIG_NOZOMI=m # @@ -1923,6 +1987,8 @@ CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_TIMBERDALE is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set CONFIG_LEGACY_PTYS=y @@ -1966,6 +2032,7 @@ CONFIG_TCG_ATMEL=m CONFIG_TCG_INFINEON=m # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y +# CONFIG_RAMOOPS is not set CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y @@ -2008,6 +2075,7 @@ CONFIG_I2C_SCMI=m # I2C system bus drivers (mostly embedded / system-on-chip) # CONFIG_I2C_OCORES=m +CONFIG_I2C_PCA_PLATFORM=m CONFIG_I2C_SIMTEC=m # CONFIG_I2C_XILINX is not set @@ -2022,7 +2090,6 @@ CONFIG_I2C_TINY_USB=m # # Other I2C/SMBus bus drivers # -CONFIG_I2C_PCA_PLATFORM=m CONFIG_I2C_STUB=m # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set @@ -2058,6 +2125,7 @@ CONFIG_W1_SLAVE_BQ27000=m CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m +# CONFIG_TEST_POWER is not set CONFIG_BATTERY_DS2760=m CONFIG_BATTERY_DS2782=m CONFIG_BATTERY_BQ27x00=m @@ -2123,12 +2191,14 @@ CONFIG_SENSORS_PC87427=m CONFIG_SENSORS_PCF8591=m CONFIG_SENSORS_SIS5595=m CONFIG_SENSORS_DME1737=m +CONFIG_SENSORS_EMC1403=m CONFIG_SENSORS_SMSC47M1=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SMSC47B397=m CONFIG_SENSORS_ADS7828=m CONFIG_SENSORS_AMC6821=m CONFIG_SENSORS_THMC50=m +CONFIG_SENSORS_TMP102=m CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m CONFIG_SENSORS_VIA_CPUTEMP=m @@ -2173,17 +2243,8 @@ CONFIG_SSB_SDIOHOST_POSSIBLE=y # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y - -# -# Multifunction device drivers -# +# CONFIG_MFD_SUPPORT is not set CONFIG_MFD_CORE=m -# CONFIG_MFD_SM501 is not set -# CONFIG_HTC_PASIC3 is not set -# CONFIG_MFD_TMIO is not set -# CONFIG_MFD_WM8400 is not set -# CONFIG_MFD_WM8994 is not set -# CONFIG_MFD_PCF50633 is not set CONFIG_LPC_SCH=m # CONFIG_REGULATOR is not set # CONFIG_MEDIA_SUPPORT is not set @@ -2275,13 +2336,13 @@ CONFIG_FB_CFB_IMAGEBLIT=m # CONFIG_FB_BROADSHEET is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m -# CONFIG_LCD_ILI9320 is not set CONFIG_LCD_PLATFORM=m CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=y CONFIG_BACKLIGHT_PROGEAR=m CONFIG_BACKLIGHT_MBP_NVIDIA=m CONFIG_BACKLIGHT_SAHARA=m +# CONFIG_BACKLIGHT_ADP8860 is not set # # Display device support @@ -2323,7 +2384,7 @@ CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_HRTIMER=m CONFIG_SND_SEQ_HRTIMER_DEFAULT=y -# CONFIG_SND_DYNAMIC_MINORS is not set +CONFIG_SND_DYNAMIC_MINORS=y CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SND_VERBOSE_PRINTK is not set @@ -2357,6 +2418,7 @@ CONFIG_SND_AD1889=m CONFIG_SND_ALS300=m CONFIG_SND_ALS4000=m CONFIG_SND_ALI5451=m +CONFIG_SND_ASIHPI=m CONFIG_SND_ATIIXP=m CONFIG_SND_ATIIXP_MODEM=m CONFIG_SND_AU8810=m @@ -2396,6 +2458,7 @@ CONFIG_SND_ENS1370=m CONFIG_SND_ENS1371=m CONFIG_SND_ES1938=m CONFIG_SND_ES1968=m +# CONFIG_SND_ES1968_INPUT is not set CONFIG_SND_FM801=m CONFIG_SND_HDA_INTEL=m # CONFIG_SND_HDA_HWDEP is not set @@ -2428,6 +2491,7 @@ CONFIG_SND_INTEL8X0M=m CONFIG_SND_KORG1212=m CONFIG_SND_LX6464ES=m CONFIG_SND_MAESTRO3=m +# CONFIG_SND_MAESTRO3_INPUT is not set CONFIG_SND_MIXART=m CONFIG_SND_NM256=m CONFIG_SND_PCXHR=m @@ -2475,11 +2539,14 @@ CONFIG_USB_HID=y CONFIG_HID_A4TECH=y CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y +# CONFIG_HID_CANDO is not set CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y +# CONFIG_HID_PRODIKEYS is not set CONFIG_HID_CYPRESS=y CONFIG_HID_DRAGONRISE=y # CONFIG_DRAGONRISE_FF is not set +# CONFIG_HID_EGALAX is not set CONFIG_HID_EZKEY=y CONFIG_HID_KYE=y CONFIG_HID_GYRATION=y @@ -2498,7 +2565,10 @@ CONFIG_HID_ORTEK=y CONFIG_HID_PANTHERLORD=y # CONFIG_PANTHERLORD_FF is not set CONFIG_HID_PETALYNX=y +# CONFIG_HID_PICOLCD is not set CONFIG_HID_QUANTA=m +CONFIG_HID_ROCCAT=m +CONFIG_HID_ROCCAT_KONE=m CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y CONFIG_HID_STANTUM=m @@ -2511,8 +2581,10 @@ CONFIG_HID_TOPSEED=y CONFIG_HID_THRUSTMASTER=y # CONFIG_THRUSTMASTER_FF is not set CONFIG_HID_WACOM=m +# CONFIG_HID_WACOM_POWER_SUPPLY is not set CONFIG_HID_ZEROPLUS=y # CONFIG_ZEROPLUS_FF is not set +CONFIG_HID_ZYDACRON=m CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y @@ -2624,6 +2696,7 @@ CONFIG_USB_SERIAL_KLSI=m CONFIG_USB_SERIAL_KOBIL_SCT=m CONFIG_USB_SERIAL_MCT_U232=m CONFIG_USB_SERIAL_MOS7720=m +# CONFIG_USB_SERIAL_MOS7715_PARPORT is not set CONFIG_USB_SERIAL_MOS7840=m # CONFIG_USB_SERIAL_MOTOROLA is not set CONFIG_USB_SERIAL_NAVMAN=m @@ -2641,10 +2714,12 @@ CONFIG_USB_SERIAL_SIERRAWIRELESS=m CONFIG_USB_SERIAL_TI=m CONFIG_USB_SERIAL_CYBERJACK=m CONFIG_USB_SERIAL_XIRCOM=m +CONFIG_USB_SERIAL_WWAN=m CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_SERIAL_OMNINET=m # CONFIG_USB_SERIAL_OPTICON is not set CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m +CONFIG_USB_SERIAL_ZIO=m # CONFIG_USB_SERIAL_DEBUG is not set # @@ -2706,6 +2781,7 @@ CONFIG_USB_ETH=m CONFIG_USB_ETH_RNDIS=y # CONFIG_USB_ETH_EEM is not set CONFIG_USB_GADGETFS=m +# CONFIG_USB_FUNCTIONFS is not set CONFIG_USB_FILE_STORAGE=m # CONFIG_USB_FILE_STORAGE_TEST is not set # CONFIG_USB_MASS_STORAGE is not set @@ -2715,6 +2791,8 @@ CONFIG_USB_MIDI_GADGET=m # CONFIG_USB_CDC_COMPOSITE is not set # CONFIG_USB_G_NOKIA is not set # CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_WEBCAM is not set # # OTG and related infrastructure @@ -2840,6 +2918,7 @@ CONFIG_DMADEVICES=y # CONFIG_ASYNC_TX_DISABLE_CHANNEL_SWITCH=y CONFIG_INTEL_IOATDMA=m +# CONFIG_TIMB_DMA is not set CONFIG_DMA_ENGINE=y # @@ -2862,10 +2941,6 @@ CONFIG_UIO_CIF=m # CONFIG_UIO_SERCOS3 is not set # CONFIG_UIO_PCI_GENERIC is not set # CONFIG_UIO_NETX is not set - -# -# TI VLYNQ -# # CONFIG_STAGING is not set CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m @@ -3172,6 +3247,7 @@ CONFIG_TRACING_SUPPORT=y # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set # CONFIG_DMA_API_DEBUG is not set +# CONFIG_ATOMIC64_SELFTEST is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y CONFIG_HAVE_ARCH_KMEMCHECK=y From ratler at lunar-linux.org Sun Aug 8 14:37:54 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 8 Aug 2010 14:37:54 +0200 Subject: [Lunar-commits] Typo fixes for /root/README file Message-ID: <20100808124501.AB3C59B224@doppio.foo-projects.org> commit 697b852a3e7e5af0973fa82c0cfc00a70cf2c216 Author: Stefan Wold Date: Sun Aug 8 14:37:54 2010 +0200 Typo fixes for /root/README file --- template/README | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/README b/template/README index 202db96..1de98b8 100644 --- a/template/README +++ b/template/README @@ -31,8 +31,8 @@ Index: 1. About lunar-linux -Lunar-Linux is a source distribution. This means that lunar is just -like any other distrobution, except that you compile packages instead +Lunar-Linux is a source based distribution. This means that lunar is just +like any other distribution, except that you compile packages instead of installing precompiled packages. That really is the only difference with so-called "binary" distributions. From ratler at lunar-linux.org Sun Aug 8 14:41:01 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 8 Aug 2010 14:41:01 +0200 Subject: [Lunar-commits] Bumped x86 kernel config to 2.6.35 Message-ID: <20100808124501.D2E7E9B228@doppio.foo-projects.org> commit 562c38422ca09a5f9384a2d0910727acb2ba1d8d Author: Stefan Wold Date: Sun Aug 8 14:41:01 2010 +0200 Bumped x86 kernel config to 2.6.35 --- kernels/conf/2.6/base | 170 +++++++++++++++++++++++++++++++++++++------------ 1 files changed, 128 insertions(+), 42 deletions(-) diff --git a/kernels/conf/2.6/base b/kernels/conf/2.6/base index 66e136a..0206fbe 100644 --- a/kernels/conf/2.6/base +++ b/kernels/conf/2.6/base @@ -1,12 +1,13 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.34.1 -# Thu Jul 8 17:53:54 2010 +# Linux kernel version: 2.6.35 +# Sun Aug 8 14:31:07 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y # CONFIG_X86_64 is not set CONFIG_X86=y +CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" CONFIG_GENERIC_TIME=y @@ -20,6 +21,7 @@ CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_MMU=y CONFIG_ZONE_DMA=y # CONFIG_NEED_DMA_MAP_STATE is not set +CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y @@ -54,6 +56,7 @@ CONFIG_X86_32_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y CONFIG_X86_32_LAZY_GS=y +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_KTIME_SCALAR=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y @@ -64,6 +67,7 @@ CONFIG_CONSTRUCTORS=y CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_CROSS_COMPILE="" CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y @@ -165,12 +169,13 @@ CONFIG_HAVE_DMA_ATTRS=y CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_DMA_API_DEBUG=y CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y # # GCOV-based kernel profiling # -# CONFIG_SLOW_WORK is not set +CONFIG_SLOW_WORK=y CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y @@ -295,7 +300,6 @@ CONFIG_CPU_SUP_AMD=y CONFIG_CPU_SUP_CENTAUR=y CONFIG_CPU_SUP_TRANSMETA_32=y CONFIG_CPU_SUP_UMC_32=y -# CONFIG_X86_DS is not set CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y @@ -391,9 +395,9 @@ CONFIG_PM=y # CONFIG_PM_DEBUG is not set CONFIG_PM_SLEEP_SMP=y CONFIG_PM_SLEEP=y +CONFIG_SUSPEND_NVS=y CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y -CONFIG_HIBERNATION_NVS=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" # CONFIG_PM_RUNTIME is not set @@ -422,6 +426,8 @@ CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=y CONFIG_ACPI_SBS=m +CONFIG_ACPI_HED=m +# CONFIG_ACPI_APEI is not set # CONFIG_SFI is not set # CONFIG_APM is not set @@ -472,6 +478,7 @@ CONFIG_X86_SPEEDSTEP_LIB=m CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y +CONFIG_INTEL_IDLE=m # # Bus options (PCI etc.) @@ -486,6 +493,7 @@ CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y +# CONFIG_PCI_CNB20LE_QUIRK is not set # CONFIG_DMAR is not set CONFIG_PCIEPORTBUS=y CONFIG_PCIEAER=y @@ -588,7 +596,9 @@ CONFIG_TCP_CONG_ILLINOIS=m # CONFIG_DEFAULT_BIC is not set # CONFIG_DEFAULT_CUBIC is not set # CONFIG_DEFAULT_HTCP is not set +# CONFIG_DEFAULT_HYBLA is not set # CONFIG_DEFAULT_VEGAS is not set +# CONFIG_DEFAULT_VENO is not set # CONFIG_DEFAULT_WESTWOOD is not set CONFIG_DEFAULT_RENO=y CONFIG_DEFAULT_TCP_CONG="reno" @@ -646,6 +656,16 @@ CONFIG_NF_CONNTRACK_TFTP=m CONFIG_NF_CT_NETLINK=m # CONFIG_NETFILTER_TPROXY is not set CONFIG_NETFILTER_XTABLES=m + +# +# Xtables combined modules +# +CONFIG_NETFILTER_XT_MARK=m +CONFIG_NETFILTER_XT_CONNMARK=m + +# +# Xtables targets +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m CONFIG_NETFILTER_XT_TARGET_CONNMARK=m CONFIG_NETFILTER_XT_TARGET_CT=m @@ -657,9 +677,14 @@ CONFIG_NETFILTER_XT_TARGET_NFLOG=m CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m CONFIG_NETFILTER_XT_TARGET_NOTRACK=m CONFIG_NETFILTER_XT_TARGET_RATEEST=m +CONFIG_NETFILTER_XT_TARGET_TEE=m CONFIG_NETFILTER_XT_TARGET_TRACE=m CONFIG_NETFILTER_XT_TARGET_TCPMSS=m CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m + +# +# Xtables matches +# CONFIG_NETFILTER_XT_MATCH_CLUSTER=m CONFIG_NETFILTER_XT_MATCH_COMMENT=m CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m @@ -678,6 +703,7 @@ CONFIG_NETFILTER_XT_MATCH_LIMIT=m CONFIG_NETFILTER_XT_MATCH_MAC=m CONFIG_NETFILTER_XT_MATCH_MARK=m CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m +# CONFIG_NETFILTER_XT_MATCH_OSF is not set CONFIG_NETFILTER_XT_MATCH_OWNER=m CONFIG_NETFILTER_XT_MATCH_POLICY=m CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m @@ -685,7 +711,6 @@ CONFIG_NETFILTER_XT_MATCH_QUOTA=m CONFIG_NETFILTER_XT_MATCH_RATEEST=m CONFIG_NETFILTER_XT_MATCH_REALM=m CONFIG_NETFILTER_XT_MATCH_RECENT=m -# CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set CONFIG_NETFILTER_XT_MATCH_SCTP=m CONFIG_NETFILTER_XT_MATCH_STATE=m CONFIG_NETFILTER_XT_MATCH_STATISTIC=m @@ -693,7 +718,6 @@ CONFIG_NETFILTER_XT_MATCH_STRING=m CONFIG_NETFILTER_XT_MATCH_TCPMSS=m CONFIG_NETFILTER_XT_MATCH_TIME=m CONFIG_NETFILTER_XT_MATCH_U32=m -# CONFIG_NETFILTER_XT_MATCH_OSF is not set CONFIG_IP_VS=m # CONFIG_IP_VS_IPV6 is not set # CONFIG_IP_VS_DEBUG is not set @@ -806,6 +830,7 @@ CONFIG_ATM_LANE=m CONFIG_ATM_MPOA=m CONFIG_ATM_BR2684=m # CONFIG_ATM_BR2684_IPFILTER is not set +# CONFIG_L2TP is not set # CONFIG_BRIDGE is not set # CONFIG_NET_DSA is not set # CONFIG_VLAN_8021Q is not set @@ -876,6 +901,7 @@ CONFIG_NET_ACT_SKBEDIT=m CONFIG_NET_CLS_IND=y CONFIG_NET_SCH_FIFO=y # CONFIG_DCB is not set +CONFIG_RPS=y # # Network testing @@ -932,6 +958,7 @@ CONFIG_VIA_FIR=m CONFIG_MCS_FIR=m CONFIG_BT=m CONFIG_BT_L2CAP=m +# CONFIG_BT_L2CAP_EXT_FEATURES is not set CONFIG_BT_SCO=m CONFIG_BT_RFCOMM=m # CONFIG_BT_RFCOMM_TTY is not set @@ -994,6 +1021,7 @@ CONFIG_RFKILL=y CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y # CONFIG_NET_9P is not set +# CONFIG_CAIF is not set # # Device Drivers @@ -1035,6 +1063,7 @@ CONFIG_NFTL=m CONFIG_INFTL=m CONFIG_RFD_FTL=m CONFIG_SSFDC=m +# CONFIG_SM_FTL is not set # CONFIG_MTD_OOPS is not set # @@ -1104,11 +1133,16 @@ CONFIG_MTD_DOCPROBE=m CONFIG_MTD_DOCECC=m # CONFIG_MTD_DOCPROBE_ADVANCED is not set CONFIG_MTD_DOCPROBE_ADDRESS=0 +CONFIG_MTD_NAND_ECC=m +# CONFIG_MTD_NAND_ECC_SMC is not set CONFIG_MTD_NAND=m # CONFIG_MTD_NAND_VERIFY_WRITE is not set -# CONFIG_MTD_NAND_ECC_SMC is not set +# CONFIG_MTD_SM_COMMON is not set # CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_DENALI is not set +CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018 CONFIG_MTD_NAND_IDS=m +# CONFIG_MTD_NAND_RICOH is not set CONFIG_MTD_NAND_DISKONCHIP=m # CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0 @@ -1384,30 +1418,46 @@ CONFIG_ATA=y CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y + +# +# Controllers with non-SFF native interface +# CONFIG_SATA_AHCI=y +# CONFIG_SATA_AHCI_PLATFORM is not set +CONFIG_SATA_INIC162X=m CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y -CONFIG_SATA_SVW=y + +# +# SFF controllers with custom DMA interface +# +CONFIG_PDC_ADMA=m +CONFIG_SATA_QSTOR=m +CONFIG_SATA_SX4=y +CONFIG_ATA_BMDMA=y + +# +# SATA SFF controllers with BMDMA +# CONFIG_ATA_PIIX=y CONFIG_SATA_MV=y CONFIG_SATA_NV=y -CONFIG_PDC_ADMA=m -CONFIG_SATA_QSTOR=m CONFIG_SATA_PROMISE=y -CONFIG_SATA_SX4=y CONFIG_SATA_SIL=y CONFIG_SATA_SIS=y +CONFIG_SATA_SVW=y CONFIG_SATA_ULI=m CONFIG_SATA_VIA=y CONFIG_SATA_VITESSE=y -CONFIG_SATA_INIC162X=m -CONFIG_PATA_ACPI=y + +# +# PATA SFF controllers with BMDMA +# CONFIG_PATA_ALI=y CONFIG_PATA_AMD=y CONFIG_PATA_ARTOP=m -CONFIG_PATA_ATP867X=m CONFIG_PATA_ATIIXP=y -CONFIG_PATA_CMD640_PCI=m +CONFIG_PATA_ATP867X=m CONFIG_PATA_CMD64X=m CONFIG_PATA_CS5520=m CONFIG_PATA_CS5530=m @@ -1415,40 +1465,50 @@ CONFIG_PATA_CS5535=m CONFIG_PATA_CS5536=m CONFIG_PATA_CYPRESS=m CONFIG_PATA_EFAR=m -CONFIG_ATA_GENERIC=y CONFIG_PATA_HPT366=m CONFIG_PATA_HPT37X=m CONFIG_PATA_HPT3X2N=m CONFIG_PATA_HPT3X3=m CONFIG_PATA_HPT3X3_DMA=y -CONFIG_PATA_IT821X=m CONFIG_PATA_IT8213=m +CONFIG_PATA_IT821X=m CONFIG_PATA_JMICRON=y -# CONFIG_PATA_LEGACY is not set -CONFIG_PATA_TRIFLEX=m CONFIG_PATA_MARVELL=y -CONFIG_PATA_MPIIX=y -CONFIG_PATA_OLDPIIX=y CONFIG_PATA_NETCELL=m CONFIG_PATA_NINJA32=m -CONFIG_PATA_NS87410=m CONFIG_PATA_NS87415=m -CONFIG_PATA_OPTI=m +CONFIG_PATA_OLDPIIX=y CONFIG_PATA_OPTIDMA=m -CONFIG_PATA_PCMCIA=m CONFIG_PATA_PDC2027X=y CONFIG_PATA_PDC_OLD=m CONFIG_PATA_RADISYS=m CONFIG_PATA_RDC=m -CONFIG_PATA_RZ1000=m CONFIG_PATA_SC1200=m +CONFIG_PATA_SCH=y CONFIG_PATA_SERVERWORKS=m CONFIG_PATA_SIL680=m CONFIG_PATA_SIS=y # CONFIG_PATA_TOSHIBA is not set +CONFIG_PATA_TRIFLEX=m CONFIG_PATA_VIA=y CONFIG_PATA_WINBOND=y -CONFIG_PATA_SCH=y + +# +# PIO-only SFF controllers +# +CONFIG_PATA_CMD640_PCI=m +CONFIG_PATA_MPIIX=y +CONFIG_PATA_NS87410=m +CONFIG_PATA_OPTI=m +CONFIG_PATA_PCMCIA=m +CONFIG_PATA_RZ1000=m + +# +# Generic fallback / legacy drivers +# +CONFIG_PATA_ACPI=y +CONFIG_ATA_GENERIC=y +# CONFIG_PATA_LEGACY is not set CONFIG_MD=y CONFIG_BLK_DEV_MD=y CONFIG_MD_AUTODETECT=y @@ -1571,7 +1631,6 @@ CONFIG_B44_PCI_AUTOSELECT=y CONFIG_B44_PCICORE_AUTOSELECT=y CONFIG_B44_PCI=y CONFIG_FORCEDETH=m -# CONFIG_FORCEDETH_NAPI is not set CONFIG_E100=m CONFIG_FEALNX=m CONFIG_NATSEMI=m @@ -1677,6 +1736,7 @@ CONFIG_ATH_COMMON=m CONFIG_ATH5K=m # CONFIG_ATH5K_DEBUG is not set # CONFIG_ATH9K is not set +# CONFIG_ATH9K_HTC is not set # CONFIG_AR9170_USB is not set CONFIG_B43=m CONFIG_B43_PCI_AUTOSELECT=y @@ -1729,6 +1789,7 @@ CONFIG_LIBERTAS_SDIO=m # CONFIG_LIBERTAS_DEBUG is not set # CONFIG_LIBERTAS_MESH is not set CONFIG_HERMES=m +CONFIG_HERMES_PRISM=y CONFIG_HERMES_CACHE_FW_ON_INIT=y CONFIG_PLX_HERMES=m CONFIG_TMD_HERMES=m @@ -1736,6 +1797,7 @@ CONFIG_NORTEL_HERMES=m CONFIG_PCI_HERMES=m CONFIG_PCMCIA_HERMES=m CONFIG_PCMCIA_SPECTRUM=m +CONFIG_ORINOCO_USB=m CONFIG_P54_COMMON=m CONFIG_P54_USB=m CONFIG_P54_PCI=m @@ -1828,7 +1890,6 @@ CONFIG_PPP_BSDCOMP=m CONFIG_PPP_MPPE=m CONFIG_PPPOE=m # CONFIG_PPPOATM is not set -CONFIG_PPPOL2TP=m # CONFIG_SLIP is not set CONFIG_SLHC=m # CONFIG_NET_FC is not set @@ -1864,8 +1925,9 @@ CONFIG_INPUT_EVDEV=y CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_ADP5588 is not set CONFIG_KEYBOARD_ATKBD=y -# CONFIG_QT2160 is not set +# CONFIG_KEYBOARD_QT2160 is not set # CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_TCA6416 is not set # CONFIG_KEYBOARD_LM8323 is not set # CONFIG_KEYBOARD_MAX7359 is not set # CONFIG_KEYBOARD_NEWTON is not set @@ -1897,6 +1959,7 @@ CONFIG_TABLET_USB_KBTAB=m CONFIG_TABLET_USB_WACOM=m # CONFIG_INPUT_TOUCHSCREEN is not set CONFIG_INPUT_MISC=y +# CONFIG_INPUT_AD714X is not set CONFIG_INPUT_PCSPKR=m CONFIG_INPUT_APANEL=m CONFIG_INPUT_WISTRON_BTNS=m @@ -1909,6 +1972,7 @@ CONFIG_INPUT_YEALINK=m CONFIG_INPUT_CM109=m # CONFIG_INPUT_UINPUT is not set # CONFIG_INPUT_WINBOND_CIR is not set +# CONFIG_INPUT_PCF8574 is not set # # Hardware I/O ports @@ -1938,6 +2002,7 @@ CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_DEVKMEM=y # CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_N_GSM is not set CONFIG_NOZOMI=m # @@ -1960,6 +2025,8 @@ CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_TIMBERDALE is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set CONFIG_LEGACY_PTYS=y @@ -2006,6 +2073,7 @@ CONFIG_TCG_ATMEL=m CONFIG_TCG_INFINEON=m # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y +# CONFIG_RAMOOPS is not set CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y @@ -2048,6 +2116,7 @@ CONFIG_I2C_SCMI=m # I2C system bus drivers (mostly embedded / system-on-chip) # CONFIG_I2C_OCORES=m +CONFIG_I2C_PCA_PLATFORM=m CONFIG_I2C_SIMTEC=m # CONFIG_I2C_XILINX is not set @@ -2062,7 +2131,6 @@ CONFIG_I2C_TINY_USB=m # # Other I2C/SMBus bus drivers # -CONFIG_I2C_PCA_PLATFORM=m CONFIG_I2C_STUB=m CONFIG_SCx200_ACB=m # CONFIG_I2C_DEBUG_CORE is not set @@ -2099,6 +2167,7 @@ CONFIG_W1_SLAVE_BQ27000=m CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m +# CONFIG_TEST_POWER is not set CONFIG_BATTERY_DS2760=m CONFIG_BATTERY_DS2782=m CONFIG_BATTERY_BQ27x00=m @@ -2164,12 +2233,14 @@ CONFIG_SENSORS_PC87427=m CONFIG_SENSORS_PCF8591=m CONFIG_SENSORS_SIS5595=m CONFIG_SENSORS_DME1737=m +CONFIG_SENSORS_EMC1403=m CONFIG_SENSORS_SMSC47M1=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SMSC47B397=m CONFIG_SENSORS_ADS7828=m CONFIG_SENSORS_AMC6821=m CONFIG_SENSORS_THMC50=m +CONFIG_SENSORS_TMP102=m CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m CONFIG_SENSORS_VIA_CPUTEMP=m @@ -2214,18 +2285,18 @@ CONFIG_SSB_SDIOHOST_POSSIBLE=y # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y - -# -# Multifunction device drivers -# +CONFIG_MFD_SUPPORT=y CONFIG_MFD_CORE=m # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set +# CONFIG_TPS6507X is not set # CONFIG_MFD_TMIO is not set # CONFIG_MFD_WM8400 is not set -# CONFIG_MFD_WM8994 is not set # CONFIG_MFD_PCF50633 is not set +# CONFIG_ABX500_CORE is not set CONFIG_LPC_SCH=m +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_JANZ_CMODIO is not set # CONFIG_REGULATOR is not set # CONFIG_MEDIA_SUPPORT is not set @@ -2323,13 +2394,13 @@ CONFIG_FB_CFB_IMAGEBLIT=m # CONFIG_FB_BROADSHEET is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m -# CONFIG_LCD_ILI9320 is not set CONFIG_LCD_PLATFORM=m CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=y CONFIG_BACKLIGHT_PROGEAR=m CONFIG_BACKLIGHT_MBP_NVIDIA=m CONFIG_BACKLIGHT_SAHARA=m +# CONFIG_BACKLIGHT_ADP8860 is not set # # Display device support @@ -2371,7 +2442,7 @@ CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_HRTIMER=m CONFIG_SND_SEQ_HRTIMER_DEFAULT=y -# CONFIG_SND_DYNAMIC_MINORS is not set +CONFIG_SND_DYNAMIC_MINORS=y CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SND_VERBOSE_PRINTK is not set @@ -2405,6 +2476,7 @@ CONFIG_SND_AD1889=m CONFIG_SND_ALS300=m CONFIG_SND_ALS4000=m CONFIG_SND_ALI5451=m +CONFIG_SND_ASIHPI=m CONFIG_SND_ATIIXP=m CONFIG_SND_ATIIXP_MODEM=m CONFIG_SND_AU8810=m @@ -2444,6 +2516,7 @@ CONFIG_SND_ENS1370=m CONFIG_SND_ENS1371=m CONFIG_SND_ES1938=m CONFIG_SND_ES1968=m +# CONFIG_SND_ES1968_INPUT is not set CONFIG_SND_FM801=m CONFIG_SND_HDA_INTEL=m # CONFIG_SND_HDA_HWDEP is not set @@ -2476,6 +2549,7 @@ CONFIG_SND_INTEL8X0M=m CONFIG_SND_KORG1212=m CONFIG_SND_LX6464ES=m CONFIG_SND_MAESTRO3=m +# CONFIG_SND_MAESTRO3_INPUT is not set CONFIG_SND_MIXART=m CONFIG_SND_NM256=m CONFIG_SND_PCXHR=m @@ -2524,11 +2598,14 @@ CONFIG_USB_HID=y CONFIG_HID_A4TECH=y CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y +# CONFIG_HID_CANDO is not set CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y +# CONFIG_HID_PRODIKEYS is not set CONFIG_HID_CYPRESS=y CONFIG_HID_DRAGONRISE=y # CONFIG_DRAGONRISE_FF is not set +# CONFIG_HID_EGALAX is not set CONFIG_HID_EZKEY=y CONFIG_HID_KYE=y CONFIG_HID_GYRATION=y @@ -2547,7 +2624,10 @@ CONFIG_HID_ORTEK=y CONFIG_HID_PANTHERLORD=y # CONFIG_PANTHERLORD_FF is not set CONFIG_HID_PETALYNX=y +# CONFIG_HID_PICOLCD is not set # CONFIG_HID_QUANTA is not set +CONFIG_HID_ROCCAT=m +CONFIG_HID_ROCCAT_KONE=m CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y # CONFIG_HID_STANTUM is not set @@ -2560,8 +2640,10 @@ CONFIG_HID_TOPSEED=y CONFIG_HID_THRUSTMASTER=y # CONFIG_THRUSTMASTER_FF is not set CONFIG_HID_WACOM=m +# CONFIG_HID_WACOM_POWER_SUPPLY is not set CONFIG_HID_ZEROPLUS=y # CONFIG_ZEROPLUS_FF is not set +CONFIG_HID_ZYDACRON=m CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y @@ -2673,6 +2755,7 @@ CONFIG_USB_SERIAL_KLSI=m CONFIG_USB_SERIAL_KOBIL_SCT=m CONFIG_USB_SERIAL_MCT_U232=m CONFIG_USB_SERIAL_MOS7720=m +# CONFIG_USB_SERIAL_MOS7715_PARPORT is not set CONFIG_USB_SERIAL_MOS7840=m # CONFIG_USB_SERIAL_MOTOROLA is not set CONFIG_USB_SERIAL_NAVMAN=m @@ -2690,10 +2773,12 @@ CONFIG_USB_SERIAL_SIERRAWIRELESS=m CONFIG_USB_SERIAL_TI=m CONFIG_USB_SERIAL_CYBERJACK=m CONFIG_USB_SERIAL_XIRCOM=m +CONFIG_USB_SERIAL_WWAN=m CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_SERIAL_OMNINET=m # CONFIG_USB_SERIAL_OPTICON is not set CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m +CONFIG_USB_SERIAL_ZIO=m # CONFIG_USB_SERIAL_DEBUG is not set # @@ -2755,6 +2840,7 @@ CONFIG_USB_ETH=m CONFIG_USB_ETH_RNDIS=y # CONFIG_USB_ETH_EEM is not set CONFIG_USB_GADGETFS=m +# CONFIG_USB_FUNCTIONFS is not set CONFIG_USB_FILE_STORAGE=m # CONFIG_USB_FILE_STORAGE_TEST is not set CONFIG_USB_MASS_STORAGE=m @@ -2764,6 +2850,8 @@ CONFIG_USB_MIDI_GADGET=m # CONFIG_USB_CDC_COMPOSITE is not set # CONFIG_USB_G_NOKIA is not set # CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_WEBCAM is not set # # OTG and related infrastructure @@ -2889,6 +2977,7 @@ CONFIG_DMADEVICES=y # CONFIG_ASYNC_TX_DISABLE_CHANNEL_SWITCH=y CONFIG_INTEL_IOATDMA=m +# CONFIG_TIMB_DMA is not set CONFIG_DMA_ENGINE=y # @@ -2911,10 +3000,6 @@ CONFIG_UIO_CIF=m # CONFIG_UIO_SERCOS3 is not set # CONFIG_UIO_PCI_GENERIC is not set # CONFIG_UIO_NETX is not set - -# -# TI VLYNQ -# # CONFIG_STAGING is not set CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m @@ -3222,6 +3307,7 @@ CONFIG_TRACING_SUPPORT=y # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set # CONFIG_DMA_API_DEBUG is not set +# CONFIG_ATOMIC64_SELFTEST is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y CONFIG_HAVE_ARCH_KMEMCHECK=y From tchan at lunar-linux.org Sun Aug 8 21:46:48 2010 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 8 Aug 2010 14:46:48 -0500 Subject: [Lunar-commits] squashfs: Added the squashfs tools to moonbase Message-ID: <20100808194711.ADDF99B224@doppio.foo-projects.org> commit 9bb8d1c0a2895bbd1faa2ea835f05a0ad60778b3 Author: Terry Chan Date: Sun Aug 8 14:46:48 2010 -0500 squashfs: Added the squashfs tools to moonbase --- filesys/squashfs/BUILD | 9 +++++++++ filesys/squashfs/DEPENDS | 1 + filesys/squashfs/DETAILS | 15 +++++++++++++++ 3 files changed, 25 insertions(+), 0 deletions(-) diff --git a/filesys/squashfs/BUILD b/filesys/squashfs/BUILD new file mode 100644 index 0000000..2cbc8b7 --- /dev/null +++ b/filesys/squashfs/BUILD @@ -0,0 +1,9 @@ +( + + cd squashfs-tools && + + make && + prepare_install && + install -m 755 -s mksquashfs unsquashfs /usr/bin + +) > $C_FIFO 2>&1 diff --git a/filesys/squashfs/DEPENDS b/filesys/squashfs/DEPENDS new file mode 100644 index 0000000..f22003e --- /dev/null +++ b/filesys/squashfs/DEPENDS @@ -0,0 +1 @@ +zlib diff --git a/filesys/squashfs/DETAILS b/filesys/squashfs/DETAILS new file mode 100644 index 0000000..bfcfedb --- /dev/null +++ b/filesys/squashfs/DETAILS @@ -0,0 +1,15 @@ + MODULE=squashfs + VERSION=4.0 + SOURCE=$MODULE${VERSION}.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_VFY=sha1:3efe764ac27c507ee4a549fc6507bc86ea0660dd +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE${VERSION} + WEB_SITE=http://squashfs.sourceforge.net + ENTERED=20100808 + UPDATED=20100808 + SHORT="System utilities for squashfs" + +cat << EOF +squashfs is a compressed read-only file system for Linux. +This provides the mksquashfs and unsquashfs tools for working with squashfs. +EOF From tchan at lunar-linux.org Sun Aug 8 21:51:31 2010 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 8 Aug 2010 14:51:31 -0500 Subject: [Lunar-commits] squashfs: Fixed DEPENDS and added more docs Message-ID: <20100808195140.480819B224@doppio.foo-projects.org> commit fff61e8177066a2b7f518535455025a033cc6f86 Author: Terry Chan Date: Sun Aug 8 14:51:31 2010 -0500 squashfs: Fixed DEPENDS and added more docs --- filesys/squashfs/BUILD | 3 ++- filesys/squashfs/DEPENDS | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/filesys/squashfs/BUILD b/filesys/squashfs/BUILD index 2cbc8b7..a9ac175 100644 --- a/filesys/squashfs/BUILD +++ b/filesys/squashfs/BUILD @@ -4,6 +4,7 @@ make && prepare_install && - install -m 755 -s mksquashfs unsquashfs /usr/bin + install -m 755 -s mksquashfs unsquashfs /usr/bin && + gather_docs PERFORMANCE.README ) > $C_FIFO 2>&1 diff --git a/filesys/squashfs/DEPENDS b/filesys/squashfs/DEPENDS index f22003e..fb6a846 100644 --- a/filesys/squashfs/DEPENDS +++ b/filesys/squashfs/DEPENDS @@ -1 +1 @@ -zlib +depends zlib From florin at lunar-linux.org Mon Aug 9 02:19:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 9 Aug 2010 03:19:28 +0300 Subject: [Lunar-commits] freetype2: version bumped to 2.4.2. Message-ID: <20100809002011.6E8C69B224@doppio.foo-projects.org> commit 34a2f9d43967202c76494e30f2e4538b4d33457b Author: Florin Braescu Date: Mon Aug 9 03:19:28 2010 +0300 freetype2: version bumped to 2.4.2. Security release. --- graphics/freetype2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/freetype2/DETAILS b/graphics/freetype2/DETAILS index 73eb5cf..ade4fc1 100644 --- a/graphics/freetype2/DETAILS +++ b/graphics/freetype2/DETAILS @@ -1,16 +1,16 @@ MODULE=freetype2 - VERSION=2.4.1 + VERSION=2.4.2 SOURCE=freetype-$VERSION.tar.bz2 SOURCE2=freetype-2.3.11-lunar.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/freetype-$VERSION SOURCE_URL[0]=$SFORGE_URL/freetype SOURCE_URL[1]=http://savannah.nongnu.org/download/freetype SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:1870cc142be52a721031fcf16c4f8110dfb84fdb + SOURCE_VFY=sha1:cc257ceda2950b8c80950d780ccf3ce665a815d1 SOURCE2_VFY=sha1:7135d66d1495446882ec940041246712aa6145c7 WEB_SITE=http://www.freetype.org ENTERED=20010922 - UPDATED=20100719 + UPDATED=20100809 SHORT="A free, quality, portable font engine" cat << EOF From florin at lunar-linux.org Mon Aug 9 02:29:52 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 9 Aug 2010 03:29:52 +0300 Subject: [Lunar-commits] tellico2: version bumped to 2.3. rename the module tellico. Message-ID: <20100809003022.461F49B224@doppio.foo-projects.org> commit 3af9f4d7d247bee8c04e47e2760394f0be9f26ec Author: Florin Braescu Date: Mon Aug 9 03:29:52 2010 +0300 tellico2: version bumped to 2.3. rename the module tellico. --- kde4/extragear/tellico/BUILD | 11 +++++++++++ kde4/extragear/tellico/DEPENDS | 8 ++++++++ kde4/extragear/tellico/DETAILS | 18 ++++++++++++++++++ kde4/extragear/tellico2/BUILD | 11 ----------- kde4/extragear/tellico2/DEPENDS | 8 -------- kde4/extragear/tellico2/DETAILS | 19 ------------------- 6 files changed, 37 insertions(+), 38 deletions(-) diff --git a/kde4/extragear/tellico/BUILD b/kde4/extragear/tellico/BUILD new file mode 100644 index 0000000..e226230 --- /dev/null +++ b/kde4/extragear/tellico/BUILD @@ -0,0 +1,11 @@ +( + + source /etc/profile.d/qt4.rc + source /etc/profile.d/kde4.rc + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/extragear/tellico/DEPENDS b/kde4/extragear/tellico/DEPENDS new file mode 100644 index 0000000..83ec3a7 --- /dev/null +++ b/kde4/extragear/tellico/DEPENDS @@ -0,0 +1,8 @@ +depends kdelibs4 +depends libxslt +depends taglib + +optional_depends "poppler" "" "" "support for reading PDF files" +optional_depends "exempi" "" "" "support for reading PDF/XMP metadata" +optional_depends "yaz" "" "" "Z39.50 protocol support" +optional_depends "libv4l" "" "" "for barcode scanning using a webcam" diff --git a/kde4/extragear/tellico/DETAILS b/kde4/extragear/tellico/DETAILS new file mode 100644 index 0000000..0d1edf8 --- /dev/null +++ b/kde4/extragear/tellico/DETAILS @@ -0,0 +1,18 @@ + MODULE=tellico + VERSION=2.3 + SOURCE=tellico-$VERSION.tar.bz2 + SOURCE_URL=http://tellico-project.org/files + SOURCE_VFY=sha1:0dfca815dd484e30cff9dd6597335e23214bc37a + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://tellico-project.org + ENTERED=20090921 + UPDATED=20100809 + 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, +coins, stamps, trading cards, comic books, and wines. +EOF diff --git a/kde4/extragear/tellico2/BUILD b/kde4/extragear/tellico2/BUILD deleted file mode 100644 index e226230..0000000 --- a/kde4/extragear/tellico2/BUILD +++ /dev/null @@ -1,11 +0,0 @@ -( - - source /etc/profile.d/qt4.rc - source /etc/profile.d/kde4.rc - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && - - default_make - -) > $C_FIFO 2>&1 diff --git a/kde4/extragear/tellico2/DEPENDS b/kde4/extragear/tellico2/DEPENDS deleted file mode 100644 index 83ec3a7..0000000 --- a/kde4/extragear/tellico2/DEPENDS +++ /dev/null @@ -1,8 +0,0 @@ -depends kdelibs4 -depends libxslt -depends taglib - -optional_depends "poppler" "" "" "support for reading PDF files" -optional_depends "exempi" "" "" "support for reading PDF/XMP metadata" -optional_depends "yaz" "" "" "Z39.50 protocol support" -optional_depends "libv4l" "" "" "for barcode scanning using a webcam" diff --git a/kde4/extragear/tellico2/DETAILS b/kde4/extragear/tellico2/DETAILS deleted file mode 100644 index 28c46ba..0000000 --- a/kde4/extragear/tellico2/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=tellico2 - VERSION=2.2 - SOURCE=tellico-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tellico-$VERSION - SOURCE_URL=http://tellico-project.org/files - SOURCE_VFY=sha1:fac25f4e776fcfd41ac0b60a6982081be7880296 - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://tellico-project.org - ENTERED=20090921 - UPDATED=20100215 - 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, -coins, stamps, trading cards, comic books, and wines. -EOF From florin at lunar-linux.org Mon Aug 9 06:56:15 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 9 Aug 2010 07:56:15 +0300 Subject: [Lunar-commits] ntfs-3g: version bumped to 2010.8.8. Message-ID: <20100809045728.361159B224@doppio.foo-projects.org> commit b8b859a1bdc1dffd7a7107a6bb6b5a5cdc792cb2 Author: Florin Braescu Date: Mon Aug 9 07:56:15 2010 +0300 ntfs-3g: version bumped to 2010.8.8. Changes: Full, transparent, read-write compression support. Two new mount options: compression and nocompression (default). Introduced windows_names mount option to enforce only Windows names. Re-enabled compression in root directory. Reversed default for showing/hiding hidden files. Redefined default user mapping. Marked files whose name has a dot initial as ?hidden? if option hide_dot_files is used. Renamed option default_permissions to permissions. Many bugfixes. --- filesys/ntfs-3g/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/ntfs-3g/DETAILS b/filesys/ntfs-3g/DETAILS index a273e30..fc4c55d 100644 --- a/filesys/ntfs-3g/DETAILS +++ b/filesys/ntfs-3g/DETAILS @@ -1,11 +1,11 @@ MODULE=ntfs-3g - VERSION=2010.5.22 + VERSION=2010.8.8 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.tuxera.com/opensource - SOURCE_VFY=sha1:300c433dc455967a9b95009b89ef6931b3eae90e + SOURCE_VFY=sha1:f9862700905b23b06e7944f663352227b9c776a6 WEB_SITE=http://www.tuxera.com/community ENTERED=20070621 - UPDATED=20100612 + UPDATED=20100810 SHORT="NTFS driver for Linux" cat << EOF From florin at lunar-linux.org Mon Aug 9 20:47:24 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 9 Aug 2010 21:47:24 +0300 Subject: [Lunar-commits] sudo: version bumped to 1.7.4p2. Message-ID: <20100809184828.CEC759B22B@doppio.foo-projects.org> commit ad08f6032930329a19fd3ee9fae93ed1b107ec6e Author: Florin Braescu Date: Mon Aug 9 21:47:24 2010 +0300 sudo: version bumped to 1.7.4p2. A bug where sudo could spin in a busy loop waiting for the child process was fixed. A bug introduced in sudo 1.7.3 that prevented the -k and -K options from functioning when the tty_tickets sudoers option is enabled was fixed. Sudo no longer prints a warning when the -k or -K options are specified and the ticket file does not exist. --- security/sudo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/sudo/DETAILS b/security/sudo/DETAILS index 9aaca2c..4f8ddc9 100644 --- a/security/sudo/DETAILS +++ b/security/sudo/DETAILS @@ -1,12 +1,12 @@ MODULE=sudo - VERSION=1.7.4 + VERSION=1.7.4p2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.sudo.ws/pub/$MODULE SOURCE_URL[1]=ftp://ftp.courtesan.com/pub/$MODULE - SOURCE_VFY=sha1:d2799d49070ccf66634f15e67f60078fe313c247 + SOURCE_VFY=sha1:575b4678fc284df73a269d74b5d3f616eb71680e WEB_SITE=http://www.courtesan.com/sudo ENTERED=20010922 - UPDATED=20100803 + UPDATED=20100809 SHORT="Grant limited superuser ability to users/groups" cat << EOF From florin at lunar-linux.org Mon Aug 9 20:52:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 9 Aug 2010 21:52:28 +0300 Subject: [Lunar-commits] x11vnc: version bumped to 0.9.11. Message-ID: <20100809185255.4FA7D9B22B@doppio.foo-projects.org> commit 579a1f76cd5d7196ac7ee59b9f6e7f594aff8a1c Author: Florin Braescu Date: Mon Aug 9 21:52:28 2010 +0300 x11vnc: version bumped to 0.9.11. Bugfixes and improvements. --- x11-utils/x11vnc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/x11vnc/DETAILS b/x11-utils/x11vnc/DETAILS index a165d94..be372e3 100644 --- a/x11-utils/x11vnc/DETAILS +++ b/x11-utils/x11vnc/DETAILS @@ -1,12 +1,12 @@ MODULE=x11vnc - VERSION=0.9.10 + VERSION=0.9.11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/libvncserver/files/$MODULE/$VERSION SOURCE_URL[1]=http://www.sfr-fresh.com/unix/privat - SOURCE_VFY=sha1:ec7082ee48f1aca0597208bc29197d56a2ff3bff + SOURCE_VFY=sha1:f24d747f3fbffc9740cfedbab0b39ea6da0c817d WEB_SITE=http://www.karlrunge.com/x11vnc ENTERED=20060922 - UPDATED=20100503 + UPDATED=20100809 SHORT="Tool for remotely interacting with X displays" MAINTAINER=jannis at lunar-linux.org From florin at lunar-linux.org Mon Aug 9 20:58:46 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 9 Aug 2010 21:58:46 +0300 Subject: [Lunar-commits] warzone2100: version bumped to 2.3.3. Message-ID: <20100809185902.ADDF99B22B@doppio.foo-projects.org> commit 8e73b33497a1b7a967d6ff9d83c4fba269e8291d Author: Florin Braescu Date: Mon Aug 9 21:58:46 2010 +0300 warzone2100: version bumped to 2.3.3. --- games/warzone2100/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/warzone2100/DETAILS b/games/warzone2100/DETAILS index 554466b..132553d 100644 --- a/games/warzone2100/DETAILS +++ b/games/warzone2100/DETAILS @@ -1,11 +1,11 @@ MODULE=warzone2100 - VERSION=2.3.1 - SOURCE=$MODULE-${VERSION}a.tar.gz + VERSION=2.3.3 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:a924304b8e947a317c8c70ea86ee085e24f9e35c + SOURCE_VFY=sha1:5906d362969e982b5308c0ba6c998f879dd37e6a WEB_SITE=http://wz2100.net ENTERED=20090606 - UPDATED=20100709 + UPDATED=20100809 MAINTAINER=florin at lunar-linux.org SHORT="3D realtime strategy game" From florin at lunar-linux.org Tue Aug 10 07:59:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 10 Aug 2010 08:59:48 +0300 Subject: [Lunar-commits] glib-2: version bumped to 2.42.2. Message-ID: <20100810060033.7D2699B22B@doppio.foo-projects.org> commit badd9da6d37fd576a6fddc5f1904f5c6db05a9d9 Author: Florin Braescu Date: Tue Aug 10 08:59:48 2010 +0300 glib-2: version bumped to 2.42.2. Bugfixes and translations updates. --- libs/glib-2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index 7abca98..0be7579 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 MAJOR=2.24 - VERSION=24.1 + VERSION=24.2 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR - SOURCE_VFY=sha1:d4835bb1618fc1e1dfe88ef8443c12fcae69f90e + SOURCE_VFY=sha1:882350c31af929cd4e78ee6aad46108748240e78 WEB_SITE=http://www.gtk.org ENTERED=20020313 - UPDATED=20100503 + UPDATED=20100810 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF From florin at lunar-linux.org Tue Aug 10 08:02:11 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 10 Aug 2010 09:02:11 +0300 Subject: [Lunar-commits] vala: version bumped to 0.9.5. Message-ID: <20100810060222.60F8E9B22B@doppio.foo-projects.org> commit 819d4b4452c8e0c4b7c1d7d7ed321699ab6e045a Author: Florin Braescu Date: Tue Aug 10 09:02:11 2010 +0300 vala: version bumped to 0.9.5. --- zbeta/vala/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/vala/DETAILS b/zbeta/vala/DETAILS index 90540f9..26bfb03 100644 --- a/zbeta/vala/DETAILS +++ b/zbeta/vala/DETAILS @@ -1,12 +1,12 @@ MODULE=vala MAJOR=0.9 - VERSION=$MAJOR.4 + VERSION=$MAJOR.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:4c44d6917d4074086c69f9c02a7e4825d30d7b0c + SOURCE_VFY=sha1:94a498148dd8c6e5072001ac7a0863e69e118ebf WEB_SITE=http://www.vala-project.org ENTERED=20020714 - UPDATED=20100729 + UPDATED=20100810 SHORT="A compiler for the GObject type system" cat << EOF From florin at lunar-linux.org Tue Aug 10 10:49:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 10 Aug 2010 11:49:48 +0300 Subject: [Lunar-commits] pingus: A Lemmings (tm) clone. Message-ID: <20100810085017.233759B22B@doppio.foo-projects.org> commit 4d05c5be32d373ef036360fa6ac5c7eaefa6d6fa Author: Florin Braescu Date: Tue Aug 10 11:49:48 2010 +0300 pingus: A Lemmings (tm) clone. --- games/pingus/BUILD | 11 +++++++++++ games/pingus/DEPENDS | 5 +++++ games/pingus/DETAILS | 17 +++++++++++++++++ games/pingus/pingus.desktop | 9 +++++++++ 4 files changed, 42 insertions(+), 0 deletions(-) diff --git a/games/pingus/BUILD b/games/pingus/BUILD new file mode 100644 index 0000000..f450fc6 --- /dev/null +++ b/games/pingus/BUILD @@ -0,0 +1,11 @@ +( + + sedit "s:/share/pingus/data:/share/games/pingus/data:" src/pingus_main.cpp && + prepare_install && + scons prefix=/usr && + mkdir -p /usr/share/games/pingus && + cp -r data /usr/share/games/pingus/ && + cp -f pingus /usr/games/ && + cp $SCRIPT_DIRECTORY/pingus.desktop /usr/share/applications/ + +) > $C_FIFO 2>&1 diff --git a/games/pingus/DEPENDS b/games/pingus/DEPENDS new file mode 100644 index 0000000..0dacbe3 --- /dev/null +++ b/games/pingus/DEPENDS @@ -0,0 +1,5 @@ +depends libpng +depends SDL_mixer +depends SDL_image +depends boost +depends scons \ No newline at end of file diff --git a/games/pingus/DETAILS b/games/pingus/DETAILS new file mode 100644 index 0000000..8c843f1 --- /dev/null +++ b/games/pingus/DETAILS @@ -0,0 +1,17 @@ + MODULE=pingus + VERSION=0.7.3 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://pingus.seul.org/files + SOURCE_VFY=sha1:ca7fe5cea65fb3392d1e81056a879831925502f2 + WEB_SITE=http://pingus.seul.org/welcome.html + ENTERED=20100810 + UPDATED=20100810 + SHORT="Lemmings(tm) clone" + +cat << EOF +While Pingus is based on the idea of Lemmings(tm), it has included some +other ideas, which weren't presented in the original Lemmings(tm), like +the worldmap or secret levels, which might be familiar from games the Super +Mario World and other Nintendo games. We have also a few new actions, like +the jumper which weren't presented in the original game. +EOF diff --git a/games/pingus/pingus.desktop b/games/pingus/pingus.desktop new file mode 100644 index 0000000..aff6d8a --- /dev/null +++ b/games/pingus/pingus.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Pingus +Comment=A free Lemmings[tm] clone +Exec=/usr/games/pingus +Terminal=false +Type=Application +Categories=Application;Game;LogicGame +Icon=/usr/share/games/pingus/data/images/core/editor/actions.png From stumbles at lunar-linux.org Tue Aug 10 13:01:32 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 10 Aug 2010 07:01:32 -0400 Subject: [Lunar-commits] grantlee: Adding to moonbase. Will be an optional_depends for kdelibs4 (4.5). Message-ID: <20100810110207.D11129B22B@doppio.foo-projects.org> commit 68ad43b3161abfb9bae6cf812a72d2a68b256a8f Author: Dennis `stumbles` Veatch Date: Tue Aug 10 07:01:32 2010 -0400 grantlee: Adding to moonbase. Will be an optional_depends for kdelibs4 (4.5). --- devel/grantlee/BUILD | 14 ++++++++++++++ devel/grantlee/DEPENDS | 2 ++ devel/grantlee/DETAILS | 19 +++++++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/devel/grantlee/BUILD b/devel/grantlee/BUILD new file mode 100644 index 0000000..95d4fec --- /dev/null +++ b/devel/grantlee/BUILD @@ -0,0 +1,14 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/devel/grantlee/DEPENDS b/devel/grantlee/DEPENDS new file mode 100644 index 0000000..a67e7a8 --- /dev/null +++ b/devel/grantlee/DEPENDS @@ -0,0 +1,2 @@ +depends cmake +depends qt4 diff --git a/devel/grantlee/DETAILS b/devel/grantlee/DETAILS new file mode 100644 index 0000000..2f44646 --- /dev/null +++ b/devel/grantlee/DETAILS @@ -0,0 +1,19 @@ + MODULE=grantlee + VERSION=v0.1.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://downloads.grantlee.org/ + WEB_SITE=http://www.gitorious.org/grantlee/pages/Home + SOURCE_VFY=sha1:3dd308b2d4e5b641abfb046045e5408d1cd1c7aa + ENTERED=20100810 + UPDATED=20100810 + SHORT="plugin based String Template system" + +cat << EOF +Grantlee is a plugin based String Template system written using the Qt framework. +The goals of the project are to make it easier for application developers to +separate the structure of documents from the data they contain, opening the door +for theming. + +The syntax is intended to follow the syntax of the Django template system, and +the design of Django is reused in Grantlee. Django is covered by a BSD style license. +EOF From florin at lunar-linux.org Tue Aug 10 16:08:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 10 Aug 2010 17:08:53 +0300 Subject: [Lunar-commits] at: version bumped to 3.1.12. Message-ID: <20100810140954.093369B228@doppio.foo-projects.org> commit 8a32ee5e622c35cb427d00d0d954b44e6bfd2ebf Author: Florin Braescu Date: Tue Aug 10 17:08:53 2010 +0300 at: version bumped to 3.1.12. Thanks to Vincent Breitmoser for submission. --- utils/at/DETAILS | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/utils/at/DETAILS b/utils/at/DETAILS index a7c519d..1fde981 100644 --- a/utils/at/DETAILS +++ b/utils/at/DETAILS @@ -1,16 +1,15 @@ MODULE=at - VERSION=3.1.8 - EXTRAVERSION=11 - SOURCE=at_$VERSION-$EXTRAVERSION.tar.gz + VERSION=3.1.12 + SOURCE=at_$VERSION.orig.tar.gz SOURCE2=at_$VERSION-error.patch.bz2 - SOURCE_URL[0]=ftp://ftp.debian.org/debian/pool/main/a/at/ - SOURCE2_URL[0]=$PATCH_URL - SOURCE_VFY=md5:81dbae5162aaa8a398a81424d6631c77 - SOURCE2_VFY=md5:5e96a19179b9ce6968fd8ec52c108fe0 + SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/a/$MODULE + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:1cf47df152e9d119e083c11eefaf6368c993a8af + SOURCE2_VFY=sha1:f246cf633cfdada823b7996cad327d565894bfd1 WEB_SITE=unknown ENTERED=20011011 - UPDATED=20031213 - SHORT="periodic scheduler." + UPDATED=20100810 + SHORT="A periodic scheduler" cat << EOF at contains at and batch which are daemons that allow processes to be From florin at lunar-linux.org Tue Aug 10 17:12:57 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 10 Aug 2010 18:12:57 +0300 Subject: [Lunar-commits] thunderbird: version bumped to 3.1.2. Message-ID: <20100810151319.DD7A79B228@doppio.foo-projects.org> commit bc82e434c9b2576d0527317d0a5d38b8d42b37cc Author: Florin Braescu Date: Tue Aug 10 18:12:57 2010 +0300 thunderbird: version bumped to 3.1.2. Bugfixes and improvements. --- mail/thunderbird/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS index 57c142a..3dbf522 100644 --- a/mail/thunderbird/DETAILS +++ b/mail/thunderbird/DETAILS @@ -1,15 +1,15 @@ MODULE=thunderbird - VERSION=3.1.1 + VERSION=3.1.2 SOURCE=thunderbird-$VERSION.source.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source SOURCE_URL[1]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source SOURCE_URL[2]=http://archive.progeny.com/mozilla.org/$MODULE/releases/$VERSION/source SOURCE_URL[3]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source - SOURCE_VFY=sha1:8e25fd786fbe094c3f4d9bc4e18285701bd42279 + SOURCE_VFY=sha1:645cb75a0e0b0ea38e25d54f970052bc02e7afe5 WEB_SITE=http://www.mozilla.org/projects/thunderbird ENTERED=20031021 - UPDATED=20100720 + UPDATED=20100810 SHORT="A full-featured mail client" PSAFE=no From florin at lunar-linux.org Tue Aug 10 17:18:00 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 10 Aug 2010 18:18:00 +0300 Subject: [Lunar-commits] enlightenment: version bumped to 1.0.4. Message-ID: <20100810151823.99F569B228@doppio.foo-projects.org> commit 8ae2542a9c3d4455f5fd509244d6dbd5f534d6da Author: Florin Braescu Date: Tue Aug 10 18:18:00 2010 +0300 enlightenment: version bumped to 1.0.4. Bugfixes and improvements. --- x11-wm/enlightenment/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/enlightenment/DETAILS b/x11-wm/enlightenment/DETAILS index ab4554f..f5273de 100644 --- a/x11-wm/enlightenment/DETAILS +++ b/x11-wm/enlightenment/DETAILS @@ -1,12 +1,12 @@ MODULE=enlightenment - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=e16-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/e16-$VERSION SOURCE_URL=$SFORGE_URL/enlightenment - SOURCE_VFY=sha1:b3390d10354e24cc00ebe6b1ea5d7775963acfc5 + SOURCE_VFY=sha1:8a729a5adee4713545c0f97edd89a346fc452097 WEB_SITE=http://www.enlightenment.org ENTERED=20010922 - UPDATED=20100722 + UPDATED=20100810 SHORT="A themeable, fast, flexible X11 window manager" cat << EOF From stumbles at lunar-linux.org Tue Aug 10 19:42:41 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 10 Aug 2010 13:42:41 -0400 Subject: [Lunar-commits] Twisted: Version bump. Message-ID: <20100810174259.E7B0F9B228@doppio.foo-projects.org> commit 7ebd71de72c1b912a4a8d31ae9171bcf2ad39e97 Author: Dennis `stumbles` Veatch Date: Tue Aug 10 13:42:41 2010 -0400 Twisted: Version bump. --- python/Twisted/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/python/Twisted/DETAILS b/python/Twisted/DETAILS index d65ebdb..9b307cd 100644 --- a/python/Twisted/DETAILS +++ b/python/Twisted/DETAILS @@ -1,11 +1,12 @@ MODULE=Twisted - VERSION=10.0.0 + MAJOR=10.1 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://tmrc.mit.edu/mirror/twisted/Twisted/10.0/ - SOURCE_VFY=sha1:8d48d78323ce7a1ccc8b02c55b693389d50b3bc3 + SOURCE_URL=http://tmrc.mit.edu/mirror/twisted/$MODULE/$MAJOR/ + SOURCE_VFY=sha1:ad5a6d60c0d0316bd1b95566fd3ddb598ddd52e6 WEB_SITE=http://www.twistedmatrix.com ENTERED=20030227 - UPDATED=20100313 + UPDATED=20100810 SHORT="An event-driven networking framework for Python" cat << EOF From florin at lunar-linux.org Wed Aug 11 07:44:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 11 Aug 2010 08:44:53 +0300 Subject: [Lunar-commits] pidgin: version bumped to 2.7.3. Message-ID: <20100811054516.2541D9B228@doppio.foo-projects.org> commit 4c8eb992a631485ede66617d397d4d16457a84e5 Author: Florin Braescu Date: Wed Aug 11 08:44:53 2010 +0300 pidgin: version bumped to 2.7.3. Bugfixes release. --- chat/pidgin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/pidgin/DETAILS b/chat/pidgin/DETAILS index f872cf8..05079b3 100644 --- a/chat/pidgin/DETAILS +++ b/chat/pidgin/DETAILS @@ -1,11 +1,11 @@ MODULE=pidgin - VERSION=2.7.2 + VERSION=2.7.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:03232f7befcfbe1c457d50d697493924fe5f9b49 + SOURCE_VFY=sha1:81b9b5591ddbdf36aa656ddd90ff935ae090e940 WEB_SITE=http://pidgin.im ENTERED=20070506 - UPDATED=20100723 + UPDATED=20100811 SHORT="A multi-protocol instant messaging application" cat << EOF From florin at lunar-linux.org Wed Aug 11 08:36:50 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 11 Aug 2010 09:36:50 +0300 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.35.1. Message-ID: <20100811063741.4A8C79B228@doppio.foo-projects.org> commit 3b29823ea418a031c1d275d4deb1ed28cc3558d5 Author: Florin Braescu Date: Wed Aug 11 09:36:50 2010 +0300 linux-2.6: version bumped to 2.6.35.1. First round of patches for 2.6.35 Linux kernel. --- kernel/linux-2.6/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index 7f89cb2..ee63b27 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,18 +1,18 @@ MODULE=linux-2.6 - VERSION=2.6.35 + VERSION=2.6.35.1 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 -# SOURCE2=patch-${VERSION}.bz2 + SOURCE2=patch-${VERSION}.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 -# SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 -# SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 + 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:4cb1fbfbeedcd658ca37739679c65dfaa136bf4e -# SOURCE2_VFY=sha1: + SOURCE2_VFY=sha1:fa8063c9cf33406c518ab19a3a40835cb5d11414 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20100803 + UPDATED=20100811 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Wed Aug 11 12:45:17 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 11 Aug 2010 13:45:17 +0300 Subject: [Lunar-commits] xdelta3: version bumped to 3.0z. Message-ID: <20100811104535.E3CFD9B21A@doppio.foo-projects.org> commit dddd47be929b851c35873f00acfbfda5e415c2ab Author: Florin Braescu Date: Wed Aug 11 13:45:17 2010 +0300 xdelta3: version bumped to 3.0z. --- utils/xdelta3/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/xdelta3/DETAILS b/utils/xdelta3/DETAILS index e25b0f2..8a90dbd 100644 --- a/utils/xdelta3/DETAILS +++ b/utils/xdelta3/DETAILS @@ -1,12 +1,12 @@ MODULE=xdelta3 - VERSION=3.0y + VERSION=3.0z SOURCE=xdelta$VERSION.tar.gz SOURCE_URL=http://xdelta.googlecode.com/files SOURCE_DIRECTORY=$BUILD_DIRECTORY/xdelta$VERSION - SOURCE_VFY=sha1:3120ff9ff57734e08c06a97675572370d2da92e4 + SOURCE_VFY=sha1:f0479feebf911b12271c01c3bf19202bc6a65beb WEB_SITE=http://xdelta.org ENTERED=20080130 - UPDATED=20100622 + UPDATED=20100811 SHORT="A diff program that works on binaries" cat << EOF From florin at lunar-linux.org Wed Aug 11 12:54:00 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 11 Aug 2010 13:54:00 +0300 Subject: [Lunar-commits] upower: version bumped to 0.9.5. Message-ID: <20100811105429.DEE439B21A@doppio.foo-projects.org> commit 42812814dcd475af43a075951d569c2a895bb44d Author: Florin Braescu Date: Wed Aug 11 13:54:00 2010 +0300 upower: version bumped to 0.9.5. New Features: - Add battery query support for iDevices - Assign names to our idle sources when using new versions of glib2 - Dynamic testing for enough hibernate swap - Port UPower to libusb1 to avoid unfixable crashes - Port to GTest - Get the powersave command from the backend rather than hardcoding Linux specifics Bugfixes. --- devel/upower/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/upower/DETAILS b/devel/upower/DETAILS index 06ada65..6907274 100644 --- a/devel/upower/DETAILS +++ b/devel/upower/DETAILS @@ -1,11 +1,11 @@ MODULE=upower - VERSION=0.9.4 + VERSION=0.9.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://upower.freedesktop.org/releases - SOURCE_VFY=sha1:35a25ecec2f45a0f92ef5b5f916fca37703b8fac - WEB_SITE=http://upower.freedesktop.org/ + SOURCE_VFY=sha1:5a4763bcbdf0dae1868f8475d9eebe6188eb89c2 + WEB_SITE=http://upower.freedesktop.org ENTERED=20100403 - UPDATED=20100515 + UPDATED=20100811 SHORT="enumerates power devices and listens to device events" cat << EOF From florin at lunar-linux.org Wed Aug 11 15:38:05 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 11 Aug 2010 16:38:05 +0300 Subject: [Lunar-commits] gutenprint: version bumped to 5.2.6. Message-ID: <20100811133904.A55789B21A@doppio.foo-projects.org> commit a5155ddfb8cb66f4c6f72f02e65b79b93ee3ad8f Author: Florin Braescu Date: Wed Aug 11 16:38:05 2010 +0300 gutenprint: version bumped to 5.2.6. This version adds support for additional Canon and Epson inkjet printers and assorted laser printers. In particular, there is now support for additional Epson Stylus Pro printers, including experimental support for the Epson Stylus Pro 3800 and 3880 printers. In addition, there are a number of assorted bug fixes. --- printer/gutenprint/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/gutenprint/DETAILS b/printer/gutenprint/DETAILS index c27f4a9..2124beb 100644 --- a/printer/gutenprint/DETAILS +++ b/printer/gutenprint/DETAILS @@ -1,11 +1,11 @@ MODULE=gutenprint - VERSION=5.2.5 + VERSION=5.2.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/gimp-print - SOURCE_VFY=sha1:380d9f870e7f12088fc5dffac02413cae9a9ccb4 + SOURCE_VFY=sha1:9fbe1ab899d5e83f34e21534cc5c1b8921c9039b WEB_SITE=http://gutenprint.sourceforge.net ENTERED=20070618 - UPDATED=20100212 + UPDATED=20100811 SHORT="Epson, HP, LaserJet, Canon, Lexmark inkjet printer drivers" cat << EOF From florin at lunar-linux.org Wed Aug 11 15:48:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 11 Aug 2010 16:48:28 +0300 Subject: [Lunar-commits] linux-2.6-stable: version bumped to 2.6.34.3. Message-ID: <20100811134851.AB69C9B21A@doppio.foo-projects.org> commit bebf8fe601f6f71ee834623fcf5c856c2a787e5c Author: Florin Braescu Date: Wed Aug 11 16:48:28 2010 +0300 linux-2.6-stable: version bumped to 2.6.34.3. --- kernel/linux-2.6-stable/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/linux-2.6-stable/DETAILS b/kernel/linux-2.6-stable/DETAILS index 2eb2e4e..5fded21 100644 --- a/kernel/linux-2.6-stable/DETAILS +++ b/kernel/linux-2.6-stable/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6-stable - VERSION=2.6.32.16 + VERSION=2.6.34.3 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -8,11 +8,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 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:410b4fc818023bfef60064e973ff0ab46d3bfb19 - SOURCE2_VFY=sha1:4c7d19c9bd3f102a41047b9ef04eaab73c62f3b0 + SOURCE_VFY=sha1:4188857ba71f301991dc56285f593e9c311e5824 + SOURCE2_VFY=sha1:3217ff98d87e3da98c22c071fa77fa5486342d80 WEB_SITE=http://www.kernel.org ENTERED=20070313 - UPDATED=20100713 + UPDATED=20100811 SHORT="The uber-stable version of the 2.6 kernel" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Wed Aug 11 15:53:27 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 11 Aug 2010 16:53:27 +0300 Subject: [Lunar-commits] create-headers: use 2.6.34.3 Linux kernel. Message-ID: <20100811135357.A81209B21A@doppio.foo-projects.org> commit c5965ea8a8e1fcb60972906bef1ed702fda6588d Author: Florin Braescu Date: Wed Aug 11 16:53:27 2010 +0300 create-headers: use 2.6.34.3 Linux kernel. --- kernel/create-headers/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/create-headers/DETAILS b/kernel/create-headers/DETAILS index 4f2f2fe..72ec4de 100644 --- a/kernel/create-headers/DETAILS +++ b/kernel/create-headers/DETAILS @@ -1,11 +1,11 @@ MODULE=create-headers MAJOR=2.6 - VERSION=$MAJOR.34.1 + VERSION=$MAJOR.34.3 SOURCE=linux-$VERSION.tar.bz2 SOURCE_URL=$KERNEL_URL/pub/linux/kernel/v$MAJOR WEB_SITE=http://www.lunar-linux.org ENTERED=20100711 - UPDATED=20100711 + UPDATED=20100811 SHORT="creates the latest kernel headers package" cat << EOF From zbiggy at lunar-linux.org Thu Aug 12 02:21:49 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Thu, 12 Aug 2010 02:21:49 +0200 Subject: [Lunar-commits] flash-plugin-10: updated to 10.1.82.76 Message-ID: <20100812002218.EDE229B21A@doppio.foo-projects.org> commit 95abed77e6a8a619b1ec6991f539b53b25ad889e Author: Zbigniew Luszpinski Date: Thu Aug 12 02:21:49 2010 +0200 flash-plugin-10: updated to 10.1.82.76 --- web/flash-plugin-10/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/flash-plugin-10/DETAILS b/web/flash-plugin-10/DETAILS index 6d52cff..eb6fa0b 100644 --- a/web/flash-plugin-10/DETAILS +++ b/web/flash-plugin-10/DETAILS @@ -1,11 +1,11 @@ MODULE=flash-plugin-10 - VERSION=10.1.53.64 + VERSION=10.1.82.76 SOURCE=install_flash_player_10_linux.tar.gz SOURCE_URL=http://fpdownload.macromedia.com/get/flashplayer/current - SOURCE_VFY=sha1:4cc93c9f81ac086a778cd32318a2b7afa59b8c55 + SOURCE_VFY=sha1:442d3fbced5874fd083846befc7f64e3482658f7 WEB_SITE=http://www.adobe.com ENTERED=20080515 - UPDATED=20100610 + UPDATED=20100812 SHORT="Version 10.1 of the Adobe Flash plugin for web browsers" cat << EOF Version 10.1 of the flash plugin. From zbiggy at lunar-linux.org Thu Aug 12 03:37:12 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Thu, 12 Aug 2010 03:37:12 +0200 Subject: [Lunar-commits] thunderbird: fixed build People, before just bumping version number first compile it to make sure it is compilable and works! Message-ID: <20100812013923.775499B21A@doppio.foo-projects.org> commit c468f1539a54b65cb29ba0e270bb3a61d0ae7ea4 Author: Zbigniew Luszpinski Date: Thu Aug 12 03:37:12 2010 +0200 thunderbird: fixed build People, before just bumping version number first compile it to make sure it is compilable and works! --- mail/thunderbird/BUILD | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD index 5869723..b10e526 100644 --- a/mail/thunderbird/BUILD +++ b/mail/thunderbird/BUILD @@ -2,6 +2,9 @@ COMM_VER=comm-1.9.2 + # Google again have missing headers + sedit 's:#include :#include \n#include :' $COMM_VER/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc && + if module_is_expired $MODULE && [ "$VERSION" != "`installed_version $MODULE`" ]; then set_module_config OLD_VER "`installed_version $MODULE`" fi && From florin at lunar-linux.org Thu Aug 12 10:44:24 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 11:44:24 +0300 Subject: [Lunar-commits] udev: version bumped to 161. Message-ID: <20100812084448.8F9689B21A@doppio.foo-projects.org> commit 69f1c82caa4c2b40d03595981121b425ac7b9596 Author: Florin Braescu Date: Thu Aug 12 11:44:24 2010 +0300 udev: version bumped to 161. Bugfixes release. --- filesys/udev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/udev/DETAILS b/filesys/udev/DETAILS index 8942c82..fb7561e 100644 --- a/filesys/udev/DETAILS +++ b/filesys/udev/DETAILS @@ -1,17 +1,17 @@ MODULE=udev - VERSION=160 + VERSION=161 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-158-rules.patch.bz2 SOURCE3=raid-devfs.sh-udev-088 SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/hotplug SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:3ab26ef4554a49e3d89aa8d25b2bede89d43b706 + SOURCE_VFY=sha1:fc7946048db6915469ab396cdcf5911d09829d5e SOURCE2_VFY=sha1:4d63ab05a5f6034ecef0f10383c6f889b6a7fd45 SOURCE3_VFY=sha1:44a12035774c2b42b784267d38e61a34aa0b645b WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html ENTERED=20040104 - UPDATED=20100712 + UPDATED=20100812 MAINTAINER=moe at lunar-linux.org SHORT="hotplug and device handling daemon" From florin at lunar-linux.org Thu Aug 12 10:45:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 11:45:48 +0300 Subject: [Lunar-commits] wesnoth: version bumped to 1.8.4. Message-ID: <20100812084611.361999B21A@doppio.foo-projects.org> commit 7e50930995150c9997cd176d23a3f45cca8f7996 Author: Florin Braescu Date: Thu Aug 12 11:45:48 2010 +0300 wesnoth: version bumped to 1.8.4. --- games/wesnoth/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/wesnoth/DETAILS b/games/wesnoth/DETAILS index 8107a6f..c126cc3 100644 --- a/games/wesnoth/DETAILS +++ b/games/wesnoth/DETAILS @@ -1,12 +1,12 @@ MODULE=wesnoth - VERSION=1.8.3 + VERSION=1.8.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://www.wesnoth.org/files - SOURCE_VFY=sha1:85adf119509ac15c19536736dfbc04931280cf1c + SOURCE_VFY=sha1:30b82e06523f9a82b770a6fc4e2d4251bd358eca WEB_SITE=http://www.wesnoth.org ENTERED=20040701 - UPDATED=20100710 + UPDATED=20100812 SHORT="Battle for Wesnoth - fantasy turn-based strategy game" cat < f-spot: version bumped to 0.7.2. Message-ID: <20100812085806.0A9B29B21A@doppio.foo-projects.org> commit abb14df5efc11ebea52fd7026c3506104439726e Author: Florin Braescu Date: Thu Aug 12 11:57:46 2010 +0300 f-spot: version bumped to 0.7.2. --- graphics/f-spot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/f-spot/DETAILS b/graphics/f-spot/DETAILS index 40bdc65..96cf7e1 100644 --- a/graphics/f-spot/DETAILS +++ b/graphics/f-spot/DETAILS @@ -1,12 +1,12 @@ MODULE=f-spot MAJOR=0.7 - VERSION=$MAJOR.1 + VERSION=$MAJOR.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:9235b40cbe2a0496925f4fbf29aef803dd0374f5 + SOURCE_VFY=sha1:402871d3475373166f3a95a4888b10556cb476dc WEB_SITE=http://f-spot.org ENTERED=20040320 - UPDATED=20100717 + UPDATED=20100812 SHORT="A personal photo management for the GNOME desktop" PSAFE=no From florin at lunar-linux.org Thu Aug 12 11:04:51 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 12:04:51 +0300 Subject: [Lunar-commits] evolution-data-server: version bumped to 2.30.3. Message-ID: <20100812090511.7B5E69B21A@doppio.foo-projects.org> commit fc5f127b2f4824b3210b8205316ce6e988b79dc2 Author: Florin Braescu Date: Thu Aug 12 12:04:51 2010 +0300 evolution-data-server: version bumped to 2.30.3. --- gnome2/desktop/evolution-data-server/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/evolution-data-server/DETAILS b/gnome2/desktop/evolution-data-server/DETAILS index 0687346..f8d4787 100644 --- a/gnome2/desktop/evolution-data-server/DETAILS +++ b/gnome2/desktop/evolution-data-server/DETAILS @@ -1,12 +1,12 @@ MODULE=evolution-data-server MAJOR=2.30 - VERSION=$MAJOR.2.1 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:38773add77d69d229f430c25b93628b773041dbd + SOURCE_VFY=sha1:449d3e7a9b19768d5a792434ca5d55c9d2496993 WEB_SITE=http://gnome.org/projects/evolution ENTERED=20011109 - UPDATED=20100621 + UPDATED=20100812 SHORT="backend data manager for Evolution" PSAFE=no From florin at lunar-linux.org Thu Aug 12 11:05:33 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 12:05:33 +0300 Subject: [Lunar-commits] evolution: version bumped to 2.30.3. Message-ID: <20100812090546.141909B21A@doppio.foo-projects.org> commit 2db9aa904d4c8a31e8bd7b2da263216e79435634 Author: Florin Braescu Date: Thu Aug 12 12:05:33 2010 +0300 evolution: version bumped to 2.30.3. --- gnome2/desktop/evolution/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/evolution/DETAILS b/gnome2/desktop/evolution/DETAILS index 6d69876..7a7c90f 100644 --- a/gnome2/desktop/evolution/DETAILS +++ b/gnome2/desktop/evolution/DETAILS @@ -1,12 +1,12 @@ MODULE=evolution MAJOR=2.30 - VERSION=$MAJOR.2 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:14ddccbf33eb86c976899eccea6ae1fb565ea9ca + SOURCE_VFY=sha1:f62e1dea59243242f626cc73ffdd68df28cedd57 WEB_SITE=http://gnome.org/projects/evolution ENTERED=20011109 - UPDATED=20100621 + UPDATED=20100812 SHORT="email, calendar and notes information management solution" cat << EOF From florin at lunar-linux.org Thu Aug 12 11:06:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 12:06:03 +0300 Subject: [Lunar-commits] evolution-exchange: version bumped to 2.28.3. Message-ID: <20100812090620.05AC49B21A@doppio.foo-projects.org> commit 729771018a02c5ab96808c424b0b95b53dae3840 Author: Florin Braescu Date: Thu Aug 12 12:06:03 2010 +0300 evolution-exchange: version bumped to 2.28.3. --- 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 0fe669c..cf2b692 100644 --- a/gnome2/desktop/evolution-exchange/DETAILS +++ b/gnome2/desktop/evolution-exchange/DETAILS @@ -1,12 +1,12 @@ MODULE=evolution-exchange MAJOR=2.28 - VERSION=$MAJOR.0 + VERSION=$MAJOR.3 SOURCE=${MODULE}-${VERSION}.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:5c1f3d6517a802a53e24140243fa025ceb8a754e + SOURCE_VFY=sha1:c7b939daf68b14b9b5a0999275cf9440f8ed8289 WEB_SITE=http://www.gnome.org ENTERED=20060317 - UPDATED=20091009 + UPDATED=20100812 SHORT="allows Evolution to talk to Exchange" cat << EOF From florin at lunar-linux.org Thu Aug 12 11:10:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 12:10:30 +0300 Subject: [Lunar-commits] curl: version bumped to 7.21.1. Message-ID: <20100812091115.108EB9B21A@doppio.foo-projects.org> commit 5bebd38ca8c4862fafce821d31699ad9305b1435 Author: Florin Braescu Date: Thu Aug 12 12:10:30 2010 +0300 curl: version bumped to 7.21.1. This release supports NTLM authentication when compiled with NSS. It has at least 37 documented bugfixes. --- ftp/curl/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS index 50b7e3c..cb980af 100644 --- a/ftp/curl/DETAILS +++ b/ftp/curl/DETAILS @@ -1,11 +1,11 @@ MODULE=curl - VERSION=7.21.0 + VERSION=7.21.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://curl.haxx.se/download - SOURCE_VFY=sha1:5cb1213187fb25d1b4392ddaca3a7945c749d083 + SOURCE_VFY=sha1:d6ad8d7caf6e15f318e7b9f69dee8f67c807b1a0 WEB_SITE=http://curl.haxx.se ENTERED=20010922 - UPDATED=20100616 + UPDATED=20100812 SHORT="Tool for transferring files using URL syntax" cat << EOF From florin at lunar-linux.org Thu Aug 12 11:17:17 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 12:17:17 +0300 Subject: [Lunar-commits] libvirt: version bumped to 0.8.3. Message-ID: <20100812091750.DEFD69B21A@doppio.foo-projects.org> commit 2fe84d7fa27cbe831da6bf1327e443c1fbdf4005 Author: Florin Braescu Date: Thu Aug 12 12:17:17 2010 +0300 libvirt: version bumped to 0.8.3. Bugfixes, improvements and some new features. --- virtual/libvirt/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/virtual/libvirt/DETAILS b/virtual/libvirt/DETAILS index 45d99d3..56efc5f 100644 --- a/virtual/libvirt/DETAILS +++ b/virtual/libvirt/DETAILS @@ -1,11 +1,11 @@ MODULE=libvirt - VERSION=0.8.0 + VERSION=0.8.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://libvirt.org/$MODULE - SOURCE_VFY=sha1:59692501082f22d88a8d48cf845b9fb120f4112b - WEB_SITE="http://virt-manager.org" + SOURCE_VFY=sha1:4dc92139031f2af3141c2b1d0813b57ecd735c5d + WEB_SITE=http://virt-manager.org ENTERED=20100419 - UPDATED=20100419 + UPDATED=20100812 SHORT="Library for managing virtual machines" cat < evolution-data-server: A couple of changes here. The --enable-nss in the Message-ID: <20100812113559.BAAC29B21A@doppio.foo-projects.org> commit a33fee58abc7fe1a0f5a000204c8fdff39031224 Author: Dennis `stumbles` Veatch Date: Thu Aug 12 07:34:38 2010 -0400 evolution-data-server: A couple of changes here. The --enable-nss in the DEPENDS is an invalid option, it should be --enable-ssl. By default large file support is disabled, it might be handy to have this on. --- gnome2/desktop/evolution-data-server/BUILD | 2 +- gnome2/desktop/evolution-data-server/DEPENDS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome2/desktop/evolution-data-server/BUILD b/gnome2/desktop/evolution-data-server/BUILD index 060beaf..431e985 100644 --- a/gnome2/desktop/evolution-data-server/BUILD +++ b/gnome2/desktop/evolution-data-server/BUILD @@ -1,6 +1,6 @@ ( - OPTS+=" --without-weather" + OPTS+=" --without-weather --enable-largefile" ./configure --prefix=${GNOME210_PREFIX:-/usr} \ --build=$BUILD \ --sysconfdir=/etc \ diff --git a/gnome2/desktop/evolution-data-server/DEPENDS b/gnome2/desktop/evolution-data-server/DEPENDS index 3b4f104..67bf2fc 100644 --- a/gnome2/desktop/evolution-data-server/DEPENDS +++ b/gnome2/desktop/evolution-data-server/DEPENDS @@ -10,7 +10,7 @@ optional_depends "openldap" \ optional_depends "nss" \ "--with-nspr-libs=/usr/lib --with-nspr-includes=/usr/include/nspr \ --with-nss-libs=/usr/lib --with-nss-includes=/usr/include/nss \ - --enable-nss=yes" \ + --enable-ssl" \ "" "for nss ssl support" optional_depends "heimdal" \ From florin at lunar-linux.org Thu Aug 12 13:53:44 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 14:53:44 +0300 Subject: [Lunar-commits] elfutils: version bumped to 0.148. Message-ID: <20100812115422.BFC3C9B21A@doppio.foo-projects.org> commit f26b903b768b1cb2b3fcdc8a4b46c171a00c705c Author: Florin Braescu Date: Thu Aug 12 14:53:44 2010 +0300 elfutils: version bumped to 0.148. --- devel/elfutils/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/elfutils/DETAILS b/devel/elfutils/DETAILS index ad1dcd8..569d5b1 100644 --- a/devel/elfutils/DETAILS +++ b/devel/elfutils/DETAILS @@ -1,11 +1,12 @@ MODULE=elfutils - VERSION=0.147 + VERSION=0.148 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=https://fedorahosted.org/releases/e/l/elfutils/ - SOURCE_VFY=sha1:0506e77df099fc75de157a2d83dd2608eca5cb69 - WEB_SITE=https://fedorahosted.org/elfutils/ + SOURCE_URL[0]=$MIRROR_URL + SOURCE_URL[1]=https://fedorahosted.org/releases/e/l/$MODULE + SOURCE_VFY=sha1:509a0c5f2d7bae9cee35cce833ea36d6adb23d66 + WEB_SITE=https://fedorahosted.org/$MODULE ENTERED=20021102 - UPDATED=20100622 + UPDATED=20100812 SHORT="Utilities related to ELF (UNIX binaries) objects" PSAFE=no USE_WRAPPERS=no From florin at lunar-linux.org Thu Aug 12 14:33:05 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 15:33:05 +0300 Subject: [Lunar-commits] discover-data: fix the tarball version. Message-ID: <20100812123333.45E0E9B21A@doppio.foo-projects.org> commit 121f94f62fe2923c165a769889b41faf3700b75f Author: Florin Braescu Date: Thu Aug 12 15:33:05 2010 +0300 discover-data: fix the tarball version. --- utils/discover-data/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/discover-data/DETAILS b/utils/discover-data/DETAILS index a396676..2ede38b 100644 --- a/utils/discover-data/DETAILS +++ b/utils/discover-data/DETAILS @@ -1,8 +1,8 @@ MODULE=discover-data - VERSION=2.2008.08.01 + VERSION=2.2010.08.01 SOURCE=$MODULE-lunar-$VERSION.tar.gz SOURCE_URL=$MIRROR_URL - SOURCE_VFY=sha1:d12831f428afd68cda5c8796b254f8591ad5bab8 + SOURCE_VFY=sha1:5c2c4338f91d55aa9ce4fb4d655b0f8d6b010f65 WEB_SITE=http://componentizedlinux.org/index.php/Discover ENTERED=20031129 UPDATED=20080801 From florin at lunar-linux.org Thu Aug 12 14:47:02 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 15:47:02 +0300 Subject: [Lunar-commits] opera: version bumped to 10.61. Message-ID: <20100812124731.DABC09B21A@doppio.foo-projects.org> commit bfbd1321d3f756175de4bd75bccf2aee967454f3 Author: Florin Braescu Date: Thu Aug 12 15:47:02 2010 +0300 opera: version bumped to 10.61. --- web/opera/DETAILS | 12 ++++++------ web/opera/DETAILS.x86_64 | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web/opera/DETAILS b/web/opera/DETAILS index de853a4..b75630e 100644 --- a/web/opera/DETAILS +++ b/web/opera/DETAILS @@ -1,17 +1,17 @@ MODULE=opera - VERSION=10.60 - SUBVERSION=6386 + VERSION=10.61 + SUBVERSION=6430 SOURCE=${MODULE}-${VERSION}-${SUBVERSION}.i386.linux.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$SUBVERSION.i386.linux SOURCE_URL[0]=ftp://ftp.heanet.ie/pub/opera/linux/${VERSION//\./} SOURCE_URL[1]=http://get1.opera.com/pub/opera/linux/${VERSION//\./} - SOURCE_VFY=sha256:be189172893cef848dbc48cad90948dd488cf2da1f7fae56ff15cd9d60ec4880 - WEB_SITE=http://www.opera.com/ + SOURCE_VFY=sha1:39267f2b13230f065af3d18f8b09d12f25713f9e + WEB_SITE=http://www.opera.com MAINTAINER=ratler at lunar-linux.org LICENSE="proprietary" ENTERED=20051002 - UPDATED=20100702 - SHORT="The fastest browser on Earth is even faster." + UPDATED=20100812 + SHORT="The fastest browser on Earth is even faster" GARBAGE=off ARCHIVE=off diff --git a/web/opera/DETAILS.x86_64 b/web/opera/DETAILS.x86_64 index 425e4d3..e5c0fae 100644 --- a/web/opera/DETAILS.x86_64 +++ b/web/opera/DETAILS.x86_64 @@ -1,17 +1,17 @@ MODULE=opera - VERSION=10.60 - SUBVERSION=6386 + VERSION=10.61 + SUBVERSION=6430 SOURCE=${MODULE}-${VERSION}-${SUBVERSION}.x86_64.linux.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$SUBVERSION.x86_64.linux SOURCE_URL[0]=ftp://ftp.heanet.ie/pub/opera/linux/${VERSION//\./} SOURCE_URL[1]=http://get1.opera.com/pub/opera/linux/${VERSION//\./} - SOURCE_VFY=sha256:1d35c9a37966e97d253663ee50d7b7be12f940c51d8b0b88848cdf06d1e32c0c - WEB_SITE=http://www.opera.com/ + SOURCE_VFY=sha1:e3ffa64050cb6a08515234ad2acf10126b4f0be6 + WEB_SITE=http://www.opera.com MAINTAINER=ratler at lunar-linux.org LICENSE="proprietary" ENTERED=20080612 - UPDATED=20100702 - SHORT="The fastest browser on Earth is even faster." + UPDATED=20100812 + SHORT="The fastest browser on Earth is even faster" GARBAGE=off ARCHIVE=off From florin at lunar-linux.org Thu Aug 12 16:45:21 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 17:45:21 +0300 Subject: [Lunar-commits] openoffice-bin: version bumped to 3.2.1. Message-ID: <20100812144542.2CD299B21A@doppio.foo-projects.org> commit cb878b09c3f6d579ca8b65e121d0cee43040f3e9 Author: Florin Braescu Date: Thu Aug 12 17:45:21 2010 +0300 openoffice-bin: version bumped to 3.2.1. --- x11-apps/openoffice-bin/BUILD | 2 +- x11-apps/openoffice-bin/BUILD.x86_64 | 2 +- x11-apps/openoffice-bin/DETAILS | 10 +++++----- x11-apps/openoffice-bin/DETAILS.x86_64 | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/x11-apps/openoffice-bin/BUILD b/x11-apps/openoffice-bin/BUILD index 4b82c89..92e6643 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.2-freedesktop-menus-3.2-9472.noarch && + INT_FILE=openoffice.org3.2-freedesktop-menus-3.2-9502.noarch && rpm2cpio $INT_FILE.rpm > $INT_FILE.cpio && cpio -idm < $INT_FILE.cpio && diff --git a/x11-apps/openoffice-bin/BUILD.x86_64 b/x11-apps/openoffice-bin/BUILD.x86_64 index 12cdb9b..76fbf66 100644 --- a/x11-apps/openoffice-bin/BUILD.x86_64 +++ b/x11-apps/openoffice-bin/BUILD.x86_64 @@ -10,7 +10,7 @@ mv ${OO_INSTALL_DIR}/desktop-integration ${SOURCE_DIRECTORY} && cd ${SOURCE_DIRECTORY}/desktop-integration/ && - INT_FILE=openoffice.org3.2-freedesktop-menus-3.2-9472.noarch && + INT_FILE=openoffice.org3.2-freedesktop-menus-3.2-9502.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 9fa0c38..9f476b3 100644 --- a/x11-apps/openoffice-bin/DETAILS +++ b/x11-apps/openoffice-bin/DETAILS @@ -1,15 +1,15 @@ MODULE=openoffice-bin - VERSION=3.2.0 - SOURCE=OOo_${VERSION}_LinuxIntel_install_en-US.tar.gz -SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOO320_m12_native_packed-1_en-US.9483 + VERSION=3.2.1 + SOURCE=OOo_${VERSION}_Linux_x86_install-rpm_en-US.tar.gz +SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOO320_m18_native_packed-1_en-US.9502 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:8edcdf677aeee84eea2cecf896bcdd30bcd98a45 + SOURCE_VFY=sha1:4848b76debd50b3ec063d2b74f11cfa6a710f000 WEB_SITE=http://www.openoffice.org ENTERED=20020704 - UPDATED=20100213 + UPDATED=20100812 SHORT="The open office suite for unix" LDD_CHECK=off ARCHIVE=off diff --git a/x11-apps/openoffice-bin/DETAILS.x86_64 b/x11-apps/openoffice-bin/DETAILS.x86_64 index 1b04ee4..31ef0e8 100644 --- a/x11-apps/openoffice-bin/DETAILS.x86_64 +++ b/x11-apps/openoffice-bin/DETAILS.x86_64 @@ -1,15 +1,15 @@ MODULE=openoffice-bin - VERSION=3.2.0 - SOURCE=OOo_${VERSION}_LinuxX86-64_install_en-US.tar.gz -SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOO320_m12_native_packed-1_en-US.9483 + VERSION=3.2.1 + SOURCE=OOo_${VERSION}_Linux_x86-64_install-rpm_en-US.tar.gz +SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOO320_m18_native_packed-1_en-US.9502 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:e0e628aacae835ad5218082add176da1d6de4021 + SOURCE_VFY=sha1:999c18fcba8f9c302f2c75e9fe6b1aa9b6384b51 WEB_SITE=http://www.openoffice.org ENTERED=20020704 - UPDATED=20100213 + UPDATED=20100812 SHORT="The open office suite for unix" LDD_CHECK=off ARCHIVE=off From florin at lunar-linux.org Thu Aug 12 16:48:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 17:48:14 +0300 Subject: [Lunar-commits] make: version bumped to 3.82. Message-ID: <20100812151905.CF24D9B21A@doppio.foo-projects.org> commit f7c0379240320e57f4fd854452490dd01e4679b0 Author: Florin Braescu Date: Thu Aug 12 17:48:14 2010 +0300 make: version bumped to 3.82. Bugfixes release. --- devel/make/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/make/DETAILS b/devel/make/DETAILS index 59c3005..3a95650 100644 --- a/devel/make/DETAILS +++ b/devel/make/DETAILS @@ -1,13 +1,13 @@ MODULE=make - VERSION=3.81 + VERSION=3.82 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE_VFY=sha1:41ed86d941b9c8025aee45db56c0283169dcab3d - WEB_SITE=http://make.paulandlesley.org/ + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:b8a8a99e4cb636a213aad3816dda827a92b9bbed + WEB_SITE=http://make.paulandlesley.org ENTERED=20010922 - UPDATED=20060406 - SHORT="make generates executables and other non-source programs." + UPDATED=20060812 + SHORT="make generates executables and other non-source programs" cat << EOF make - Generates executables and other non-source programs From florin at lunar-linux.org Thu Aug 12 17:17:13 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 18:17:13 +0300 Subject: [Lunar-commits] libksba: version bumped to 1.0.8. Message-ID: <20100812151905.DB2BE9B21B@doppio.foo-projects.org> commit afa72b5dc3fd3e755f8d88b2dc513cc0fa7906b9 Author: Florin Braescu Date: Thu Aug 12 18:17:13 2010 +0300 libksba: version bumped to 1.0.8. --- crypto/libksba/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/libksba/DETAILS b/crypto/libksba/DETAILS index 1881b50..bd935f9 100644 --- a/crypto/libksba/DETAILS +++ b/crypto/libksba/DETAILS @@ -1,11 +1,11 @@ MODULE=libksba - VERSION=1.0.7 + VERSION=1.0.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.gnupg.org/gcrypt/$MODULE - SOURCE_VFY=sha1:c8d269fb15869b59204ef3f5d46ceb2c44dbeab3 + SOURCE_VFY=sha1:268e424e94e62abb51eeca9c66d886dbee8455ab WEB_SITE=http://www.gnupg.org/aegypten ENTERED=20030310 - UPDATED=20090729 + UPDATED=20090812 SHORT="A library to use X.509 certs and CMS easy" cat << EOF From florin at lunar-linux.org Thu Aug 12 17:18:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 18:18:48 +0300 Subject: [Lunar-commits] dirmngr: version bumped to 1.1.0. Message-ID: <20100812151906.07CCF9B228@doppio.foo-projects.org> commit 7484470164c4920fccd7d2843f6922f8d27a8c4d Author: Florin Braescu Date: Thu Aug 12 18:18:48 2010 +0300 dirmngr: version bumped to 1.1.0. --- security/dirmngr/DETAILS | 17 ++++++----------- 1 files changed, 6 insertions(+), 11 deletions(-) diff --git a/security/dirmngr/DETAILS b/security/dirmngr/DETAILS index b99d96c..9220a8a 100644 --- a/security/dirmngr/DETAILS +++ b/security/dirmngr/DETAILS @@ -1,17 +1,12 @@ MODULE=dirmngr - VERSION=1.1.0rc1 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 -# The 1.1.0rc1 release is the first one which compiles with libassuan 2.0.0 -# When final official release of dirmngr appears delete current SOURCE_URLs -# and uncomment those original. -# SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$MODULE - SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/alpha/$MODULE -# SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE - SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/alpha/$MODULE - SOURCE_VFY=sha1:9c403f2e785df38253c6f8a3e9a1d697cbfacff8 - WEB_SITE=http://www.gnupg.org/ + SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$MODULE + SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE + SOURCE_VFY=sha1:a7a7d1432db9edad2783ea1bce761a8106464165 + WEB_SITE=http://www.gnupg.org ENTERED=20051108 - UPDATED=20100424 + UPDATED=20100812 MAINTAINER=zbiggy at o2.pl SHORT="X.509 Directory Manager" From florin at lunar-linux.org Thu Aug 12 17:18:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 18:18:03 +0300 Subject: [Lunar-commits] libassuan: version bumped to 2.0.1. Message-ID: <20100812151905.EBB029B220@doppio.foo-projects.org> commit f40a7fc93821004fa385fb79f905daa9d124137d Author: Florin Braescu Date: Thu Aug 12 18:18:03 2010 +0300 libassuan: version bumped to 2.0.1. --- libs/libassuan/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libassuan/DETAILS b/libs/libassuan/DETAILS index d38f7d7..71780de 100644 --- a/libs/libassuan/DETAILS +++ b/libs/libassuan/DETAILS @@ -1,12 +1,12 @@ MODULE=libassuan - VERSION=2.0.0 + VERSION=2.0.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$MODULE SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE - SOURCE_VFY=sha1:b03c586a4eefdfc0bb1ec65ecf958b9890d429f7 + SOURCE_VFY=sha1:b7e9dbd41769cc20b1fb7db9f2ecdf276ffc352c WEB_SITE=http://www.gnupg.org ENTERED=20051108 - UPDATED=20100309 + UPDATED=20100812 MAINTAINER=zbiggy at o2.pl SHORT="IPC library used by GnuPG 2.0, GPGME and a few other packages" From florin at lunar-linux.org Thu Aug 12 17:23:08 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 18:23:08 +0300 Subject: [Lunar-commits] vde2: version bumped to 2.3.1. Message-ID: <20100812152331.8A3059B21A@doppio.foo-projects.org> commit 93a8303cf04d1f2a4973dac1f82f31ce8602230c Author: Florin Braescu Date: Thu Aug 12 18:23:08 2010 +0300 vde2: version bumped to 2.3.1. Bugfix release. --- virtual/vde2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/vde2/DETAILS b/virtual/vde2/DETAILS index 580d63b..8e94fc6 100644 --- a/virtual/vde2/DETAILS +++ b/virtual/vde2/DETAILS @@ -1,11 +1,11 @@ MODULE=vde2 - VERSION=2.3 + VERSION=2.3.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/vde - SOURCE_VFY=sha1:59c7444c26d71c9a2bb235c3514ec112f605ea91 + SOURCE_VFY=sha1:63a8f33215a564cbc2ee52249aac00988d62874b WEB_SITE=http://vde.sourceforge.net ENTERED=20090525 - UPDATED=20100705 + UPDATED=20100812 SHORT="virtual distributed ethernet" cat << EOF From florin at lunar-linux.org Thu Aug 12 17:53:44 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 18:53:44 +0300 Subject: [Lunar-commits] xf86-video-nv: version bumped to 2.1.18. Message-ID: <20100812155454.08A599B21A@doppio.foo-projects.org> commit 8d91d0eccbb71ed924e4250c10f6fa9c6c6ab3ac Author: Florin Braescu Date: Thu Aug 12 18:53:44 2010 +0300 xf86-video-nv: version bumped to 2.1.18. --- xorg7/driver/xf86-video-nv/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-nv/DETAILS b/xorg7/driver/xf86-video-nv/DETAILS index 59e80dd..ae57977 100644 --- a/xorg7/driver/xf86-video-nv/DETAILS +++ b/xorg7/driver/xf86-video-nv/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-nv - VERSION=2.1.17 + VERSION=2.1.18 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:9f165c085e6420470191a544404066524f2f1c61 + SOURCE_VFY=sha1:d35b2fa5a26a507a9cc95b69243d9fd0c0f32aa2 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060227 - UPDATED=20100310 + UPDATED=20100812 SHORT="The X.Org video driver for NVIDIA based cards" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:22:06 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:22:06 +0300 Subject: [Lunar-commits] libXau: version bumped to 1.0.6. Message-ID: <20100812192257.15FA29B21A@doppio.foo-projects.org> commit b380b1a95df396c4c81ef972053dec29f0b00ac3 Author: Florin Braescu Date: Thu Aug 12 22:22:06 2010 +0300 libXau: version bumped to 1.0.6. Includes a number of packaging updates accumulated over the last year, and a couple of documentation fixes. --- xorg7/lib/libXau/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/libXau/DETAILS b/xorg7/lib/libXau/DETAILS index 99ddaf3..3025cdc 100644 --- a/xorg7/lib/libXau/DETAILS +++ b/xorg7/lib/libXau/DETAILS @@ -1,12 +1,12 @@ MODULE=libXau - VERSION=1.0.5 + VERSION=1.0.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:b1c68843edf7e80ce952f7ee0541448f41bac202 + SOURCE_VFY=sha1:0e1ab449f98026e4599f6e0d7491810d36c8fe4d MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20090903 + UPDATED=20100812 SHORT="The X.Org authorization library" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:25:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:25:54 +0300 Subject: [Lunar-commits] libpciaccess: version bumped to 0.12.0. Message-ID: <20100812192638.5EDBF9B21A@doppio.foo-projects.org> commit 1cd9dc45a38332c161db785564dc11ea7610ee3a Author: Florin Braescu Date: Thu Aug 12 22:25:54 2010 +0300 libpciaccess: version bumped to 0.12.0. It contains a fix for a major MTRR issue along with a use after free, generic x86 backend, a few vgaarb fixes, and some packaging magic. --- xorg7/lib/libpciaccess/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/libpciaccess/DETAILS b/xorg7/lib/libpciaccess/DETAILS index 2b7b953..afc118c 100644 --- a/xorg7/lib/libpciaccess/DETAILS +++ b/xorg7/lib/libpciaccess/DETAILS @@ -1,12 +1,12 @@ MODULE=libpciaccess - VERSION=0.11.0 + VERSION=0.12.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:bcebba8b8441af151b59b63e8e91e66133b64158 + SOURCE_VFY=sha1:1c77be1cf04a88bb21232e823bd9a64dab393398 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070828 - UPDATED=20091217 + UPDATED=20100812 SHORT="Access the PCI bus and devices" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:29:41 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:29:41 +0300 Subject: [Lunar-commits] xf86-video-chips: version bumped to 1.2.3. Message-ID: <20100812193035.DCBE09B21A@doppio.foo-projects.org> commit a2ab86f83e35406c4a6e3892f165a753b772706a Author: Florin Braescu Date: Thu Aug 12 22:29:41 2010 +0300 xf86-video-chips: version bumped to 1.2.3. It provides compatibility with Xorg 1.9 as well as many assorted build/configuration improvements. --- xorg7/driver/xf86-video-chips/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-chips/DETAILS b/xorg7/driver/xf86-video-chips/DETAILS index dca03f3..7600eaf 100644 --- a/xorg7/driver/xf86-video-chips/DETAILS +++ b/xorg7/driver/xf86-video-chips/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-chips - VERSION=1.2.2 + VERSION=1.2.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:3990bc1cf4e8963164b3a38b15f92bc87da9278c + SOURCE_VFY=sha1:79d1592dacbdd5ff0419dcb2fef2a2ca541dd329 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090822 + UPDATED=20100812 SHORT="The X.Org video driver for Chips and Technologies based cards" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:32:59 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:32:59 +0300 Subject: [Lunar-commits] xf86-video-ark: version bumped to 0.7.3. Message-ID: <20100812193345.85ADE9B21A@doppio.foo-projects.org> commit 5862538a21a6e1e5541c7471503d315a3211b87b Author: Florin Braescu Date: Thu Aug 12 22:32:59 2010 +0300 xf86-video-ark: version bumped to 0.7.3. Minor maintenance release of the driver for Ark Logic graphics devices mainly features various configuration & build improvements. --- xorg7/driver/xf86-video-ark/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-ark/DETAILS b/xorg7/driver/xf86-video-ark/DETAILS index dde1eb5..6adc54a 100644 --- a/xorg7/driver/xf86-video-ark/DETAILS +++ b/xorg7/driver/xf86-video-ark/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-ark - VERSION=0.7.2 + VERSION=0.7.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:fc934b68e06b8fa4f54ccda028134ab88065c6ea + SOURCE_VFY=sha1:56901ec6097a83433689f208268281f9c98c238b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090910 + UPDATED=20100812 SHORT="The X.Org video dirver for ARK video cards" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:36:35 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:36:35 +0300 Subject: [Lunar-commits] xf86-video-apm: version bumped to 1.2.3. Message-ID: <20100812193727.8C0CF9B21A@doppio.foo-projects.org> commit 4f4401d3eb0ec20862410b8020b64626f5b365df Author: Florin Braescu Date: Thu Aug 12 22:36:35 2010 +0300 xf86-video-apm: version bumped to 1.2.3. It provides Xorg server 1.9 compatibility as well as a number of build/configuration fixes, and removes several bits of dead code that are no longer usable with current Xorg releases. --- xorg7/driver/xf86-video-apm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-apm/DETAILS b/xorg7/driver/xf86-video-apm/DETAILS index 6319ef6..ebdb7cb 100644 --- a/xorg7/driver/xf86-video-apm/DETAILS +++ b/xorg7/driver/xf86-video-apm/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-apm - VERSION=1.2.2 + VERSION=1.2.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:d319ccb26754419541bde73636d747d581a7ab84 + SOURCE_VFY=sha1:1fa7180cf985a74132f8d5b39a0bf9df08713fac MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090801 + UPDATED=20100812 SHORT="The X.Org video dirver for Alliance ProMotion video cards" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:40:24 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:40:24 +0300 Subject: [Lunar-commits] xmore: version bumped to 1.0.2. Message-ID: <20100812194102.783FB9B21A@doppio.foo-projects.org> commit 6f6ec9b4e6b62651e3a7ed287cc6982c6c891700 Author: Florin Braescu Date: Thu Aug 12 22:40:24 2010 +0300 xmore: version bumped to 1.0.2. It provides several years worth of accumulated build and configuration fixes, including fixing the build to work correctly after the removal of Xaw8 (the Xprint version of Xaw). --- xorg7/app/xmore/DEPENDS | 2 +- xorg7/app/xmore/DETAILS | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xorg7/app/xmore/DEPENDS b/xorg7/app/xmore/DEPENDS index ffa34e3..c391ffa 100644 --- a/xorg7/app/xmore/DEPENDS +++ b/xorg7/app/xmore/DEPENDS @@ -1,2 +1,2 @@ -depends xproto +depends xproto depends libXprintUtil diff --git a/xorg7/app/xmore/DETAILS b/xorg7/app/xmore/DETAILS index 70958e6..7dd1729 100644 --- a/xorg7/app/xmore/DETAILS +++ b/xorg7/app/xmore/DETAILS @@ -1,12 +1,12 @@ MODULE=xmore - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:abd0b926fc11c9d8c886f91b0b6a4834512cb0ba + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:7db4e5feb82d5d05038722d3af00d28e103bed18 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20060303 + UPDATED=20100812 SHORT="plain text display program for the X Window System" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:43:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:43:14 +0300 Subject: [Lunar-commits] xrandr: version bumped to 1.3.3. Message-ID: <20100812194400.37D0C9B21A@doppio.foo-projects.org> commit c2387ffca9d338a8d2f7f799840bacfcb20fd1c7 Author: Florin Braescu Date: Thu Aug 12 22:43:14 2010 +0300 xrandr: version bumped to 1.3.3. It features improved support for setting and getting gamma/brightness, manpage updates and various bug fixes. --- xorg7/app/xrandr/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/app/xrandr/DETAILS b/xorg7/app/xrandr/DETAILS index 404dd6d..5a336c2 100644 --- a/xorg7/app/xrandr/DETAILS +++ b/xorg7/app/xrandr/DETAILS @@ -1,12 +1,12 @@ MODULE=xrandr - VERSION=1.3.2 + VERSION=1.3.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:0e49b0a0889ae8a590452c6cd0d60a2253a8d940 + SOURCE_VFY=sha1:dada3eb30fead3334d954dc4dad9f0ffd7a8ff95 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060227 - UPDATED=20090910 + UPDATED=20100812 SHORT="A X.Org utility to access the RandR extension" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:46:34 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:46:34 +0300 Subject: [Lunar-commits] libXi: version bumped to 1.3.2. Message-ID: <20100812194734.4DEAC9B21A@doppio.foo-projects.org> commit 9b62c394abe4dc216d5703b67bb75967cf528ce5 Author: Florin Braescu Date: Thu Aug 12 22:46:34 2010 +0300 libXi: version bumped to 1.3.2. Mostly bugfixes and cleanups. --- xorg7/lib/libXi/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/libXi/DETAILS b/xorg7/lib/libXi/DETAILS index 77d05ce..19f85c7 100644 --- a/xorg7/lib/libXi/DETAILS +++ b/xorg7/lib/libXi/DETAILS @@ -1,12 +1,12 @@ MODULE=libXi - VERSION=1.3 + VERSION=1.3.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:7685f2881ce40b13028d9409eedbb9cf1ed0d8ef + SOURCE_VFY=sha1:50fdac374d45feb4fe39938d3530bd4f314f3a85 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20091120 + UPDATED=20100812 SHORT="The X.Org XINPUT extension library" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:53:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:53:20 +0300 Subject: [Lunar-commits] xset: version bumped to 1.2.0 Message-ID: <20100812195350.F37779B21A@doppio.foo-projects.org> commit eb38add975506642c9d91f7e7695b759e9452e25 Author: Florin Braescu Date: Thu Aug 12 22:53:20 2010 +0300 xset: version bumped to 1.2.0 Maintainance release only, no new features. Lots of build system cleanups and a couple of new configure time options. Xprint support has been removed. --- xorg7/app/xset/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/app/xset/DETAILS b/xorg7/app/xset/DETAILS index 2f10620..4207be6 100644 --- a/xorg7/app/xset/DETAILS +++ b/xorg7/app/xset/DETAILS @@ -1,12 +1,12 @@ MODULE=xset - VERSION=1.1.0 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:ff4295442821826092b17248c1ad65e16cd860ef + SOURCE_VFY=sha1:0aa0fa0b7620a7bee846e5cd7847c20095a7d654 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060210 - UPDATED=20090925 + UPDATED=20100812 SHORT="A user preference utility for X" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:56:11 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:56:11 +0300 Subject: [Lunar-commits] glproto: version bumped to 1.4.12. Message-ID: <20100812195708.C8E5D9B21A@doppio.foo-projects.org> commit b49f6106b27be3262687d693558f7b30c2a63c6e Author: Florin Braescu Date: Thu Aug 12 22:56:11 2010 +0300 glproto: version bumped to 1.4.12. Remove structure tag for xGLXHyperpipeConfigSGIXReq. Update tokens for GLX_INTEL_swap_event to match final version of spec. Sync glcore.h with mesa HEAD. --- xorg7/proto/glproto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/proto/glproto/DETAILS b/xorg7/proto/glproto/DETAILS index 326605b..aec4717 100644 --- a/xorg7/proto/glproto/DETAILS +++ b/xorg7/proto/glproto/DETAILS @@ -1,12 +1,12 @@ MODULE=glproto - VERSION=1.4.11 + VERSION=1.4.12 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:7c2a723d488dc0e09e7e0e28bde838502d774b16 + SOURCE_VFY=sha1:50f8bdae2c71b4bc4df421102f5f08a3fc417779 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20100114 + UPDATED=20100812 SHORT="the X.Org OpenGL related protocol headers" cat << EOF From florin at lunar-linux.org Thu Aug 12 21:59:42 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 22:59:42 +0300 Subject: [Lunar-commits] kbrpoto: version bumped to 1.0.5. Message-ID: <20100812200021.6621F9B21A@doppio.foo-projects.org> commit 9bb5dfa291e34a4e1ecf3637adbda8ec94881a69 Author: Florin Braescu Date: Thu Aug 12 22:59:42 2010 +0300 kbrpoto: version bumped to 1.0.5. Use the correct value for XkbAllAccessXEventsMask. Bugfixes. --- xorg7/proto/kbproto/DETAILS | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xorg7/proto/kbproto/DETAILS b/xorg7/proto/kbproto/DETAILS index e6239e1..ebd7d75 100644 --- a/xorg7/proto/kbproto/DETAILS +++ b/xorg7/proto/kbproto/DETAILS @@ -1,18 +1,18 @@ MODULE=kbproto - VERSION=1.0.4 + VERSION=1.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:d300745389d3a80d90c9a3c989651f228db486e5 + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:d95fada09399568c434729b436e1a09503e15b7a MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20091120 - SHORT="the X.Org XKEYBOARD protocol headers" + UPDATED=20100812 + SHORT="The X.Org XKEYBOARD protocol headers" cat << EOF kbproto provides the wire protocol for the XKEYBAORD extension in -X.Org. It is used to control all manner of options related to -keyboard handling and layout in particular. It does not control the +X.Org. It is used to control all manner of options related to +keyboard handling and layout in particular. It does not control the addition/enabling/disabling of keyboard however, that is done with the XINPUT extension. EOF From florin at lunar-linux.org Thu Aug 12 22:03:34 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:03:34 +0300 Subject: [Lunar-commits] xrenderproto: version bumped to 0.11.1. Message-ID: <20100812200409.8604B9B21A@doppio.foo-projects.org> commit 3b4637700a75ecdcaa940d1e52cd4934383ecfe6 Author: Florin Braescu Date: Thu Aug 12 23:03:34 2010 +0300 xrenderproto: version bumped to 0.11.1. Bugfixes and improvements. --- xorg7/proto/renderproto/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xorg7/proto/renderproto/DETAILS b/xorg7/proto/renderproto/DETAILS index 27a259c..02b2a5f 100644 --- a/xorg7/proto/renderproto/DETAILS +++ b/xorg7/proto/renderproto/DETAILS @@ -1,15 +1,15 @@ MODULE=renderproto - VERSION=0.11 + VERSION=0.11.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:d30cf508b1a1b5f0deb1c6db41ba2f4e57680637 + SOURCE_VFY=sha1:7ae9868a358859fe539482b02414aa15c2d8b1e4 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20090716 - SHORT="the X.Org Render protocol headers" + UPDATED=20100812 + SHORT="The X.Org Render protocol headers" cat << EOF renderproto provides the wire protocol for the Render extension in -X.Org. It is ued to implement Porter-Duff operations within X. +X.Org. It is ued to implement Porter-Duff operations within X. EOF From florin at lunar-linux.org Thu Aug 12 22:06:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:06:03 +0300 Subject: [Lunar-commits] videoproto: version bumped to 2.3.1. Message-ID: <20100812200651.5A4E29B21A@doppio.foo-projects.org> commit 84b753e5713529420e3abe2216f43c6494f0fbfd Author: Florin Braescu Date: Thu Aug 12 23:06:03 2010 +0300 videoproto: version bumped to 2.3.1. Move xv-protocol-v2.txt from xorg-docs to videoproto. Bugfixes and improvements. --- xorg7/proto/videoproto/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xorg7/proto/videoproto/DETAILS b/xorg7/proto/videoproto/DETAILS index 31ecd77..b295fc6 100644 --- a/xorg7/proto/videoproto/DETAILS +++ b/xorg7/proto/videoproto/DETAILS @@ -1,13 +1,13 @@ MODULE=videoproto - VERSION=2.3.0 + VERSION=2.3.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:4aef2b438d45b3ab75e640996ce1267d3468f48c + SOURCE_VFY=sha1:bb8b366687a7f345e3a8697bac516cb436cbf4b2 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20090827 - SHORT="the X.Org XVideo protocol headers" + UPDATED=20100812 + SHORT="The X.Org XVideo protocol headers" cat << EOF videoproto provides the wire protocol for the XVideo and From florin at lunar-linux.org Thu Aug 12 22:11:18 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:11:18 +0300 Subject: [Lunar-commits] xproto: version bumped to 7.0.18. Message-ID: <20100812201148.BA44B9B21A@doppio.foo-projects.org> commit dec08430a541d58100f667104660167e15a3fecc Author: Florin Braescu Date: Thu Aug 12 23:11:18 2010 +0300 xproto: version bumped to 7.0.18. Add Sun cc 5.9 & later to compilers supporting noreturn attribute. --- xorg7/proto/xproto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/proto/xproto/DETAILS b/xorg7/proto/xproto/DETAILS index e871798..19cb1eb 100644 --- a/xorg7/proto/xproto/DETAILS +++ b/xorg7/proto/xproto/DETAILS @@ -1,12 +1,12 @@ MODULE=xproto - VERSION=7.0.17 + VERSION=7.0.18 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:9821548b24f812524bcf4db61a773997fece2447 + SOURCE_VFY=sha1:252596e7264f3174d535bf67fd1b704b1ba8f699 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20100519 + UPDATED=20100812 SHORT="The X.org prototypes" cat << EOF From florin at lunar-linux.org Thu Aug 12 22:13:45 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:13:45 +0300 Subject: [Lunar-commits] xextproto: version bumped to 7.1.2. Message-ID: <20100812201423.644979B21A@doppio.foo-projects.org> commit 99a02a600a853079899f4fe30ae781957db090bf Author: Florin Braescu Date: Thu Aug 12 23:13:45 2010 +0300 xextproto: version bumped to 7.1.2. Bugfixes and improvements. --- xorg7/proto/xextproto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/proto/xextproto/DETAILS b/xorg7/proto/xextproto/DETAILS index 6830225..eeb4a90 100644 --- a/xorg7/proto/xextproto/DETAILS +++ b/xorg7/proto/xextproto/DETAILS @@ -1,12 +1,12 @@ MODULE=xextproto - VERSION=7.1.1 + VERSION=7.1.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:1bb4bd12d65a17b3168dc9b4e028b33a2f7b2cad + SOURCE_VFY=sha1:be6303a9449277af58f38e1be57e442d98f400fe MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20091120 + UPDATED=20100812 SHORT="Protocol headers for various extensions" cat << EOF From florin at lunar-linux.org Thu Aug 12 22:16:45 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:16:45 +0300 Subject: [Lunar-commits] xf86-input-aiptek: version bumped to 1.3.1. Message-ID: <20100812201722.AA0459B21A@doppio.foo-projects.org> commit 8bccc57dbe6e5ded6808847645f3872a35110e1e Author: Florin Braescu Date: Thu Aug 12 23:16:45 2010 +0300 xf86-input-aiptek: version bumped to 1.3.1. Bugfixes and cleanups. --- xorg7/driver/xf86-input-aiptek/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/xorg7/driver/xf86-input-aiptek/DETAILS b/xorg7/driver/xf86-input-aiptek/DETAILS index 3be4046..aa604f0 100644 --- a/xorg7/driver/xf86-input-aiptek/DETAILS +++ b/xorg7/driver/xf86-input-aiptek/DETAILS @@ -1,19 +1,18 @@ MODULE=xf86-input-aiptek - VERSION=1.3.0 + VERSION=1.3.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:799159b81a3c9cf2f06ed5f8c0f3a0483a99af77 + SOURCE_VFY=sha1:8466910dd3877502eb97468db4deab98d49125bb MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090917 + UPDATED=20100812 SHORT=" Aiptek USB Digital Tablet Input Driver for Linux" cat << EOF aiptek is an __xservername__ input driver for Aiptek HyperPen USB-based tablet devices. This driver only supports the USB protocol, and only under Linux; for RS-232C-based HyperPens, please see the "hyperpen" driver. - The aiptek driver functions as a pointer input device, and may be used as the X server's core pointer. EOF From florin at lunar-linux.org Thu Aug 12 22:19:46 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:19:46 +0300 Subject: [Lunar-commits] xf86-input-vmmouse: version bumped to 12.6.10. Message-ID: <20100812202126.63E0B9B21A@doppio.foo-projects.org> commit e5666c9880ea97ee4c040d1537accf193809c299 Author: Florin Braescu Date: Thu Aug 12 23:19:46 2010 +0300 xf86-input-vmmouse: version bumped to 12.6.10. Improve Solaris compatibility of hal-probe-vmmouse generation rule. Purge macro NEED_EVENTS. Bugfixes and cleanups. --- xorg7/driver/xf86-input-vmmouse/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-vmmouse/DETAILS b/xorg7/driver/xf86-input-vmmouse/DETAILS index b588c0f..992da38 100644 --- a/xorg7/driver/xf86-input-vmmouse/DETAILS +++ b/xorg7/driver/xf86-input-vmmouse/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-vmmouse - VERSION=12.6.9 + VERSION=12.6.10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:696ae268ec3ac7eb317b589ff80194c5066ce9ce + SOURCE_VFY=sha1:4c510d3f3ceaeb3bf826d440a406fe53fd85902c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060124 - UPDATED=20100410 + UPDATED=20100812 SHORT="The X.Org mouse input device driver for vm" cat << EOF From florin at lunar-linux.org Thu Aug 12 22:23:59 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:23:59 +0300 Subject: [Lunar-commits] xf86-video-ast: version bumped to 0.91.10. Message-ID: <20100812202451.015FE9B21A@doppio.foo-projects.org> commit 7807b25f312d1b7b0441c448ec795b4e612b0516 Author: Florin Braescu Date: Thu Aug 12 23:23:59 2010 +0300 xf86-video-ast: version bumped to 0.91.10. The major feature of this release is support for the AST2300 chip. --- xorg7/driver/xf86-video-ast/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-ast/DETAILS b/xorg7/driver/xf86-video-ast/DETAILS index cd8ee5b..7a7310b 100644 --- a/xorg7/driver/xf86-video-ast/DETAILS +++ b/xorg7/driver/xf86-video-ast/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-ast - VERSION=0.89.9 + VERSION=0.91.10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:30e8297c89d1416398f8fd82e7a6dd3a4d20755e + SOURCE_VFY=sha1:a90624e63f33fdcb50ccefcdeebb34052f341ef3 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090801 + UPDATED=20100812 SHORT="" cat << EOF From florin at lunar-linux.org Thu Aug 12 22:27:16 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:27:16 +0300 Subject: [Lunar-commits] xf86-video-i128: version bumped to 1.3.4. Message-ID: <20100812202756.AB9F49B21A@doppio.foo-projects.org> commit bb1a5c67f21bcd2429135f88e4fed990bce14583 Author: Florin Braescu Date: Thu Aug 12 23:27:16 2010 +0300 xf86-video-i128: version bumped to 1.3.4. Bugfixes and code cleanups. --- xorg7/driver/xf86-video-i128/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xorg7/driver/xf86-video-i128/DETAILS b/xorg7/driver/xf86-video-i128/DETAILS index 29e9a24..d046116 100644 --- a/xorg7/driver/xf86-video-i128/DETAILS +++ b/xorg7/driver/xf86-video-i128/DETAILS @@ -1,13 +1,13 @@ MODULE=xf86-video-i128 - VERSION=1.3.3 + VERSION=1.3.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:75838161e8ddc2e68d53250ad3ea6b54c9cca7a3 + SOURCE_VFY=sha1:d5f755dc964eaa067b4efcafafd00814a60df775 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090801 - SHORT="the X.Org video driver for Number 9 I128 based cards" + UPDATED=20100812 + SHORT="The X.Org video driver for Number 9 I128 based cards" cat << EOF xf86-video-i128 provides the driver for the Number 9 Imagine (I128) From florin at lunar-linux.org Thu Aug 12 22:30:21 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:30:21 +0300 Subject: [Lunar-commits] xf86-video-mga: version bumped to 1.4.13. Message-ID: <20100812203058.6DA509B21A@doppio.foo-projects.org> commit 301bd55d286d8f862538c21e415af903faebd972 Author: Florin Braescu Date: Thu Aug 12 23:30:21 2010 +0300 xf86-video-mga: version bumped to 1.4.13. Bugfixes and code cleanups. --- xorg7/driver/xf86-video-mga/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-mga/DETAILS b/xorg7/driver/xf86-video-mga/DETAILS index 9aade83..ac28d87 100644 --- a/xorg7/driver/xf86-video-mga/DETAILS +++ b/xorg7/driver/xf86-video-mga/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-mga - VERSION=1.4.12 + VERSION=1.4.13 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:ff84e9035a375dde76d789f5bbc4efbbca8a33fc + SOURCE_VFY=sha1:55aa185cf381def4b5905c8b93694b8dfbd5c378 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20100521 + UPDATED=20100812 SHORT="The X.Org video driver for Matrox based cards" cat << EOF From florin at lunar-linux.org Thu Aug 12 22:33:15 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:33:15 +0300 Subject: [Lunar-commits] xf86-video-vmware: version bumped to 11.0.2. Message-ID: <20100812203347.0B9249B21A@doppio.foo-projects.org> commit 0a4e49a3dabfe59aeb7e98857b42659250720e1a Author: Florin Braescu Date: Thu Aug 12 23:33:15 2010 +0300 xf86-video-vmware: version bumped to 11.0.2. Bugfixes and code cleanups. --- xorg7/driver/xf86-video-vmware/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-vmware/DETAILS b/xorg7/driver/xf86-video-vmware/DETAILS index e4664c5..594378b 100644 --- a/xorg7/driver/xf86-video-vmware/DETAILS +++ b/xorg7/driver/xf86-video-vmware/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-vmware - VERSION=10.16.9 + VERSION=11.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:4e0e5d193f3e83dce46a7d39d52257629e51f4d3 + SOURCE_VFY=sha1:7598145097971437cf0bfc0445e4435602159b41 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060302 - UPDATED=20100107 + UPDATED=20100812 SHORT="The X.Org video driver for VMware client sessions" cat << EOF From florin at lunar-linux.org Thu Aug 12 22:40:58 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 12 Aug 2010 23:40:58 +0300 Subject: [Lunar-commits] libX11: version bumped to 1.3.5. Message-ID: <20100812204253.181BE9B21A@doppio.foo-projects.org> commit 9e107c4d606a6ccaa31c39ac3740489ed8c001e1 Author: Florin Braescu Date: Thu Aug 12 23:40:58 2010 +0300 libX11: version bumped to 1.3.5. A new maintenance release off the libX11-1.3-branch. The major fix is a use-after-free error in the XCB version of XReply handling that caused XIOErrors on some platforms. Several build fixes, a man page fix, and compose sequence updates are also included. --- xorg7/lib/libX11/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/libX11/DETAILS b/xorg7/lib/libX11/DETAILS index f294bc5..e6c451c 100644 --- a/xorg7/lib/libX11/DETAILS +++ b/xorg7/lib/libX11/DETAILS @@ -1,12 +1,12 @@ MODULE=libX11 - VERSION=1.3.4 + VERSION=1.3.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:5aab6dc8ed5ec0e86419626715efc3edd34d1db4 + SOURCE_VFY=sha1:c5dda2b6279f3e3267646576138fcd091a7f3c54 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20100611 + UPDATED=20100812 SHORT="The X.Org client-side library" cat << EOF From stumbles at lunar-linux.org Fri Aug 13 02:14:38 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 12 Aug 2010 20:14:38 -0400 Subject: [Lunar-commits] qt-assistant: Adding to moonbase. When qt-4.7.0 gets released they decided to remove Message-ID: <20100813001821.84EBE9B21A@doppio.foo-projects.org> commit 40b269acca570eb783f3f5f670bbdec8fe6babea Author: Dennis `stumbles` Veatch Date: Thu Aug 12 20:14:38 2010 -0400 qt-assistant: Adding to moonbase. When qt-4.7.0 gets released they decided to remove the assistant code that was present in 4.6.x. There are still apps like tulip that need these files. So this will grab qt-4.6.3, skip all the normal qt configure stuff, go straight to the required assistant stuff and do its thing. --- qt4-apps/qt-assistant/BUILD | 19 +++++++++++++++++++ qt4-apps/qt-assistant/DEPENDS | 1 + qt4-apps/qt-assistant/DETAILS | 15 +++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/qt4-apps/qt-assistant/BUILD b/qt4-apps/qt-assistant/BUILD new file mode 100644 index 0000000..f1b89a2 --- /dev/null +++ b/qt4-apps/qt-assistant/BUILD @@ -0,0 +1,19 @@ +( + +# export DESTDIR="lib" && + # export DLLDESTDIR="bin" && + + # build assistant_adp + cd tools/assistant/compat && + qmake QT_SOURCE_TREE="../../../" && + default_make && + + # build libQtAssistantClient + cd lib && +# sedit "s:#include $C_FIFO 2>&1 diff --git a/qt4-apps/qt-assistant/DEPENDS b/qt4-apps/qt-assistant/DEPENDS new file mode 100644 index 0000000..428f269 --- /dev/null +++ b/qt4-apps/qt-assistant/DEPENDS @@ -0,0 +1 @@ +depends qt4 diff --git a/qt4-apps/qt-assistant/DETAILS b/qt4-apps/qt-assistant/DETAILS new file mode 100644 index 0000000..42784bf --- /dev/null +++ b/qt4-apps/qt-assistant/DETAILS @@ -0,0 +1,15 @@ + MODULE=qt-assistant + VERSION=4.6.3 + SOURCE=qt-everywhere-opensource-src-4.6.3.tar.gz + SOURCE_URL=ftp://ftp.trolltech.com/qt/source/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-4.6.3 + SOURCE_VFY=sha1:1c18a564df9296c7cb0e0dedde40b9843e1b30e8 + WEB_SITE=http://www.trolltech.com/qt + ENTERED=20100729 + UPDATED=20100729 + SHORT="compatability libraries" + +cat << EOF +These are compatibility libraries between for Qt-4.6.x and are needed by +some applications to work with Qt-4.7.0. +EOF From stumbles at lunar-linux.org Fri Aug 13 02:19:33 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 12 Aug 2010 20:19:33 -0400 Subject: [Lunar-commits] qt-assistant: Crap. Message-ID: <20100813001955.3CB359B21A@doppio.foo-projects.org> commit 5e475f789727402a6845fc55d9b1bcaff76f8d76 Author: Dennis `stumbles` Veatch Date: Thu Aug 12 20:19:33 2010 -0400 qt-assistant: Crap. --- qt4-apps/qt-assistant/BUILD | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/qt4-apps/qt-assistant/BUILD b/qt4-apps/qt-assistant/BUILD index f1b89a2..6491046 100644 --- a/qt4-apps/qt-assistant/BUILD +++ b/qt4-apps/qt-assistant/BUILD @@ -1,8 +1,5 @@ ( -# export DESTDIR="lib" && - # export DLLDESTDIR="bin" && - # build assistant_adp cd tools/assistant/compat && qmake QT_SOURCE_TREE="../../../" && From florin at lunar-linux.org Fri Aug 13 06:37:09 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 13 Aug 2010 07:37:09 +0300 Subject: [Lunar-commits] gdm: version bumped to 2.30.5. Message-ID: <20100813043734.4D1499B21A@doppio.foo-projects.org> commit 73b15ac4c2a99e0c753c17c98fb1c12bef3c0502 Author: Florin Braescu Date: Fri Aug 13 07:37:09 2010 +0300 gdm: version bumped to 2.30.5. Some bugfixes. --- gnome2/desktop/gdm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gdm/DETAILS b/gnome2/desktop/gdm/DETAILS index 9356515..6aa26e5 100644 --- a/gnome2/desktop/gdm/DETAILS +++ b/gnome2/desktop/gdm/DETAILS @@ -1,15 +1,15 @@ MODULE=gdm MAJOR=2.30 - VERSION=$MAJOR.4 + VERSION=$MAJOR.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:a5db6fc50c422c9f848d4dd0d8c348054717ce00 + SOURCE_VFY=sha1:c19cc6a6dd796bf5a0bd4a5702b47d25b238a209 SOURCE1=$MODULE-2.30.x-patches.tar.bz2 SOURCE1_URL=$PATCH_URL SOURCE1_VFY=sha1:bd662ec328c22a05283944e5a0e223c408ce6c7f WEB_SITE=http://www.gnome.org/projects/$MODULE ENTERED=20020716 - UPDATED=20100702 + UPDATED=20100812 SHORT="the Gnome Display Manager" LUNAR_RESTART_SERVICES=off From florin at lunar-linux.org Fri Aug 13 13:48:37 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 13 Aug 2010 14:48:37 +0300 Subject: [Lunar-commits] usbutils: version bumped to 0.90. Message-ID: <20100813114857.CCF799B21B@doppio.foo-projects.org> commit 450bf7fb10366262d1332457605782113c46509a Author: Florin Braescu Date: Fri Aug 13 14:48:37 2010 +0300 usbutils: version bumped to 0.90. Bugfixes release. --- utils/usbutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/usbutils/DETAILS b/utils/usbutils/DETAILS index da6ace6..b65e906 100644 --- a/utils/usbutils/DETAILS +++ b/utils/usbutils/DETAILS @@ -1,14 +1,14 @@ MODULE=usbutils - VERSION=0.87 + VERSION=0.90 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=usb.ids.gz SOURCE_URL[0]=http://www.kernel.org/pub/linux/utils/usb/usbutils SOURCE_URL[1]=$SFORGE_URL/linux-usb SOURCE2_URL[1]=http://www.linux-usb.org - SOURCE_VFY=sha1:d5efe8101118932f8cfdd8922b0bb75de03cf154 + SOURCE_VFY=sha1:7d34c6beb313bce16f665e589588a7dcadde48ee WEB_SITE=http://kerneltrap.org/node/4649 ENTERED=20030108 - UPDATED=20100324 + UPDATED=20100813 SHORT="the pciutils of usb" cat << EOF From florin at lunar-linux.org Fri Aug 13 13:53:46 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 13 Aug 2010 14:53:46 +0300 Subject: [Lunar-commits] rrdtool: version bumped to 1.4.4. Message-ID: <20100813115404.7CD749B21B@doppio.foo-projects.org> commit 7d0fd094e973e1810bd15d46516686fb0b35fa5a Author: Florin Braescu Date: Fri Aug 13 14:53:46 2010 +0300 rrdtool: version bumped to 1.4.4. Bugfixes and enhacements. --- utils/rrdtool/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/rrdtool/DETAILS b/utils/rrdtool/DETAILS index 494cc90..8a459c5 100644 --- a/utils/rrdtool/DETAILS +++ b/utils/rrdtool/DETAILS @@ -1,11 +1,11 @@ MODULE=rrdtool - VERSION=1.4.3 + VERSION=1.4.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://oss.oetiker.ch/$MODULE/pub - SOURCE_VFY=sha1:1e65de0192c149a30ee0d277e758a31ff7d6d6f0 + SOURCE_VFY=sha1:e4715c13f2a6fd077c54911d396eb573788377b0 WEB_SITE=http://oss.oetiker.ch/rrdtool ENTERED=20040217 - UPDATED=20100504 + UPDATED=20100813 SHORT="A graphing library" cat << EOF From florin at lunar-linux.org Fri Aug 13 15:00:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 13 Aug 2010 16:00:14 +0300 Subject: [Lunar-commits] clamav: version bumped to 0.96.2. Message-ID: <20100813130104.0DA379B21B@doppio.foo-projects.org> commit 6a319e624ff9f3ea1cee9159515d1c79bb3d6ad0 Author: Florin Braescu Date: Fri Aug 13 16:00:14 2010 +0300 clamav: version bumped to 0.96.2. This version brings a new PDF parser, performance and memory improvements, and a number of bugfixes and minor enhancements. This upgrade is recommended for all users. --- security/clamav/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/clamav/DETAILS b/security/clamav/DETAILS index e2d1c14..d6a0935 100644 --- a/security/clamav/DETAILS +++ b/security/clamav/DETAILS @@ -1,11 +1,11 @@ MODULE=clamav - VERSION=0.96.1 + VERSION=0.96.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:cdb24490f402748cbfb57cc87592fe77b470e0a5 + SOURCE_VFY=sha1:1b7621a9829f1f0020901ce350d0e6112745c34d WEB_SITE=http://www.clamav.net ENTERED=20030314 - UPDATED=20100520 + UPDATED=20100813 SHORT="GPL anti-virus toolkit" cat < ncdu: version bumped to 1.7. Message-ID: <20100813161114.19EA49B21B@doppio.foo-projects.org> commit b033864fdd3a2699bcbf33bcf17bb23d6885e18c Author: Florin Braescu Date: Fri Aug 13 19:10:33 2010 +0300 ncdu: version bumped to 1.7. This release has improved handling of hard links, a more intuitive multi-page browser, and various performance improvements and bugfixes. --- utils/ncdu/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/ncdu/DETAILS b/utils/ncdu/DETAILS index 35ed7d0..ed74703 100644 --- a/utils/ncdu/DETAILS +++ b/utils/ncdu/DETAILS @@ -1,11 +1,11 @@ MODULE=ncdu - VERSION=1.6 + VERSION=1.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://dev.yorhel.nl/download - SOURCE_VFY=sha1:8de9954c119045ed01e447aac9a5def4de1a56fb + SOURCE_VFY=sha1:56fae723a6fe07b05731f111c53f9631a93989f6 WEB_SITE=http://dev.yorhel.nl/$MODULE ENTERED=20070724 - UPDATED=20091023 + UPDATED=20100813 SHORT="A ncurses based 'du' equivalent" cat << EOF From florin at lunar-linux.org Fri Aug 13 18:14:27 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 13 Aug 2010 19:14:27 +0300 Subject: [Lunar-commits] lighttpd: version bumped to 1.4.27. Message-ID: <20100813161510.DAA599B21B@doppio.foo-projects.org> commit c0a86cafd41125b71f5d74222971e0c81bcff1e7 Author: Florin Braescu Date: Fri Aug 13 19:14:27 2010 +0300 lighttpd: version bumped to 1.4.27. This release fixes SSL (SNI handling and SSL_CTX_set_options) and mod_cgi and mod_proxy (response handling). There is a new fdevent handler "libev" ("linux-rtsig" was removed). IPv6 sockets are now bound to IPv6 only in almost all cases ("dual-stack" is disabled). --- web/lighttpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/lighttpd/DETAILS b/web/lighttpd/DETAILS index 29d9c80..5ca7b84 100644 --- a/web/lighttpd/DETAILS +++ b/web/lighttpd/DETAILS @@ -1,11 +1,11 @@ MODULE=lighttpd - VERSION=1.4.26 + VERSION=1.4.27 SOURCE=$MODULE-$VERSION.tar.bz2 WEB_SITE=http://www.lighttpd.net SOURCE_URL=http://download.lighttpd.net/$MODULE/releases-1.4.x - SOURCE_VFY=sha1:f9710da0152792d83c223a1248345a2d145d6f32 + SOURCE_VFY=sha1:d37c4ebcf6f61fd7cf44b1dbe6b76b8772825869 ENTERED=20060416 - UPDATED=20100208 + UPDATED=20100813 SHORT="A small httpd with some really good marketing" cat << EOF From florin at lunar-linux.org Fri Aug 13 20:33:00 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 13 Aug 2010 21:33:00 +0300 Subject: [Lunar-commits] crafty: version bumped to 23.3. Message-ID: <20100813183330.3425F9B21B@doppio.foo-projects.org> commit 17d2253aa3739d78e5ddc746b45e1136db2ba6c7 Author: Florin Braescu Date: Fri Aug 13 21:33:00 2010 +0300 crafty: version bumped to 23.3. --- games/crafty/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/crafty/DETAILS b/games/crafty/DETAILS index a7042eb..ccc8c8b 100644 --- a/games/crafty/DETAILS +++ b/games/crafty/DETAILS @@ -1,11 +1,11 @@ MODULE=crafty - VERSION=23.2a + VERSION=23.3 SOURCE=$MODULE-$VERSION.zip SOURCE_URL=ftp://ftp.cis.uab.edu/pub/hyatt/source - SOURCE_VFY=sha1:1be4c50bf544004b083116a74d82d60f7946a6b0 + SOURCE_VFY=sha1:b377d39ece11d3286de33d805e21327d01fe6946 WEB_SITE=ftp://ftp.cis.uab.edu/pub/hyatt ENTERED=20020501 - UPDATED=20100715 + UPDATED=20100813 SHORT="A text based chess program" cat << EOF From florin at lunar-linux.org Fri Aug 13 20:36:16 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 13 Aug 2010 21:36:16 +0300 Subject: [Lunar-commits] drupal: version bumped to 6.19. Message-ID: <20100813183641.A7FE29B21B@doppio.foo-projects.org> commit 7e6c1111d9b171a5ddbf55f219b2424c0e1c6181 Author: Florin Braescu Date: Fri Aug 13 21:36:16 2010 +0300 drupal: version bumped to 6.19. Bugfixes release. --- web/drupal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/drupal/DETAILS b/web/drupal/DETAILS index ffc270d..8c9ee65 100644 --- a/web/drupal/DETAILS +++ b/web/drupal/DETAILS @@ -1,11 +1,11 @@ MODULE=drupal - VERSION=6.17 + VERSION=6.19 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://ftp.osuosl.org/pub/drupal/files/projects - SOURCE_VFY=sha1:2a0e0a983cab8f336c62f31ec40a0ab91eb35394 + SOURCE_VFY=sha1:60862b5c57e09feef850bdd427ff3a8bcdf8e002 WEB_SITE=http://drupal.org ENTERED=20070605 - UPDATED=20100604 + UPDATED=20100813 SHORT="A content management platform" cat << EOF From florin at lunar-linux.org Sat Aug 14 07:13:18 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 14 Aug 2010 08:13:18 +0300 Subject: [Lunar-commits] gtkhtml: version bumped to 3.30.3. Message-ID: <20100814051341.D36B29B21B@doppio.foo-projects.org> commit 34853034c1829a5013cd2189c013e476478621af Author: Florin Braescu Date: Sat Aug 14 08:13:18 2010 +0300 gtkhtml: version bumped to 3.30.3. Bugfixes. --- gnome2/desktop/gtkhtml/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/gtkhtml/DETAILS b/gnome2/desktop/gtkhtml/DETAILS index bf8d782..9e6d459 100644 --- a/gnome2/desktop/gtkhtml/DETAILS +++ b/gnome2/desktop/gtkhtml/DETAILS @@ -1,13 +1,13 @@ MODULE=gtkhtml MAJOR=3.30 - VERSION=$MAJOR.2 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:998f3968b1c8d9b276208eee6ffb02aa9be8f361 + SOURCE_VFY=sha1:5cd57e2fb1c4fadd8e4dd5ae1734c81360cadd8e WEB_SITE=http://www.gnome.org ENTERED=20021118 - UPDATED=20100621 + UPDATED=20100813 SHORT="html rendering/editing library" cat << EOF From florin at lunar-linux.org Sat Aug 14 07:27:50 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 14 Aug 2010 08:27:50 +0300 Subject: [Lunar-commits] zile: version bumped to 2.3.19. Message-ID: <20100814052843.C33889B21B@doppio.foo-projects.org> commit b516306fe6508e3d496c2cef1685c7691e1d104e Author: Florin Braescu Date: Sat Aug 14 08:27:50 2010 +0300 zile: version bumped to 2.3.19. This release fixes a space leak, a small bug in reading filenames in the minibuffer introduced in 2.3.18, and some behaviour that was not the same as Emacs, and cleans up the code a little. --- editors/zile/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/zile/DETAILS b/editors/zile/DETAILS index 50a3ecc..1c8d0b9 100644 --- a/editors/zile/DETAILS +++ b/editors/zile/DETAILS @@ -1,11 +1,11 @@ MODULE=zile - VERSION=2.3.18 + VERSION=2.3.19 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE - SOURCE_VFY=sha1:68ecdf150a2da34aec14ae242a7995a52142146c + SOURCE_VFY=sha1:87a31269ec850d6c84cb84154c28ffb76ab551e3 WEB_SITE=http://www.gnu.org/software/$MODULE ENTERED=20010922 - UPDATED=20100712 + UPDATED=20100814 SHORT="zile is a small, fast and powerful emacs clone" cat << EOF From stumbles at lunar-linux.org Sat Aug 14 18:43:51 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 14 Aug 2010 12:43:51 -0400 Subject: [Lunar-commits] k9copy2: Version bump. Message-ID: <20100814164413.079AE9B21B@doppio.foo-projects.org> commit 6185b5cd5d15416fee8b344aeb810866f976b275 Author: Dennis `stumbles` Veatch Date: Sat Aug 14 12:43:51 2010 -0400 k9copy2: Version bump. --- kde4/utils/k9copy2/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/kde4/utils/k9copy2/DETAILS b/kde4/utils/k9copy2/DETAILS index 6b474f1..a0d8318 100644 --- a/kde4/utils/k9copy2/DETAILS +++ b/kde4/utils/k9copy2/DETAILS @@ -1,13 +1,12 @@ MODULE=k9copy2 - VERSION=2.3.5-Source + VERSION=2.3.6-Source SOURCE=k9copy-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/k9copy/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/k9copy-$VERSION - SOURCE_VFY=sha1:9ca21db87120fe9ad5a424c8a42aebf499497563 - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + SOURCE_VFY=sha1:e0399b42a8dc8b9ea5b0bb332a1e2d7bfa18e104 WEB_SITE=http://k9copy.sourceforge.net/ ENTERED=20080325 - UPDATED=20100214 + UPDATED=20100814 SHORT="KDE4 utility which allows the copy of DVD" cat << EOF From florin at lunar-linux.org Sat Aug 14 20:34:10 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 14 Aug 2010 21:34:10 +0300 Subject: [Lunar-commits] inkscape: version bumped to 0.48. Message-ID: <20100814183430.06BDD9B21B@doppio.foo-projects.org> commit eac21ca600c0ec0f93c549859871a3897fe85a2c Author: Florin Braescu Date: Sat Aug 14 21:34:10 2010 +0300 inkscape: version bumped to 0.48. --- graphics/inkscape/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/inkscape/DETAILS b/graphics/inkscape/DETAILS index b5a1e85..3529aa8 100644 --- a/graphics/inkscape/DETAILS +++ b/graphics/inkscape/DETAILS @@ -1,14 +1,14 @@ MODULE=inkscape - VERSION=0.47 - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=0.48.0 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=inkscape-0.47-poppler-0.12.2.patch SOURCE_URL=$SFORGE_URL/$MODULE SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:aa39d5f7306edb21be4987651041bf50c13baf75 + SOURCE_VFY=sha1:a2ab9b34937cc4f2b482c9b3720d8fd4dc7b12e8 SOURCE2_VFY=sha1:cc4de4551353e1f95c38c0a14d2c05e911df8690 WEB_SITE=http://www.inkscape.org ENTERED=20031115 - UPDATED=20091125 + UPDATED=20100814 SHORT="Full featured open source SVG editor" cat << EOF From florin at lunar-linux.org Sat Aug 14 21:13:05 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 14 Aug 2010 22:13:05 +0300 Subject: [Lunar-commits] scons: version bumped to 1.3.1. Message-ID: <20100814191320.28C329B21B@doppio.foo-projects.org> commit 6f5687e670641831de59b9d346cd5eeb12fe86d7 Author: Florin Braescu Date: Sat Aug 14 22:13:05 2010 +0300 scons: version bumped to 1.3.1. --- devel/scons/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/scons/DETAILS b/devel/scons/DETAILS index 12a557a..11d5664 100644 --- a/devel/scons/DETAILS +++ b/devel/scons/DETAILS @@ -1,11 +1,11 @@ MODULE=scons - VERSION=1.2.0 + VERSION=1.3.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:cd6be8698a384ea2ac4f5191cef94f57b2f84bbb + SOURCE_VFY=sha1:360d4167ea7f92fbdd173776ce1c191b9aa7fa42 WEB_SITE=http://www.scons.org ENTERED=20041011 - UPDATED=20081228 + UPDATED=20100814 SHORT="Pathetic attempt to replace make" cat << EOF From florin at lunar-linux.org Sat Aug 14 22:49:22 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 14 Aug 2010 23:49:22 +0300 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.35.2. Message-ID: <20100814205004.503529B21B@doppio.foo-projects.org> commit 98777197544ca14e9be40b5c287ad38ab96de032 Author: Florin Braescu Date: Sat Aug 14 23:49:22 2010 +0300 linux-2.6: version bumped to 2.6.35.2. The second wave of bugfixes for 2.6.35 Linux kernel. --- 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 ee63b27..34f1847 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.35.1 + VERSION=2.6.35.2 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:4cb1fbfbeedcd658ca37739679c65dfaa136bf4e - SOURCE2_VFY=sha1:fa8063c9cf33406c518ab19a3a40835cb5d11414 + SOURCE2_VFY=sha1:bcd8be662dbbdae511de265f60fedf68d8722f86 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20100811 + UPDATED=20100814 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From zbiggy at lunar-linux.org Sat Aug 14 22:51:15 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 14 Aug 2010 22:51:15 +0200 Subject: [Lunar-commits] docbook: major fix, rebuild and cleanup Lunar's docbook implementation was a complete mess. Some modules had broken build when xmlto was installed because docbook imlementation was bad and broken causing xml validation to fail and break build. Message-ID: <20100814205851.393F69B21B@doppio.foo-projects.org> commit ba2db00198d8072622f4ba15eb8c5849242a72bc Author: Zbigniew Luszpinski Date: Sat Aug 14 22:51:15 2010 +0200 docbook: major fix, rebuild and cleanup Lunar's docbook implementation was a complete mess. Some modules had broken build when xmlto was installed because docbook imlementation was bad and broken causing xml validation to fail and break build. Now docbook implementation is clean, correct and always works. If you find any app which fails in xmlto because can not download DTD let me know. This implementation does not have yet all DTDs. I only added all DTD vesions found in moonbase or from complaining apps. --- doc-tools/docbook-3.1/BUILD | 17 --------- doc-tools/docbook-3.1/DEPENDS | 2 - doc-tools/docbook-3.1/DETAILS | 16 -------- doc-tools/docbook-3.1/POST_INSTALL | 21 ----------- doc-tools/docbook-3.1/POST_REMOVE | 3 -- doc-tools/docbook-3.1/PRE_BUILD | 3 -- doc-tools/docbook-3.1/PRE_REMOVE | 4 -- doc-tools/docbook-4.1/BUILD | 17 --------- doc-tools/docbook-4.1/DEPENDS | 2 - doc-tools/docbook-4.1/DETAILS | 16 -------- doc-tools/docbook-4.1/POST_INSTALL | 13 ------- doc-tools/docbook-4.1/POST_REMOVE | 3 -- doc-tools/docbook-4.1/PRE_BUILD | 3 -- doc-tools/docbook-4.1/PRE_REMOVE | 4 -- doc-tools/docbook-4.2/BUILD | 17 --------- doc-tools/docbook-4.2/DEPENDS | 2 - doc-tools/docbook-4.2/DETAILS | 15 -------- doc-tools/docbook-4.2/POST_INSTALL | 13 ------- doc-tools/docbook-4.2/POST_REMOVE | 3 -- doc-tools/docbook-4.2/PRE_BUILD | 3 -- doc-tools/docbook-4.2/PRE_REMOVE | 4 -- doc-tools/docbook-sgml/BUILD | 24 +++++-------- doc-tools/docbook-sgml/DETAILS | 35 ++++++++++++++---- doc-tools/docbook-sgml/POST_INSTALL | 36 ++---------------- doc-tools/docbook-sgml/PRE_BUILD | 21 +++++++++-- doc-tools/docbook-sgml/PRE_REMOVE | 7 ++-- doc-tools/docbook-utils/DEPENDS | 2 +- doc-tools/docbook-xml/BUILD | 26 ++++++-------- doc-tools/docbook-xml/DEPENDS | 2 +- doc-tools/docbook-xml/DETAILS | 34 +++++++++++++----- doc-tools/docbook-xml/POST_INSTALL | 55 ++++++++++++---------------- doc-tools/docbook-xml/POST_REMOVE | 3 -- doc-tools/docbook-xml/PRE_BUILD | 23 ++++++++++-- doc-tools/docbook-xml/PRE_REMOVE | 11 ++++-- gnome2/desktop/gnome-power-manager/DEPENDS | 2 +- profiles/docbook-profile/DEPENDS | 3 +- utils/discover/DEPENDS | 2 +- 37 files changed, 155 insertions(+), 312 deletions(-) diff --git a/doc-tools/docbook-3.1/BUILD b/doc-tools/docbook-3.1/BUILD deleted file mode 100644 index e156fb2..0000000 --- a/doc-tools/docbook-3.1/BUILD +++ /dev/null @@ -1,17 +0,0 @@ -( - TARGET=/usr/share/sgml/docbook/$VERSION - - prepare_install && - if ! [ -d "$TARGET" ]; then - mkdir -p $TARGET - fi && - - rm -rf $SOURCE_DIRECTORY/old.libraries && - - for DFILE in $SOURCE_DIRECTORY/*; do - install -m644 $DFILE $TARGET/ - done && - - ln -sf $TARGET/docbook.cat $TARGET/catalog - -) > $C_FIFO 2>&1 diff --git a/doc-tools/docbook-3.1/DEPENDS b/doc-tools/docbook-3.1/DEPENDS deleted file mode 100644 index e2b13be..0000000 --- a/doc-tools/docbook-3.1/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends sgml-common -depends unzip diff --git a/doc-tools/docbook-3.1/DETAILS b/doc-tools/docbook-3.1/DETAILS deleted file mode 100644 index de321d7..0000000 --- a/doc-tools/docbook-3.1/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=docbook-3.1 - MOD=docbk31 - VERSION=3.1 - SOURCE=$MOD.zip -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp - SOURCE_URL[0]=ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/ - SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/ - SOURCE_VFY=sha1:75a5bb4f17b17ff0f7dd1cc2db7112bad0fb89e6 - WEB_SITE=http://www.oasis-open.org - ENTERED=20030723 - UPDATED=20030804 - SHORT="The DocBook 3.1 DTD" - -cat << EOF -The Docbook 3.1 DTD's. -EOF diff --git a/doc-tools/docbook-3.1/POST_INSTALL b/doc-tools/docbook-3.1/POST_INSTALL deleted file mode 100644 index dde56b6..0000000 --- a/doc-tools/docbook-3.1/POST_INSTALL +++ /dev/null @@ -1,21 +0,0 @@ -CENTRALIZED=/etc/sgml/catalog -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION - -if ! [ -e "$CENTRALIZED" ]; then - echo "Creating $CENTRALIZED" - mkdir -p /etc/sgml - touch $CENTRALIZED -fi - -install-catalog --remove $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog - -install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog -install-catalog --remove $CENTRALIZED /etc/sgml/catalog - -cat >> /usr/share/sgml/docbook/3.1/catalog << "EOF" - -- Begin Single Major Version catalog changes -- - -PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "docbook.dtd" - - -- End Single Major Version catalog changes -- -EOF diff --git a/doc-tools/docbook-3.1/POST_REMOVE b/doc-tools/docbook-3.1/POST_REMOVE deleted file mode 100644 index 800da97..0000000 --- a/doc-tools/docbook-3.1/POST_REMOVE +++ /dev/null @@ -1,3 +0,0 @@ -# Cleanup - -rm -rf /usr/share/sgml/docbook/$VERSION diff --git a/doc-tools/docbook-3.1/PRE_BUILD b/doc-tools/docbook-3.1/PRE_BUILD deleted file mode 100644 index 8b474ad..0000000 --- a/doc-tools/docbook-3.1/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -mk_source_dir $SOURCE_DIRECTOY && -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY - diff --git a/doc-tools/docbook-3.1/PRE_REMOVE b/doc-tools/docbook-3.1/PRE_REMOVE deleted file mode 100644 index 45e2b7c..0000000 --- a/doc-tools/docbook-3.1/PRE_REMOVE +++ /dev/null @@ -1,4 +0,0 @@ -CENTRALIZED=/etc/sgml/catalog -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION - -install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog diff --git a/doc-tools/docbook-4.1/BUILD b/doc-tools/docbook-4.1/BUILD deleted file mode 100644 index e156fb2..0000000 --- a/doc-tools/docbook-4.1/BUILD +++ /dev/null @@ -1,17 +0,0 @@ -( - TARGET=/usr/share/sgml/docbook/$VERSION - - prepare_install && - if ! [ -d "$TARGET" ]; then - mkdir -p $TARGET - fi && - - rm -rf $SOURCE_DIRECTORY/old.libraries && - - for DFILE in $SOURCE_DIRECTORY/*; do - install -m644 $DFILE $TARGET/ - done && - - ln -sf $TARGET/docbook.cat $TARGET/catalog - -) > $C_FIFO 2>&1 diff --git a/doc-tools/docbook-4.1/DEPENDS b/doc-tools/docbook-4.1/DEPENDS deleted file mode 100644 index e2b13be..0000000 --- a/doc-tools/docbook-4.1/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends sgml-common -depends unzip diff --git a/doc-tools/docbook-4.1/DETAILS b/doc-tools/docbook-4.1/DETAILS deleted file mode 100644 index f26e294..0000000 --- a/doc-tools/docbook-4.1/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=docbook-4.1 - MOD=docbk41 - VERSION=4.1 - SOURCE=$MOD.zip -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE - SOURCE_URL[0]=http://docbook.org/sgml/4.1/ - SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/ - SOURCE_VFY=sha1:3009fcc364511d186da40e828bf0d5d1556c020e - WEB_SITE=http://www.oasis-open.org - ENTERED=20050217 - UPDATED=20050217 - SHORT="The DocBook 4.1 DTD" - -cat << EOF -The Docbook 4.1 DTD's. -EOF diff --git a/doc-tools/docbook-4.1/POST_INSTALL b/doc-tools/docbook-4.1/POST_INSTALL deleted file mode 100644 index 12431ea..0000000 --- a/doc-tools/docbook-4.1/POST_INSTALL +++ /dev/null @@ -1,13 +0,0 @@ -CENTRALIZED=/etc/sgml/catalog -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION - -if ! [ -e "$CENTRALIZED" ]; then - echo "Creating $CENTRALIZED" - mkdir -p /etc/sgml - touch $CENTRALIZED -fi - -install-catalog --remove $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog - -install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog -install-catalog --remove $CENTRALIZED /etc/sgml/catalog diff --git a/doc-tools/docbook-4.1/POST_REMOVE b/doc-tools/docbook-4.1/POST_REMOVE deleted file mode 100644 index 800da97..0000000 --- a/doc-tools/docbook-4.1/POST_REMOVE +++ /dev/null @@ -1,3 +0,0 @@ -# Cleanup - -rm -rf /usr/share/sgml/docbook/$VERSION diff --git a/doc-tools/docbook-4.1/PRE_BUILD b/doc-tools/docbook-4.1/PRE_BUILD deleted file mode 100644 index 8b474ad..0000000 --- a/doc-tools/docbook-4.1/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -mk_source_dir $SOURCE_DIRECTOY && -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY - diff --git a/doc-tools/docbook-4.1/PRE_REMOVE b/doc-tools/docbook-4.1/PRE_REMOVE deleted file mode 100644 index 45e2b7c..0000000 --- a/doc-tools/docbook-4.1/PRE_REMOVE +++ /dev/null @@ -1,4 +0,0 @@ -CENTRALIZED=/etc/sgml/catalog -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION - -install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog diff --git a/doc-tools/docbook-4.2/BUILD b/doc-tools/docbook-4.2/BUILD deleted file mode 100644 index eab6a89..0000000 --- a/doc-tools/docbook-4.2/BUILD +++ /dev/null @@ -1,17 +0,0 @@ -( - TARGET=/usr/share/sgml/docbook/$VERSION - - prepare_install && - if ! [ -d "$TARGET" ]; then - mkdir -p $TARGET - fi && - - rm -rf $SOURCE_DIRECTORY/old.libraries && - - for DFILE in $SOURCE_DIRECTORY/*; do - install -m644 $DFILE $TARGET/ - done && - - ln -sf $TARGET/docbook.cat $TARGET/catalog - -) > $C_FIFO 2>&1 diff --git a/doc-tools/docbook-4.2/DEPENDS b/doc-tools/docbook-4.2/DEPENDS deleted file mode 100644 index e2b13be..0000000 --- a/doc-tools/docbook-4.2/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends sgml-common -depends unzip diff --git a/doc-tools/docbook-4.2/DETAILS b/doc-tools/docbook-4.2/DETAILS deleted file mode 100644 index 5a436a9..0000000 --- a/doc-tools/docbook-4.2/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=docbook-4.2 - VERSION=4.2 - SOURCE=$MODULE.zip -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE - SOURCE_URL[0]=http://docbook.org/sgml/4.2/ - SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/ - SOURCE_VFY=sha1:98afcae616ed24edb30e40baa4ddd8cd8731f2c7 - WEB_SITE=http://www.oasis-open.org - ENTERED=20050217 - UPDATED=20050217 - SHORT="The DocBook 4.2 DTD" - -cat << EOF -The Docbook 4.2 DTD's. -EOF diff --git a/doc-tools/docbook-4.2/POST_INSTALL b/doc-tools/docbook-4.2/POST_INSTALL deleted file mode 100644 index 12431ea..0000000 --- a/doc-tools/docbook-4.2/POST_INSTALL +++ /dev/null @@ -1,13 +0,0 @@ -CENTRALIZED=/etc/sgml/catalog -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION - -if ! [ -e "$CENTRALIZED" ]; then - echo "Creating $CENTRALIZED" - mkdir -p /etc/sgml - touch $CENTRALIZED -fi - -install-catalog --remove $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog - -install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog -install-catalog --remove $CENTRALIZED /etc/sgml/catalog diff --git a/doc-tools/docbook-4.2/POST_REMOVE b/doc-tools/docbook-4.2/POST_REMOVE deleted file mode 100644 index 800da97..0000000 --- a/doc-tools/docbook-4.2/POST_REMOVE +++ /dev/null @@ -1,3 +0,0 @@ -# Cleanup - -rm -rf /usr/share/sgml/docbook/$VERSION diff --git a/doc-tools/docbook-4.2/PRE_BUILD b/doc-tools/docbook-4.2/PRE_BUILD deleted file mode 100644 index 8b474ad..0000000 --- a/doc-tools/docbook-4.2/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -mk_source_dir $SOURCE_DIRECTOY && -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY - diff --git a/doc-tools/docbook-4.2/PRE_REMOVE b/doc-tools/docbook-4.2/PRE_REMOVE deleted file mode 100644 index 45e2b7c..0000000 --- a/doc-tools/docbook-4.2/PRE_REMOVE +++ /dev/null @@ -1,4 +0,0 @@ -CENTRALIZED=/etc/sgml/catalog -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION - -install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog diff --git a/doc-tools/docbook-sgml/BUILD b/doc-tools/docbook-sgml/BUILD index 673f356..70e8149 100644 --- a/doc-tools/docbook-sgml/BUILD +++ b/doc-tools/docbook-sgml/BUILD @@ -1,22 +1,16 @@ ( - TARGET=/usr/share/sgml/docbook/$MODULE-$VERSION - # We need to remove the old catalog entries - if module_is_expired $MODULE ; then - set_module_config OLD_VER "`installed_version $MODULE`" - fi && + find $BUILD_DIRECTORY/sgml -type d -exec chmod 755 {} \; + find $BUILD_DIRECTORY/sgml -type f -exec chmod 644 {} \; - prepare_install && - if ! [ -d "$TARGET" ]; then - mkdir -p $TARGET - fi && - - rm -rf $SOURCE_DIRECTORY/old.libraries && - - for DFILE in $SOURCE_DIRECTORY/*; do - install -m644 $DFILE $TARGET/ + for DOCBOOK in `ls`; do + cd $DOCBOOK + ln -sf docbook.cat catalog + cd .. done && - ln -sf $TARGET/docbook.cat $TARGET/catalog + prepare_install && + rm -rf old.libraries && + cp -a $BUILD_DIRECTORY/sgml /usr/share/sgml/docbook ) > $C_FIFO 2>&1 diff --git a/doc-tools/docbook-sgml/DETAILS b/doc-tools/docbook-sgml/DETAILS index 02f51fd..397dbd5 100644 --- a/doc-tools/docbook-sgml/DETAILS +++ b/doc-tools/docbook-sgml/DETAILS @@ -1,13 +1,34 @@ +# All docbook packages are NOT cumulative so do NOT replace old releases with new one +# If you need to add new docbook release add it as another SOURCE. +# You have to review all scripts in this module to modify them to add another source. MODULE=docbook-sgml MOD=docbook - VERSION=4.3 - SOURCE=$MOD-$VERSION.zip -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE - SOURCE_URL=http://www.oasis-open.org/docbook/sgml/4.3/ - WEB_SITE=http://www.oasis-open.org/docbook/sgml/4.3/index.shtml + VERSION=4.5 + SOURCE1=docbk31.zip + SOURCE2=docbk41.zip + SOURCE3=$MOD-4.2.zip + SOURCE4=$MOD-4.3.zip + SOURCE5=$MOD-$VERSION.zip +SOURCE_DIRECTORY=$BUILD_DIRECTORY/sgml + SOURCE5_URL[0]=http://www.oasis-open.org/docbook/sgml/4.5 + SOURCE5_URL[1]=http://www.docbook.org/sgml/4.5 + SOURCE4_URL[0]=http://www.oasis-open.org/docbook/sgml/4.3 + SOURCE4_URL[1]=http://www.docbook.org/sgml/4.3 + SOURCE3_URL[0]=http://www.oasis-open.org/docbook/sgml/4.2 + SOURCE3_URL[1]=http://www.docbook.org/sgml/4.2 + SOURCE2_URL[0]=http://www.oasis-open.org/docbook/sgml/4.1 + SOURCE2_URL[1]=http://www.docbook.org/sgml/4.1 + SOURCE1_URL[0]=http://www.oasis-open.org/docbook/sgml/3.1 + SOURCE1_URL[1]=http://www.docbook.org/sgml/3.1 + SOURCE1_VFY=sha1:75a5bb4f17b17ff0f7dd1cc2db7112bad0fb89e6 + SOURCE2_VFY=sha1:3009fcc364511d186da40e828bf0d5d1556c020e + SOURCE3_VFY=sha1:98afcae616ed24edb30e40baa4ddd8cd8731f2c7 + SOURCE4_VFY=sha1:c64759d07514a7ab4347b1fc03457664cdf98b3f + SOURCE5_VFY=sha1:5efeb22936ea30cdaf88053337de7966dfda02bd + WEB_SITE=http://www.oasis-open.org/docbook/sgml ENTERED=20030103 - UPDATED=20050215 - SHORT="The DocBook SGML DTD" + UPDATED=20100814 + SHORT="The DocBook SGML DTD pack" cat << EOF DocBook is an XML/SGML vocabulary particularly well suited to books diff --git a/doc-tools/docbook-sgml/POST_INSTALL b/doc-tools/docbook-sgml/POST_INSTALL index 4204c31..89a6314 100644 --- a/doc-tools/docbook-sgml/POST_INSTALL +++ b/doc-tools/docbook-sgml/POST_INSTALL @@ -1,39 +1,11 @@ -OLD_VER=`get_module_config OLD_VER` CENTRALIZED=/etc/sgml/catalog -CATALOGDIR=/usr/share/sgml/docbook/$MODULE-$VERSION -CATALOGDIR_OLD=/usr/share/sgml/docbook/$MODULE-$OLD_VER - if ! [ -e "$CENTRALIZED" ]; then echo "Creating $CENTRALIZED" mkdir -p /etc/sgml touch $CENTRALIZED fi -if [ ! -z $OLD_VER ]; then - install-catalog --remove $CENTRALIZED $CATALOGDIR_OLD/catalog -fi - -install-catalog --remove $CENTRALIZED $CATALOGDIR/catalog - -install-catalog --add $CENTRALIZED $CATALOGDIR/catalog -install-catalog --remove $CENTRALIZED /etc/sgml/catalog - -if ! grep -q "/usr/share/sgml/docbook/$MODULE-$VERSION" $CENTRALIZED; then - /usr/bin/install-catalog --remove $CENTRALIZED $CATALOGDIR -fi - -# I am skipping this for now since it brings up problems with -# the modules using docbook definitions below 4.3 - -# We do not have any other docbook's installed -#cat >> $CATALOGDIR/catalog << "EOF" -# -- Begin Single Major Version catalog changes -- -# -#PUBLIC "-//OASIS//DTD DocBook V4.2//EN" "docbook.dtd" -#PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "docbook.dtd" -#PUBLIC "-//OASIS//DTD DocBook V4.0//EN" "docbook.dtd" -# -# -- End Single Major Version catalog changes -- -#EOF - -unset_module_config OLD_VER +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/sgml/*` +do +install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog +done diff --git a/doc-tools/docbook-sgml/PRE_BUILD b/doc-tools/docbook-sgml/PRE_BUILD index 8b474ad..b9570c4 100644 --- a/doc-tools/docbook-sgml/PRE_BUILD +++ b/doc-tools/docbook-sgml/PRE_BUILD @@ -1,3 +1,18 @@ -mk_source_dir $SOURCE_DIRECTOY && -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY - +mk_source_dir $SOURCE_DIRECTORY && +cd $SOURCE_DIRECTORY && +mkdir 3.1 && +mkdir 4.1 && +mkdir 4.2 && +mkdir 4.3 && +mkdir 4.5 && +unzip $SOURCE_CACHE/$SOURCE1 -d $SOURCE_DIRECTORY/3.1 && +unzip $SOURCE_CACHE/$SOURCE2 -d $SOURCE_DIRECTORY/4.1 && +unzip $SOURCE_CACHE/$SOURCE3 -d $SOURCE_DIRECTORY/4.2 && +unzip $SOURCE_CACHE/$SOURCE4 -d $SOURCE_DIRECTORY/4.3 && +unzip $SOURCE_CACHE/$SOURCE5 -d $SOURCE_DIRECTORY/4.5 && +mkdir old.libraries && +touch old.libraries/dontbreak && +CENTRALIZED=/etc/sgml/catalog +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/{3*,4*,docbook-sgml*,sgml}` +do install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog; done +rm -rf /usr/share/sgml/docbook/{3*,4*,docbook-sgml-*,old.libraries,sgml} diff --git a/doc-tools/docbook-sgml/PRE_REMOVE b/doc-tools/docbook-sgml/PRE_REMOVE index 65eaffe..2afd395 100644 --- a/doc-tools/docbook-sgml/PRE_REMOVE +++ b/doc-tools/docbook-sgml/PRE_REMOVE @@ -1,4 +1,5 @@ -CENTRALIZED=/etc/sgml/catalog -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$MODULE-$VERSION - +CENTRALIZED=/etc/sgml/catalog +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/sgml/*` +do install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog +done diff --git a/doc-tools/docbook-utils/DEPENDS b/doc-tools/docbook-utils/DEPENDS index 5b4bb46..8799f43 100644 --- a/doc-tools/docbook-utils/DEPENDS +++ b/doc-tools/docbook-utils/DEPENDS @@ -1,3 +1,3 @@ -depends docbook-3.1 +depends docbook-smgl depends SGMLSpm depends docbook-dsssl diff --git a/doc-tools/docbook-xml/BUILD b/doc-tools/docbook-xml/BUILD index 9099a8e..4a9685b 100644 --- a/doc-tools/docbook-xml/BUILD +++ b/doc-tools/docbook-xml/BUILD @@ -1,21 +1,17 @@ ( - TARGET=/usr/share/sgml/docbook/$MODULE-$VERSION - # We need to remove the old catalog entries upon an update - if module_is_expired $MODULE ; then - set_module_config OLD_VER "`installed_version $MODULE`" - fi && + find $BUILD_DIRECTORY/xml -type d -exec chmod 755 {} \; + find $BUILD_DIRECTORY/xml -type f -exec chmod 644 {} \; - prepare_install && - if ! [ -d "$TARGET" ]; then - mkdir -p $TARGET - fi && - - rm -rf $SOURCE_DIRECTORY/old.libraries && + for DOCBOOK in `ls`; do + cd $DOCBOOK + ln -sf docbook.cat catalog + cd .. + done && - cp -a $SOURCE_DIRECTORY/* $TARGET/ && - install -m755 $SOURCE_CACHE/$SOURCE2 /usr/bin/ && - - ln -sf $TARGET/docbook.cat $TARGET/catalog + prepare_install && + rm -rf old.libraries && + cp -a $BUILD_DIRECTORY/xml /usr/share/sgml/docbook && + install -m755 $SOURCE_CACHE/$SOURCE2 /usr/bin ) > $C_FIFO 2>&1 diff --git a/doc-tools/docbook-xml/DEPENDS b/doc-tools/docbook-xml/DEPENDS index 45cc338..3a89c09 100644 --- a/doc-tools/docbook-xml/DEPENDS +++ b/doc-tools/docbook-xml/DEPENDS @@ -1,4 +1,4 @@ +depends docbook-sgml depends openjade depends docbook-xsl -depends docbook-sgml depends unzip diff --git a/doc-tools/docbook-xml/DETAILS b/doc-tools/docbook-xml/DETAILS index 53ba778..facab89 100644 --- a/doc-tools/docbook-xml/DETAILS +++ b/doc-tools/docbook-xml/DETAILS @@ -1,16 +1,32 @@ MODULE=docbook-xml - VERSION=4.3 - SOURCE=$MODULE-$VERSION.zip + VERSION=4.5 + SOURCE1=$MODULE-4.3.zip SOURCE2=buildDocBookCatalog -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE - SOURCE_URL[0]=http://www.docbook.org/xml/4.3/ - SOURCE_URL[1]=$LRESORT_URL/ - SOURCE2_URL=http://xmlsoft.org/ - SOURCE_VFY=sha1:e79a59e9164c1013b8cc9f64f96f909a184ca016 + SOURCE3=$MODULE-4.5.zip + SOURCE4=docbkx412.zip + SOURCE5=$MODULE-4.2.zip + SOURCE6=$MODULE-4.4.zip +SOURCE_DIRECTORY=$BUILD_DIRECTORY/xml + SOURCE1_URL[0]=http://www.oasis-open.org/docbook/xml/4.3 + SOURCE1_URL[1]=http://www.docbook.org/xml/4.3 + SOURCE2_URL[0]=http://xmlsoft.org + SOURCE3_URL[0]=http://www.oasis-open.org/docbook/xml/4.5 + SOURCE3_URL[1]=http://www.docbook.org/xml/4.5 + SOURCE4_URL[0]=http://www.oasis-open.org/docbook/xml/4.1.2 + SOURCE4_URL[1]=http://www.docbook.org/xml/4.1.2 + SOURCE5_URL[0]=http://www.oasis-open.org/docbook/xml/4.2 + SOURCE5_URL[1]=http://www.docbook.org/xml/4.2 + SOURCE6_URL[0]=http://www.oasis-open.org/docbook/xml/4.4 + SOURCE6_URL[1]=http://www.docbook.org/xml/4.4 + SOURCE1_VFY=sha1:e79a59e9164c1013b8cc9f64f96f909a184ca016 SOURCE2_VFY=sha1:9890a7505713a5c78b038f7e5a2b9e06d6f96f1d - WEB_SITE=http://www.docbook.org/xml/ + SOURCE3_VFY=sha1:b9124233b50668fb508773aa2b3ebc631d7c1620 + SOURCE4_VFY=sha1:b9ae7a41056bfaf885581812d60651b7b5531519 + SOURCE5_VFY=sha1:5e3a35663cd028c5c5fbb959c3858fec2d7f8b9e + SOURCE6_VFY=sha1:7c4d91c82ad3747e1b5600c91782758e5d91c22b + WEB_SITE=http://www.oasis-open.org/docbook/xml ENTERED=20030103 - UPDATED=20040919 + UPDATED=20100814 SHORT="The DocBook XML DTD" cat << EOF diff --git a/doc-tools/docbook-xml/POST_INSTALL b/doc-tools/docbook-xml/POST_INSTALL index a77c51f..f3b0e8e 100644 --- a/doc-tools/docbook-xml/POST_INSTALL +++ b/doc-tools/docbook-xml/POST_INSTALL @@ -1,51 +1,42 @@ -OLD_VER=`get_module_config OLD_VER` CENTRALIZED=/etc/sgml/catalog -CATALOGDIR=/usr/share/sgml/docbook/$MODULE-$VERSION -CATALOGDIR_OLD="/usr/share/sgml/$MODULE-$OLD_VER" -XML_PREFIX=/etc/xml -DOCBOOK_XML_VER=`installed_version docbook-xml` - -echo "Adding catalog for $MODULE-$VERSION to $CENTRALIZED" - -# Now we are handling the update -if [ ! -z $OLD_VER ]; then - install-catalog --remove $CENTRALIZED $CATALOGDIR_OLD/catalog +if ! [ -e "$CENTRALIZED" ]; then + echo "Creating $CENTRALIZED" + mkdir -p /etc/sgml + touch $CENTRALIZED fi -install-catalog --remove $CENTRALIZED $CATALOGDIR/catalog - -install-catalog --add $CENTRALIZED $CATALOGDIR/catalog -install-catalog --remove $CENTRALIZED /etc/sgml/catalog +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/xml/*` +do +install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog +done +rm -rf /usr/share/sgml/docbook/old.libraries -echo "Adding xml catalogs for $MODULE-$VERSION to $XML_PREFIX/catalog" -/usr/bin/$SOURCE2 --prefix=$XML_PREFIX --version=$DOCBOOK_XML_VER +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.1.2 +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.2 +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.3 +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.4 +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.5 ( xmlcatalog --noout --add "public" \ "-//OASIS//DTD DocBook XML V4.1.2//EN" \ - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" \ + "file:///usr/share/sgml/docbook/xml/4.1.2/docbookx.dtd" \ /etc/xml/docbook && xmlcatalog --noout --add "delegateSystem" \ - "http://www.oasis-open.org/docbook/xml/4.1.2/" \ - "file:///etc/xml/docbook" /etc/xml/catalog && + "http://www.oasis-open.org/" \ + "file:///usr/share/sgml" /etc/xml/catalog && xmlcatalog --noout --add "delegateURI" \ - "http://www.oasis-open.org/docbook/xml/4.1.2/" \ - "file:///etc/xml/docbook" /etc/xml/catalog && + "http://www.oasis-open.org" \ + "file:///usr/share/sgml" /etc/xml/catalog && xmlcatalog --noout --add "rewriteSystem" \ - "http://www.oasis-open.org/docbook/xml/4.1.2" \ - "file://$CATALOGDIR" \ + "http://www.oasis-open.org" \ + "file:///usr/share/sgml" \ /etc/xml/docbook && xmlcatalog --noout --add "rewriteURI" \ - "http://www.oasis-open.org/docbook/xml/4.1.2" \ - "file://$CATALOGDIR" \ - /etc/xml/docbook && -xmlcatalog --noout --add "rewriteURI" \ - "http://www.oasis-open.org/docbook/xml/4.2" \ - "file://$CATALOGDIR" \ + "http://www.oasis-open.org" \ + "file:///usr/share/sgml" \ /etc/xml/docbook ) if module_installed scrollkeeper; then lin -c scrollkeeper; fi - -unset_module_config OLD_VER diff --git a/doc-tools/docbook-xml/POST_REMOVE b/doc-tools/docbook-xml/POST_REMOVE deleted file mode 100644 index 06339b0..0000000 --- a/doc-tools/docbook-xml/POST_REMOVE +++ /dev/null @@ -1,3 +0,0 @@ -#this takes care of the old install directory - -rm -rf /usr/share/sgml/docbook/$MODULE-$VERSION diff --git a/doc-tools/docbook-xml/PRE_BUILD b/doc-tools/docbook-xml/PRE_BUILD index 8b474ad..6047961 100644 --- a/doc-tools/docbook-xml/PRE_BUILD +++ b/doc-tools/docbook-xml/PRE_BUILD @@ -1,3 +1,20 @@ -mk_source_dir $SOURCE_DIRECTOY && -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY - +mk_source_dir $SOURCE_DIRECTORY && +cd $SOURCE_DIRECTORY && +mkdir 4.1.2 && +mkdir 4.2 && +mkdir 4.3 && +mkdir 4.4 && +mkdir 4.5 && +unzip $SOURCE_CACHE/$SOURCE4 -d $SOURCE_DIRECTORY/4.1.2 && +unzip $SOURCE_CACHE/$SOURCE5 -d $SOURCE_DIRECTORY/4.2 && +unzip $SOURCE_CACHE/$SOURCE1 -d $SOURCE_DIRECTORY/4.3 && +unzip $SOURCE_CACHE/$SOURCE6 -d $SOURCE_DIRECTORY/4.4 && +unzip $SOURCE_CACHE/$SOURCE3 -d $SOURCE_DIRECTORY/4.5 && +mkdir old.libraries && +touch old.libraries/dontbreak && +CENTRALIZED=/etc/sgml/catalog +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/docbook-xml*` +do install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog; done +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/xml` +do install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog; done +rm -rf /usr/share/sgml/docbook/{docbook-xml-*,xml,old.libraries} diff --git a/doc-tools/docbook-xml/PRE_REMOVE b/doc-tools/docbook-xml/PRE_REMOVE index 65eaffe..a7ab109 100644 --- a/doc-tools/docbook-xml/PRE_REMOVE +++ b/doc-tools/docbook-xml/PRE_REMOVE @@ -1,4 +1,9 @@ -CENTRALIZED=/etc/sgml/catalog -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$MODULE-$VERSION - +CENTRALIZED=/etc/sgml/catalog +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/docbook-xml*` +do install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog +done +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/xml/*` +do +install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog +done diff --git a/gnome2/desktop/gnome-power-manager/DEPENDS b/gnome2/desktop/gnome-power-manager/DEPENDS index e3ff55e..75d78d4 100644 --- a/gnome2/desktop/gnome-power-manager/DEPENDS +++ b/gnome2/desktop/gnome-power-manager/DEPENDS @@ -5,4 +5,4 @@ depends libwnck depends gnome-panel depends gstreamer-10 depends libcanberra -depends docbook-4.1 +depends docbook-smgl diff --git a/profiles/docbook-profile/DEPENDS b/profiles/docbook-profile/DEPENDS index d2e6949..e8f1e55 100644 --- a/profiles/docbook-profile/DEPENDS +++ b/profiles/docbook-profile/DEPENDS @@ -1,8 +1,7 @@ +depends docbook-sgml depends docbook-xml depends docbook-dsssl depends docbook-dsssl-doc -depends docbook-4.1 -depends docbook-4.2 depends docbook-utils depends scrollkeeper diff --git a/utils/discover/DEPENDS b/utils/discover/DEPENDS index 9aaad3a..2e83f7b 100644 --- a/utils/discover/DEPENDS +++ b/utils/discover/DEPENDS @@ -2,4 +2,4 @@ depends discover-data depends expat depends check -optional_depends "docbook-4.1" "" "" "to install manpages" +optional_depends "docbook-smgl" "" "" "to install manpages" From stumbles at lunar-linux.org Sun Aug 15 00:21:54 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 14 Aug 2010 18:21:54 -0400 Subject: [Lunar-commits] gnome-power-manager: Fixing typo. Message-ID: <20100814222245.475809B21B@doppio.foo-projects.org> commit e9a347c88b1c38e4ef8ffa6869a4242398825c18 Author: Dennis `stumbles` Veatch Date: Sat Aug 14 18:21:54 2010 -0400 gnome-power-manager: Fixing typo. --- gnome2/desktop/gnome-power-manager/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome2/desktop/gnome-power-manager/DEPENDS b/gnome2/desktop/gnome-power-manager/DEPENDS index 75d78d4..0b59a10 100644 --- a/gnome2/desktop/gnome-power-manager/DEPENDS +++ b/gnome2/desktop/gnome-power-manager/DEPENDS @@ -5,4 +5,4 @@ depends libwnck depends gnome-panel depends gstreamer-10 depends libcanberra -depends docbook-smgl +depends docbook-sgml From stumbles at lunar-linux.org Sun Aug 15 00:22:26 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 14 Aug 2010 18:22:26 -0400 Subject: [Lunar-commits] docbook-utils: Fixing typo. Message-ID: <20100814222245.53F779B220@doppio.foo-projects.org> commit 980d61fc4516410a651576ae25d03449f9acca38 Author: Dennis `stumbles` Veatch Date: Sat Aug 14 18:22:26 2010 -0400 docbook-utils: Fixing typo. --- doc-tools/docbook-utils/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc-tools/docbook-utils/DEPENDS b/doc-tools/docbook-utils/DEPENDS index 8799f43..cf3ba70 100644 --- a/doc-tools/docbook-utils/DEPENDS +++ b/doc-tools/docbook-utils/DEPENDS @@ -1,3 +1,3 @@ -depends docbook-smgl +depends docbook-sgml depends SGMLSpm depends docbook-dsssl From stumbles at lunar-linux.org Sun Aug 15 00:26:02 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 14 Aug 2010 18:26:02 -0400 Subject: [Lunar-commits] discover: Fixing typo. Message-ID: <20100814222620.1D76C9B21B@doppio.foo-projects.org> commit 22fcfa61545e3ea24c355eed446707b621b2eae2 Author: Dennis `stumbles` Veatch Date: Sat Aug 14 18:26:02 2010 -0400 discover: Fixing typo. --- utils/discover/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/discover/DEPENDS b/utils/discover/DEPENDS index 2e83f7b..528607c 100644 --- a/utils/discover/DEPENDS +++ b/utils/discover/DEPENDS @@ -2,4 +2,4 @@ depends discover-data depends expat depends check -optional_depends "docbook-smgl" "" "" "to install manpages" +optional_depends "docbook-sggl" "" "" "to install manpages" From zbiggy at lunar-linux.org Sun Aug 15 00:44:20 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 15 Aug 2010 00:44:20 +0200 Subject: [Lunar-commits] fixed: ugly typo in few SGML depends Message-ID: <20100814225009.4CDC99B21B@doppio.foo-projects.org> commit 33efd12d86766551462343d2340e27b89cc0006e Author: Zbigniew Luszpinski Date: Sun Aug 15 00:44:20 2010 +0200 fixed: ugly typo in few SGML depends --- doc-tools/docbook-utils/DEPENDS | 2 +- gnome2/desktop/gnome-power-manager/DEPENDS | 2 +- utils/discover/DEPENDS | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-tools/docbook-utils/DEPENDS b/doc-tools/docbook-utils/DEPENDS index 8799f43..cf3ba70 100644 --- a/doc-tools/docbook-utils/DEPENDS +++ b/doc-tools/docbook-utils/DEPENDS @@ -1,3 +1,3 @@ -depends docbook-smgl +depends docbook-sgml depends SGMLSpm depends docbook-dsssl diff --git a/gnome2/desktop/gnome-power-manager/DEPENDS b/gnome2/desktop/gnome-power-manager/DEPENDS index 75d78d4..0b59a10 100644 --- a/gnome2/desktop/gnome-power-manager/DEPENDS +++ b/gnome2/desktop/gnome-power-manager/DEPENDS @@ -5,4 +5,4 @@ depends libwnck depends gnome-panel depends gstreamer-10 depends libcanberra -depends docbook-smgl +depends docbook-sgml diff --git a/utils/discover/DEPENDS b/utils/discover/DEPENDS index 2e83f7b..45f2380 100644 --- a/utils/discover/DEPENDS +++ b/utils/discover/DEPENDS @@ -2,4 +2,4 @@ depends discover-data depends expat depends check -optional_depends "docbook-smgl" "" "" "to install manpages" +optional_depends "docbook-sgml" "" "" "to install manpages" From zbiggy at lunar-linux.org Sun Aug 15 01:18:47 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 15 Aug 2010 01:18:47 +0200 Subject: [Lunar-commits] docbook-sgml: fix for docbook-utils Message-ID: <20100814231924.37EE29B21B@doppio.foo-projects.org> commit 274c2f4787c8f4d6d31457fe8ccae3236e2e9986 Author: Zbigniew Luszpinski Date: Sun Aug 15 01:18:47 2010 +0200 docbook-sgml: fix for docbook-utils --- doc-tools/docbook-sgml/POST_INSTALL | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/doc-tools/docbook-sgml/POST_INSTALL b/doc-tools/docbook-sgml/POST_INSTALL index 89a6314..80992df 100644 --- a/doc-tools/docbook-sgml/POST_INSTALL +++ b/doc-tools/docbook-sgml/POST_INSTALL @@ -9,3 +9,5 @@ for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/sgml/*` do install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog done +# Do not loopback (breaks docbook-utils build) +install-catalog -r $CENTRALIZED /etc/sgml/catalog From zbiggy at lunar-linux.org Sun Aug 15 02:12:41 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 15 Aug 2010 02:12:41 +0200 Subject: [Lunar-commits] libXvMC: updated to 1.0.6 Message-ID: <20100815001328.123A19B21B@doppio.foo-projects.org> commit 1139ee99f6acb6f09cfb758ddafe224fe7a9ef90 Author: Zbigniew Luszpinski Date: Sun Aug 15 02:12:41 2010 +0200 libXvMC: updated to 1.0.6 --- xorg7/lib/libXvMC/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xorg7/lib/libXvMC/DETAILS b/xorg7/lib/libXvMC/DETAILS index 3a57957..b9ab43e 100644 --- a/xorg7/lib/libXvMC/DETAILS +++ b/xorg7/lib/libXvMC/DETAILS @@ -1,12 +1,12 @@ MODULE=libXvMC - VERSION=1.0.5 + VERSION=1.0.6 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/lib/ - SOURCE_VFY=sha1:153b85884f22b882cecb9fc462fe24c669a80dbd + SOURCE_URL=$XORG_URL/individual/lib + SOURCE_VFY=sha1:4ace7e7ce6b646b5715b2efa561affc89bc87f91 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060120 - UPDATED=20091120 + UPDATED=20100815 SHORT="the X.Org XvMC extension library" PSAFE=no From florin at lunar-linux.org Sun Aug 15 09:42:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 15 Aug 2010 10:42:20 +0300 Subject: [Lunar-commits] libxcb: version bumped to 1.7. Message-ID: <20100815074251.146F39B21B@doppio.foo-projects.org> commit 7e1a8aba32fa83b16cbaf743f7100f1f74996f88 Author: Florin Braescu Date: Sun Aug 15 10:42:20 2010 +0300 libxcb: version bumped to 1.7. Bugfixes release. --- xorg7/extra/libxcb/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/libxcb/DETAILS b/xorg7/extra/libxcb/DETAILS index dd0663a..6210247 100644 --- a/xorg7/extra/libxcb/DETAILS +++ b/xorg7/extra/libxcb/DETAILS @@ -1,12 +1,12 @@ MODULE=libxcb - VERSION=1.6 + VERSION=1.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://xcb.freedesktop.org/dist - SOURCE_VFY=sha1:b0a6fec4c02ec876f32bbd4b64ffe8a25f0da518 + SOURCE_VFY=sha1:7540f0587907bce421914f0ddb813810cb2f36f8 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://xcb.freedesktop.org ENTERED=20070216 - UPDATED=20100410 + UPDATED=20100815 SHORT="A replacement of the Xlib interface" cat << EOF From florin at lunar-linux.org Sun Aug 15 10:51:10 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 15 Aug 2010 11:51:10 +0300 Subject: [Lunar-commits] php: move it to zdeprecated. it's not recommended to be used anymore. Message-ID: <20100815085142.D6D669B21B@doppio.foo-projects.org> commit 3859f17907d06a505cc60d9b6d9e950361f16324 Author: Florin Braescu Date: Sun Aug 15 11:51:10 2010 +0300 php: move it to zdeprecated. it's not recommended to be used anymore. --- compilers/php/BUILD | 44 --------------- compilers/php/CONFIGURE | 18 ------ compilers/php/CONFLICTS | 2 - compilers/php/DEPENDS | 123 ------------------------------------------ compilers/php/DETAILS | 35 ------------ compilers/php/POST_INSTALL | 26 --------- compilers/php/POST_REMOVE | 25 --------- zdeprecated/php/BUILD | 44 +++++++++++++++ zdeprecated/php/CONFIGURE | 18 ++++++ zdeprecated/php/CONFLICTS | 2 + zdeprecated/php/DEPENDS | 123 ++++++++++++++++++++++++++++++++++++++++++ zdeprecated/php/DETAILS | 35 ++++++++++++ zdeprecated/php/POST_INSTALL | 26 +++++++++ zdeprecated/php/POST_REMOVE | 25 +++++++++ 14 files changed, 273 insertions(+), 273 deletions(-) diff --git a/compilers/php/BUILD b/compilers/php/BUILD deleted file mode 100644 index 0688928..0000000 --- a/compilers/php/BUILD +++ /dev/null @@ -1,44 +0,0 @@ -( - - if [ -s /etc/httpsd/httpd.conf ] ; then - cp /etc/httpsd/httpd.conf /etc/httpsd/httpd.conf.`date +%Y%m%d` - fi - - if [ -s /etc/httpd/httpd.conf ] ; then - cp /etc/httpd/httpd.conf /etc/httpd/httpd.conf.`date +%Y%m%d` - fi - - if [ "$IMAP" == "y" ]; then - unpack $SOURCE2 - make -C imap-${IMAP_VERSION} slx SPECIALS="SSLDIR=/etc/ssl SSLINCLUDE=/usr/include SSLLIB=/usr/lib" - OPTS="$OPTS --with-imap=imap-${IMAP_VERSION}" - fi - - if module_installed apache || module_installed apache-mod_ssl ; then - OPTS="$OPTS --with-apxs=/usr/sbin/apxs" - elif module_installed apache2 ; then - OPTS="$OPTS --with-apxs2=/usr/sbin/apxs" - fi - - if [ "x${FASTCGI}" != "x" ]; then - OPTS="$OPTS --enable-fastcgi" - fi - - if echo $OPTS | grep -q -- --enable-xslt ; then - LDFLAGS="$LDFLAGS -lstdc++" - fi - - sedit "s:^:#include \n:" ext/mysql/libmysql/mysys_err.h && - - verbose_msg "OPTS=$OPTS" && - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --with-config-file-path=/etc \ - --enable-dbase \ - --enable-dbx \ - --enable-dio \ - --with-ncurses \ - $OPTS && - default_make - -) > $C_FIFO 2>&1 diff --git a/compilers/php/CONFIGURE b/compilers/php/CONFIGURE deleted file mode 100644 index 399eedc..0000000 --- a/compilers/php/CONFIGURE +++ /dev/null @@ -1,18 +0,0 @@ -mquery IMAP "Install imap support?" y -mquery REGGLOBALS "Enable global variable support (potential security risk)?" n -mquery FTP "Install ftp support?" y "--enable-ftp" "" -mquery EXIF "Install EXIF support?" y "--enable-exif" "" -mquery TRANSSID "Enable transparent session id?" y "--enable-trans-sid" "" -mquery SOCKETS "Enable sockets support (experimental)?" y "--enable-sockets" "" -mquery NCURSES "Enable ncurses support (experimental)?" y "--with-ncurses" "" -mquery BCMATH "Enable BC math support?" y "--enable-bcmath" "" - -if module_installed lighttpd; then - mquery FASTCGI "Build FastCGI version (required by lighttpd)?" y -fi -if query "Enable multibyte string support?" n; then - OPTS="$OPTS --enable-mbstring" - if query "Disable multibyte regular expression functions?" n; then - OPTS="$OPTS --disable-mbregex" - fi -fi diff --git a/compilers/php/CONFLICTS b/compilers/php/CONFLICTS deleted file mode 100644 index 4a5b73d..0000000 --- a/compilers/php/CONFLICTS +++ /dev/null @@ -1,2 +0,0 @@ -conflicts php5 -conflicts php5-suhosin diff --git a/compilers/php/DEPENDS b/compilers/php/DEPENDS deleted file mode 100644 index 3cd8c45..0000000 --- a/compilers/php/DEPENDS +++ /dev/null @@ -1,123 +0,0 @@ -depends readline - -optional_depends "aspell" \ - "--with-pspell" \ - "" \ - "for spelling functions" - -optional_depends "bzip2" \ - "--with-bz2" \ - "" \ - "for compression support" - -optional_depends "mhash" \ - "--with-mhash" \ - "" \ - "for hash functions support" - -optional_depends "mcrypt" \ - "--with-mcrypt" \ - "" \ - "for crypto library" - -optional_depends "gmp" \ - "--with-gmp" \ - "" \ - "GNU math lib support" - -optional_depends "openssl" \ - "--with-openssl" \ - "" \ - "for OpenSSL support" - -optional_depends "gettext" \ - "--with-gettext" \ - "" \ - "for GNU gettext support" - -optional_depends "db" \ - "--with-db4" \ - "" \ - "for Berkeley DB4 support" - -optional_depends "gdbm" \ - "--with-gdbm" \ - "" \ - "for GNU dbm support" - -optional_depends "postgresql" \ - "--with-pgsql=/usr" \ - "" \ - "for PostgreSQL support" - -optional_depends "mysql" \ - "--with-mysql=/usr" \ - "" \ - "for native MySQL support" - -optional_depends "freetds" \ - "--with-sybase=/usr" \ - "" \ - "for SyBase support" - -optional_depends "freetype2" \ - "--with-freetype-dir=/usr" \ - "" \ - "for freetype2 support" - -optional_depends "PDFlib-Lite" \ - "--with-pdflib" \ - "" \ - "for pdflib support" - -optional_depends "gd" \ - "--with-gd=/usr \ - --enable-gd-native-ttf \ - --with-jpeg-dir=/usr \ - --with-png-dir=/usr \ - --with-zlib" \ - "" \ - "for on the fly graphics" - -optional_depends "curl" \ - "--with-curl" \ - "" \ - "for cURL support" - -optional_depends "ming" \ - "--with-ming" \ - "--without-ming" \ - "for dynamic FLASH generation" - -optional_depends "Sablot" \ - "--enable-xslt \ - --with-xslt-sablot=/usr" \ - "" \ - "for XSLT support" - -optional_depends "expat" \ - "--with-expat-dir=/usr" \ - "" \ - "for expat XML support" - -optional_depends "libxml2" \ - "--with-dom=/usr \ - --with-zlib-dir=/usr" \ - "" \ - "for DOM XML support" - -optional_depends "libxslt" \ - "--with-dom-xslt=/usr \ - --with-dom-exslt=/usr" \ - "" \ - "for DOM XSLT support" - -optional_depends "openldap" \ - "--with-ldap" \ - "" \ - "For ldap support" - -optional_depends "mm" \ - "--with-mm" \ - "" \ - "for shared memory session support" diff --git a/compilers/php/DETAILS b/compilers/php/DETAILS deleted file mode 100644 index afffbbb..0000000 --- a/compilers/php/DETAILS +++ /dev/null @@ -1,35 +0,0 @@ - MODULE=php - VERSION=4.4.9 - IMAP_VERSION=2006f - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=http://www.php.net/distributions - SOURCE_URL[1]=http://uk2.php.net/distributions - SOURCE_URL[2]=http://us2.php.net/distributions - SOURCE_URL[3]=http://uk.php.net/distributions - SOURCE_URL[4]=http://nl.php.net/distributions - SOURCE_URL[5]=http://de.php.net/distributions - SOURCE_URL[6]=http://fr.php.net/distributions - SOURCE2=imap-$IMAP_VERSION.tar.Z - SOURCE2_URL[0]=ftp://ftp.cac.washington.edu/imap - SOURCE2_URL[1]=ftp://ftp.cac.washington.edu/imap/old - SOURCE_VFY=sha1:ab3d2205d756ddf93452b57bd6ce6a2014b1c374 - SOURCE2_VFY=sha1:e49b8455ee2baef56df707bc487155f9a1e74821 - WEB_SITE=http://www.php.net - ENTERED=20011024 - UPDATED=20080809 - SHORT="Hypertext Processor scripting language" - PSAFE=no - -cat << EOF -PHP is a widely-used Open Source general-purpose scripting language -that is especially suited for Web development and can be embedded -into HTML. Its syntax draws upon C, Java, and Perl, and is easy to -learn. PHP runs on many different platforms and can be used as a -standalone executable or as a module under a variety of Web servers. -It has excellent support for databases, XML, LDAP, IMAP, Java, -various Internet protocols, and general data manipulation, and is -extensible via its powerful API. It is actively developed and -supported by a talented and energetic international team. Numerous -Open Source and commercial PHP-based application packages are -available. -EOF diff --git a/compilers/php/POST_INSTALL b/compilers/php/POST_INSTALL deleted file mode 100644 index 14ea127..0000000 --- a/compilers/php/POST_INSTALL +++ /dev/null @@ -1,26 +0,0 @@ - -# prototype AddType definition for apache2 -if [ -f /etc/httpd/conf/httpd.conf ] ; then - if ! grep -q "x-httpd-php" /etc/httpd/conf/httpd.conf ; then - cat >> /etc/httpd/conf/httpd.conf << EOF - -# AddType required for php to work: -AddType application/x-httpd-php .php .php4 .php3 .phtml -AddType application/x-httpd-php-source .phps - -EOF - fi -fi - -if [ ! -e /etc/php.ini ] ; then - cp $SOURCE_DIRECTORY/php.ini-dist /etc/php.ini -fi - -case $REGGLOBALS in - y|Y) - sedit "s/register_globals = Off/register_globals = On/" /etc/php.ini - ;; - *) true - ;; -esac - diff --git a/compilers/php/POST_REMOVE b/compilers/php/POST_REMOVE deleted file mode 100644 index 8b671e9..0000000 --- a/compilers/php/POST_REMOVE +++ /dev/null @@ -1,25 +0,0 @@ -if module_installed apache; then - - cp /etc/httpd/httpd.conf /tmp/httpd.conf - grep -v "LoadModule php4_module" /tmp/httpd.conf | - grep -v "AddModule mod_php4.c" > /etc/httpd/httpd.conf - rm -f /tmp/httpd.conf - /usr/sbin/apachectl graceful - -elif module_installed apache_mod_ssl; then - - cp /etc/httpsd/httpd.conf /tmp/httpd.conf - grep -v "LoadModule php4_module" /tmp/httpd.conf | - grep -v "AddModule mod_php4.c" > /etc/httpsd/httpd.conf - rm -f /tmp/httpd.conf - /etc/init.d/apache_modssl.sh restart - -elif module_installed apache2; then - - cp /etc/httpd/httpd.conf /tmp/httpd.conf - grep -v "LoadModule php4_module" /tmp/httpd.conf | - grep -v "AddType application/x-httpd-php" > /etc/httpd/httpd.conf - rm -f /tmp/httpd.conf - /usr/sbin/apachectl graceful - -fi diff --git a/zdeprecated/php/BUILD b/zdeprecated/php/BUILD new file mode 100644 index 0000000..0688928 --- /dev/null +++ b/zdeprecated/php/BUILD @@ -0,0 +1,44 @@ +( + + if [ -s /etc/httpsd/httpd.conf ] ; then + cp /etc/httpsd/httpd.conf /etc/httpsd/httpd.conf.`date +%Y%m%d` + fi + + if [ -s /etc/httpd/httpd.conf ] ; then + cp /etc/httpd/httpd.conf /etc/httpd/httpd.conf.`date +%Y%m%d` + fi + + if [ "$IMAP" == "y" ]; then + unpack $SOURCE2 + make -C imap-${IMAP_VERSION} slx SPECIALS="SSLDIR=/etc/ssl SSLINCLUDE=/usr/include SSLLIB=/usr/lib" + OPTS="$OPTS --with-imap=imap-${IMAP_VERSION}" + fi + + if module_installed apache || module_installed apache-mod_ssl ; then + OPTS="$OPTS --with-apxs=/usr/sbin/apxs" + elif module_installed apache2 ; then + OPTS="$OPTS --with-apxs2=/usr/sbin/apxs" + fi + + if [ "x${FASTCGI}" != "x" ]; then + OPTS="$OPTS --enable-fastcgi" + fi + + if echo $OPTS | grep -q -- --enable-xslt ; then + LDFLAGS="$LDFLAGS -lstdc++" + fi + + sedit "s:^:#include \n:" ext/mysql/libmysql/mysys_err.h && + + verbose_msg "OPTS=$OPTS" && + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --with-config-file-path=/etc \ + --enable-dbase \ + --enable-dbx \ + --enable-dio \ + --with-ncurses \ + $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/zdeprecated/php/CONFIGURE b/zdeprecated/php/CONFIGURE new file mode 100644 index 0000000..399eedc --- /dev/null +++ b/zdeprecated/php/CONFIGURE @@ -0,0 +1,18 @@ +mquery IMAP "Install imap support?" y +mquery REGGLOBALS "Enable global variable support (potential security risk)?" n +mquery FTP "Install ftp support?" y "--enable-ftp" "" +mquery EXIF "Install EXIF support?" y "--enable-exif" "" +mquery TRANSSID "Enable transparent session id?" y "--enable-trans-sid" "" +mquery SOCKETS "Enable sockets support (experimental)?" y "--enable-sockets" "" +mquery NCURSES "Enable ncurses support (experimental)?" y "--with-ncurses" "" +mquery BCMATH "Enable BC math support?" y "--enable-bcmath" "" + +if module_installed lighttpd; then + mquery FASTCGI "Build FastCGI version (required by lighttpd)?" y +fi +if query "Enable multibyte string support?" n; then + OPTS="$OPTS --enable-mbstring" + if query "Disable multibyte regular expression functions?" n; then + OPTS="$OPTS --disable-mbregex" + fi +fi diff --git a/zdeprecated/php/CONFLICTS b/zdeprecated/php/CONFLICTS new file mode 100644 index 0000000..4a5b73d --- /dev/null +++ b/zdeprecated/php/CONFLICTS @@ -0,0 +1,2 @@ +conflicts php5 +conflicts php5-suhosin diff --git a/zdeprecated/php/DEPENDS b/zdeprecated/php/DEPENDS new file mode 100644 index 0000000..3cd8c45 --- /dev/null +++ b/zdeprecated/php/DEPENDS @@ -0,0 +1,123 @@ +depends readline + +optional_depends "aspell" \ + "--with-pspell" \ + "" \ + "for spelling functions" + +optional_depends "bzip2" \ + "--with-bz2" \ + "" \ + "for compression support" + +optional_depends "mhash" \ + "--with-mhash" \ + "" \ + "for hash functions support" + +optional_depends "mcrypt" \ + "--with-mcrypt" \ + "" \ + "for crypto library" + +optional_depends "gmp" \ + "--with-gmp" \ + "" \ + "GNU math lib support" + +optional_depends "openssl" \ + "--with-openssl" \ + "" \ + "for OpenSSL support" + +optional_depends "gettext" \ + "--with-gettext" \ + "" \ + "for GNU gettext support" + +optional_depends "db" \ + "--with-db4" \ + "" \ + "for Berkeley DB4 support" + +optional_depends "gdbm" \ + "--with-gdbm" \ + "" \ + "for GNU dbm support" + +optional_depends "postgresql" \ + "--with-pgsql=/usr" \ + "" \ + "for PostgreSQL support" + +optional_depends "mysql" \ + "--with-mysql=/usr" \ + "" \ + "for native MySQL support" + +optional_depends "freetds" \ + "--with-sybase=/usr" \ + "" \ + "for SyBase support" + +optional_depends "freetype2" \ + "--with-freetype-dir=/usr" \ + "" \ + "for freetype2 support" + +optional_depends "PDFlib-Lite" \ + "--with-pdflib" \ + "" \ + "for pdflib support" + +optional_depends "gd" \ + "--with-gd=/usr \ + --enable-gd-native-ttf \ + --with-jpeg-dir=/usr \ + --with-png-dir=/usr \ + --with-zlib" \ + "" \ + "for on the fly graphics" + +optional_depends "curl" \ + "--with-curl" \ + "" \ + "for cURL support" + +optional_depends "ming" \ + "--with-ming" \ + "--without-ming" \ + "for dynamic FLASH generation" + +optional_depends "Sablot" \ + "--enable-xslt \ + --with-xslt-sablot=/usr" \ + "" \ + "for XSLT support" + +optional_depends "expat" \ + "--with-expat-dir=/usr" \ + "" \ + "for expat XML support" + +optional_depends "libxml2" \ + "--with-dom=/usr \ + --with-zlib-dir=/usr" \ + "" \ + "for DOM XML support" + +optional_depends "libxslt" \ + "--with-dom-xslt=/usr \ + --with-dom-exslt=/usr" \ + "" \ + "for DOM XSLT support" + +optional_depends "openldap" \ + "--with-ldap" \ + "" \ + "For ldap support" + +optional_depends "mm" \ + "--with-mm" \ + "" \ + "for shared memory session support" diff --git a/zdeprecated/php/DETAILS b/zdeprecated/php/DETAILS new file mode 100644 index 0000000..afffbbb --- /dev/null +++ b/zdeprecated/php/DETAILS @@ -0,0 +1,35 @@ + MODULE=php + VERSION=4.4.9 + IMAP_VERSION=2006f + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=http://www.php.net/distributions + SOURCE_URL[1]=http://uk2.php.net/distributions + SOURCE_URL[2]=http://us2.php.net/distributions + SOURCE_URL[3]=http://uk.php.net/distributions + SOURCE_URL[4]=http://nl.php.net/distributions + SOURCE_URL[5]=http://de.php.net/distributions + SOURCE_URL[6]=http://fr.php.net/distributions + SOURCE2=imap-$IMAP_VERSION.tar.Z + SOURCE2_URL[0]=ftp://ftp.cac.washington.edu/imap + SOURCE2_URL[1]=ftp://ftp.cac.washington.edu/imap/old + SOURCE_VFY=sha1:ab3d2205d756ddf93452b57bd6ce6a2014b1c374 + SOURCE2_VFY=sha1:e49b8455ee2baef56df707bc487155f9a1e74821 + WEB_SITE=http://www.php.net + ENTERED=20011024 + UPDATED=20080809 + SHORT="Hypertext Processor scripting language" + PSAFE=no + +cat << EOF +PHP is a widely-used Open Source general-purpose scripting language +that is especially suited for Web development and can be embedded +into HTML. Its syntax draws upon C, Java, and Perl, and is easy to +learn. PHP runs on many different platforms and can be used as a +standalone executable or as a module under a variety of Web servers. +It has excellent support for databases, XML, LDAP, IMAP, Java, +various Internet protocols, and general data manipulation, and is +extensible via its powerful API. It is actively developed and +supported by a talented and energetic international team. Numerous +Open Source and commercial PHP-based application packages are +available. +EOF diff --git a/zdeprecated/php/POST_INSTALL b/zdeprecated/php/POST_INSTALL new file mode 100644 index 0000000..14ea127 --- /dev/null +++ b/zdeprecated/php/POST_INSTALL @@ -0,0 +1,26 @@ + +# prototype AddType definition for apache2 +if [ -f /etc/httpd/conf/httpd.conf ] ; then + if ! grep -q "x-httpd-php" /etc/httpd/conf/httpd.conf ; then + cat >> /etc/httpd/conf/httpd.conf << EOF + +# AddType required for php to work: +AddType application/x-httpd-php .php .php4 .php3 .phtml +AddType application/x-httpd-php-source .phps + +EOF + fi +fi + +if [ ! -e /etc/php.ini ] ; then + cp $SOURCE_DIRECTORY/php.ini-dist /etc/php.ini +fi + +case $REGGLOBALS in + y|Y) + sedit "s/register_globals = Off/register_globals = On/" /etc/php.ini + ;; + *) true + ;; +esac + diff --git a/zdeprecated/php/POST_REMOVE b/zdeprecated/php/POST_REMOVE new file mode 100644 index 0000000..8b671e9 --- /dev/null +++ b/zdeprecated/php/POST_REMOVE @@ -0,0 +1,25 @@ +if module_installed apache; then + + cp /etc/httpd/httpd.conf /tmp/httpd.conf + grep -v "LoadModule php4_module" /tmp/httpd.conf | + grep -v "AddModule mod_php4.c" > /etc/httpd/httpd.conf + rm -f /tmp/httpd.conf + /usr/sbin/apachectl graceful + +elif module_installed apache_mod_ssl; then + + cp /etc/httpsd/httpd.conf /tmp/httpd.conf + grep -v "LoadModule php4_module" /tmp/httpd.conf | + grep -v "AddModule mod_php4.c" > /etc/httpsd/httpd.conf + rm -f /tmp/httpd.conf + /etc/init.d/apache_modssl.sh restart + +elif module_installed apache2; then + + cp /etc/httpd/httpd.conf /tmp/httpd.conf + grep -v "LoadModule php4_module" /tmp/httpd.conf | + grep -v "AddType application/x-httpd-php" > /etc/httpd/httpd.conf + rm -f /tmp/httpd.conf + /usr/sbin/apachectl graceful + +fi From florin at lunar-linux.org Sun Aug 15 10:58:25 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 15 Aug 2010 11:58:25 +0300 Subject: [Lunar-commits] turck-mmcache: use %PHP in DEPENDS file instead of php. Message-ID: <20100815085857.5381C9B21B@doppio.foo-projects.org> commit 531a745a770f22add722606ffa4f79e558090c4d Author: Florin Braescu Date: Sun Aug 15 11:58:25 2010 +0300 turck-mmcache: use %PHP in DEPENDS file instead of php. --- zbeta/turck-mmcache/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/turck-mmcache/DEPENDS b/zbeta/turck-mmcache/DEPENDS index 25c76d9..77971c2 100644 --- a/zbeta/turck-mmcache/DEPENDS +++ b/zbeta/turck-mmcache/DEPENDS @@ -1 +1 @@ -depends php +depends %PHP From stumbles at lunar-linux.org Sun Aug 15 17:53:32 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 15 Aug 2010 11:53:32 -0400 Subject: [Lunar-commits] epdfview: Just a little fiddling with the Icon path. Message-ID: <20100815155402.85B0B9B220@doppio.foo-projects.org> commit 9d9c1cf08f5dd4601c6a0170b63345f65d1202d4 Author: Dennis `stumbles` Veatch Date: Sun Aug 15 11:53:32 2010 -0400 epdfview: Just a little fiddling with the Icon path. --- x11-apps/epdfview/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/x11-apps/epdfview/BUILD b/x11-apps/epdfview/BUILD new file mode 100644 index 0000000..027bee4 --- /dev/null +++ b/x11-apps/epdfview/BUILD @@ -0,0 +1,7 @@ +( + + sedit "s:Icon=:Icon=/usr/share/epdfview/pixmaps/:" data/epdfview.desktop && + + default_build + +) > $C_FIFO 2>&1 From florin at lunar-linux.org Sun Aug 15 20:29:33 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 15 Aug 2010 21:29:33 +0300 Subject: [Lunar-commits] papyon: version bumped to 0.5.0. Message-ID: <20100815182949.391519B220@doppio.foo-projects.org> commit c717504810f350a1a941bd0bc937506dfa883fd9 Author: Florin Braescu Date: Sun Aug 15 21:29:33 2010 +0300 papyon: version bumped to 0.5.0. --- python/papyon/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/papyon/DETAILS b/python/papyon/DETAILS index 7085e4f..345e672 100644 --- a/python/papyon/DETAILS +++ b/python/papyon/DETAILS @@ -1,11 +1,11 @@ MODULE=papyon - VERSION=0.4.9 + VERSION=0.5.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE - SOURCE_VFY=sha1:1c7f406cbdd9c186aa33693b72496b5f69b52bf8 + SOURCE_VFY=sha1:661388e33560da6ffcd4f94de37287c49bb95424 WEB_SITE=http://telepathy.freedesktop.org/wiki/Papyon ENTERED=20100713 - UPDATED=20100713 + UPDATED=20100815 SHORT="A python MSN connection library" cat << EOF From florin at lunar-linux.org Sun Aug 15 20:32:51 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 15 Aug 2010 21:32:51 +0300 Subject: [Lunar-commits] relepathy-butterfly: version bumped to 0.5.13. Message-ID: <20100815183306.BD3619B220@doppio.foo-projects.org> commit 9edc5197a23d17ab9ef688e29c8578af6b5e25c1 Author: Florin Braescu Date: Sun Aug 15 21:32:51 2010 +0300 relepathy-butterfly: version bumped to 0.5.13. --- chat/telepathy-butterfly/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/telepathy-butterfly/DETAILS b/chat/telepathy-butterfly/DETAILS index ae9e463..d29d429 100644 --- a/chat/telepathy-butterfly/DETAILS +++ b/chat/telepathy-butterfly/DETAILS @@ -1,11 +1,11 @@ MODULE=telepathy-butterfly - VERSION=0.5.12 + VERSION=0.5.13 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE - SOURCE_VFY=sha1:b49967cef43a586d06cdc2f73a62a66de374d61d + SOURCE_VFY=sha1:530b44939a34fd28f97734a878c6914ca3e6eff9 WEB_SITE=http://telepathy.freedesktop.org/wiki ENTERED=20090123 - UPDATED=20100713 + UPDATED=20100815 SHORT="telepathy MSN connection manager" cat << EOF From ratler at lunar-linux.org Sun Aug 15 21:10:09 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 15 Aug 2010 21:10:09 +0200 Subject: [Lunar-commits] procps: Fix bug with make 3.82 Message-ID: <20100815191050.B78FF9B220@doppio.foo-projects.org> commit cb157550ab1506c037d6a9bb0cd854325dc98e5a Author: Stefan Wold Date: Sun Aug 15 21:10:09 2010 +0200 procps: Fix bug with make 3.82 * Removed sedit for top.desktop, no longer exist --- utils/procps/BUILD | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/procps/BUILD b/utils/procps/BUILD index 52d7217..5baaab7 100644 --- a/utils/procps/BUILD +++ b/utils/procps/BUILD @@ -1,6 +1,7 @@ ( - - sedit "s/top.desktop//" Makefile && + + # Fix for make 3.82 + sedit "s;*/module.mk;proc/module.mk ps/module.mk;" Makefile && sedit "s/\/usr\/bin/\/bin/g" Makefile && make CFLAGS="$CFLAGS" PKG_CFLAGS="-W" && From stumbles at lunar-linux.org Mon Aug 16 00:00:44 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 15 Aug 2010 18:00:44 -0400 Subject: [Lunar-commits] clutter: Version bump. Message-ID: <20100815220100.4B96B9B220@doppio.foo-projects.org> commit 0eb52aded923307b782e791a0727d83957a21396 Author: Dennis `stumbles` Veatch Date: Sun Aug 15 18:00:44 2010 -0400 clutter: Version bump. --- graphics/clutter/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/clutter/DETAILS b/graphics/clutter/DETAILS index 332d057..10104cf 100644 --- a/graphics/clutter/DETAILS +++ b/graphics/clutter/DETAILS @@ -1,12 +1,12 @@ MODULE=clutter MAJOR=1.2 - VERSION=$MAJOR.10 + VERSION=$MAJOR.12 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:15f122315194a09b21fccbc31de6a1ce56918975 + SOURCE_VFY=sha1:70feff8c3c2bbf2d4ed7ed6ecae6ad04a464d499 WEB_SITE=http://www.clutter-project.org ENTERED=20080109 - UPDATED=20100713 + UPDATED=20100815 SHORT="A library for creating OpenGL based GUIs" cat << EOF From stumbles at lunar-linux.org Mon Aug 16 00:26:01 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 15 Aug 2010 18:26:01 -0400 Subject: [Lunar-commits] clutter-gst: Version bump. Message-ID: <20100815222656.544379B220@doppio.foo-projects.org> commit f56be00f7959b84c9cfea5bc01957b07a39868f6 Author: Dennis `stumbles` Veatch Date: Sun Aug 15 18:26:01 2010 -0400 clutter-gst: Version bump. --- audio/clutter-gst/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/clutter-gst/DETAILS b/audio/clutter-gst/DETAILS index 32cf816..6c5bd11 100644 --- a/audio/clutter-gst/DETAILS +++ b/audio/clutter-gst/DETAILS @@ -1,12 +1,12 @@ MODULE=clutter-gst - MAJ=0.8 - VERSION=0.8.0 + MAJOR=1.0 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJ/ - SOURCE_VFY=sha1:3ccc90db9f99919e11f538ee50f65ded7b557bb1 + SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJOR/ + SOURCE_VFY=sha1:22f262b8d4d70d5d0ef499614fc0332a7a641241 WEB_SITE=http://www.clutter-project.org ENTERED=20080109 - UPDATED=20090206 + UPDATED=20100815 SHORT="integration library for using GStreamer with Clutter" cat << EOF From stumbles at lunar-linux.org Mon Aug 16 00:26:14 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 15 Aug 2010 18:26:14 -0400 Subject: [Lunar-commits] clutter-gtk: Version bump. Message-ID: <20100815222656.630139B221@doppio.foo-projects.org> commit 0575ee749c3f270b0ffdbb981818c7af0e8ee5af Author: Dennis `stumbles` Veatch Date: Sun Aug 15 18:26:14 2010 -0400 clutter-gtk: Version bump. --- 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 181ec9b..587bea9 100644 --- a/graphics/clutter-gtk/DETAILS +++ b/graphics/clutter-gtk/DETAILS @@ -1,12 +1,12 @@ MODULE=clutter-gtk MAJOR=0.10 - VERSION=$MAJOR.4 + VERSION=$MAJOR.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:fc98d50bfc7500f546676baf04d1afe480b3a8f8 + SOURCE_VFY=sha1:bbbaf43c6aaa89b05ce8949087bc92c9ac9dfc40 WEB_SITE=http://www.clutter-project.org ENTERED=20080109 - UPDATED=20100314 + UPDATED=20100815 SHORT="Integrate Clutter into GTK+ applications" cat << EOF From stumbles at lunar-linux.org Mon Aug 16 00:26:30 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 15 Aug 2010 18:26:30 -0400 Subject: [Lunar-commits] pyclutter: Version bump. Message-ID: <20100815222656.75B1C9B223@doppio.foo-projects.org> commit 17b14be16c49c782c0c8f1b60728beb8d7ccacbf Author: Dennis `stumbles` Veatch Date: Sun Aug 15 18:26:30 2010 -0400 pyclutter: Version bump. --- graphics/pyclutter/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/graphics/pyclutter/DETAILS b/graphics/pyclutter/DETAILS index f1eaf58..78c2f14 100644 --- a/graphics/pyclutter/DETAILS +++ b/graphics/pyclutter/DETAILS @@ -1,14 +1,15 @@ MODULE=pyclutter - MAJ=0.8 - VERSION=0.8.2 + MAJOR=1.0 + VERSION=${MAJOR}.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJ/ - SOURCE_VFY=sha1:a6753a585c55233d6fff716b09d5db7a7321ecfb + SOURCE_URL=http://www.clutter-project.org/sources/$MODULE/$MAJOR/ + SOURCE_VFY=sha1:ce2a6fce7eeebf2cff24a0b58eefc9073a46afad WEB_SITE=http://www.clutter-project.org ENTERED=20080109 - UPDATED=20090206 + UPDATED=20100815 SHORT="Python bindings to the clutter library" +PSAFE=no cat << EOF Pyclutter contains the Python modules that allow you to use the Clutter toolkit in Python programs. From stumbles at lunar-linux.org Mon Aug 16 01:08:54 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 15 Aug 2010 19:08:54 -0400 Subject: [Lunar-commits] inkscape: Removing patch because if fails with rejects. Message-ID: <20100815230928.567949B220@doppio.foo-projects.org> commit 7a9d496d0a452bb74314c6d2847f907b34e4008b Author: Dennis `stumbles` Veatch Date: Sun Aug 15 19:08:54 2010 -0400 inkscape: Removing patch because if fails with rejects. --- graphics/inkscape/BUILD | 2 -- graphics/inkscape/DETAILS | 1 - 2 files changed, 0 insertions(+), 3 deletions(-) diff --git a/graphics/inkscape/BUILD b/graphics/inkscape/BUILD index fbb9440..30cecb3 100644 --- a/graphics/inkscape/BUILD +++ b/graphics/inkscape/BUILD @@ -1,7 +1,5 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && - ./configure --prefix=${GNOME26_PREFIX:-/usr} \ --build=$BUILD \ --sysconfdir=/etc \ diff --git a/graphics/inkscape/DETAILS b/graphics/inkscape/DETAILS index 3529aa8..7fe1bef 100644 --- a/graphics/inkscape/DETAILS +++ b/graphics/inkscape/DETAILS @@ -1,7 +1,6 @@ MODULE=inkscape VERSION=0.48.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=inkscape-0.47-poppler-0.12.2.patch SOURCE_URL=$SFORGE_URL/$MODULE SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:a2ab9b34937cc4f2b482c9b3720d8fd4dc7b12e8 From stumbles at lunar-linux.org Mon Aug 16 01:13:20 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 15 Aug 2010 19:13:20 -0400 Subject: [Lunar-commits] inkscape: Well don't need those. Message-ID: <20100815231338.EB6D89B220@doppio.foo-projects.org> commit 1b1d6830cd74f7d319d1db1b13a578086d7c200a Author: Dennis `stumbles` Veatch Date: Sun Aug 15 19:13:20 2010 -0400 inkscape: Well don't need those. --- graphics/inkscape/DETAILS | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/graphics/inkscape/DETAILS b/graphics/inkscape/DETAILS index 7fe1bef..9c98f34 100644 --- a/graphics/inkscape/DETAILS +++ b/graphics/inkscape/DETAILS @@ -2,9 +2,7 @@ VERSION=0.48.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:a2ab9b34937cc4f2b482c9b3720d8fd4dc7b12e8 - SOURCE2_VFY=sha1:cc4de4551353e1f95c38c0a14d2c05e911df8690 WEB_SITE=http://www.inkscape.org ENTERED=20031115 UPDATED=20100814 From florin at lunar-linux.org Mon Aug 16 15:03:31 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Aug 2010 16:03:31 +0300 Subject: [Lunar-commits] vim: version bumped to 7.3. Message-ID: <20100816130352.535429B221@doppio.foo-projects.org> commit 6ce13bf86fa7fa7a2f0cf6b0ab797be861ae26a2 Author: Florin Braescu Date: Mon Aug 16 16:03:31 2010 +0300 vim: version bumped to 7.3. --- editors/vim/BUILD | 16 ++++++++-------- editors/vim/DEPENDS | 9 +++++---- editors/vim/DETAILS | 36 ++++++++++++++++++------------------ 3 files changed, 31 insertions(+), 30 deletions(-) diff --git a/editors/vim/BUILD b/editors/vim/BUILD index 0fa0dd4..8c98867 100644 --- a/editors/vim/BUILD +++ b/editors/vim/BUILD @@ -4,14 +4,14 @@ OPTS="$OPTS --enable-multibyte" fi - cd src && - default_config && - make && - prepare_install && - rm -f /usr/bin/vim /usr/bin/vi && - ( find /usr/share/vim -type d -exec rmdir {} \; &> /dev/null || true) && - make install && - ln -sf /usr/bin/vim /usr/bin/vi && + cd src && + default_config && + make && + prepare_install && + rm -f /usr/bin/vim /usr/bin/vi && + ( find /usr/share/vim -type d -exec rmdir {} \; &> /dev/null || true) && + make install && + ln -sf /usr/bin/vim /usr/bin/vi && cp -f $SCRIPT_DIRECTORY/vimrc /usr/share/vim/vim${MAJOR}/sample.vimrc ) > $C_FIFO 2>&1 diff --git a/editors/vim/DEPENDS b/editors/vim/DEPENDS index ddeb4df..277b4fd 100644 --- a/editors/vim/DEPENDS +++ b/editors/vim/DEPENDS @@ -1,6 +1,7 @@ depends ncurses -optional_depends "%X" "--enable-gui=auto" "--enable-gui=no --without-x" "to enable a gui" + +optional_depends "%X" "--enable-gui=auto" "--enable-gui=no --without-x" "to enable a gui" optional_depends Python "--enable-pythoninterp" "" "to enable Python interpreter support" -optional_depends perl "--enable-perlinterp" "" "to enable Perl interpreter support" -optional_depends tcl "--enable-tclinterp" "" "to enable Tcl interpreter support" -optional_depends ruby "--enable-rubyinterp" "" "to enable Ruby interpreter support" +optional_depends perl "--enable-perlinterp" "" "to enable Perl interpreter support" +optional_depends tcl "--enable-tclinterp" "" "to enable Tcl interpreter support" +optional_depends ruby "--enable-rubyinterp" "" "to enable Ruby interpreter support" diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS index f3d2a44..98cb8ac 100644 --- a/editors/vim/DETAILS +++ b/editors/vim/DETAILS @@ -1,31 +1,31 @@ MODULE=vim - VERSION=7.2 - MAJOR=72 + MAJOR=73 + VERSION=7.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/vim${MAJOR} - SOURCE_URL[0]=ftp://ftp.vim.org/pub/vim/unix/ - SOURCE_URL[1]=ftp://ftp.us.vim.org/pub/vim/unix/ - SOURCE_URL[2]=ftp://ftp3.nl.vim.org/pub/vim/unix/ - SOURCE_URL[3]=ftp://ftp.be.vim.org/pub/vim/unix/ - SOURCE_URL[4]=ftp://ftp9.us.vim.org/pub/vim/unix/ - SOURCE_URL[5]=ftp://ftp.nl.vim.org/pub/vim/unix/ - SOURCE_URL[6]=ftp://ftp3.nl.vim.org/pub/vim/unix/ - SOURCE_URL[7]=ftp://ftp.be.vim.org/pub/vim/unix/ - SOURCE_URL[8]=ftp://ftp.de.vim.org/pub/vim/unix/ - SOURCE_URL[9]=ftp://ftp.fr.vim.org/pub/vim/unix/ - SOURCE_URL[10]=ftp://ftp.es.vim.org/pub/vim/unix/ - SOURCE_URL[11]=ftp://ftp.pl.vim.org/pub/vim/unix/ - SOURCE_URL[12]=ftp://ftp2.pl.vim.org/pub/vim/unix/ - SOURCE_VFY=sha1:a4b6641ca528fada71ea77c998a441495ed4984c + SOURCE_URL[0]=ftp://ftp.vim.org/pub/vim/unix + SOURCE_URL[1]=ftp://ftp.us.vim.org/pub/vim/unix + SOURCE_URL[2]=ftp://ftp3.nl.vim.org/pub/vim/unix + SOURCE_URL[3]=ftp://ftp.be.vim.org/pub/vim/unix + SOURCE_URL[4]=ftp://ftp9.us.vim.org/pub/vim/unix + SOURCE_URL[5]=ftp://ftp.nl.vim.org/pub/vim/unix + SOURCE_URL[6]=ftp://ftp3.nl.vim.org/pub/vim/unix + SOURCE_URL[7]=ftp://ftp.be.vim.org/pub/vim/unix + SOURCE_URL[8]=ftp://ftp.de.vim.org/pub/vim/unix + SOURCE_URL[9]=ftp://ftp.fr.vim.org/pub/vim/unix + SOURCE_URL[10]=ftp://ftp.es.vim.org/pub/vim/unix + SOURCE_URL[11]=ftp://ftp.pl.vim.org/pub/vim/unix + SOURCE_URL[12]=ftp://ftp2.pl.vim.org/pub/vim/unix + SOURCE_VFY=sha1:46faa96c5fab639899b1c655c23d8755b62f036f WEB_SITE=http://vim.sf.net MAINTAINER=sofar at lunar-linux.org ENTERED=20010922 - UPDATED=20080810 + UPDATED=20100816 SHORT="Improved version of vi" cat << EOF VIM is an improved version of the editor vi, one of the standard text -editors on UNIX systems. VIM adds many of the features that you would +editors on UNIX systems. VIM adds many of the features that you would expect in an editor: Unlimited undo, syntax coloring, split windows, visual selection, graphical user interface (read: menus, mouse control, scrollbars, text selection), and much much more. From florin at lunar-linux.org Mon Aug 16 22:18:44 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Aug 2010 23:18:44 +0300 Subject: [Lunar-commits] foomatic-filters: version bumped to 4.0.5. Message-ID: <20100816203418.D8F4B9B221@doppio.foo-projects.org> commit d87c472f14e6035c40cbf02c9166026d0eca4b76 Author: Florin Braescu Date: Mon Aug 16 23:18:44 2010 +0300 foomatic-filters: version bumped to 4.0.5. --- printer/foomatic-filters/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/foomatic-filters/DETAILS b/printer/foomatic-filters/DETAILS index f65c398..bbb9283 100644 --- a/printer/foomatic-filters/DETAILS +++ b/printer/foomatic-filters/DETAILS @@ -1,11 +1,11 @@ MODULE=foomatic-filters - VERSION=4.0.4 + VERSION=4.0.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.openprinting.org/download/foomatic - SOURCE_VFY=sha1:d0b335773f50c1123254b93bb0d8ef7511af2d50 + SOURCE_VFY=sha1:1345880f3b89242b0ac7fae1e3750bf2154130f4 WEB_SITE=http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic ENTERED=20041116 - UPDATED=20100309 + UPDATED=20100813 SHORT="Printer filters for foomatic" cat << EOF From florin at lunar-linux.org Mon Aug 16 22:19:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Aug 2010 23:19:20 +0300 Subject: [Lunar-commits] foomatic-db: version bumped to 4.0-20100816. Message-ID: <20100816203418.E06AD9B223@doppio.foo-projects.org> commit d9ca29ba5c8dc100c683cb8258fac74ddbc6e129 Author: Florin Braescu Date: Mon Aug 16 23:19:20 2010 +0300 foomatic-db: version bumped to 4.0-20100816. --- printer/foomatic-db/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/foomatic-db/DETAILS b/printer/foomatic-db/DETAILS index 9468868..7bdc3f9 100644 --- a/printer/foomatic-db/DETAILS +++ b/printer/foomatic-db/DETAILS @@ -1,12 +1,12 @@ MODULE=foomatic-db - VERSION=4.0-20100218 + VERSION=4.0-20100816 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-20100218 SOURCE_URL=http://www.openprinting.org/download/foomatic - SOURCE_VFY=sha1:6ea2b857a5d0b3375f6d866a19e925aedff5e0f8 + SOURCE_VFY=sha1:220cceda70733481cbb070a91989de29221c6f03 WEB_SITE=http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic ENTERED=20051228 - UPDATED=20100309 + UPDATED=20100816 SHORT="collected knowledge about printers, drivers, driver options" cat << EOF From florin at lunar-linux.org Mon Aug 16 22:20:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Aug 2010 23:20:03 +0300 Subject: [Lunar-commits] foomatic-db-engine: version bumped to 4.0.5. Message-ID: <20100816203419.0488D9B224@doppio.foo-projects.org> commit f2e07e5fc0d4d4feda49ada6944ba03adeabdc41 Author: Florin Braescu Date: Mon Aug 16 23:20:03 2010 +0300 foomatic-db-engine: version bumped to 4.0.5. --- printer/foomatic-db-engine/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/foomatic-db-engine/DETAILS b/printer/foomatic-db-engine/DETAILS index 50a8c54..d68817b 100644 --- a/printer/foomatic-db-engine/DETAILS +++ b/printer/foomatic-db-engine/DETAILS @@ -1,11 +1,11 @@ MODULE=foomatic-db-engine - VERSION=4.0.4 + VERSION=4.0.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.openprinting.org/download/foomatic - SOURCE_VFY=sha1:7f54f18008612813fd63f008c157cb4af3e82d1f + SOURCE_VFY=sha1:1369c55bdb14e140475704d2322e37d60c7dd312 WEB_SITE=http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic ENTERED=20051228 - UPDATED=20100309 + UPDATED=20100816 SHORT="generates PPD files from the data in Foomatic's XML database" cat << EOF From florin at lunar-linux.org Mon Aug 16 22:33:49 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 16 Aug 2010 23:33:49 +0300 Subject: [Lunar-commits] foomatic-db-nonfree: version bumped to 20100816. Message-ID: <20100816203419.155229B228@doppio.foo-projects.org> commit bd497c5435df5fb112ad9639d1645aa6462f5cf9 Author: Florin Braescu Date: Mon Aug 16 23:33:49 2010 +0300 foomatic-db-nonfree: version bumped to 20100816. --- printer/foomatic-db-nonfree/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/foomatic-db-nonfree/DETAILS b/printer/foomatic-db-nonfree/DETAILS index 14555b5..2c66a81 100644 --- a/printer/foomatic-db-nonfree/DETAILS +++ b/printer/foomatic-db-nonfree/DETAILS @@ -1,11 +1,11 @@ MODULE=foomatic-db-nonfree - VERSION=20100218 + VERSION=20100816 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.openprinting.org/download/foomatic - SOURCE_VFY=sha1:6ccecda2506481c7d4a5f575b230d0b6088e2054 + SOURCE_VFY=sha1:4d4b1d48f211a4d5ee6913ab65edec8b1e86f00b WEB_SITE=http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic ENTERED=20091114 - UPDATED=20100309 + UPDATED=20100816 LICENSE="other" SHORT="Dell, Genicom, Lexmark, Oce and Xerox printer drivers" From stumbles at lunar-linux.org Tue Aug 17 15:24:24 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 17 Aug 2010 09:24:24 -0400 Subject: [Lunar-commits] obexd: Version bump fixing multiple stability issues within Message-ID: <20100817132503.8E4189B223@doppio.foo-projects.org> commit 4d438aba1860f5883b33221eba2d60d8d0ac9ca2 Author: Dennis `stumbles` Veatch Date: Tue Aug 17 09:24:24 2010 -0400 obexd: Version bump fixing multiple stability issues within the core and the Phonebook Access support. --- net/obexd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/obexd/DETAILS b/net/obexd/DETAILS index d8bc238..5fba7ab 100644 --- a/net/obexd/DETAILS +++ b/net/obexd/DETAILS @@ -1,11 +1,11 @@ MODULE=obexd - VERSION=0.29 + VERSION=0.30 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:39754ed4885289eb918a95ea3d9d4390e977e2e9 + SOURCE_VFY=sha1:04b8c2266ce82a66cf0b840bc1a02bf6147e9092 WEB_SITE=http://www.bluez.org/ ENTERED=20090402 - UPDATED=20100713 + UPDATED=20100817 SHORT="OBEX Server and Client" cat << EOF From florin at lunar-linux.org Wed Aug 18 23:25:04 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 00:25:04 +0300 Subject: [Lunar-commits] midori: version bumped to 0.2.7. Message-ID: <20100818212541.3D8AE9B21A@doppio.foo-projects.org> commit 717754243eca73de471c45a72a5cb029642a3cbf Author: Florin Braescu Date: Thu Aug 19 00:25:04 2010 +0300 midori: version bumped to 0.2.7. Changes: + Multiple word completion in location + Database backed bookmarks + Search bookmark panel and drag bookmarks + Bookmarks in address completion + Removed bookmarks and history from menubar + Add 'Minimize New Tabs' and 'Copy Addresses of Tabs' + Refactorings and optimisations in the core + Adblock compatibility improvements and speedup + Changeable speed dial size + Delayed pages at startup, or after a crash --- web/midori/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/midori/DETAILS b/web/midori/DETAILS index 6d18479..e010377 100644 --- a/web/midori/DETAILS +++ b/web/midori/DETAILS @@ -1,12 +1,12 @@ MODULE=midori MAJOR=0.2 - VERSION=$MAJOR.6 + VERSION=$MAJOR.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://archive.xfce.org/src/apps/midori/$MAJOR - SOURCE_VFY=sha1:c70f6d75e2ea2947dcf05201192b9405bb4036f4 + SOURCE_VFY=sha1:61e6a802e0a561394b06bd75b0077549d1834d55 WEB_SITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html ENTERED=20070921 - UPDATED=20100528 + UPDATED=20100819 SHORT="A lightweight WebKit/Gtk+-2 based browser" cat << EOF From florin at lunar-linux.org Wed Aug 18 23:29:39 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 00:29:39 +0300 Subject: [Lunar-commits] poppler-data: version bumped to 0.4.3. Message-ID: <20100818213003.4D3AF9B21A@doppio.foo-projects.org> commit 4e4877db5ed29e31ac38388856aeed3ab779e8dd Author: Florin Braescu Date: Thu Aug 19 00:29:39 2010 +0300 poppler-data: version bumped to 0.4.3. --- libs/poppler-data/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/poppler-data/DETAILS b/libs/poppler-data/DETAILS index deb73af..5019bb1 100644 --- a/libs/poppler-data/DETAILS +++ b/libs/poppler-data/DETAILS @@ -1,11 +1,11 @@ MODULE=poppler-data - VERSION=0.4.2 + VERSION=0.4.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://poppler.freedesktop.org - SOURCE_VFY=sha1:fa46b9c57564ab17d0f65e35a85147c3d98a7e81 + SOURCE_VFY=sha1:aa28288563d2542e14414666a8b35d01f42ad164 WEB_SITE=http://poppler.freedesktop.org ENTERED=20060624 - UPDATED=20100527 + UPDATED=20100819 SHORT="extra encoding files for poppler" cat << EOF From florin at lunar-linux.org Wed Aug 18 23:39:46 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 00:39:46 +0300 Subject: [Lunar-commits] newt: version bumped to 0.52.12. Message-ID: <20100818214009.C0EB09B21A@doppio.foo-projects.org> commit 841eb6cbb5a231e8b5ff10004623f99816326690 Author: Florin Braescu Date: Thu Aug 19 00:39:46 2010 +0300 newt: version bumped to 0.52.12. --- libs/newt/BUILD | 9 ++++----- libs/newt/DETAILS | 18 ++++++------------ 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/libs/newt/BUILD b/libs/newt/BUILD index aa04b32..94a816c 100644 --- a/libs/newt/BUILD +++ b/libs/newt/BUILD @@ -1,8 +1,7 @@ ( - unset CPP && - patch_it $SOURCE2 1 && - patch_it $SOURCE3 1 && - OPTS+=" --without-tcl" && + + unset CPP && + OPTS+=" --without-tcl" && default_build - + ) > $C_FIFO 2>&1 diff --git a/libs/newt/DETAILS b/libs/newt/DETAILS index 3b40b3f..6458282 100644 --- a/libs/newt/DETAILS +++ b/libs/newt/DETAILS @@ -1,18 +1,12 @@ MODULE=newt - VERSION=0.52.7 + VERSION=0.52.12 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=newt-0.52.7-snack.patch - SOURCE3=newt-0.52.7-whiptail.patch - SOURCE_URL=http://people.su.se/~swold/newt/ - SOURCE2_URL=$PATCH_URL - SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:eea3b6106f9833fa0799f199a05a714acf78af54 - SOURCE2_VFY=sha1:b68b06ac4cda8efc48af937612d4100f4723d111 - SOURCE3_VFY=sha1:b6209acc7fc92255dd7a24ab3c3338554149526d - WEB_SITE=http://lunar-linux.org/ + SOURCE_URL=https://fedorahosted.org/releases/n/e/$MODULE + SOURCE_VFY=sha1:6952115806c7b1dbc36858eb4ca0596b235cf6f4 + WEB_SITE=http://lunar-linux.org ENTERED=20020331 - UPDATED=20071209 - SHORT="programming library for color text mode, widget-based user interfaces." + UPDATED=20100819 + SHORT="A library for color text mode, widget-based user interfaces" cat << EOF Newt can be used to add stacked windows, entry widgets, checkboxes, From florin at lunar-linux.org Wed Aug 18 23:44:33 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 00:44:33 +0300 Subject: [Lunar-commits] pump: small tweaks. Message-ID: <20100818214447.9C50D9B21A@doppio.foo-projects.org> commit 1d84359a263ac909b3fae1df219b4b35c0100dbe Author: Florin Braescu Date: Thu Aug 19 00:44:33 2010 +0300 pump: small tweaks. --- net/pump/BUILD | 14 ++++++++------ net/pump/DEPENDS | 2 +- net/pump/DETAILS | 7 ++++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/net/pump/BUILD b/net/pump/BUILD index 0d97919..61562e5 100644 --- a/net/pump/BUILD +++ b/net/pump/BUILD @@ -1,10 +1,12 @@ ( - make DEB_CFLAGS="-fPIC ${CFLAGS}" pump && - prepare_install && - install -m 755 pump /sbin/ && - install -m 644 libpump.a /usr/lib/ && - install -m 644 pump.8 /usr/share/man/man8/ && - install -m 644 pump.h /usr/include/ && + + make DEB_CFLAGS="-fPIC ${CFLAGS}" pump && + prepare_install && + install -m 755 pump /sbin/ && + install -m 644 libpump.a /usr/lib/ && + install -m 644 pump.8 /usr/share/man/man8/ && + install -m 644 pump.h /usr/include/ && make -C po install datadir="/usr/share/" + ) > $C_FIFO 2>&1 diff --git a/net/pump/DEPENDS b/net/pump/DEPENDS index 9d30187..40a8729 100644 --- a/net/pump/DEPENDS +++ b/net/pump/DEPENDS @@ -1,2 +1,2 @@ -depends newt && +depends newt depends sysvinit diff --git a/net/pump/DETAILS b/net/pump/DETAILS index f085ca5..e3f82da 100644 --- a/net/pump/DETAILS +++ b/net/pump/DETAILS @@ -1,12 +1,13 @@ MODULE=pump VERSION=0.8.24 SOURCE=${MODULE}_$VERSION.orig.tar.gz - SOURCE_URL=http://ftp.debian.org/debian/pool/main/p/pump/ - SOURCE2_URL=http://ftp.debian.org/debian/pool/main/p/pump/ + SOURCE_URL=http://ftp.debian.org/debian/pool/main/p/pump + SOURCE2_URL=http://ftp.debian.org/debian/pool/main/p/pump SOURCE_VFY=sha1:e4b5f39419f9f2f0f88ef53ce0647dab40d35058 ENTERED=20031026 UPDATED=20060619 - SHORT="Bootp/DHCP client." + SHORT="Bootp/DHCP client" + cat << EOF netconfig is a text-based tool for configuration of ethernet devices. DHCP (Dynamic Host Configuration Protocol) and BOOTP (Boot Protocol) From florin at lunar-linux.org Wed Aug 18 23:46:27 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 00:46:27 +0300 Subject: [Lunar-commits] goffice: version bumped to 0.8.9. Message-ID: <20100818214640.2C1599B21A@doppio.foo-projects.org> commit 3ddfaff981e490342aff162200082a1539d11199 Author: Florin Braescu Date: Thu Aug 19 00:46:27 2010 +0300 goffice: version bumped to 0.8.9. --- gnome2/desktop/goffice/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/goffice/DETAILS b/gnome2/desktop/goffice/DETAILS index ce6bb05..f8d150a 100644 --- a/gnome2/desktop/goffice/DETAILS +++ b/gnome2/desktop/goffice/DETAILS @@ -1,12 +1,12 @@ MODULE=goffice MAJOR=0.8 - VERSION=$MAJOR.8 + VERSION=$MAJOR.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:9f9efe26dc2913acdb1ba4f23c35f8ba89b56744 + SOURCE_VFY=sha1:de1c4cbb7f5ab7d61f059df35b2f5f8450e55a70 WEB_SITE=www.gnome.org ENTERED=20071104 - UPDATED=20100805 + UPDATED=20100819 SHORT="A glib/gtk set of document centric objects and utilities" cat << EOF From florin at lunar-linux.org Wed Aug 18 23:48:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 00:48:54 +0300 Subject: [Lunar-commits] gnumeric: version bumped to 1.10.9. Message-ID: <20100818214908.5F15E9B21A@doppio.foo-projects.org> commit 5d3e7fe7a10810576d9e4cdd092c12d5e6a91eb4 Author: Florin Braescu Date: Thu Aug 19 00:48:54 2010 +0300 gnumeric: version bumped to 1.10.9. --- gnome2/apps/gnumeric/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/apps/gnumeric/DETAILS b/gnome2/apps/gnumeric/DETAILS index b058637..34b649a 100644 --- a/gnome2/apps/gnumeric/DETAILS +++ b/gnome2/apps/gnumeric/DETAILS @@ -1,12 +1,12 @@ MODULE=gnumeric MAJOR=1.10 - VERSION=$MAJOR.8 + VERSION=$MAJOR.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:aba8fb23f3c3d5c8d9d7dd7d577f9d9c67506f82 + SOURCE_VFY=sha1:84d09704d73ba41a7d5df430169d1cde04c394b8 WEB_SITE=http://www.gnumeric.org ENTERED=20021224 - UPDATED=20100731 + UPDATED=20100819 SHORT="The GNOME spreadsheet application" cat << EOF From sofar at foo-projects.org Thu Aug 19 05:59:15 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 05:59:15 +0200 Subject: [Lunar-commits] Subject: shorewall: version update Message-ID: <20100819040312.829079B21A@doppio.foo-projects.org> commit 6167622333c899f4a5cef636b391fb76af35c5d9 Author: Richard Pyne Date: Thu Aug 19 05:59:15 2010 +0200 Subject: shorewall: version update --- security/shorewall/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/shorewall/DETAILS b/security/shorewall/DETAILS index 622a83b..bd3dfd0 100644 --- a/security/shorewall/DETAILS +++ b/security/shorewall/DETAILS @@ -1,12 +1,12 @@ MODULE=shorewall - VERSION=4.4.8 + VERSION=4.4.11.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=http://www.shorewall.net/pub/$MODULE/4.4/$MODULE-$VERSION - SOURCE_URL[1]=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:ece2fae2a7469b20018a8e09a121a4ed43407667 + SOURCE_URL[0]=http://www.shorewall.net/pub/$MODULE/4.4/shorewall-4.4.11 +# SOURCE_URL[1]=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:4915f6b030292eed1b5b1ec5eec14b83b94a1a1a WEB_SITE=http://www.shorewall.net ENTERED=20021106 - UPDATED=20100325 + UPDATED=20100731 SHORT="A Netfilter (iptables) based firewall" cat << EOF From sofar at foo-projects.org Thu Aug 19 05:59:30 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 05:59:30 +0200 Subject: [Lunar-commits] Subject: evince: get DEPENDS more in-sync with configure Message-ID: <20100819040312.9474C9B223@doppio.foo-projects.org> commit 225cff45f5a2546601f098ad7dc5bcf16bfd22b5 Author: Paul Bredbury Date: Thu Aug 19 05:59:30 2010 +0200 Subject: evince: get DEPENDS more in-sync with configure --- gnome2/desktop/evince/BUILD | 2 +- gnome2/desktop/evince/DEPENDS | 27 +++++++++++---------------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/gnome2/desktop/evince/BUILD b/gnome2/desktop/evince/BUILD index a50d26f..a0908e9 100644 --- a/gnome2/desktop/evince/BUILD +++ b/gnome2/desktop/evince/BUILD @@ -1,6 +1,6 @@ ( - OPTS="$OPTS --enable-comics --enable-dvi --enable-impress --enable-pixbuf" + OPTS+=" --enable-comics --enable-impress --enable-pixbuf" && default_build diff --git a/gnome2/desktop/evince/DEPENDS b/gnome2/desktop/evince/DEPENDS index 940c2b9..e4ab67c 100644 --- a/gnome2/desktop/evince/DEPENDS +++ b/gnome2/desktop/evince/DEPENDS @@ -5,22 +5,17 @@ depends gnome-doc-utils optional_depends "tiff" \ "--enable-tiff" \ "--disable-tiff" \ - "enable support for multipage TIFF files" + "support multi-page TIFF files" optional_depends "dbus-glib" \ "" \ "--disable-dbus" \ "for DBus support" -optional_depends "libgnomeui" \ - "" \ - "--without-libgnome" \ - "GNOME integration" - optional_depends "gnome-keyring" \ "" \ "--without-keyring" \ - "For gnome-keyring plugin" + "for gnome-keyring plugin" optional_depends "nautilus" \ "--enable-nautilus" \ @@ -28,16 +23,16 @@ optional_depends "nautilus" \ "compile the nautilus plugin" optional_depends "libspectre" \ - "" \ + "--enable-ps" \ "--disable-ps" \ - "Compile with PostScript support" - -optional_depends "libgnomeprintui" \ - "--with-print=gnome" \ - "--with-print=gtk" \ - "for the GNOME printer UI instead of the GTK UI" + "compile with PostScript support" -optional_depends "teTeX" \ +optional_depends "texlive" \ "--enable-dvi" \ "--disable-dvi" \ - "for DVI Backend support" + "for DVI back-end support" + +optional_depends "t1lib" \ + "--enable-t1lib" \ + "" \ + "for Type 1 fonts in DVI" From sofar at foo-projects.org Thu Aug 19 05:59:36 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 05:59:36 +0200 Subject: [Lunar-commits] Subject: feh: fixed default install prefix Message-ID: <20100819040312.A813F9B224@doppio.foo-projects.org> commit 032ee76c4f24dad7db8fdde828566d780ac4fcd3 Author: v4hn Date: Thu Aug 19 05:59:36 2010 +0200 Subject: feh: fixed default install prefix --- graphics/feh/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/graphics/feh/BUILD b/graphics/feh/BUILD new file mode 100644 index 0000000..dec8d5c --- /dev/null +++ b/graphics/feh/BUILD @@ -0,0 +1,7 @@ +( + + export PREFIX="${DEFAULT_PREFIX}" && + + default_make + +) > $C_FIFO 2>&1 From sofar at foo-projects.org Thu Aug 19 06:00:08 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 06:00:08 +0200 Subject: [Lunar-commits] Subject: xextproto: fix compilation by not using xmlto Message-ID: <20100819040312.C88A69B228@doppio.foo-projects.org> commit 641fba504d088d8a502a2be29a24b1faa689c14d Author: Paul Bredbury Date: Thu Aug 19 06:00:08 2010 +0200 Subject: xextproto: fix compilation by not using xmlto --- xorg7/proto/xextproto/BUILD | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/xorg7/proto/xextproto/BUILD b/xorg7/proto/xextproto/BUILD index cfe3408..1f62a89 100644 --- a/xorg7/proto/xextproto/BUILD +++ b/xorg7/proto/xextproto/BUILD @@ -1,6 +1,11 @@ ( + . /etc/profile.d/x11r7.rc && + # Don't fail compilation: + # xmlto: /usr/src/xextproto-7.1.2/specs/geproto.xml does not validate (status 3) + OPTS+=" --without-xmlto" && + default_build ) > $C_FIFO 2>&1 From sofar at foo-projects.org Thu Aug 19 06:00:34 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 06:00:34 +0200 Subject: [Lunar-commits] Subject: filezilla:Version Bump from 3.3.3 to 3.3.4 Message-ID: <20100819040312.DBD3F9B21A@doppio.foo-projects.org> commit c486af9738100585c5aceff75e344d2c16654fdb Author: Drew Kelling Date: Thu Aug 19 06:00:34 2010 +0200 Subject: filezilla:Version Bump from 3.3.3 to 3.3.4 --- ftp/filezilla/BUILD | 4 ++++ ftp/filezilla/DETAILS | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ftp/filezilla/BUILD b/ftp/filezilla/BUILD new file mode 100644 index 0000000..3266bae --- /dev/null +++ b/ftp/filezilla/BUILD @@ -0,0 +1,4 @@ +( +OPTS=--with-tinyxml=builtin && +default_build +) > $C_FIFO 2>&1 diff --git a/ftp/filezilla/DETAILS b/ftp/filezilla/DETAILS index 4e977b1..d69c3c9 100644 --- a/ftp/filezilla/DETAILS +++ b/ftp/filezilla/DETAILS @@ -1,12 +1,12 @@ MODULE=filezilla - VERSION=3.3.3 + VERSION=3.3.4 SOURCE=FileZilla_${VERSION}_src.tar.bz2 SOURCE_URL=http://d10xg45o6p6dbl.cloudfront.net/projects/f/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:25b7ef7e48c7489e99b6b1b26bd3d7d56332bf4b + SOURCE_VFY=sha1:55144b644270fb4842ad3dcef099c58fde77b519 WEB_SITE=http://filezilla-project.org ENTERED=20100219 - UPDATED=20100621 + UPDATED=20100815 SHORT="GUI FTP Client" cat < Subject: libtool: add plugin to remove libtool archive files (*.la) Message-ID: <20100819040312.EDA509B223@doppio.foo-projects.org> commit 1c75ebf280156b4a6a4bd18fe4283c1579055aab Author: Auke Kok Date: Thu Aug 19 06:00:44 2010 +0200 Subject: libtool: add plugin to remove libtool archive files (*.la) these files are pretty harmful and removing these will prevent compile errors going forward. Example: the entire xcb problem would have not existed if this plugin would have existed back then --- libs/libtool/plugin.d/postbuild-libtool.plugin | 25 ++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/libs/libtool/plugin.d/postbuild-libtool.plugin b/libs/libtool/plugin.d/postbuild-libtool.plugin new file mode 100644 index 0000000..0bfc466 --- /dev/null +++ b/libs/libtool/plugin.d/postbuild-libtool.plugin @@ -0,0 +1,25 @@ +#!/bin/bash +############################################################# +# # +# postbuild-libtool.plugin - postbuild handling of libtool # +# archive files # +# # +############################################################# +# # +# Copyright 2010 by Auke Kok under GPLv2 # +# # +############################################################# + + +plugin_libtool_post_build() +{ + # find installed libtool archives, remove them + parse_iw | sort -u | filter "$LOCAL_EXCLUDED" | \ + grep '.*/lib.*.la$' | xargs rm + + # always return 2, failure or not + return 2 +} + + +plugin_register BUILD_POST_BUILD plugin_libtool_post_build From sofar at foo-projects.org Thu Aug 19 06:00:52 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 06:00:52 +0200 Subject: [Lunar-commits] Subject: quvi: bump to v 2.2 Message-ID: <20100819040313.0CC4B9B229@doppio.foo-projects.org> commit a8daf99df259720d1e1f7f876e6f3ae4aa57d673 Author: Vincent Breitmoser Date: Thu Aug 19 06:00:52 2010 +0200 Subject: quvi: bump to v 2.2 fixes youtube support in cclive --- zbeta/quvi/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zbeta/quvi/DETAILS b/zbeta/quvi/DETAILS index b815db2..d63ca6d 100644 --- a/zbeta/quvi/DETAILS +++ b/zbeta/quvi/DETAILS @@ -1,8 +1,8 @@ MODULE=quvi - VERSION=0.2.0 + VERSION=0.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://quvi.googlecode.com/files - SOURCE_VFY=sha1:5a93021ed1f39cddc6fccd8100fac75cc3ac5879 + SOURCE_VFY=sha1:cfeacf4c0a9958ba42ecab65098d71ecdcdd02f4 WEB_SITE=http://code.google.com/p/quvi/ ENTERED=20100214 UPDATED=20100628 From sofar at foo-projects.org Thu Aug 19 06:00:59 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 06:00:59 +0200 Subject: [Lunar-commits] Subject: cclive: bump 0.6.5 Message-ID: <20100819040313.25E919B224@doppio.foo-projects.org> commit 71ccd1807f1d37b1edc40153464f5822daaddebf Author: Vincent Breitmoser Date: Thu Aug 19 06:00:59 2010 +0200 Subject: cclive: bump 0.6.5 --- web/cclive/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/cclive/DETAILS b/web/cclive/DETAILS index 9f3dc26..f69c48f 100644 --- a/web/cclive/DETAILS +++ b/web/cclive/DETAILS @@ -1,8 +1,8 @@ MODULE=cclive - VERSION=0.6.1 + VERSION=0.6.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://cclive.googlecode.com/files - SOURCE_VFY=sha1:09552e752b7c8059b95e24dfd49002aa8e15acb1 + SOURCE_VFY=sha1:2bb18c4d43775d728825c2d3b39157ae4c396e11 WEB_SITE=http://code.google.com/p/cclive ENTERED=20090901 UPDATED=20100217 From sofar at foo-projects.org Thu Aug 19 06:01:35 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 06:01:35 +0200 Subject: [Lunar-commits] Subject: gdal: updated WEB_SITE url Message-ID: <20100819040313.512299B22A@doppio.foo-projects.org> commit 35b1ad47abdeaee0233cc4690c9b6b5b8f6563e9 Author: Christian Riggenbach Date: Thu Aug 19 06:01:35 2010 +0200 Subject: gdal: updated WEB_SITE url --- science/gdal/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/science/gdal/DETAILS b/science/gdal/DETAILS index 7d8eeb1..ffca971 100644 --- a/science/gdal/DETAILS +++ b/science/gdal/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.osgeo.org/gdal/ SOURCE_VFY=sha1:a03127530708e3924aec7b505cc2ca4f8153f13c - WEB_SITE=http://www.remotesensing.org/gdal/index.html + WEB_SITE=http://www.osgeo.org/gdal/ ENTERED=20050915 UPDATED=20100621 SHORT="Geospatial Data Abstraction Library" From sofar at foo-projects.org Thu Aug 19 06:01:08 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 06:01:08 +0200 Subject: [Lunar-commits] Subject: autogen: not PSAFE anymore Message-ID: <20100819040313.399409B228@doppio.foo-projects.org> commit 0c26842abacafd07fb2026bb713b02bc83fecbc6 Author: Christian Riggenbach Date: Thu Aug 19 06:01:08 2010 +0200 Subject: autogen: not PSAFE anymore something blocks make an a final stage of "make all" --- devel/autogen/DETAILS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/devel/autogen/DETAILS b/devel/autogen/DETAILS index 98c81a5..17ab891 100644 --- a/devel/autogen/DETAILS +++ b/devel/autogen/DETAILS @@ -6,6 +6,7 @@ WEB_SITE=http://autogen.sourceforge.net ENTERED=20060423 UPDATED=20100727 + PSAFE=no SHORT="A tool to generate programs and text files" cat << EOF From sofar at foo-projects.org Thu Aug 19 06:01:41 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 06:01:41 +0200 Subject: [Lunar-commits] Subject: libgeotiff: updated WEB_SITE url Message-ID: <20100819040313.6EBA69B21A@doppio.foo-projects.org> commit 8f9f2fbcc84c9d60505dd51d3a565f426b2c9fe1 Author: Christian Riggenbach Date: Thu Aug 19 06:01:41 2010 +0200 Subject: libgeotiff: updated WEB_SITE url --- science/libgeotiff/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/science/libgeotiff/DETAILS b/science/libgeotiff/DETAILS index c52e90d..93fb6da 100644 --- a/science/libgeotiff/DETAILS +++ b/science/libgeotiff/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.osgeo.org/geotiff/libgeotiff/ SOURCE_VFY=sha1:b8cde5014cf82fe4683fa35fc81a5ea8d64b940f - WEB_SITE=http://directory.fsf.org/science/visual/libgeotiff.html + WEB_SITE=http://trac.osgeo.org/geotiff/ ENTERED=20050902 UPDATED=20100621 SHORT="reading and writing coordinate system information" From sofar at foo-projects.org Thu Aug 19 06:02:03 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 06:02:03 +0200 Subject: [Lunar-commits] Subject: flite: version bump and better default voice Message-ID: <20100819040313.81F029B223@doppio.foo-projects.org> commit 0bb3540ac59c2d638a128df0ef935b1e10280c78 Author: Paul Bredbury Date: Thu Aug 19 06:02:03 2010 +0200 Subject: flite: version bump and better default voice --- zbeta/flite/BUILD | 11 +++++------ zbeta/flite/DETAILS | 25 ++++++++++--------------- 2 files changed, 15 insertions(+), 21 deletions(-) diff --git a/zbeta/flite/BUILD b/zbeta/flite/BUILD index e4b88d5..cd979e6 100644 --- a/zbeta/flite/BUILD +++ b/zbeta/flite/BUILD @@ -1,12 +1,11 @@ ( - # Sets ALSA as default, instead of OSS - patch_it $SOURCE_CACHE/$SOURCE2 1 && + # Use best-sounding voice by default - rms. + # kal sounds horrible - kal16 is obviously better, as a robot sound. + sedit 's:flite_voice_list = flite_set_voice_list();:flite_voice_list = flite_set_voice_list();\n desired_voice = flite_voice_select("rms");:' main/flite_main.c && - sed -i "s/@ \$(MAKE) -C lib --no-print-directory install//" Makefile && - - # Needed for compilation, with ALSA patch - OPTS+=" --with-vox=cmu_us_kal16" && + # Output to ALSA rather than OSS + OPTS+=" --with-audio=alsa --enable-shared" && default_build diff --git a/zbeta/flite/DETAILS b/zbeta/flite/DETAILS index df17122..f69eb9b 100644 --- a/zbeta/flite/DETAILS +++ b/zbeta/flite/DETAILS @@ -1,23 +1,18 @@ MODULE=flite - VERSION=1.3-release - SOURCE=$MODULE-$VERSION.tar.gz - # Patch from http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/flite/files/ - SOURCE2=flite-1.3-alsa-support.patch.bz2 - SOURCE_URL=http://speech.cs.cmu.edu/flite/packed/flite-1.3 - SOURCE2_URL=$PATCH_URL -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:233144a772de72741ae1aa2292f672c30224afb3 - SOURCE2_VFY=sha1:ca5cf9e9249bbc93f83063336cfe074e774a703a - WEB_SITE="http://cmuflite.org/" + VERSION=1.4-release + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.speech.cs.cmu.edu/flite/packed/flite-1.4 + SOURCE_VFY=sha1:5370eebe917ba2b57dfdbaf15013b99bbe748631 + WEB_SITE=http://cmuflite.org/ ENTERED=20071111 - UPDATED=20090809 - SHORT="small, fast run-time synthesis engine" + UPDATED=20100816 + SHORT="A small, fast speech-synthesis engine (text-to-speech)" PSAFE=no cat << EOF -Flite (festival-lite) is a small, fast run-time synthesis engine -developed at CMU and primarily designed for small embedded machines +Flite (festival-lite) is a small, fast run-time speech-synthesis engine +developed at CMU and primarily designed for small, embedded machines and/or large servers. Flite is designed as an alternative synthesis engine to Festival for voices built using the FestVox suite of -voice building tools. +voice-building tools. EOF From sofar at foo-projects.org Thu Aug 19 06:02:31 2010 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 19 Aug 2010 06:02:31 +0200 Subject: [Lunar-commits] Subject: speechd: new module which provides /dev/speech Message-ID: <20100819040313.9F8E19B22B@doppio.foo-projects.org> commit c39d6096605e31c35025bc29284500aa0b078d39 Author: Paul Bredbury Date: Thu Aug 19 06:02:31 2010 +0200 Subject: speechd: new module which provides /dev/speech --- zbeta/speechd/BUILD | 14 ++++++++++++++ zbeta/speechd/DEPENDS | 1 + zbeta/speechd/DETAILS | 21 +++++++++++++++++++++ 3 files changed, 36 insertions(+), 0 deletions(-) diff --git a/zbeta/speechd/BUILD b/zbeta/speechd/BUILD new file mode 100644 index 0000000..14a9eb7 --- /dev/null +++ b/zbeta/speechd/BUILD @@ -0,0 +1,14 @@ +( + + # Add support for flite + patch_it $SOURCE_CACHE/$SOURCE2 0 && + + sedit "s:/usr/local:/usr:" Makefile && + + # Use flite by default + sedit "s:festival:flite:" speechdrc && + + default_build && + gather_docs README AUTHORS TODO speechio.faq + +) > $C_FIFO 2>&1 diff --git a/zbeta/speechd/DEPENDS b/zbeta/speechd/DEPENDS new file mode 100644 index 0000000..d6c26fa --- /dev/null +++ b/zbeta/speechd/DEPENDS @@ -0,0 +1 @@ +depends flite diff --git a/zbeta/speechd/DETAILS b/zbeta/speechd/DETAILS new file mode 100644 index 0000000..1f9910b --- /dev/null +++ b/zbeta/speechd/DETAILS @@ -0,0 +1,21 @@ + MODULE=speechd + VERSION=0.56 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + # SOURCE2 is at http://pastebin.com/tqKFtDzU + SOURCE2=speechd-0.56-add-flite-support.patch + SOURCE_URL=http://www.speechio.org/dl + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:0e438828de273465cfc3edbcca1ecbe466c143c7 + SOURCE2_VFY=sha1:34a5064a3248755ba177c9216f4901c14b336d79 + WEB_SITE=http://www.speechio.org/ + ENTERED=20100816 + UPDATED=20100816 + SHORT="Implements /dev/speech for speech-synthesis" + +cat << EOF +speechd implements a /dev/speech device using the Festival, flite or +rsynth speech-synthesis packages. All plaintext written to this device +will be spoken aloud (or optionally output as morse code if you are +using the "morse" program as the underlying driver). +EOF From florin at lunar-linux.org Thu Aug 19 06:13:47 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 07:13:47 +0300 Subject: [Lunar-commits] kernel-headers-2.6: bump the version to 2.6.34.3 for 32 bits. Message-ID: <20100819041435.B5F299B21A@doppio.foo-projects.org> commit 8bafccb5c00858b500d473bc006918d3e22ca061 Author: Florin Braescu Date: Thu Aug 19 07:13:47 2010 +0300 kernel-headers-2.6: bump the version to 2.6.34.3 for 32 bits. --- kernel/kernel-headers-2.6/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/kernel-headers-2.6/DETAILS b/kernel/kernel-headers-2.6/DETAILS index 16faf83..5aea4b3 100644 --- a/kernel/kernel-headers-2.6/DETAILS +++ b/kernel/kernel-headers-2.6/DETAILS @@ -1,15 +1,15 @@ MODULE=kernel-headers-2.6 - VERSION=2.6.30.7 + VERSION=2.6.34.3 SOURCE=kernel-headers-$VERSION.tar.bz2 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/kernel-headers-$VERSION SOURCE_URL=$MIRROR_URL - SOURCE_VFY=sha1:b1b5a23df1a1d08cc7c9355f18ae70a6ae0e9b48 + SOURCE_VFY=sha1:276b209e01a2850e629ea75ad4aa588395a09b5b WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20090924 + UPDATED=20100819 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF -Sanitized 2.6.x kernel headers for userspace +Sanitized 2.6.x kernel headers for userspace. The 32 bits version. EOF From florin at lunar-linux.org Thu Aug 19 06:21:37 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 07:21:37 +0300 Subject: [Lunar-commits] epiphany: version bumped to 2.30.3. Message-ID: <20100819042157.935279B21A@doppio.foo-projects.org> commit b14ce38ab996c4fa3d53cef1e543749138765a2f Author: Florin Braescu Date: Thu Aug 19 07:21:37 2010 +0300 epiphany: version bumped to 2.30.3. Bugfix release. --- gnome2/desktop/epiphany/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/epiphany/DETAILS b/gnome2/desktop/epiphany/DETAILS index c46616f..cf4330d 100644 --- a/gnome2/desktop/epiphany/DETAILS +++ b/gnome2/desktop/epiphany/DETAILS @@ -1,13 +1,13 @@ MODULE=epiphany MAJOR=2.30 - VERSION=$MAJOR.2 + VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:76b55e002131ffc00f5b1f244d77e2b75e3fcf1b + SOURCE_VFY=sha1:c4dab25e46e0c02b29a79e7542c097df621aa3ae WEB_SITE=http://www.gnome.org ENTERED=20030413 - UPDATED=20100512 + UPDATED=20100819 SHORT="GNOME Web browser based on Gecko (Mozilla)" cat << EOF From florin at lunar-linux.org Thu Aug 19 06:50:03 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 07:50:03 +0300 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.34.4. Message-ID: <20100819045052.F30429B21A@doppio.foo-projects.org> commit 8074d1452e36923bc27c9d96837d0ad9874f671f Author: Florin Braescu Date: Thu Aug 19 07:50:03 2010 +0300 linux-2.6: version bumped to 2.6.34.4. It fixes the flaw associated with the Xorg exploit for root gain. --- kernel/linux-2.6-stable/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-stable/DETAILS b/kernel/linux-2.6-stable/DETAILS index 5fded21..5fbbad2 100644 --- a/kernel/linux-2.6-stable/DETAILS +++ b/kernel/linux-2.6-stable/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6-stable - VERSION=2.6.34.3 + VERSION=2.6.34.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:4188857ba71f301991dc56285f593e9c311e5824 - SOURCE2_VFY=sha1:3217ff98d87e3da98c22c071fa77fa5486342d80 + SOURCE2_VFY=sha1:a01c8dce9d21a918831ae5f9a44bfc30e3239dcd WEB_SITE=http://www.kernel.org ENTERED=20070313 - UPDATED=20100811 + UPDATED=20100819 SHORT="The uber-stable version of the 2.6 kernel" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Thu Aug 19 06:54:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 07:54:48 +0300 Subject: [Lunar-commits] vsftpd: version bumped to 2.3.1. Message-ID: <20100819045518.5A21A9B21A@doppio.foo-projects.org> commit 05d8f2dd4789ef48a5f3ae8a690db351f54ccb66 Author: Florin Braescu Date: Thu Aug 19 07:54:48 2010 +0300 vsftpd: version bumped to 2.3.1. Bugs and regressions fixes. --- ftp/vsftpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/vsftpd/DETAILS b/ftp/vsftpd/DETAILS index c2f3132..1cdd1f8 100644 --- a/ftp/vsftpd/DETAILS +++ b/ftp/vsftpd/DETAILS @@ -1,11 +1,11 @@ MODULE=vsftpd - VERSION=2.3.0 + VERSION=2.3.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://vsftpd.beasts.org/users/cevans - SOURCE_VFY=sha1:00d354d7eec740fced46932d377aa0632fb11bfc + SOURCE_VFY=sha1:1e4f0178e324c0b27be2e8cb86d8036b6023bf9d WEB_SITE=http://vsftpd.beasts.org ENTERED=20021109 - UPDATED=20100806 + UPDATED=20100819 SHORT="Secure and fast FTP server" USE_WRAPPERS=no From florin at lunar-linux.org Thu Aug 19 06:58:10 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 07:58:10 +0300 Subject: [Lunar-commits] vlc: version bumped to 1.1.3. Message-ID: <20100819045858.91CAB9B21A@doppio.foo-projects.org> commit 7ae6cc82a6ceea9c657b840a9788d7c69b00a363 Author: Florin Braescu Date: Thu Aug 19 07:58:10 2010 +0300 vlc: version bumped to 1.1.3. Some more bugs were squashed, and a potential security issue leading to a crash was discovered in the taglib module. This release introduces small fixes and improvements over VLC 1.1.2 for most platforms, notably for FTP, DVD, and podcast. It provides updated translations for Dutch, Sinhala, Hebrew, Estonian, Spanish, and Bengali. --- video/vlc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS index 4db6401..450e0a8 100644 --- a/video/vlc/DETAILS +++ b/video/vlc/DETAILS @@ -1,11 +1,11 @@ MODULE=vlc - VERSION=1.1.2 + VERSION=1.1.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION - SOURCE_VFY=sha1:b19b2d509785ae5e92a8db045e4641c9632dea74 + SOURCE_VFY=sha1:7dc8a8ea2284800d762f4a00b675474684a04e30 WEB_SITE=http://www.videolan.org ENTERED=20011113 - UPDATED=20100730 + UPDATED=20100819 SHORT="Videolan client multimedia player" cat << EOF From ratler at lunar-linux.org Thu Aug 19 07:06:56 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Thu, 19 Aug 2010 07:06:56 +0200 Subject: [Lunar-commits] kernel-headers-2.6: Bumped x86_64 headers to 2.6.34.3 Message-ID: <20100819050659.900F69B21A@doppio.foo-projects.org> commit dea954dbaeeeb0ef48e5830afe1ca8d0899f9245 Author: Stefan Wold Date: Thu Aug 19 07:06:56 2010 +0200 kernel-headers-2.6: Bumped x86_64 headers to 2.6.34.3 --- kernel/kernel-headers-2.6/DETAILS.x86_64 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/kernel-headers-2.6/DETAILS.x86_64 b/kernel/kernel-headers-2.6/DETAILS.x86_64 index 8d16047..746e1a7 100644 --- a/kernel/kernel-headers-2.6/DETAILS.x86_64 +++ b/kernel/kernel-headers-2.6/DETAILS.x86_64 @@ -1,13 +1,13 @@ MODULE=kernel-headers-2.6 - VERSION=2.6.30.7-x86_64 + VERSION=2.6.34.3-x86_64 SOURCE=kernel-headers-$VERSION.tar.bz2 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/kernel-headers-$VERSION SOURCE_URL=$MIRROR_URL - SOURCE_VFY=sha1:e6f3029d5293c04fa490770fb5ec88e37c2e999d + SOURCE_VFY=sha1:16ada969a5a545435b36a1eb194245f149f72ed9 WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20090924 + UPDATED=20100819 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF From florin at lunar-linux.org Thu Aug 19 07:09:35 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 08:09:35 +0300 Subject: [Lunar-commits] cvsd: version bumped to 1.0.19. Message-ID: <20100819051213.2913D9B21A@doppio.foo-projects.org> commit 5e44d01412e03d370348503f38e0caafe4e566d5 Author: Florin Braescu Date: Thu Aug 19 08:09:35 2010 +0300 cvsd: version bumped to 1.0.19. This release contains some minor bugfixes and improvements to the cvsd-buildroot script, an update in the init script, and some documentation and packaging improvements. --- devel/cvsd/DEPENDS | 1 + devel/cvsd/DETAILS | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/cvsd/DEPENDS b/devel/cvsd/DEPENDS new file mode 100644 index 0000000..5a0d1d6 --- /dev/null +++ b/devel/cvsd/DEPENDS @@ -0,0 +1 @@ +depends cvs diff --git a/devel/cvsd/DETAILS b/devel/cvsd/DETAILS index 6e6104b..fc77209 100644 --- a/devel/cvsd/DETAILS +++ b/devel/cvsd/DETAILS @@ -1,11 +1,11 @@ MODULE=cvsd - VERSION=1.0.14 + VERSION=1.0.19 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://ch.tudelft.nl/~arthur/$MODULE/ - SOURCE_VFY=sha1:c469c46810ff24593d5b12330dcddf5c96f3617e - WEB_SITE=http://ch.tudelft.nl/~arthur/$MODULE/ + SOURCE_URL=http://ch.tudelft.nl/~arthur/$MODULE + SOURCE_VFY=sha1:012520e7873208d9c697b6028e3d6046d2066faa + WEB_SITE=http://ch.tudelft.nl/~arthur/$MODULE ENTERED=20031102 - UPDATED=20071208 + UPDATED=20100819 SHORT="A cvs pserver chroot wrapper" cat << EOF From florin at lunar-linux.org Thu Aug 19 07:12:00 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 08:12:00 +0300 Subject: [Lunar-commits] vala: version bumped to 0.9.6. Message-ID: <20100819051213.331489B223@doppio.foo-projects.org> commit b89233b49bfcbe86154686fdaa54917a57d8a87d Author: Florin Braescu Date: Thu Aug 19 08:12:00 2010 +0300 vala: version bumped to 0.9.6. --- zbeta/vala/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/vala/DETAILS b/zbeta/vala/DETAILS index 26bfb03..1238a99 100644 --- a/zbeta/vala/DETAILS +++ b/zbeta/vala/DETAILS @@ -1,12 +1,12 @@ MODULE=vala MAJOR=0.9 - VERSION=$MAJOR.5 + VERSION=$MAJOR.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:94a498148dd8c6e5072001ac7a0863e69e118ebf + SOURCE_VFY=sha1:71df1bf071acf9f50342cfb165643cc6de69d33e WEB_SITE=http://www.vala-project.org ENTERED=20020714 - UPDATED=20100810 + UPDATED=20100819 SHORT="A compiler for the GObject type system" cat << EOF From florin at lunar-linux.org Thu Aug 19 10:36:06 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 11:36:06 +0300 Subject: [Lunar-commits] nspr: version bumped to 4.8.6. Message-ID: <20100819083620.E769F9B21A@doppio.foo-projects.org> commit 2d66dcfa10468e015384ed18f2ebde3f2b66f693 Author: Florin Braescu Date: Thu Aug 19 11:36:06 2010 +0300 nspr: version bumped to 4.8.6. --- libs/nspr/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/nspr/DETAILS b/libs/nspr/DETAILS index 161bf9d..7799958 100644 --- a/libs/nspr/DETAILS +++ b/libs/nspr/DETAILS @@ -1,14 +1,14 @@ MODULE=nspr - VERSION=4.8.4 + VERSION=4.8.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-4.8-pkgconfig-gentoo.patch SOURCE_URL=http://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/v${VERSION}/src SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:c4af8c2956674ff0f17b4247516716e92db40cf6 + SOURCE_VFY=sha1:54ca3cbe14cc8a2a59cb48d4961034ce35c8f223 SOURCE2_VFY=sha1:c41c608247aa712f783a1ec8ea2943b79dee44eb WEB_SITE=http://www.mozilla.org/projects/nspr ENTERED=20100104 - UPDATED=20100324 + UPDATED=20100819 PSAFE="no" SHORT="Netscape Portable Runtime (NSPR)" From florin at lunar-linux.org Thu Aug 19 10:37:09 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 19 Aug 2010 11:37:09 +0300 Subject: [Lunar-commits] nss: version bumped to 3.12.7. Message-ID: <20100819083728.2BE179B21A@doppio.foo-projects.org> commit a6bfda94e61690d477da9727192c522ef01304ee Author: Florin Braescu Date: Thu Aug 19 11:37:09 2010 +0300 nss: version bumped to 3.12.7. --- libs/nss/BUILD | 52 ++++++++++++++++++++++++++-------------------------- libs/nss/DETAILS | 13 +++++++------ 2 files changed, 33 insertions(+), 32 deletions(-) diff --git a/libs/nss/BUILD b/libs/nss/BUILD index 48f99cb..8d3e46c 100644 --- a/libs/nss/BUILD +++ b/libs/nss/BUILD @@ -1,50 +1,50 @@ ( - - patch_it $SOURCE_CACHE/$SOURCE2 1 && + + patch_it $SOURCE_CACHE/$SOURCE2 1 && export WORKINGDIR=$PWD && export BUILD_OPT=1 && - export NSS_USE_SYSTEM_SQLITE=1 && - export NSPR_INCLUDE_DIR=/usr/include/nspr && - export NSPR_LIB_DIR=/usr/lib && - export USE_SYSTEM_ZLIB=1 && - export NSDISTMODE=copy && - export NSS_ENABLE_ECC=1 && - export FREEBL_NO_DEPEND=1 && - export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 && - export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 && + export NSS_USE_SYSTEM_SQLITE=1 && + export NSPR_INCLUDE_DIR=/usr/include/nspr && + export NSPR_LIB_DIR=/usr/lib && + export USE_SYSTEM_ZLIB=1 && + export NSDISTMODE=copy && + export NSS_ENABLE_ECC=1 && + export FREEBL_NO_DEPEND=1 && + export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 && + export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 && cd mozilla/security/coreconf && - sedit 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk && + sedit 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk && if [ "`arch`" == "x86_64" ]; then export USE_64=1 - fi && + fi && - make && - cd ../dbm && - make && - cd ../nss && - make && - cd ../.. && + make && + cd ../dbm && + make && + cd ../nss && + make && + cd ../.. && export NSS_LINUXDIR=$(basename `ls -d $WORKINGDIR/mozilla/dist/Linux*`) - prepare_install && + prepare_install && - install -v -m755 security/nss/config/nss-config /usr/bin && + install -v -m755 security/nss/config/nss-config /usr/bin && - mkdir -p /usr/lib/pkgconfig && + mkdir -p /usr/lib/pkgconfig && install -v -m644 security/nss/config/nss.pc /usr/lib/pkgconfig && - cd dist && + cd dist && - install -v -m755 ${NSS_LINUXDIR}/lib/*.so /usr/lib/ && + install -v -m755 ${NSS_LINUXDIR}/lib/*.so /usr/lib/ && # hack to fix overwriting libssl.a from openssl - install -v -m644 ${NSS_LINUXDIR}/lib/{*.chk,libc*.a,libd*.a,libf*.a,libj*.a,libn*.a,libp*.a,libsectool.a,libsmime.a,libsoftokn.a} /usr/lib/ && + install -v -m644 ${NSS_LINUXDIR}/lib/{*.chk,libc*.a,libd*.a,libf*.a,libj*.a,libn*.a,libp*.a,libsectool.a,libsmime.a,libsoftokn.a} /usr/lib/ && - mkdir -p /usr/include/nss && + mkdir -p /usr/include/nss && install -v -m644 {public,private}/nss/* /usr/include/nss/ ) > $C_FIFO 2>&1 diff --git a/libs/nss/DETAILS b/libs/nss/DETAILS index 2047f17..3d5fed6 100644 --- a/libs/nss/DETAILS +++ b/libs/nss/DETAILS @@ -1,17 +1,18 @@ MODULE=nss - VERSION=3.12.6 + VERSION=3.12.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-3.12.5-gentoo-fixups.diff - SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_6_RTM/src - SOURCE_URL[1]=http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_6_RTM/src + SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_7_RTM/src + SOURCE_URL[1]=http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_7_RTM/src SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:461e81adbdef6c3f848fcfee0dc5ad8c2dbebd46 + SOURCE_VFY=sha1:d7d804f74d63a6ed74aef96ed07f29ec81011969 SOURCE2_VFY=sha1:dc4cacbd818c36fa7ebcf7a5dc876daeea79dd57 WEB_SITE=http://www.mozilla.org/projects/security/pki/nss ENTERED=20060418 - UPDATED=20100104 + UPDATED=20100819 PSAFE="no" - SHORT="a set of libraries to support development of security-enabled applications" + SHORT="a set of libraries for development of security-enabled applications" + cat << EOF The Network Security Services (NSS) package is a set of libraries designed to support cross-platform development of security-enabled From florin at lunar-linux.org Fri Aug 20 08:45:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 09:45:53 +0300 Subject: [Lunar-commits] vsftpd: version bumped to 2.3.2. Message-ID: <20100820064621.D93549B21A@doppio.foo-projects.org> commit 07534ecdc0bb256edb8baf22ea6dfebf9819f6a0 Author: Florin Braescu Date: Fri Aug 20 09:45:53 2010 +0300 vsftpd: version bumped to 2.3.2. Bugfix. --- ftp/vsftpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/vsftpd/DETAILS b/ftp/vsftpd/DETAILS index 1cdd1f8..55aadff 100644 --- a/ftp/vsftpd/DETAILS +++ b/ftp/vsftpd/DETAILS @@ -1,11 +1,11 @@ MODULE=vsftpd - VERSION=2.3.1 + VERSION=2.3.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://vsftpd.beasts.org/users/cevans - SOURCE_VFY=sha1:1e4f0178e324c0b27be2e8cb86d8036b6023bf9d + SOURCE_VFY=sha1:d525974514ecf61cbbf9cb51066aa68d5a52033b WEB_SITE=http://vsftpd.beasts.org ENTERED=20021109 - UPDATED=20100819 + UPDATED=20100820 SHORT="Secure and fast FTP server" USE_WRAPPERS=no From florin at lunar-linux.org Fri Aug 20 08:50:00 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 09:50:00 +0300 Subject: [Lunar-commits] git: version bumped to 1.7.2.2. Message-ID: <20100820065038.E94469B21A@doppio.foo-projects.org> commit d12622b846a33a0e5abf9f060d4ce42ee1a7418d Author: Florin Braescu Date: Fri Aug 20 09:50:00 2010 +0300 git: version bumped to 1.7.2.2. Bugfixes release. --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index c9e69ea..269ae50 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.7.2.1 + VERSION=1.7.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-10.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:f177bb1b48b8de73063a722025285599fa361fc7 - SOURCE2_VFY=sha1:5124a2acef94114bf3a0a26b0eda011ec0d4aef7 + SOURCE_VFY=sha1:0cc1caba421a2af5f8e3b9648a6230ea07c60bee + SOURCE2_VFY=sha1:0b63f30cfb6073746b298aa5584eb8321bcd66a9 SOURCE3_VFY=sha1:8e1de6ce0c00514e03dc84fed1642ea07f69b70b WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20100730 + UPDATED=20100820 SHORT="Fast version control system" PSAFE=no From florin at lunar-linux.org Fri Aug 20 10:31:39 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 11:31:39 +0300 Subject: [Lunar-commits] scons: version bumped to 2.0.1. Message-ID: <20100820083225.BE0059B21A@doppio.foo-projects.org> commit b3f431411da07c9c976674e267291dc0fa9899ab Author: Florin Braescu Date: Fri Aug 20 11:31:39 2010 +0300 scons: version bumped to 2.0.1. This is the first patch release in the 2.0 series, which drops backwards compatibility for Python versions prior to 2.4. This release contains a small number of bug fixes for MSVC/MSVS/SDK issues, Fortran compilation, and Tex. --- devel/scons/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/scons/DETAILS b/devel/scons/DETAILS index 11d5664..ff59c51 100644 --- a/devel/scons/DETAILS +++ b/devel/scons/DETAILS @@ -1,11 +1,11 @@ MODULE=scons - VERSION=1.3.1 + VERSION=2.0.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:360d4167ea7f92fbdd173776ce1c191b9aa7fa42 + SOURCE_VFY=sha1:f9183f1b29cb94b48bb3175608831276e60b8fc5 WEB_SITE=http://www.scons.org ENTERED=20041011 - UPDATED=20100814 + UPDATED=20100820 SHORT="Pathetic attempt to replace make" cat << EOF From florin at lunar-linux.org Fri Aug 20 10:34:18 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 11:34:18 +0300 Subject: [Lunar-commits] xboard: version bumped to 4.4.4. Message-ID: <20100820083429.04BE19B21A@doppio.foo-projects.org> commit 776655a4f79b84b2f7fd5a7e313d62b96f509e7a Author: Florin Braescu Date: Fri Aug 20 11:34:18 2010 +0300 xboard: version bumped to 4.4.4. --- games/xboard/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/xboard/DETAILS b/games/xboard/DETAILS index a1dc284..9494732 100644 --- a/games/xboard/DETAILS +++ b/games/xboard/DETAILS @@ -1,11 +1,11 @@ MODULE=xboard - VERSION=4.4.3 + VERSION=4.4.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE - SOURCE_VFY=sha1:bcc7ce76475ac70d306e89ee8cf87496f6e7cd26 + SOURCE_VFY=sha1:85dfb2711a9d0aeb2feece28ceec2f42e5739a5f WEB_SITE=http://www.tim-mann.org/xboard.html ENTERED=20020428 - UPDATED=20100406 + UPDATED=20100820 SHORT="A graphical user interface for chess" cat << EOF From florin at lunar-linux.org Fri Aug 20 11:47:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 12:47:14 +0300 Subject: [Lunar-commits] warzone2100: version bumped to 2.3.4. Message-ID: <20100820094734.01F0C9B21A@doppio.foo-projects.org> commit 69221f7bb56242918fb0a014dd993fb5ee01b4e2 Author: Florin Braescu Date: Fri Aug 20 12:47:14 2010 +0300 warzone2100: version bumped to 2.3.4. --- games/warzone2100/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/warzone2100/DETAILS b/games/warzone2100/DETAILS index 132553d..8e6a7e8 100644 --- a/games/warzone2100/DETAILS +++ b/games/warzone2100/DETAILS @@ -1,11 +1,11 @@ MODULE=warzone2100 - VERSION=2.3.3 + VERSION=2.3.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:5906d362969e982b5308c0ba6c998f879dd37e6a + SOURCE_VFY=sha1:a9671c5e0c1ac402749b1efe95a16307b9788d65 WEB_SITE=http://wz2100.net ENTERED=20090606 - UPDATED=20100809 + UPDATED=20100820 MAINTAINER=florin at lunar-linux.org SHORT="3D realtime strategy game" From florin at lunar-linux.org Fri Aug 20 11:48:10 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 12:48:10 +0300 Subject: [Lunar-commits] libgphoto2: version bumped to 2.4.10. Message-ID: <20100820094825.10FF99B21A@doppio.foo-projects.org> commit 10904daab7f605300c7b5a6e432ad4bb70418433 Author: Florin Braescu Date: Fri Aug 20 12:48:10 2010 +0300 libgphoto2: version bumped to 2.4.10. --- graphics/libgphoto2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/libgphoto2/DETAILS b/graphics/libgphoto2/DETAILS index 836eeb2..bf9d864 100644 --- a/graphics/libgphoto2/DETAILS +++ b/graphics/libgphoto2/DETAILS @@ -1,11 +1,11 @@ MODULE=libgphoto2 - VERSION=2.4.9 + VERSION=2.4.10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/gphoto - SOURCE_VFY=sha1:7d876fd650430e4f52fe10e53f378688e6026387 + SOURCE_VFY=sha1:0fbbcfdfe13c3cf128505e3079faf55407b647c5 WEB_SITE=http://gphoto.sourceforge.net ENTERED=20030108 - UPDATED=20100414 + UPDATED=20100817 SHORT="The libraries for gphoto" cat << EOF From florin at lunar-linux.org Fri Aug 20 11:48:43 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 12:48:43 +0300 Subject: [Lunar-commits] gphoto2: version bumped to 2.4.10. Message-ID: <20100820094900.B4DE69B21A@doppio.foo-projects.org> commit 983831882c14684b747e374889b43e3fcd708ffa Author: Florin Braescu Date: Fri Aug 20 12:48:43 2010 +0300 gphoto2: version bumped to 2.4.10. --- graphics/gphoto2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/gphoto2/DETAILS b/graphics/gphoto2/DETAILS index 970450c..4179b3e 100644 --- a/graphics/gphoto2/DETAILS +++ b/graphics/gphoto2/DETAILS @@ -1,11 +1,11 @@ MODULE=gphoto2 - VERSION=2.4.9 + VERSION=2.4.10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/gphoto - SOURCE_VFY=sha1:0b08bb90dc3fde6f79e4f52c00da5bedadeee2b1 + SOURCE_VFY=sha1:a01de04ecfc1e4505c30a586af8ee218dbb44d7b WEB_SITE=http://www.gphoto.org ENTERED=20021007 - UPDATED=20100414 + UPDATED=20100820 SHORT="A digital camera software application for Unix-like systems" cat << EOF From florin at lunar-linux.org Fri Aug 20 11:57:52 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 12:57:52 +0300 Subject: [Lunar-commits] pixman: version bumped to 0.18.4. Message-ID: <20100820095805.22DE39B21A@doppio.foo-projects.org> commit 3d447b56bfdbc92d1a707fd91539eb034119b7c9 Author: Florin Braescu Date: Fri Aug 20 12:57:52 2010 +0300 pixman: version bumped to 0.18.4. --- xorg7/lib/pixman/BUILD | 4 +++- xorg7/lib/pixman/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/xorg7/lib/pixman/BUILD b/xorg7/lib/pixman/BUILD index ff10e64..0aa41c0 100644 --- a/xorg7/lib/pixman/BUILD +++ b/xorg7/lib/pixman/BUILD @@ -1,6 +1,8 @@ ( - . /etc/profile.d/x11r7.rc && + . /etc/profile.d/x11r7.rc && + + OPTS+=" --disable-static --disable-gtk " && default_build diff --git a/xorg7/lib/pixman/DETAILS b/xorg7/lib/pixman/DETAILS index 598782d..9824708 100644 --- a/xorg7/lib/pixman/DETAILS +++ b/xorg7/lib/pixman/DETAILS @@ -1,12 +1,12 @@ MODULE=pixman - VERSION=0.18.2 + VERSION=0.18.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:d66ab37ebc111e8031dd6d0ff1edf19b7adab5be + SOURCE_VFY=sha1:011b00fb33d6e5021a680bcc74f600f44d709d8d MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070809 - UPDATED=20100519 + UPDATED=20100820 SHORT="Low-level pixel manipulation routine library" cat << EOF From stumbles at lunar-linux.org Fri Aug 20 12:02:42 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 20 Aug 2010 06:02:42 -0400 Subject: [Lunar-commits] foomatic-db: Version bump. Message-ID: <20100820100302.38A879B21A@doppio.foo-projects.org> commit 547e781c901d7875d5ac14867cc429818b928066 Author: Dennis `stumbles` Veatch Date: Fri Aug 20 06:02:42 2010 -0400 foomatic-db: Version bump. --- printer/foomatic-db/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/foomatic-db/DETAILS b/printer/foomatic-db/DETAILS index 7bdc3f9..1f0bfe8 100644 --- a/printer/foomatic-db/DETAILS +++ b/printer/foomatic-db/DETAILS @@ -1,12 +1,12 @@ MODULE=foomatic-db - VERSION=4.0-20100816 + VERSION=4.0-20100820 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-20100218 SOURCE_URL=http://www.openprinting.org/download/foomatic - SOURCE_VFY=sha1:220cceda70733481cbb070a91989de29221c6f03 + SOURCE_VFY=sha1:356bdf205b0fcd26cd60a5b8b8a2256a3f4646e3 WEB_SITE=http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic ENTERED=20051228 - UPDATED=20100816 + UPDATED=20100820 SHORT="collected knowledge about printers, drivers, driver options" cat << EOF From stumbles at lunar-linux.org Fri Aug 20 12:16:54 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 20 Aug 2010 06:16:54 -0400 Subject: [Lunar-commits] live555: Version bump. Message-ID: <20100820101707.DC3829B21A@doppio.foo-projects.org> commit 8c8d8a67ae37a7be5f18014d8926ece86f6b1d2e Author: Dennis `stumbles` Veatch Date: Fri Aug 20 06:16:54 2010 -0400 live555: Version bump. --- net/live555/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/live555/DETAILS b/net/live555/DETAILS index bc02c7d..b34dd1f 100644 --- a/net/live555/DETAILS +++ b/net/live555/DETAILS @@ -1,12 +1,12 @@ MODULE=live555 - VERSION=2010.07.13 + VERSION=2010.07.29 SOURCE=live.$VERSION.tar.gz SOURCE_URL=http://www.live555.com/liveMedia/public SOURCE_DIRECTORY=$BUILD_DIRECTORY/live - SOURCE_VFY=sha1:e4cf0c5491e8a73d7a381638cc71b5ef74466db1 + SOURCE_VFY=sha1:9d22f83936e2cc61b90fd760fb5c4cb09e5e2d78 WEB_SITE=http://www.live555.com/liveMedia/#config-unix ENTERED=20090311 - UPDATED=20100726 + UPDATED=20100820 SHORT="libraries for multimedia streaming RTP/RTCP, RTSP, SIP" cat << EOF From lunar-commits at lunar-linux.org Fri Aug 20 14:15:17 2010 From: lunar-commits at lunar-linux.org (USA VIAGRA ® Official) Date: Fri, 20 Aug 2010 14:15:17 +0200 (CEST) Subject: [Lunar-commits] =?iso-8859-1?q?=5BSPAMKLASSAT_av_SU=5D_lunar-comm?= =?iso-8859-1?q?its=40lunar-linux=2Eorg_VIAGRA_=AE_Official_Seller_?= =?iso-8859-1?q?-89=25?= Message-ID: <20100820121651.2080.qmail@186.123.211.168> An HTML attachment was scrubbed... URL: From stumbles at lunar-linux.org Fri Aug 20 16:02:35 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 20 Aug 2010 10:02:35 -0400 Subject: [Lunar-commits] libgsf: Adjusting BUILD; configure: WARNING: unrecognized options: --enable-svgz Message-ID: <20100820140310.DB08A9B223@doppio.foo-projects.org> commit e5bb4a9d4190877dc62afae6a1c640fc7c5e69f6 Author: Dennis `stumbles` Veatch Date: Fri Aug 20 10:02:35 2010 -0400 libgsf: Adjusting BUILD; configure: WARNING: unrecognized options: --enable-svgz --- gnome2/desktop/libgsf/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome2/desktop/libgsf/BUILD b/gnome2/desktop/libgsf/BUILD index 22e51c1..eb01f7e 100644 --- a/gnome2/desktop/libgsf/BUILD +++ b/gnome2/desktop/libgsf/BUILD @@ -4,11 +4,11 @@ --build=$BUILD \ --sysconfdir=/etc \ --localstatedir=/var \ - --enable-svgz \ --disable-gtk-doc \ --infodir=${GNOME210_PREFIX:-/usr}/share/info \ --mandir=${GNOME210_PREFIX:-/usr}/share/man \ $OPTS && + default_make ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Fri Aug 20 16:45:05 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 20 Aug 2010 10:45:05 -0400 Subject: [Lunar-commits] timezone-data: Version bump. Message-ID: <20100820144526.6DCE09B223@doppio.foo-projects.org> commit b865736a070d5d7da6edd14b9157fe42fdb7185c Author: Dennis `stumbles` Veatch Date: Fri Aug 20 10:45:05 2010 -0400 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 f235a6c..dd83091 100644 --- a/utils/timezone-data/DETAILS +++ b/utils/timezone-data/DETAILS @@ -1,7 +1,7 @@ MODULE=timezone-data - VERSION=2010k + VERSION=2010l DATA_VERSION=$VERSION - CODE_VERSION=2010k + CODE_VERSION=2010l 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:46d26a7709860aaef3a7dfdab7e05c94ce9ad233 - SOURCE2_VFY=sha1:57ecc7173fff554a5ab73a4b4546e557a1599783 + SOURCE_VFY=sha1:cdf10096260437556c3b7151790ec0db13d3d908 + SOURCE2_VFY=sha1:c5957ab9cd82f5c2acfec941cc65cf1d61ef62a8 SOURCE3_VFY=sha1:9f3234708c0baa44d5aeb132871cb473d37f9dbe WEB_SITE=ftp://elsie.nci.nih.gov/pub ENTERED=20070203 - UPDATED=20100731 + UPDATED=20100820 SHORT="timezone data and utilities" cat << EOF From florin at lunar-linux.org Fri Aug 20 21:51:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 22:51:20 +0300 Subject: [Lunar-commits] k3b: version bumped to 2.0.1. Message-ID: <20100820195224.1D6449B21B@doppio.foo-projects.org> commit 7c2d0c01cd4a4989daa1ccd5b20d73504cf7028f Author: Florin Braescu Date: Fri Aug 20 22:51:20 2010 +0300 k3b: version bumped to 2.0.1. Bugfixes release. --- kde4/apps/k3b/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/k3b/DETAILS b/kde4/apps/k3b/DETAILS index 09c0d5f..6d7e57b 100644 --- a/kde4/apps/k3b/DETAILS +++ b/kde4/apps/k3b/DETAILS @@ -1,12 +1,12 @@ MODULE=k3b - VERSION=2.0.0 + VERSION=2.0.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/k3b/$VERSIONr - SOURCE_VFY=sha1:afe1b10a520849941c1489ccb1ed7c3b8f828e78 + SOURCE_VFY=sha1:44da8d11b36945aeb9495c9150d8227fa906d6c2 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://k3b.plainblack.com ENTERED=20091127 - UPDATED=20100627 + UPDATED=20100820 SHORT="A port of k3b to kde4" cat << EOF From florin at lunar-linux.org Fri Aug 20 22:03:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 20 Aug 2010 23:03:28 +0300 Subject: [Lunar-commits] ocaml: version bumped to 3.12.0. Message-ID: <20100820200617.F33099B21B@doppio.foo-projects.org> commit cd77cc3f2a9bba5033ee43dd1551388bde56e347 Author: Florin Braescu Date: Fri Aug 20 23:03:28 2010 +0300 ocaml: version bumped to 3.12.0. Bugfixes and enhacements. --- compilers/ocaml/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compilers/ocaml/DETAILS b/compilers/ocaml/DETAILS index 00ed575..b4dfb67 100644 --- a/compilers/ocaml/DETAILS +++ b/compilers/ocaml/DETAILS @@ -1,13 +1,13 @@ MODULE=ocaml - MAJOR=3.11 - VERSION=${MAJOR}.2 + MAJOR=3.12 + VERSION=$MAJOR.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://caml.inria.fr/pub/distrib/$MODULE-$MAJOR SOURCE_URL[1]=$MIRROR_URL - SOURCE_VFY=sha1:59053ce0078da2367f4ce61da886d22c6e86a46d + SOURCE_VFY=sha1:33ebbfb1115806f117808f37e40d206c8994943d WEB_SITE=http://caml.inria.fr ENTERED=20020512 - UPDATED=20100122 + UPDATED=20100820 SHORT="An objective cml compiler" PSAFE=no cat << EOF From florin at lunar-linux.org Sat Aug 21 05:56:45 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Aug 2010 06:56:45 +0300 Subject: [Lunar-commits] phpMyAdmin: version bumped to 3.3.5.1. Message-ID: <20100821035710.A4E6F9B21B@doppio.foo-projects.org> commit dea91c68143d0171a044de73acecb2dd3f71697b Author: Florin Braescu Date: Sat Aug 21 06:56:45 2010 +0300 phpMyAdmin: version bumped to 3.3.5.1. Bugfixes. --- sql/phpMyAdmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index 69df3f8..b4b5ecb 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.3.5 + VERSION=3.3.5.1 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:89adb99241c6f915434a922c35caaed12ad6c299 + SOURCE_VFY=sha1:5f476c35168fe12bb8d043413fb5519bd842a13a WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20100727 + UPDATED=20100821 SHORT="A php web interface to administrate MySQL tables" cat << EOF From florin at lunar-linux.org Sat Aug 21 06:04:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Aug 2010 07:04:30 +0300 Subject: [Lunar-commits] linux-2.6-stable: version bumped to 2.6.34.5. Message-ID: <20100821040523.EC4E29B21B@doppio.foo-projects.org> commit 2f20ac56b0a67369828cb3abac1fac2fa4c690f4 Author: Florin Braescu Date: Sat Aug 21 07:04:30 2010 +0300 linux-2.6-stable: version bumped to 2.6.34.5. Fixes related to the Xorg possible exploit. --- kernel/linux-2.6-stable/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-stable/DETAILS b/kernel/linux-2.6-stable/DETAILS index 5fbbad2..eeb4376 100644 --- a/kernel/linux-2.6-stable/DETAILS +++ b/kernel/linux-2.6-stable/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6-stable - VERSION=2.6.34.4 + VERSION=2.6.34.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:4188857ba71f301991dc56285f593e9c311e5824 - SOURCE2_VFY=sha1:a01c8dce9d21a918831ae5f9a44bfc30e3239dcd + SOURCE2_VFY=sha1:b2d918ed06a3457eb077742a8872aca278fea8f0 WEB_SITE=http://www.kernel.org ENTERED=20070313 - UPDATED=20100819 + UPDATED=20100821 SHORT="The uber-stable version of the 2.6 kernel" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Sat Aug 21 06:09:28 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Aug 2010 07:09:28 +0300 Subject: [Lunar-commits] linux-2.6-zen: bump the version to the 2.6.34-zen1. Message-ID: <20100821040956.2A1859B21B@doppio.foo-projects.org> commit b539c58fc567e8e0f80a157a789ce29c10afcdd4 Author: Florin Braescu Date: Sat Aug 21 07:09:28 2010 +0300 linux-2.6-zen: bump the version to the 2.6.34-zen1. --- kernel/linux-2.6-zen/DETAILS | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/kernel/linux-2.6-zen/DETAILS b/kernel/linux-2.6-zen/DETAILS index 36169be..72e39ea 100644 --- a/kernel/linux-2.6-zen/DETAILS +++ b/kernel/linux-2.6-zen/DETAILS @@ -1,19 +1,19 @@ MODULE=linux-2.6-zen - KERNEL_VERSION=2.6.32 - ZEN_VERSION=2 + KERNEL_VERSION=2.6.34 + ZEN_VERSION=1 VERSION=$KERNEL_VERSION-zen$ZEN_VERSION SOURCE=linux-$KERNEL_VERSION.tar.bz2 SOURCE2=$VERSION.patch.lzma SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION - SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/ - SOURCE_URL[1]=http://kernel.org/pub/linux/kernel/v2.6/ - SOURCE2_URL=http://downloads.zen-kernel.org/$KERNEL_VERSION/ - SOURCE_VFY=sha1:410b4fc818023bfef60064e973ff0ab46d3bfb19 - SOURCE2_VFY=sha1:767fe59a3cb8611a00c681eb01b8e49df9ca311f + SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 + SOURCE_URL[1]=http://kernel.org/pub/linux/kernel/v2.6 + SOURCE2_URL=http://downloads.zen-kernel.org/$KERNEL_VERSION + SOURCE_VFY=sha1:4188857ba71f301991dc56285f593e9c311e5824 + SOURCE2_VFY=sha1:5fe2fe69858c761117c9aa1eb7f237f3d327615d WEB_SITE=http://www.zen-kernel.org ENTERED=20091218 - UPDATED=20091218 - SHORT="2.6 kernel with latest stable Zen patches." + UPDATED=20100821 + SHORT="2.6 kernel with latest stable Zen patches" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Sat Aug 21 06:19:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Aug 2010 07:19:14 +0300 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.35.3. Message-ID: <20100821041952.687079B21B@doppio.foo-projects.org> commit aeeff14e69ed24d1d97b5ee6bff66d504e239b5b Author: Florin Braescu Date: Sat Aug 21 07:19:14 2010 +0300 linux-2.6: version bumped to 2.6.35.3. More fixes related to the Xorg exploit. --- 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 34f1847..9c5aae9 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.35.2 + VERSION=2.6.35.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:4cb1fbfbeedcd658ca37739679c65dfaa136bf4e - SOURCE2_VFY=sha1:bcd8be662dbbdae511de265f60fedf68d8722f86 + SOURCE2_VFY=sha1:38717af633669750bc7e65508ae7253de3c5c527 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20100814 + UPDATED=20100821 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Sat Aug 21 06:58:43 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Aug 2010 07:58:43 +0300 Subject: [Lunar-commits] pixman: reenable tests compiling. Message-ID: <20100821045911.A08729B223@doppio.foo-projects.org> commit da1a5f2f64000d2c2095ba4ac342da6e64a57ef6 Author: Florin Braescu Date: Sat Aug 21 07:58:43 2010 +0300 pixman: reenable tests compiling. --- xorg7/lib/pixman/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xorg7/lib/pixman/BUILD b/xorg7/lib/pixman/BUILD index 0aa41c0..616dd20 100644 --- a/xorg7/lib/pixman/BUILD +++ b/xorg7/lib/pixman/BUILD @@ -2,7 +2,7 @@ . /etc/profile.d/x11r7.rc && - OPTS+=" --disable-static --disable-gtk " && + OPTS+=" --disable-static " && default_build From florin at lunar-linux.org Sat Aug 21 07:51:57 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Aug 2010 08:51:57 +0300 Subject: [Lunar-commits] sylpheed: fix the sha1 sum. Message-ID: <20100821055236.405819B223@doppio.foo-projects.org> commit c2948c1248a5d507835097eb1622cf37f4e56155 Author: Florin Braescu Date: Sat Aug 21 08:51:57 2010 +0300 sylpheed: fix the sha1 sum. Thanks to wdp for the submission. --- mail/sylpheed/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS index 11a482d..a83f562 100644 --- a/mail/sylpheed/DETAILS +++ b/mail/sylpheed/DETAILS @@ -3,7 +3,7 @@ VERSION=$MAJOR.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://sylpheed.sraoss.jp/sylpheed/v$MAJOR - SOURCE_VFY=sha1:bf635432c8d735b8327895af9c2311ee75aec621 + SOURCE_VFY=sha1:b12f7dbe40de408717229e2b6a4a2ac3218c5985 WEB_SITE=http://sylpheed.sraoss.jp/en ENTERED=20050201 UPDATED=20100629 From florin at lunar-linux.org Sat Aug 21 08:18:05 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Aug 2010 09:18:05 +0300 Subject: [Lunar-commits] geany: version bumped to 0.19.1. Message-ID: <20100821061826.49EC49B223@doppio.foo-projects.org> commit 95603c6f021472bfc92bf13a900dcaa97422e598 Author: Florin Braescu Date: Sat Aug 21 09:18:05 2010 +0300 geany: version bumped to 0.19.1. Bugfixes and improvements. --- editors/geany/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/geany/DETAILS b/editors/geany/DETAILS index eab5799..adffad3 100644 --- a/editors/geany/DETAILS +++ b/editors/geany/DETAILS @@ -1,11 +1,11 @@ MODULE=geany - VERSION=0.19 + VERSION=0.19.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://download.geany.org - SOURCE_VFY=sha1:501eeb43cea91c8016df4b134549a54430981c0d + SOURCE_VFY=sha1:75e7d5744ff84bf5757f88c89f7452287130e986 WEB_SITE=http://geany.uvena.de ENTERED=20060613 - UPDATED=20100621 + UPDATED=20100821 SHORT="Fast and lightweight GTK based IDE" cat << EOF From florin at lunar-linux.org Sat Aug 21 08:31:10 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 21 Aug 2010 09:31:10 +0300 Subject: [Lunar-commits] stella: version bumped to 3.2. Message-ID: <20100821063155.8E53C9B223@doppio.foo-projects.org> commit 03bedf692e59fad7219dcf1db279126e8bd5630f Author: Florin Braescu Date: Sat Aug 21 09:31:10 2010 +0300 stella: version bumped to 3.2. This release includes major improvements to joystick analog axis handling, and many debugger/disassembler and emulation fixes. --- games/stella/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/stella/DETAILS b/games/stella/DETAILS index 2267614..8389d84 100644 --- a/games/stella/DETAILS +++ b/games/stella/DETAILS @@ -1,11 +1,11 @@ MODULE=stella - VERSION=3.1.2 + VERSION=3.2 SOURCE=$MODULE-$VERSION-src.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:bcab4ad4a2403615f31e268e12af08839ba73571 + SOURCE_VFY=sha1:d239504dfc338c2c835bd8dfff79816f877626f1 WEB_SITE=http://stella.sourceforge.net ENTERED=20030216 - UPDATED=20100509 + UPDATED=20100821 SHORT="A multi-platform Atari 2600 VCS emulator" cat << EOF From ratler at lunar-linux.org Sat Aug 21 09:46:15 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 21 Aug 2010 09:46:15 +0200 Subject: [Lunar-commits] glibc: Added patch to fix build issue with make 3.82 Message-ID: <20100821074619.081FD9B220@doppio.foo-projects.org> commit d6535ed8810c22194224cbf14cd9323b1c7f6a95 Author: Stefan Wold Date: Sat Aug 21 09:46:15 2010 +0200 glibc: Added patch to fix build issue with make 3.82 --- libs/glibc/BUILD | 1 + libs/glibc/BUILD.x86_64 | 1 + libs/glibc/DETAILS | 5 ++++- 3 files changed, 6 insertions(+), 1 deletions(-) diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD index b7d72eb..9e7f5c8 100644 --- a/libs/glibc/BUILD +++ b/libs/glibc/BUILD @@ -21,6 +21,7 @@ patch_it $SOURCE2 1 && patch_it $SOURCE3 1 && + patch_it $SOURCE4 1 && INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64 index 8528eac..772ba5f 100644 --- a/libs/glibc/BUILD.x86_64 +++ b/libs/glibc/BUILD.x86_64 @@ -21,6 +21,7 @@ patch_it $SOURCE2 1 && patch_it $SOURCE3 1 && + patch_it $SOURCE4 1 && INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index 2d16159..46bec13 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -3,19 +3,22 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-2.11-no_timezones.patch.bz2 SOURCE3=$MODULE-2.11.1-__i686.patch.bz2 + SOURCE4=$MODULE-2.11.2-makefile_fix-1.patch SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE SOURCE_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL + SOURCE4_URL=$PATCH_URL SOURCE_VFY=sha1:23b477f4816a97e007be1e98abc1ffe2af13ba9e SOURCE2_VFY=sha1:fc5bf75815daeeef52f7558f27992e02c2cdc87d SOURCE3_VFY=sha1:e3f36e2bb17e51e31035f2cd405d099c624d0e9e + SOURCE4_VFY=sha1:13c31ed2b2a24940ed181b44d8cbc6338d72316d WEB_SITE=http://www.gnu.org/software/libc ENTERED=20010922 UPDATED=20100520 SHORT="C library for use with GNU/Hurd and GNU/Linux" - PSAFE=no +PSAFE=no cat << EOF glibc - Library for use with GNU/Hurd and GNU/Linux. From stumbles at lunar-linux.org Sat Aug 21 15:01:52 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 21 Aug 2010 09:01:52 -0400 Subject: [Lunar-commits] docbook-xml=4.4: Adding to moonbase. Will be a depends for kdelibs-4.5. Message-ID: <20100821130233.7AFDE9B220@doppio.foo-projects.org> commit 37c78c1df611cbbaf57cabac10beb41ca29c004b Author: Dennis `stumbles` Veatch Date: Sat Aug 21 09:01:52 2010 -0400 docbook-xml=4.4: Adding to moonbase. Will be a depends for kdelibs-4.5. --- doc-tools/docbook-xml-4.2/BUILD | 22 ++++++++++++++ doc-tools/docbook-xml-4.2/DEPENDS | 4 ++ doc-tools/docbook-xml-4.2/DETAILS | 21 +++++++++++++ doc-tools/docbook-xml-4.2/POST_INSTALL | 51 ++++++++++++++++++++++++++++++++ doc-tools/docbook-xml-4.2/POST_REMOVE | 3 ++ doc-tools/docbook-xml-4.2/PRE_BUILD | 3 ++ doc-tools/docbook-xml-4.2/PRE_REMOVE | 4 ++ 7 files changed, 108 insertions(+), 0 deletions(-) diff --git a/doc-tools/docbook-xml-4.2/BUILD b/doc-tools/docbook-xml-4.2/BUILD new file mode 100644 index 0000000..2556203 --- /dev/null +++ b/doc-tools/docbook-xml-4.2/BUILD @@ -0,0 +1,22 @@ +( + + TARGET=/usr/share/sgml/docbook/$MODULE && + + # We need to remove the old catalog entries upon an update + if module_is_expired $MODULE ; then + set_module_config OLD_VER "`installed_version $MODULE`" + fi && + + prepare_install && + if ! [ -d "$TARGET" ]; then + mkdir -p $TARGET + fi && + + rm -rf $SOURCE_DIRECTORY/old.libraries && + + cp -a $SOURCE_DIRECTORY/* $TARGET/ && + install -m755 $SOURCE_CACHE/$SOURCE2 /usr/bin/ && + + ln -sf $TARGET/docbook.cat $TARGET/catalog + +) > $C_FIFO 2>&1 diff --git a/doc-tools/docbook-xml-4.2/DEPENDS b/doc-tools/docbook-xml-4.2/DEPENDS new file mode 100644 index 0000000..45cc338 --- /dev/null +++ b/doc-tools/docbook-xml-4.2/DEPENDS @@ -0,0 +1,4 @@ +depends openjade +depends docbook-xsl +depends docbook-sgml +depends unzip diff --git a/doc-tools/docbook-xml-4.2/DETAILS b/doc-tools/docbook-xml-4.2/DETAILS new file mode 100644 index 0000000..c122808 --- /dev/null +++ b/doc-tools/docbook-xml-4.2/DETAILS @@ -0,0 +1,21 @@ + MODULE=docbook-xml-4.2 + VERSION=4.2 + SOURCE=docbook-xml-$VERSION.zip + SOURCE2=buildDocBookCatalog +SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE + SOURCE_URL[0]=http://www.oasis-open.org/docbook/xml/4.2/ + SOURCE_VFY=sha1:5e3a35663cd028c5c5fbb959c3858fec2d7f8b9e + WEB_SITE=http://www.oasis-open.org/docbook/xml/4.2/ + ENTERED=20100821 + UPDATED=20100821 + SHORT="The DocBook XML DTD" + +cat << EOF +DocBook is an XML/SGML vocabulary particularly well suited to books +and papers about computer hardware and software (though it is by no +means limited to these applications). +The DocBook Technical Committee maintains the DocBook schema. +DocBook is officially available as a Document Type Definition (DTD) +for both XML and SGML. It is unofficially available in other forms +as well. +EOF diff --git a/doc-tools/docbook-xml-4.2/POST_INSTALL b/doc-tools/docbook-xml-4.2/POST_INSTALL new file mode 100644 index 0000000..a77c51f --- /dev/null +++ b/doc-tools/docbook-xml-4.2/POST_INSTALL @@ -0,0 +1,51 @@ +OLD_VER=`get_module_config OLD_VER` +CENTRALIZED=/etc/sgml/catalog +CATALOGDIR=/usr/share/sgml/docbook/$MODULE-$VERSION +CATALOGDIR_OLD="/usr/share/sgml/$MODULE-$OLD_VER" +XML_PREFIX=/etc/xml +DOCBOOK_XML_VER=`installed_version docbook-xml` + +echo "Adding catalog for $MODULE-$VERSION to $CENTRALIZED" + +# Now we are handling the update +if [ ! -z $OLD_VER ]; then + install-catalog --remove $CENTRALIZED $CATALOGDIR_OLD/catalog +fi + +install-catalog --remove $CENTRALIZED $CATALOGDIR/catalog + +install-catalog --add $CENTRALIZED $CATALOGDIR/catalog +install-catalog --remove $CENTRALIZED /etc/sgml/catalog + +echo "Adding xml catalogs for $MODULE-$VERSION to $XML_PREFIX/catalog" +/usr/bin/$SOURCE2 --prefix=$XML_PREFIX --version=$DOCBOOK_XML_VER + +( + +xmlcatalog --noout --add "public" \ + "-//OASIS//DTD DocBook XML V4.1.2//EN" \ + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" \ + /etc/xml/docbook && +xmlcatalog --noout --add "delegateSystem" \ + "http://www.oasis-open.org/docbook/xml/4.1.2/" \ + "file:///etc/xml/docbook" /etc/xml/catalog && +xmlcatalog --noout --add "delegateURI" \ + "http://www.oasis-open.org/docbook/xml/4.1.2/" \ + "file:///etc/xml/docbook" /etc/xml/catalog && +xmlcatalog --noout --add "rewriteSystem" \ + "http://www.oasis-open.org/docbook/xml/4.1.2" \ + "file://$CATALOGDIR" \ + /etc/xml/docbook && +xmlcatalog --noout --add "rewriteURI" \ + "http://www.oasis-open.org/docbook/xml/4.1.2" \ + "file://$CATALOGDIR" \ + /etc/xml/docbook && +xmlcatalog --noout --add "rewriteURI" \ + "http://www.oasis-open.org/docbook/xml/4.2" \ + "file://$CATALOGDIR" \ + /etc/xml/docbook +) + +if module_installed scrollkeeper; then lin -c scrollkeeper; fi + +unset_module_config OLD_VER diff --git a/doc-tools/docbook-xml-4.2/POST_REMOVE b/doc-tools/docbook-xml-4.2/POST_REMOVE new file mode 100644 index 0000000..06339b0 --- /dev/null +++ b/doc-tools/docbook-xml-4.2/POST_REMOVE @@ -0,0 +1,3 @@ +#this takes care of the old install directory + +rm -rf /usr/share/sgml/docbook/$MODULE-$VERSION diff --git a/doc-tools/docbook-xml-4.2/PRE_BUILD b/doc-tools/docbook-xml-4.2/PRE_BUILD new file mode 100644 index 0000000..8b474ad --- /dev/null +++ b/doc-tools/docbook-xml-4.2/PRE_BUILD @@ -0,0 +1,3 @@ +mk_source_dir $SOURCE_DIRECTOY && +unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY + diff --git a/doc-tools/docbook-xml-4.2/PRE_REMOVE b/doc-tools/docbook-xml-4.2/PRE_REMOVE new file mode 100644 index 0000000..65eaffe --- /dev/null +++ b/doc-tools/docbook-xml-4.2/PRE_REMOVE @@ -0,0 +1,4 @@ +CENTRALIZED=/etc/sgml/catalog +DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$MODULE-$VERSION + +install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog From stumbles at lunar-linux.org Sat Aug 21 15:36:41 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 21 Aug 2010 09:36:41 -0400 Subject: [Lunar-commits] docbook-xml-4.2: Did not realize this was covered by dcobook-xml. So off Message-ID: <20100821133844.B35079B220@doppio.foo-projects.org> commit ccc0b3829f419af74d0f02b75e2b4ce8f39a701b Author: Dennis `stumbles` Veatch Date: Sat Aug 21 09:36:41 2010 -0400 docbook-xml-4.2: Did not realize this was covered by dcobook-xml. So off to the great either it goes. --- doc-tools/docbook-xml-4.2/BUILD | 22 -------------- doc-tools/docbook-xml-4.2/DEPENDS | 4 -- doc-tools/docbook-xml-4.2/DETAILS | 21 ------------- doc-tools/docbook-xml-4.2/POST_INSTALL | 51 -------------------------------- doc-tools/docbook-xml-4.2/POST_REMOVE | 3 -- doc-tools/docbook-xml-4.2/PRE_BUILD | 3 -- doc-tools/docbook-xml-4.2/PRE_REMOVE | 4 -- 7 files changed, 0 insertions(+), 108 deletions(-) diff --git a/doc-tools/docbook-xml-4.2/BUILD b/doc-tools/docbook-xml-4.2/BUILD deleted file mode 100644 index 2556203..0000000 --- a/doc-tools/docbook-xml-4.2/BUILD +++ /dev/null @@ -1,22 +0,0 @@ -( - - TARGET=/usr/share/sgml/docbook/$MODULE && - - # We need to remove the old catalog entries upon an update - if module_is_expired $MODULE ; then - set_module_config OLD_VER "`installed_version $MODULE`" - fi && - - prepare_install && - if ! [ -d "$TARGET" ]; then - mkdir -p $TARGET - fi && - - rm -rf $SOURCE_DIRECTORY/old.libraries && - - cp -a $SOURCE_DIRECTORY/* $TARGET/ && - install -m755 $SOURCE_CACHE/$SOURCE2 /usr/bin/ && - - ln -sf $TARGET/docbook.cat $TARGET/catalog - -) > $C_FIFO 2>&1 diff --git a/doc-tools/docbook-xml-4.2/DEPENDS b/doc-tools/docbook-xml-4.2/DEPENDS deleted file mode 100644 index 45cc338..0000000 --- a/doc-tools/docbook-xml-4.2/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends openjade -depends docbook-xsl -depends docbook-sgml -depends unzip diff --git a/doc-tools/docbook-xml-4.2/DETAILS b/doc-tools/docbook-xml-4.2/DETAILS deleted file mode 100644 index c122808..0000000 --- a/doc-tools/docbook-xml-4.2/DETAILS +++ /dev/null @@ -1,21 +0,0 @@ - MODULE=docbook-xml-4.2 - VERSION=4.2 - SOURCE=docbook-xml-$VERSION.zip - SOURCE2=buildDocBookCatalog -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE - SOURCE_URL[0]=http://www.oasis-open.org/docbook/xml/4.2/ - SOURCE_VFY=sha1:5e3a35663cd028c5c5fbb959c3858fec2d7f8b9e - WEB_SITE=http://www.oasis-open.org/docbook/xml/4.2/ - ENTERED=20100821 - UPDATED=20100821 - SHORT="The DocBook XML DTD" - -cat << EOF -DocBook is an XML/SGML vocabulary particularly well suited to books -and papers about computer hardware and software (though it is by no -means limited to these applications). -The DocBook Technical Committee maintains the DocBook schema. -DocBook is officially available as a Document Type Definition (DTD) -for both XML and SGML. It is unofficially available in other forms -as well. -EOF diff --git a/doc-tools/docbook-xml-4.2/POST_INSTALL b/doc-tools/docbook-xml-4.2/POST_INSTALL deleted file mode 100644 index a77c51f..0000000 --- a/doc-tools/docbook-xml-4.2/POST_INSTALL +++ /dev/null @@ -1,51 +0,0 @@ -OLD_VER=`get_module_config OLD_VER` -CENTRALIZED=/etc/sgml/catalog -CATALOGDIR=/usr/share/sgml/docbook/$MODULE-$VERSION -CATALOGDIR_OLD="/usr/share/sgml/$MODULE-$OLD_VER" -XML_PREFIX=/etc/xml -DOCBOOK_XML_VER=`installed_version docbook-xml` - -echo "Adding catalog for $MODULE-$VERSION to $CENTRALIZED" - -# Now we are handling the update -if [ ! -z $OLD_VER ]; then - install-catalog --remove $CENTRALIZED $CATALOGDIR_OLD/catalog -fi - -install-catalog --remove $CENTRALIZED $CATALOGDIR/catalog - -install-catalog --add $CENTRALIZED $CATALOGDIR/catalog -install-catalog --remove $CENTRALIZED /etc/sgml/catalog - -echo "Adding xml catalogs for $MODULE-$VERSION to $XML_PREFIX/catalog" -/usr/bin/$SOURCE2 --prefix=$XML_PREFIX --version=$DOCBOOK_XML_VER - -( - -xmlcatalog --noout --add "public" \ - "-//OASIS//DTD DocBook XML V4.1.2//EN" \ - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" \ - /etc/xml/docbook && -xmlcatalog --noout --add "delegateSystem" \ - "http://www.oasis-open.org/docbook/xml/4.1.2/" \ - "file:///etc/xml/docbook" /etc/xml/catalog && -xmlcatalog --noout --add "delegateURI" \ - "http://www.oasis-open.org/docbook/xml/4.1.2/" \ - "file:///etc/xml/docbook" /etc/xml/catalog && -xmlcatalog --noout --add "rewriteSystem" \ - "http://www.oasis-open.org/docbook/xml/4.1.2" \ - "file://$CATALOGDIR" \ - /etc/xml/docbook && -xmlcatalog --noout --add "rewriteURI" \ - "http://www.oasis-open.org/docbook/xml/4.1.2" \ - "file://$CATALOGDIR" \ - /etc/xml/docbook && -xmlcatalog --noout --add "rewriteURI" \ - "http://www.oasis-open.org/docbook/xml/4.2" \ - "file://$CATALOGDIR" \ - /etc/xml/docbook -) - -if module_installed scrollkeeper; then lin -c scrollkeeper; fi - -unset_module_config OLD_VER diff --git a/doc-tools/docbook-xml-4.2/POST_REMOVE b/doc-tools/docbook-xml-4.2/POST_REMOVE deleted file mode 100644 index 06339b0..0000000 --- a/doc-tools/docbook-xml-4.2/POST_REMOVE +++ /dev/null @@ -1,3 +0,0 @@ -#this takes care of the old install directory - -rm -rf /usr/share/sgml/docbook/$MODULE-$VERSION diff --git a/doc-tools/docbook-xml-4.2/PRE_BUILD b/doc-tools/docbook-xml-4.2/PRE_BUILD deleted file mode 100644 index 8b474ad..0000000 --- a/doc-tools/docbook-xml-4.2/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -mk_source_dir $SOURCE_DIRECTOY && -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY - diff --git a/doc-tools/docbook-xml-4.2/PRE_REMOVE b/doc-tools/docbook-xml-4.2/PRE_REMOVE deleted file mode 100644 index 65eaffe..0000000 --- a/doc-tools/docbook-xml-4.2/PRE_REMOVE +++ /dev/null @@ -1,4 +0,0 @@ -CENTRALIZED=/etc/sgml/catalog -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$MODULE-$VERSION - -install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog From ratler at lunar-linux.org Sat Aug 21 16:16:33 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 21 Aug 2010 16:16:33 +0200 Subject: [Lunar-commits] dmidecode: make 3.82 fix Message-ID: <20100821141638.6B88F9B220@doppio.foo-projects.org> commit 10d3f0d3710ba10db06763b1911d13e028bae652 Author: Stefan Wold Date: Sat Aug 21 16:16:33 2010 +0200 dmidecode: make 3.82 fix --- utils/dmidecode/BUILD | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/dmidecode/BUILD b/utils/dmidecode/BUILD index 1daa589..76d9b93 100644 --- a/utils/dmidecode/BUILD +++ b/utils/dmidecode/BUILD @@ -1,6 +1,7 @@ ( - - sedit 's:/usr/local:/usr:g' Makefile + # make 3.82 fix + sedit '/PROGRAMS !=/d' Makefile && + sedit 's:/usr/local:/usr:g' Makefile && default_make ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Sat Aug 21 16:29:48 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 21 Aug 2010 10:29:48 -0400 Subject: [Lunar-commits] setserial: The config.sub is to old, use the system one and adding a Message-ID: <20100821143049.2551D9B220@doppio.foo-projects.org> commit 5412cb5990e6fac994434b118507e973c14ca08a Author: Dennis `stumbles` Veatch Date: Sat Aug 21 10:29:48 2010 -0400 setserial: The config.sub is to old, use the system one and adding a undef for compilation with current kernels. --- utils/setserial/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/utils/setserial/BUILD b/utils/setserial/BUILD index c8b41c5..ce4ec67 100644 --- a/utils/setserial/BUILD +++ b/utils/setserial/BUILD @@ -1,6 +1,13 @@ ( + +# Its config.sub is to ancient for current detection. Use the system. + cp /usr/share/automake/config.sub $SOURCE_DIRECTORY && + patch_it $SOURCE2 1 && sedit "s:usr/man:usr/share/man:g" Makefile.in && + + sed -i "26i #undef TIOCGHAYESESP" setserial.c && + default_build && install -m 700 rc.serial /etc/init.d/serial.sh && From ratler at lunar-linux.org Sat Aug 21 16:38:38 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 21 Aug 2010 16:38:38 +0200 Subject: [Lunar-commits] chkconfig: Quick fix for make 3.82 issue Message-ID: <20100821144012.68A0B9B220@doppio.foo-projects.org> commit f0ae232ca0b4ef34e5722016d076b64ba2868f00 Author: Stefan Wold Date: Sat Aug 21 16:38:38 2010 +0200 chkconfig: Quick fix for make 3.82 issue * Compared compile log and install log with a working system and couldn't find any difference after removing a few lines from intl/Makefile.in --- init/chkconfig/BUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/init/chkconfig/BUILD b/init/chkconfig/BUILD index 68e3067..ede2a3f 100644 --- a/init/chkconfig/BUILD +++ b/init/chkconfig/BUILD @@ -1,5 +1,6 @@ ( + sedit "/^@GT_YES@/d;/^$GT_NO@/d" intl/Makefile.in && ./configure --prefix=/usr \ --bindir=/usr/bin \ --sbindir=/sbin \ From stumbles at lunar-linux.org Sat Aug 21 17:05:12 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 21 Aug 2010 11:05:12 -0400 Subject: [Lunar-commits] ImageMagick: Version bump and was PSAFE here. Message-ID: <20100821150543.24E269B220@doppio.foo-projects.org> commit af023a1e09064ecfb06b6cba5a5d409b65e2972b Author: Dennis `stumbles` Veatch Date: Sat Aug 21 11:05:12 2010 -0400 ImageMagick: Version bump and was PSAFE here. --- graphics/ImageMagick/BUILD | 2 +- graphics/ImageMagick/DETAILS | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/graphics/ImageMagick/BUILD b/graphics/ImageMagick/BUILD index d610ef8..dec9feb 100644 --- a/graphics/ImageMagick/BUILD +++ b/graphics/ImageMagick/BUILD @@ -1,6 +1,6 @@ ( - OPTS="$OPTS --enable-shared=yes --enable-hdri" + OPTS="$OPTS --enable-shared=yes --enable-hdri --disable-static" # They say to run this if you got dirty autotools. # autoreconf && diff --git a/graphics/ImageMagick/DETAILS b/graphics/ImageMagick/DETAILS index 966fa6a..50bd493 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.6.2-10 + VERSION=6.6.3-8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.imagemagick.org/pub/ImageMagick SOURCE_URL[1]=$SFORGE_URL/imagemagick @@ -20,11 +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:7da8f1c73b0c42f8e9f000f410c0be747241959d + SOURCE_VFY=sha1:b1ae93dec745ed32c2909ef2ffa6129a33fa84ea WEB_SITE=http://www.imagemagick.org ENTERED=20010922 - UPDATED=20100701 - PSAFE=no + UPDATED=20100821 SHORT="Automated and interactive manipulation of images" cat << EOF From ratler at lunar-linux.org Sat Aug 21 18:04:39 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 21 Aug 2010 18:04:39 +0200 Subject: [Lunar-commits] Removing duplicate module directory Message-ID: <20100821160637.F0D4C9B220@doppio.foo-projects.org> commit bd6667a61b40045f45cde54141ee5ea6e7bcbef0 Author: Stefan Wold Date: Sat Aug 21 18:04:39 2010 +0200 Removing duplicate module directory --- zbeta/midori/DEPENDS | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/zbeta/midori/DEPENDS b/zbeta/midori/DEPENDS deleted file mode 100644 index 76d8754..0000000 --- a/zbeta/midori/DEPENDS +++ /dev/null @@ -1,9 +0,0 @@ -depends libsexy -depends webkit -depends libxml2 -depends libsoup - -optional_depends libunique "--enable-unique" "--disable-unique" "for single instance midori" -optional_depends sqlite "--enable-sqlite" "--disable-sqlite" "enable history database support" -optional_depends libidn "--enable-libidn" "--disable-libidn" "enable international domain name support" -optional_depends gtk-doc "--enable-apidocs" "--disable-apidocs" "enable creation of apidocs" From ratler at lunar-linux.org Sat Aug 21 18:06:33 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 21 Aug 2010 18:06:33 +0200 Subject: [Lunar-commits] midori: Remove deprecated sqlite dependency Message-ID: <20100821160638.084EE9B223@doppio.foo-projects.org> commit 5c2609f43b971ead4889f7171a5b2d7209fa46a4 Author: Stefan Wold Date: Sat Aug 21 18:06:33 2010 +0200 midori: Remove deprecated sqlite dependency --- web/midori/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/web/midori/DEPENDS b/web/midori/DEPENDS index 76d8754..a977fe7 100644 --- a/web/midori/DEPENDS +++ b/web/midori/DEPENDS @@ -4,6 +4,5 @@ depends libxml2 depends libsoup optional_depends libunique "--enable-unique" "--disable-unique" "for single instance midori" -optional_depends sqlite "--enable-sqlite" "--disable-sqlite" "enable history database support" optional_depends libidn "--enable-libidn" "--disable-libidn" "enable international domain name support" optional_depends gtk-doc "--enable-apidocs" "--disable-apidocs" "enable creation of apidocs" From ratler at lunar-linux.org Sat Aug 21 18:41:37 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 21 Aug 2010 18:41:37 +0200 Subject: [Lunar-commits] midori: A few more changes suggested by wdp Message-ID: <20100821164142.90EFB9B220@doppio.foo-projects.org> commit 79f052b7a9917d0cdf7444a095813d778aa6606a Author: Stefan Wold Date: Sat Aug 21 18:41:37 2010 +0200 midori: A few more changes suggested by wdp --- web/midori/CONFIGURE | 1 - web/midori/DEPENDS | 1 + 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/midori/CONFIGURE b/web/midori/CONFIGURE deleted file mode 100644 index 14a2421..0000000 --- a/web/midori/CONFIGURE +++ /dev/null @@ -1 +0,0 @@ -mquery WITH_ADDONS "Enable building of extensions" y "--enable-addons" "--disable-addons" diff --git a/web/midori/DEPENDS b/web/midori/DEPENDS index a977fe7..6bbef28 100644 --- a/web/midori/DEPENDS +++ b/web/midori/DEPENDS @@ -3,6 +3,7 @@ depends webkit depends libxml2 depends libsoup +optional_depends vala "--enable-addons" "--disable-addons" "Enable building of extensions" optional_depends libunique "--enable-unique" "--disable-unique" "for single instance midori" optional_depends libidn "--enable-libidn" "--disable-libidn" "enable international domain name support" optional_depends gtk-doc "--enable-apidocs" "--disable-apidocs" "enable creation of apidocs" From zbiggy at lunar-linux.org Sun Aug 22 02:41:59 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 22 Aug 2010 02:41:59 +0200 Subject: [Lunar-commits] mysql: updated to 5.1.50 bugfix release. Changelog here: http://dev.mysql.com/doc/refman/5.1/en/news-5-1-50.html Message-ID: <20100822004342.33499F4C8E@doppio.foo-projects.org> commit 51c2f6f3d7aaee97830f35fa8893135a07670618 Author: Zbigniew Luszpinski Date: Sun Aug 22 02:41:59 2010 +0200 mysql: updated to 5.1.50 bugfix release. Changelog here: http://dev.mysql.com/doc/refman/5.1/en/news-5-1-50.html --- sql/mysql/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/mysql/DETAILS b/sql/mysql/DETAILS index 669df24..a2c3513 100644 --- a/sql/mysql/DETAILS +++ b/sql/mysql/DETAILS @@ -1,14 +1,14 @@ MODULE=mysql - VERSION=5.1.49 + VERSION=5.1.50 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.1 SOURCE_URL[1]=ftp://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-5.1 SOURCE_URL[2]=http://mysql.mirrors.pair.com/Downloads/MySQL-5.1 SOURCE_URL[3]=http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.1 - SOURCE_VFY=sha1:c173614fa307eeed34607292205290715f20bcd5 + SOURCE_VFY=sha1:fb5982fb73bb2eb0494615352a7510f75114c6d9 WEB_SITE=http://www.mysql.com ENTERED=20011114 - UPDATED=20100728 + UPDATED=20100820 SHORT="A widely used and fast SQL database server" cat << EOF From zbiggy at lunar-linux.org Sun Aug 22 02:46:00 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 22 Aug 2010 02:46:00 +0200 Subject: [Lunar-commits] firefox: depends on alsa-lib Firefox depends on alsa-lib. Otherwise it will break build at ogg compilation - part of html5 support. Message-ID: <20100822004811.E9D82F4C8E@doppio.foo-projects.org> commit 90c1f6363d9769ea14bba469fca8dbab80c4a20f Author: Zbigniew Luszpinski Date: Sun Aug 22 02:46:00 2010 +0200 firefox: depends on alsa-lib Firefox depends on alsa-lib. Otherwise it will break build at ogg compilation - part of html5 support. --- web/firefox/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web/firefox/DEPENDS b/web/firefox/DEPENDS index 479203a..0832b28 100644 --- a/web/firefox/DEPENDS +++ b/web/firefox/DEPENDS @@ -5,6 +5,7 @@ depends gtk+-2 depends nss depends curl depends libnotify +depends alsa-lib # Firefox crashes with sqlite 3.6.18 when adding new bookmarks: # https://bugzilla.mozilla.org/show_bug.cgi?id=512940 From stumbles at lunar-linux.org Sun Aug 22 02:55:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 21 Aug 2010 20:55:23 -0400 Subject: [Lunar-commits] mpd: Remove the doxygen/doc from DEPENDS and disable in the BUILD. Message-ID: <20100822005615.3041BF4C8E@doppio.foo-projects.org> commit 6386f0a40aad89140a205bce18c8c0e2716b8c5a Author: Dennis `stumbles` Veatch Date: Sat Aug 21 20:55:23 2010 -0400 mpd: Remove the doxygen/doc from DEPENDS and disable in the BUILD. --- audio/mpd/BUILD | 2 ++ audio/mpd/DEPENDS | 1 - 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/audio/mpd/BUILD b/audio/mpd/BUILD index aa746c9..69c81ae 100644 --- a/audio/mpd/BUILD +++ b/audio/mpd/BUILD @@ -3,6 +3,8 @@ INVALID_DTD="docbook/dtd/xml/4.2/docbookx.dtd" && CORRECT_DTD="http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" && + OPTS="--disable-documentation" && + sedit "s@$INVALID_DTD@$CORRECT_DTD at g" doc/protocol.xml && default_build diff --git a/audio/mpd/DEPENDS b/audio/mpd/DEPENDS index 70e7237..246343c 100644 --- a/audio/mpd/DEPENDS +++ b/audio/mpd/DEPENDS @@ -15,4 +15,3 @@ optional_depends "curl" "--enable-curl" "--disable-curl" optional_depends "lastfmlib" "--enable-lastfm" "--disable-lastfm" "to enable last.fm radio support" optional_depends "libmms" "--enable-mms" "--disable-mms" "to enable MMS protocol support" optional_depends "ffmpeg" "--enable-ffmpeg" "--disable-ffmpeg" "to enable FFMPEG support" -optional_depends "doxygen" "--enable-documentation" "" "to enable documentation build" From zbiggy at lunar-linux.org Sun Aug 22 02:55:53 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 22 Aug 2010 02:55:53 +0200 Subject: [Lunar-commits] docbook-dsssl: uploaded to lunar mirrors dir missing source2 file added additional source url for source2 Message-ID: <20100822005943.02025F4C8E@doppio.foo-projects.org> commit adf5e06a8113cacdfd7cb76b62d408d42878e353 Author: Zbigniew Luszpinski Date: Sun Aug 22 02:55:53 2010 +0200 docbook-dsssl: uploaded to lunar mirrors dir missing source2 file added additional source url for source2 --- doc-tools/docbook-dsssl/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc-tools/docbook-dsssl/DETAILS b/doc-tools/docbook-dsssl/DETAILS index 58dbf1e..d811475 100644 --- a/doc-tools/docbook-dsssl/DETAILS +++ b/doc-tools/docbook-dsssl/DETAILS @@ -2,10 +2,11 @@ VERSION=1.79 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=ldp.dsl - SOURCE_URL=$SFORGE_URL/docbook/ - SOURCE2_URL=http://download.lunar-linux.org/lunar/mirrors/ + SOURCE_URL=$SFORGE_URL/docbook + SOURCE2_URL[0]=http://tldp.org/authors/tools + SOURCE2_URL[1]=http://download.lunar-linux.org/lunar/mirrors SOURCE_VFY=sha1:0ee935247c9f850e930f3b5c162dbc03915469cd - WEB_SITE=http://docbook.sourceforge.net/projects/dsssl/ + WEB_SITE=http://docbook.sourceforge.net/projects/dsssl ENTERED=20020629 UPDATED=20041105 SHORT="stylesheets for the DocBook DTD" From zbiggy at lunar-linux.org Sun Aug 22 03:04:55 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 22 Aug 2010 03:04:55 +0200 Subject: [Lunar-commits] dbus-glib: updated to 0.88 Message-ID: <20100822010519.5FB9DF4C8E@doppio.foo-projects.org> commit 001fbfe3efb6133d570b1fab98d983f9a937be2f Author: Zbigniew Luszpinski Date: Sun Aug 22 03:04:55 2010 +0200 dbus-glib: updated to 0.88 --- devel/dbus-glib/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/dbus-glib/DETAILS b/devel/dbus-glib/DETAILS index bb6702a..4a0921d 100644 --- a/devel/dbus-glib/DETAILS +++ b/devel/dbus-glib/DETAILS @@ -1,11 +1,11 @@ MODULE=dbus-glib - VERSION=0.86 + VERSION=0.88 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://dbus.freedesktop.org/releases/$MODULE - SOURCE_VFY=sha1:023c01b4f95596023a483002e9195a0263be542e + SOURCE_VFY=sha1:5e1d4a38acb38441a4708127522aa5223bf17842 WEB_SITE=http://www.freedesktop.org/wiki/Software/DBusBindings ENTERED=20061126 - UPDATED=20100418 + UPDATED=20100821 SHORT="glib-2 bindings to DBUS" cat << EOF From zbiggy at lunar-linux.org Sun Aug 22 03:11:07 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 22 Aug 2010 03:11:07 +0200 Subject: [Lunar-commits] PolicyKit: allow downloading xml validation schemes from the Internet Message-ID: <20100822011215.D46A7F4C8E@doppio.foo-projects.org> commit 496691f7e52c8fd6843b51f7f85ea2e595d2e5b1 Author: Zbigniew Luszpinski Date: Sun Aug 22 03:11:07 2010 +0200 PolicyKit: allow downloading xml validation schemes from the Internet --- security/PolicyKit/BUILD | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/security/PolicyKit/BUILD b/security/PolicyKit/BUILD index 2903e85..fdb0121 100644 --- a/security/PolicyKit/BUILD +++ b/security/PolicyKit/BUILD @@ -1,5 +1,7 @@ ( + sedit 's/-nonet//' doc/man/Makefile* && + add_priv_user polkituser:polkituser -d /dev/null -s /bin/true && default_build From stumbles at lunar-linux.org Sun Aug 22 03:33:53 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 21 Aug 2010 21:33:53 -0400 Subject: [Lunar-commits] conky: Version bump. Compiles will audaucios now. Tested by PacManLives. Message-ID: <20100822013440.A2ACA9B223@doppio.foo-projects.org> commit 66d72f176619a534aeb151a5542748b0b2f90964 Author: Dennis `stumbles` Veatch Date: Sat Aug 21 21:33:53 2010 -0400 conky: Version bump. Compiles will audaucios now. Tested by PacManLives. --- x11-utils/conky/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/conky/DETAILS b/x11-utils/conky/DETAILS index e2de7f1..deb3c47 100644 --- a/x11-utils/conky/DETAILS +++ b/x11-utils/conky/DETAILS @@ -1,11 +1,11 @@ MODULE=conky - VERSION=1.7.2 + VERSION=1.8.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:3f4e5cc13651fbf94892b079d447a8549818809e + SOURCE_VFY=sha1:eef214c2917ea5666d24f03128b12d00fa313b58 WEB_SITE=http://conky.sourceforge.net/ ENTERED=20060221 - UPDATED=20100317 + UPDATED=20100821 SHORT="A light-weight system monitor" cat << EOF From stumbles at lunar-linux.org Sun Aug 22 03:39:47 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 21 Aug 2010 21:39:47 -0400 Subject: [Lunar-commits] libmpdclient: Version bump. Tested by PacManLives. Message-ID: <20100822014015.340BF9B223@doppio.foo-projects.org> commit 5a09d8493e60c7626ed127a1ecdd34890d5e16e7 Author: Dennis `stumbles` Veatch Date: Sat Aug 21 21:39:47 2010 -0400 libmpdclient: Version bump. Tested by PacManLives. --- audio/libmpdclient/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/libmpdclient/DETAILS b/audio/libmpdclient/DETAILS index f13b6ba..daaab88 100644 --- a/audio/libmpdclient/DETAILS +++ b/audio/libmpdclient/DETAILS @@ -1,11 +1,11 @@ MODULE=libmpdclient - VERSION=2.1 + VERSION=2.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/musicpd/files/$MODULE/$VERSION - SOURCE_VFY=sha1:dd9bda4174dc47f746275a0d3f38af2f9a3dbfa2 + SOURCE_URL=$SFORGE_URL/project/musicpd/$MODULE/$VERSION/ + SOURCE_VFY=sha1:d1ccd40f1c7a723ef0a8eb0e19b51699ec9a8f9e WEB_SITE=http://musicpd.org ENTERED=20100111 - UPDATED=20100111 + UPDATED=20100821 SHORT="Async API lib to MPD" cat << EOF From stumbles at lunar-linux.org Sun Aug 22 04:09:21 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 21 Aug 2010 22:09:21 -0400 Subject: [Lunar-commits] conky: Need to add this BUILD for the audacious dependency. Message-ID: <20100822020955.3F89D9B223@doppio.foo-projects.org> commit c022040b5d59f1d692c012c0994267e23ab0a5a2 Author: Dennis `stumbles` Veatch Date: Sat Aug 21 22:09:21 2010 -0400 conky: Need to add this BUILD for the audacious dependency. --- x11-utils/conky/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/x11-utils/conky/BUILD b/x11-utils/conky/BUILD new file mode 100644 index 0000000..ff11de5 --- /dev/null +++ b/x11-utils/conky/BUILD @@ -0,0 +1,7 @@ +( + + sedit "s:dbus-glib-1: audclient dbus-glib-1:" configure.ac && + + default_build + +) > $C_FIFO 2>&1 From florin at lunar-linux.org Sun Aug 22 06:57:09 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 07:57:09 +0300 Subject: [Lunar-commits] poppler: version bumped to 0.14.2. Message-ID: <20100822045732.2A5CE9B223@doppio.foo-projects.org> commit e4a8e635057527d310c9e373b526945f57216115 Author: Florin Braescu Date: Sun Aug 22 07:57:09 2010 +0300 poppler: version bumped to 0.14.2. Bugfixes release. --- libs/poppler/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/poppler/DETAILS b/libs/poppler/DETAILS index 0bc8f97..e2f1c24 100644 --- a/libs/poppler/DETAILS +++ b/libs/poppler/DETAILS @@ -1,11 +1,11 @@ MODULE=poppler - VERSION=0.14.1 + VERSION=0.14.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://poppler.freedesktop.org - SOURCE_VFY=sha1:28229f897451feba5682d74defe7d67361eeee11 + SOURCE_VFY=sha1:a93e85c322ce36da4e9b4e9e52c9fd12ea5f4d6f WEB_SITE=http://poppler.freedesktop.org ENTERED=20050918 - UPDATED=20100715 + UPDATED=20100822 SHORT="A PDF rendering library" cat << EOF From florin at lunar-linux.org Sun Aug 22 07:03:09 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 08:03:09 +0300 Subject: [Lunar-commits] smb4k4: version bumped to 0.10.8. Message-ID: <20100822050354.3501B9B223@doppio.foo-projects.org> commit 2a72832c7d1fe033ea00da80a902d4593c4d24b8 Author: Florin Braescu Date: Sun Aug 22 08:03:09 2010 +0300 smb4k4: version bumped to 0.10.8. Rename it smb4k. Bugfixes release. --- kde4/utils/smb4k/BUILD | 13 +++++++++++++ kde4/utils/smb4k/DEPENDS | 1 + kde4/utils/smb4k/DETAILS | 29 +++++++++++++++++++++++++++++ kde4/utils/smb4k4/BUILD | 13 ------------- kde4/utils/smb4k4/DEPENDS | 1 - kde4/utils/smb4k4/DETAILS | 30 ------------------------------ 6 files changed, 43 insertions(+), 44 deletions(-) diff --git a/kde4/utils/smb4k/BUILD b/kde4/utils/smb4k/BUILD new file mode 100644 index 0000000..f50be2e --- /dev/null +++ b/kde4/utils/smb4k/BUILD @@ -0,0 +1,13 @@ +( + + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE . && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/utils/smb4k/DEPENDS b/kde4/utils/smb4k/DEPENDS new file mode 100644 index 0000000..da753ab --- /dev/null +++ b/kde4/utils/smb4k/DEPENDS @@ -0,0 +1 @@ +depends kdelibs4 \ No newline at end of file diff --git a/kde4/utils/smb4k/DETAILS b/kde4/utils/smb4k/DETAILS new file mode 100644 index 0000000..d2c39b2 --- /dev/null +++ b/kde4/utils/smb4k/DETAILS @@ -0,0 +1,29 @@ + MODULE=smb4k + VERSION=0.10.8 + SOURCE=smb4k-$VERSION.tar.bz2 + SOURCE_URL=http://download.berlios.de/smb4k + SOURCE_VFY=sha1:ad5f89d51aeb423d1143e35753dbc8e046a05da9 + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://smb4k.berlios.de + ENTERED=20091002 + UPDATED=20100822 + SHORT="SMB share browser for KDE" + +cat << EOF +Smb4K is an SMB share browser for KDE4. Its aim is to provide a tool for an +easy access to the SMB shares of your local network neighborhood. + +Features so far: +- Scanning for (active) workgroups, hosts, and shares +- Mounting/unmounting of SMB shares, including unmounting all shares at once +- Access to the files of a mounted SMB share using Konqueror +- Auto-detection of external mounts/unmounts +- Mounting of recently used shares on start-up +- Miscellaneous infos about the SMB shares +- Basic network search +- WINS server support +- Preview of SMB shares +- Selectable look-up method +- Default login +- Translations +EOF diff --git a/kde4/utils/smb4k4/BUILD b/kde4/utils/smb4k4/BUILD deleted file mode 100644 index f50be2e..0000000 --- a/kde4/utils/smb4k4/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" - - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE . && - - default_make - -) > $C_FIFO 2>&1 diff --git a/kde4/utils/smb4k4/DEPENDS b/kde4/utils/smb4k4/DEPENDS deleted file mode 100644 index da753ab..0000000 --- a/kde4/utils/smb4k4/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends kdelibs4 \ No newline at end of file diff --git a/kde4/utils/smb4k4/DETAILS b/kde4/utils/smb4k4/DETAILS deleted file mode 100644 index 8aa1185..0000000 --- a/kde4/utils/smb4k4/DETAILS +++ /dev/null @@ -1,30 +0,0 @@ - MODULE=smb4k4 - VERSION=0.10.7 - SOURCE=smb4k-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/smb4k-$VERSION - SOURCE_URL=http://download.berlios.de/smb4k - SOURCE_VFY=sha1:4653b5f58750c0b67367e62e0eceb6065c1a8cab - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://smb4k.berlios.de - ENTERED=20091002 - UPDATED=20100408 - SHORT="SMB share browser for KDE" - -cat << EOF -Smb4K is an SMB share browser for KDE4. Its aim is to provide a tool for an -easy access to the SMB shares of your local network neighborhood. - -Features so far: -- Scanning for (active) workgroups, hosts, and shares -- Mounting/unmounting of SMB shares, including unmounting all shares at once -- Access to the files of a mounted SMB share using Konqueror -- Auto-detection of external mounts/unmounts -- Mounting of recently used shares on start-up -- Miscellaneous infos about the SMB shares -- Basic network search -- WINS server support -- Preview of SMB shares -- Selectable look-up method -- Default login -- Translations -EOF From florin at lunar-linux.org Sun Aug 22 07:54:38 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 08:54:38 +0300 Subject: [Lunar-commits] sudo: version bumped to 1.7.4p3. Message-ID: <20100822055500.6B91D9B223@doppio.foo-projects.org> commit 1121aefd5281a4edb59f8b12ee63044a8414d3a7 Author: Florin Braescu Date: Sun Aug 22 08:54:38 2010 +0300 sudo: version bumped to 1.7.4p3. --- security/sudo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/sudo/DETAILS b/security/sudo/DETAILS index 4f8ddc9..214b362 100644 --- a/security/sudo/DETAILS +++ b/security/sudo/DETAILS @@ -1,12 +1,12 @@ MODULE=sudo - VERSION=1.7.4p2 + VERSION=1.7.4p3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.sudo.ws/pub/$MODULE SOURCE_URL[1]=ftp://ftp.courtesan.com/pub/$MODULE - SOURCE_VFY=sha1:575b4678fc284df73a269d74b5d3f616eb71680e + SOURCE_VFY=sha1:e47de4d8cc22077085eb01eef38a65f74577d334 WEB_SITE=http://www.courtesan.com/sudo ENTERED=20010922 - UPDATED=20100809 + UPDATED=20100822 SHORT="Grant limited superuser ability to users/groups" cat << EOF From florin at lunar-linux.org Sun Aug 22 08:05:52 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 09:05:52 +0300 Subject: [Lunar-commits] hdparm: version bumped to 9.30. Message-ID: <20100822060609.7C92A9B223@doppio.foo-projects.org> commit c2e563a69de8ebc9ef8c982335143fad07c2f4c7 Author: Florin Braescu Date: Sun Aug 22 09:05:52 2010 +0300 hdparm: version bumped to 9.30. Bugfixes. --- utils/hdparm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/hdparm/DETAILS b/utils/hdparm/DETAILS index d898a45..dd97757 100644 --- a/utils/hdparm/DETAILS +++ b/utils/hdparm/DETAILS @@ -1,11 +1,11 @@ MODULE=hdparm - VERSION=9.29 + VERSION=9.30 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:bb5eaa22b8a04675af69fab7d994df29a1ee9bf1 + SOURCE_VFY=sha1:9d907649ef49b26214de2d89eba5349fc9b7ec5c WEB_SITE=http://www.ibiblio.org/pub/Linux/system/hardware ENTERED=20010922 - UPDATED=20100701 + UPDATED=20100822 SHORT="A utility to access/tune Linux's EIDE drivers" cat << EOF From florin at lunar-linux.org Sun Aug 22 09:02:19 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 10:02:19 +0300 Subject: [Lunar-commits] orc: version bumped to 0.4.7. Message-ID: <20100822070229.DFC889B223@doppio.foo-projects.org> commit 75d9d42527e7d9b25f1b2e5ccb76ed1d625964e0 Author: Florin Braescu Date: Sun Aug 22 10:02:19 2010 +0300 orc: version bumped to 0.4.7. --- libs/orc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/orc/DETAILS b/libs/orc/DETAILS index 8154175..bb0e9f3 100644 --- a/libs/orc/DETAILS +++ b/libs/orc/DETAILS @@ -1,11 +1,11 @@ MODULE=orc - VERSION=0.4.6 + VERSION=0.4.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://code.entropywave.com/download/orc - SOURCE_VFY=sha1:79531fc20f726f201271ff3c23d1707518c3cdf7 + SOURCE_VFY=sha1:b1078d4dde51cb413f637a9c8b2845f8cc3ffd9a WEB_SITE=http://code.entropywave.com/projects/orc ENTERED=20100314 - UPDATED=20100719 + UPDATED=20100822 SHORT="Oil Runtime Compiler" cat << EOF From florin at lunar-linux.org Sun Aug 22 10:05:42 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 11:05:42 +0300 Subject: [Lunar-commits] gstreamer-10: fix the compile. Message-ID: <20100822080657.AA8E49B223@doppio.foo-projects.org> commit ba651750e4e935bc8171af139301d6b8b2f3fbf9 Author: Florin Braescu Date: Sun Aug 22 11:05:42 2010 +0300 gstreamer-10: fix the compile. Tnakes to sirocco for the submission. --- audio/gstreamer-10/BUILD | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/audio/gstreamer-10/BUILD b/audio/gstreamer-10/BUILD index de47591..3b47aff 100644 --- a/audio/gstreamer-10/BUILD +++ b/audio/gstreamer-10/BUILD @@ -1,8 +1,11 @@ ( - OPTS+=" --disable-examples --disable-tests --disable-valgrind \ - --disable-debug" + OPTS+=" --disable-examples --disable-tests --disable-valgrind --disable-debug" - default_build + default_config && + sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/gst/Makefile && + sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/libs/Makefile && + sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/plugins/Makefile && + default_make ) > $C_FIFO 2>&1 From florin at lunar-linux.org Sun Aug 22 10:07:16 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 11:07:16 +0300 Subject: [Lunar-commits] gst-plugins-base: fix the compile. Message-ID: <20100822080746.F308E9B223@doppio.foo-projects.org> commit fb4834dc53cec37147ef2f5b0f0b4118ad184a59 Author: Florin Braescu Date: Sun Aug 22 11:07:16 2010 +0300 gst-plugins-base: fix the compile. Thanks to sirocco for the submission. --- audio/gst-plugins-base/BUILD | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/audio/gst-plugins-base/BUILD b/audio/gst-plugins-base/BUILD index 43b0704..fedee7f 100644 --- a/audio/gst-plugins-base/BUILD +++ b/audio/gst-plugins-base/BUILD @@ -1,12 +1,15 @@ ( OPTS="$OPTS \ - --enable-experimental \ - --enable-gio \ - --disable-valgrind \ - --disable-debug \ + --enable-experimental \ + --enable-gio \ + --disable-valgrind \ + --disable-debug \ --disable-examples" - default_build + default_config && + sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/libs/Makefile && + sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/plugins/Makefile && + default_make ) > $C_FIFO 2>&1 From florin at lunar-linux.org Sun Aug 22 10:18:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 11:18:54 +0300 Subject: [Lunar-commits] slim: version bumped to 1.3.2. Message-ID: <20100822081920.84D4A9B223@doppio.foo-projects.org> commit c5bab86703d52134c2f7e0f2134163c02d2c7656 Author: Florin Braescu Date: Sun Aug 22 11:18:54 2010 +0300 slim: version bumped to 1.3.2. Bugfixes. --- x11/slim/BUILD | 1 - x11/slim/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/x11/slim/BUILD b/x11/slim/BUILD index 3f2f5df..f36a0ec 100644 --- a/x11/slim/BUILD +++ b/x11/slim/BUILD @@ -1,6 +1,5 @@ ( - patch_it $SOURCE2 1 && sedit 's/X11R6/X11/g' Makefile && if module_installed Linux-PAM; then diff --git a/x11/slim/DETAILS b/x11/slim/DETAILS index 31a0379..9460cc4 100644 --- a/x11/slim/DETAILS +++ b/x11/slim/DETAILS @@ -1,14 +1,11 @@ MODULE=slim - VERSION=1.3.1 + VERSION=1.3.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-gcc4.4.patch.bz2 SOURCE_URL=http://download.berlios.de/$MODULE - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:30152b280724daf75299a8ee16585041f253ed4f - SOURCE2_VFY=sha1:1f8b4b1e02113ab361e20c9964751ba77363826d + SOURCE_VFY=sha1:e421d5487732c8317f8f591906661e014b036358 WEB_SITE=http://slim.berlios.de ENTERED=20051121 - UPDATED=20090420 + UPDATED=20100822 SHORT="Simple Login Manager" LUNAR_RESTART_SERVICES=off From florin at lunar-linux.org Sun Aug 22 12:12:00 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 13:12:00 +0300 Subject: [Lunar-commits] xine-lib: add a patch to fix the compile. Message-ID: <20100822101303.B9BAE9B223@doppio.foo-projects.org> commit 5695613962b66c61c5fd710d47a49b3675901ef1 Author: Florin Braescu Date: Sun Aug 22 13:12:00 2010 +0300 xine-lib: add a patch to fix the compile. --- video/xine-lib/BUILD | 4 +++- video/xine-lib/DETAILS | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/video/xine-lib/BUILD b/video/xine-lib/BUILD index c693476..ac9a70c 100644 --- a/video/xine-lib/BUILD +++ b/video/xine-lib/BUILD @@ -1,6 +1,8 @@ ( - OPTS="$OPTS --enable-static --with-xv-path=/usr/X11/lib" + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + OPTS+=" --enable-static --with-xv-path=/usr/X11/lib" default_build diff --git a/video/xine-lib/DETAILS b/video/xine-lib/DETAILS index 50c604e..22a9193 100644 --- a/video/xine-lib/DETAILS +++ b/video/xine-lib/DETAILS @@ -1,11 +1,14 @@ MODULE=xine-lib VERSION=1.1.19 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-$VERSION-xvmc.patch.bz2 SOURCE_URL=$SFORGE_URL/xine + SOURCE_URL=$PATCH_URL SOURCE_VFY=sha1:5afcc28c5cf2bdaab99d951960f6587797e1e5a0 + SOURCE2_VFY=sha1:5cfd0d50c2dfbd234ab9495ad7f5f6cd39b0dfec WEB_SITE=http://www.xine-project.org ENTERED=20010927 - UPDATED=20100726 + UPDATED=20100822 PSAFE=no SHORT="Free video player" From florin at lunar-linux.org Sun Aug 22 13:07:10 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 22 Aug 2010 14:07:10 +0300 Subject: [Lunar-commits] xine-lib: fix a typo. Message-ID: <20100822110731.3BDA49B223@doppio.foo-projects.org> commit 36fd44d96aacb3b88e4b5ff23dbef9603b1d8e48 Author: Florin Braescu Date: Sun Aug 22 14:07:10 2010 +0300 xine-lib: fix a typo. --- video/xine-lib/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/video/xine-lib/DETAILS b/video/xine-lib/DETAILS index 22a9193..e2eddfe 100644 --- a/video/xine-lib/DETAILS +++ b/video/xine-lib/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-$VERSION-xvmc.patch.bz2 SOURCE_URL=$SFORGE_URL/xine - SOURCE_URL=$PATCH_URL + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:5afcc28c5cf2bdaab99d951960f6587797e1e5a0 SOURCE2_VFY=sha1:5cfd0d50c2dfbd234ab9495ad7f5f6cd39b0dfec WEB_SITE=http://www.xine-project.org From stumbles at lunar-linux.org Sun Aug 22 13:13:54 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 22 Aug 2010 07:13:54 -0400 Subject: [Lunar-commits] live555: Version bump. Message-ID: <20100822111411.B05B99B223@doppio.foo-projects.org> commit da04939295a18a0fdbef567cc87b44507fd27a90 Author: Dennis `stumbles` Veatch Date: Sun Aug 22 07:13:54 2010 -0400 live555: Version bump. --- net/live555/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/live555/DETAILS b/net/live555/DETAILS index b34dd1f..a101463 100644 --- a/net/live555/DETAILS +++ b/net/live555/DETAILS @@ -1,12 +1,12 @@ MODULE=live555 - VERSION=2010.07.29 + VERSION=2010.08.22 SOURCE=live.$VERSION.tar.gz SOURCE_URL=http://www.live555.com/liveMedia/public SOURCE_DIRECTORY=$BUILD_DIRECTORY/live - SOURCE_VFY=sha1:9d22f83936e2cc61b90fd760fb5c4cb09e5e2d78 + SOURCE_VFY=sha1:7af47cfa6efa09a0c50d4c85020b60ed27733973 WEB_SITE=http://www.live555.com/liveMedia/#config-unix ENTERED=20090311 - UPDATED=20100820 + UPDATED=20100822 SHORT="libraries for multimedia streaming RTP/RTCP, RTSP, SIP" cat << EOF From ratler at lunar-linux.org Sun Aug 22 19:15:41 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 22 Aug 2010 19:15:41 +0200 Subject: [Lunar-commits] Linux-PAM: Fix for bug #429. Module should now install even when /tmp is mounted noexec Message-ID: <20100822171648.22E119B221@doppio.foo-projects.org> commit c850f1929fdae507983e66a0bcbf96e5fa687543 Author: Stefan Wold Date: Sun Aug 22 19:15:41 2010 +0200 Linux-PAM: Fix for bug #429. Module should now install even when /tmp is mounted noexec --- security/Linux-PAM/BUILD | 7 ++----- security/Linux-PAM/DETAILS | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/security/Linux-PAM/BUILD b/security/Linux-PAM/BUILD index af33861..7c05e09 100644 --- a/security/Linux-PAM/BUILD +++ b/security/Linux-PAM/BUILD @@ -32,11 +32,11 @@ ldconfig -n $SOURCE_DIRECTORY/libpam/.libs && find $SOURCE_DIRECTORY/modules -name "pam*.so" | while read module; do if ! env LD_LIBRARY_PATH=$SOURCE_DIRECTORY/libpam/.libs \ - $SOURCE_DIRECTORY/$MODULE-patches-$PVERSION/dlopen.sh -ldl -lpam -L$SOURCE_DIRECTORY/libpam/.libs ${module} ; then + $SOURCE_DIRECTORY/$MODULE-patches-$PVERSION/dlopen.sh $SOURCE_DIRECTORY -ldl -lpam -L$SOURCE_DIRECTORY/libpam/.libs ${module} ; then echo ERROR module: ${module} cannot be loaded. exit 1 fi - if env LD_LIBRARY_PATH=$SOURCE_DIRECTORY/libpam/.libs \ + if env LD_LIBRARY_PATH=$SOURCE_DIRECTORY/libpam/.libs \ LD_PRELOAD=$SOURCE_DIRECTORY/libpam/.libs/libpam.so ldd -r ${module} | fgrep -q libpthread ; then echo ERROR module: ${module} pulls threading libraries. exit 1 @@ -70,9 +70,6 @@ # More doc gather_docs AUTHORS Copyright && - # We have to clean up a bit after Linux-PAM - rm -f /lib/security/*.la && - [ -f /etc/environment ] || touch /etc/environment && [ -f /etc/security/limits.conf ] || install -m 0644 modules/pam_limits/limits.conf /etc/security/ diff --git a/security/Linux-PAM/DETAILS b/security/Linux-PAM/DETAILS index 978d8c2..5bf0ade 100644 --- a/security/Linux-PAM/DETAILS +++ b/security/Linux-PAM/DETAILS @@ -1,6 +1,6 @@ MODULE=Linux-PAM VERSION=1.1.1 - PVERSION=2.1 + PVERSION=2.2 RHVERSION=0.99.10-1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-patches-$PVERSION.tar.bz2 @@ -8,7 +8,7 @@ SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/libs/pam/library/ SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:8baf11b04396230ba7cf8b2bfb2d2bd75aab8fa6 - SOURCE2_VFY=sha1:fb34b46d14f4a2bc12f9d745486602fdc7480180 + SOURCE2_VFY=sha1:fde999a00571832e626a8c07d07380796c37b1f6 WEB_SITE=http://www.kernel.org/pub/linux/libs/pam MAINTAINER=ratler at lunar-linux.org ENTERED=20010922 From ratler at lunar-linux.org Sun Aug 22 19:52:39 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 22 Aug 2010 19:52:39 +0200 Subject: [Lunar-commits] Fix for bug #406. Removed 'read'. Message-ID: <20100822175331.BBED19B221@doppio.foo-projects.org> commit 1fd0b4691b561891b15a68ec4d26c195ec71daff Author: Stefan Wold Date: Sun Aug 22 19:52:39 2010 +0200 Fix for bug #406. Removed 'read'. --- bin/lvu | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/bin/lvu b/bin/lvu index 3dd476c..0e01b10 100755 --- a/bin/lvu +++ b/bin/lvu @@ -202,7 +202,6 @@ alien() { diff -B -a -d $TMP_FOUND $TMP_KNOWN | grep -e "^< " | cut -c 3- -read temp_destroy $TMP_FOUND temp_destroy $TMP_KNOWN } From florin at lunar-linux.org Mon Aug 23 07:06:10 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Aug 2010 08:06:10 +0300 Subject: [Lunar-commits] lighttpd: version bumped to 1.4.28. Message-ID: <20100823050636.BE80C9B221@doppio.foo-projects.org> commit 126a8b43a51e0d585e7de4dcc43d8a2eb39b7fb0 Author: Florin Braescu Date: Mon Aug 23 08:06:10 2010 +0300 lighttpd: version bumped to 1.4.28. Bugfixes. --- web/lighttpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/lighttpd/DETAILS b/web/lighttpd/DETAILS index 5ca7b84..6412f97 100644 --- a/web/lighttpd/DETAILS +++ b/web/lighttpd/DETAILS @@ -1,11 +1,11 @@ MODULE=lighttpd - VERSION=1.4.27 + VERSION=1.4.28 SOURCE=$MODULE-$VERSION.tar.bz2 WEB_SITE=http://www.lighttpd.net SOURCE_URL=http://download.lighttpd.net/$MODULE/releases-1.4.x - SOURCE_VFY=sha1:d37c4ebcf6f61fd7cf44b1dbe6b76b8772825869 + SOURCE_VFY=sha1:42915dffe2af4f870cc1cdc0218edb60a0a315c2 ENTERED=20060416 - UPDATED=20100813 + UPDATED=20100823 SHORT="A small httpd with some really good marketing" cat << EOF From florin at lunar-linux.org Mon Aug 23 07:10:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Aug 2010 08:10:30 +0300 Subject: [Lunar-commits] sqlite: version bumped to 3.7.1. Message-ID: <20100823051050.E60209B221@doppio.foo-projects.org> commit 4349e4b487ba5bc34445471a9febbb5308e50a8a Author: Florin Braescu Date: Mon Aug 23 08:10:30 2010 +0300 sqlite: version bumped to 3.7.1. Bugfixes and improvements. --- sql/sqlite/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS index 7bd57f5..a89376f 100644 --- a/sql/sqlite/DETAILS +++ b/sql/sqlite/DETAILS @@ -1,11 +1,11 @@ MODULE=sqlite - VERSION=3.7.0.1 + VERSION=3.7.1 SOURCE=$MODULE-amalgamation-$VERSION.tar.gz SOURCE_URL=http://www.sqlite.org - SOURCE_VFY=sha1:c04f18527dec58188f8de43ff83a6cd03b73b0e9 + SOURCE_VFY=sha1:34f6f0e5aa78354eeb0900b319eb9a16123c3fc3 WEB_SITE=http://www.sqlite.org ENTERED=20011016 - UPDATED=20100805 + UPDATED=20100823 SHORT="An SQL engine in a C library" cat << EOF From florin at lunar-linux.org Mon Aug 23 07:38:49 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Aug 2010 08:38:49 +0300 Subject: [Lunar-commits] mldonkey: version bumped to 3.0.4. Message-ID: <20100823053919.BD47B9B221@doppio.foo-projects.org> commit 994a2c8fbb5f1b154c2e385b943072e5ee43fb2a Author: Florin Braescu Date: Mon Aug 23 08:38:49 2010 +0300 mldonkey: version bumped to 3.0.4. Bugfixes mostly. --- ftp/mldonkey/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/mldonkey/DETAILS b/ftp/mldonkey/DETAILS index 00b93c0..b5b5d2c 100644 --- a/ftp/mldonkey/DETAILS +++ b/ftp/mldonkey/DETAILS @@ -1,11 +1,11 @@ MODULE=mldonkey - VERSION=3.0.3 + VERSION=3.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:9187808cc318887e797469096f952a90759085c8 + SOURCE_VFY=sha1:8d9e32acdc4cda1a7ff0f09e06c76cd589691d3f WEB_SITE=http://savannah.nongnu.org/projects/$MODULE ENTERED=20040418 - UPDATED=20100805 + UPDATED=20100823 SHORT="A file sharing client" cat << EOF From florin at lunar-linux.org Mon Aug 23 09:01:44 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Aug 2010 10:01:44 +0300 Subject: [Lunar-commits] cfitsio: fix the sha1 sum. Message-ID: <20100823070217.D81379B221@doppio.foo-projects.org> commit bb229eed34f7a1b3d9fbe62c8739ad67e1a032ae Author: Florin Braescu Date: Mon Aug 23 10:01:44 2010 +0300 cfitsio: fix the sha1 sum. Thanks to wdp for the submission. --- science/cfitsio/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/science/cfitsio/DETAILS b/science/cfitsio/DETAILS index e83db17..d4b16f2 100644 --- a/science/cfitsio/DETAILS +++ b/science/cfitsio/DETAILS @@ -1,9 +1,9 @@ MODULE=cfitsio VERSION=3250 SOURCE=$MODULE$VERSION.tar.gz - SOURCE_URL=ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ + SOURCE_URL=ftp://heasarc.gsfc.nasa.gov/software/fitsio/c SOURCE_DIRECTORY=$BUILD_DIRECTORY/cfitsio - SOURCE_VFY=sha1:ba82a498652f5144ddd753725212865f5ab91eb9 + SOURCE_VFY=sha1:e9f24a6cbb4b2961453dd8f9749b1476229d4e01 WEB_SITE=http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html ENTERED=20071027 UPDATED=20100621 From florin at lunar-linux.org Mon Aug 23 09:09:23 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Aug 2010 10:09:23 +0300 Subject: [Lunar-commits] ufoai: version bumped to 2.3. Message-ID: <20100823070939.2543C9B221@doppio.foo-projects.org> commit da81ce8c045d8b34abe9bb296c60dd3c2692923c Author: Florin Braescu Date: Mon Aug 23 10:09:23 2010 +0300 ufoai: version bumped to 2.3. --- games/ufoai/BUILD | 21 +++++++++++++++++---- games/ufoai/DETAILS | 13 ++++++++----- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/games/ufoai/BUILD b/games/ufoai/BUILD index c8f50e0..5765c2c 100644 --- a/games/ufoai/BUILD +++ b/games/ufoai/BUILD @@ -1,13 +1,26 @@ ( - sedit "s:jpeg_mem_src:jpeg_src_mem:g" src/renderer/r_image.c src/tools/ufo2map/common/imagelib.c && + OPTS+=" --disable-uforadiant " && + + ./configure --build=$BUILD \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/games \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --bindir=/usr/games \ + --datadir=/usr/share/games \ + --localedir=/usr/share/locale \ + $OPTS && + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_make - default_game_build && - # for FILE in $SOURCE_DIRECTORY/base/*; do # install -m644 $FILE /usr/share/games/ufoai/base/ # done - cp -fR $SOURCE_DIRECTORY/base /usr/share/games/ufoai +# cp -fR $SOURCE_DIRECTORY/base /usr/share/games/ufoai ) > $C_FIFO 2>&1 diff --git a/games/ufoai/DETAILS b/games/ufoai/DETAILS index d186bf4..4cf1fa7 100644 --- a/games/ufoai/DETAILS +++ b/games/ufoai/DETAILS @@ -1,15 +1,18 @@ MODULE=ufoai - VERSION=2.2.1 + VERSION=2.3 SOURCE=$MODULE-$VERSION-source.tar.bz2 - SOURCE1=$MODULE-$VERSION-mappack.tar.bz2 + SOURCE1=$MODULE-$VERSION-data.tar + SOURCE2=$MODULE-$VERSION-data.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-source SOURCE_URL=$SFORGE_URL/$MODULE SOURCE1_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:6ad1b8c357fdbbe9a31839b3bf8de46ad17a40eb - SOURCE1_VFY=sha1:c7e3bcccdbbb125659eb9d5423bf421f649e75a6 + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:f6f0da3b81d0236930efb4efa553a4c7c1fb374f + SOURCE1_VFY=sha1:4860eace5f379b6ccfe308a8fde00b7ddc3c0ada + SOURCE2_VFY=sha1:4b47badff096fdbf2227a3ce9655d0fa1be98ac2 WEB_SITE=http://ufoai.sf.net ENTERED=20080115 - UPDATED=20080501 + UPDATED=20100823 MAINTAINER=florin at lunar-linux.org SHORT="A squad-based tactical strategy game" From florin at lunar-linux.org Mon Aug 23 09:14:12 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Aug 2010 10:14:12 +0300 Subject: [Lunar-commits] expect: version bump. Message-ID: <20100823071500.A464D9B221@doppio.foo-projects.org> commit 7cbe1fa645ece84a98a46cb9244815da01a41bc4 Author: Florin Braescu Date: Mon Aug 23 10:14:12 2010 +0300 expect: version bump. Thanks to Jon Kopetz for the submission. --- devel/expect/BUILD | 15 ++++++++++----- devel/expect/DEPENDS | 2 +- devel/expect/DETAILS | 13 ++++--------- devel/expect/PRE_BUILD | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/devel/expect/BUILD b/devel/expect/BUILD index de2c390..4796bbf 100644 --- a/devel/expect/BUILD +++ b/devel/expect/BUILD @@ -2,13 +2,20 @@ if in_depends $MODULE tk ; then OPTS="$OPTS --with-tk=$SOURCE_DIRECTORY/libtke/tk/unix" + cp -f "/usr/lib/tkConfig.sh" libtke/tk/unix fi - patch_it $SOURCE_CACHE/$SOURCE3 1 && - - cd $SOURCE_DIRECTORY/ && + if [ -e "/usr/lib/tclConfig.sh" ]; then + cp "/usr/lib/tclConfig.sh" libtke/tcl/unix + fi + + # for some reason, the build uses exec_prefix everywhere + # which isn't effected by our setting prefix + cd $SOURCE_DIRECTORY && + ./configure $OPTS \ --prefix=/usr \ + --exec-prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --infodir=/usr/share/info \ @@ -17,8 +24,6 @@ --with-tclinclude=$SOURCE_DIRECTORY/libtke/tcl/generic \ --enable-gcc && - sedit "s:8.4:8.5:" Makefile && - default_make ) > $C_FIFO 2>&1 diff --git a/devel/expect/DEPENDS b/devel/expect/DEPENDS index 786b1c0..d1dcee8 100644 --- a/devel/expect/DEPENDS +++ b/devel/expect/DEPENDS @@ -1,3 +1,3 @@ -depends tcl && +depends tcl optional_depends "tk" "" "--without-Tk" "For expectk" diff --git a/devel/expect/DETAILS b/devel/expect/DETAILS index 6516859..303fb34 100644 --- a/devel/expect/DETAILS +++ b/devel/expect/DETAILS @@ -1,19 +1,14 @@ MODULE=expect - VERSION=5.43.0 + VERSION=5.44.1.15 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=tcl_tk_bits_for_expect.tar.bz2 - SOURCE3=$MODULE-$VERSION-tcl_8.5.x_fix.patch.bz2 - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-5.43 - SOURCE_URL=http://expect.nist.gov/old - SOURCE_VFY=sha1:a73530772f9d735e98175c7807efa8e785c5fa60 + SOURCE_URL=$SFORGE_URL/expect + SOURCE_VFY=sha1:946c3591d16c216f409882f294378fc53e4f6c0a SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:7f5680463d431ad139ea0dedeecc845195a4ef83 - SOURCE3_URL=$PATCH_URL - SOURCE3_VFY=sha1:413060c3d13ef68c7d8ef3e558fd6ff01856dbd9 WEB_SITE=http://expect.nist.gov ENTERED=20030817 - UPDATED=20090416 - PSAFE="no" + UPDATED=20100823 SHORT="tool for automating interactive applications" cat << EOF diff --git a/devel/expect/PRE_BUILD b/devel/expect/PRE_BUILD index 0988af1..437989f 100644 --- a/devel/expect/PRE_BUILD +++ b/devel/expect/PRE_BUILD @@ -4,4 +4,4 @@ mkdir libtke && cd libtke && tar xjf $SOURCE_CACHE/$SOURCE2 -) +) From ratler at lunar-linux.org Mon Aug 23 12:33:07 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Mon, 23 Aug 2010 12:33:07 +0200 Subject: [Lunar-commits] libtool: Fixed issue with 'rm: missing operand' Message-ID: <20100823103456.73F7E9B221@doppio.foo-projects.org> commit 6502d64cee843fb600ceb4d100e7dea28ddcd0eb Author: Stefan Wold Date: Mon Aug 23 12:33:07 2010 +0200 libtool: Fixed issue with 'rm: missing operand' - If rm get called without an argument (no file to delete) it will complain with 'rm: missing operand', -f ignores missing arguments --- libs/libtool/plugin.d/postbuild-libtool.plugin | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/libtool/plugin.d/postbuild-libtool.plugin b/libs/libtool/plugin.d/postbuild-libtool.plugin index 0bfc466..181842b 100644 --- a/libs/libtool/plugin.d/postbuild-libtool.plugin +++ b/libs/libtool/plugin.d/postbuild-libtool.plugin @@ -15,7 +15,7 @@ plugin_libtool_post_build() { # find installed libtool archives, remove them parse_iw | sort -u | filter "$LOCAL_EXCLUDED" | \ - grep '.*/lib.*.la$' | xargs rm + grep '.*/lib.*.la$' | xargs rm -f # always return 2, failure or not return 2 From stumbles at lunar-linux.org Mon Aug 23 13:07:33 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 23 Aug 2010 07:07:33 -0400 Subject: [Lunar-commits] allegro: Version bump, changed to cmake build process Message-ID: <20100823120116.621409B221@doppio.foo-projects.org> commit 758d6757da21596ac1490eae0fdd5debbc4597cb Author: Dennis `stumbles` Veatch Date: Mon Aug 23 07:07:33 2010 -0400 allegro: Version bump, changed to cmake build process and added a DEPENDS. --- libs/allegro/BUILD | 14 ++++++++------ libs/allegro/DEPENDS | 1 + libs/allegro/DETAILS | 8 ++++---- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/libs/allegro/BUILD b/libs/allegro/BUILD index eeccd0d..9d05f42 100644 --- a/libs/allegro/BUILD +++ b/libs/allegro/BUILD @@ -1,12 +1,14 @@ ( - sedit "s/-O2/$CFLAGS/" configure && + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && - # Fixes compilation error: - # ./src/i386/icpus.s:70: Error: suffix or operands invalid for `fnstsw' - # Info at http://www.allegro.cc/forums/thread/597882 - OPTS+=" --disable-asm" && + mkdir $OOTB_DIR && + cd $OOTB_DIR && - default_build + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/libs/allegro/DEPENDS b/libs/allegro/DEPENDS new file mode 100644 index 0000000..60dd614 --- /dev/null +++ b/libs/allegro/DEPENDS @@ -0,0 +1 @@ +depends cmake diff --git a/libs/allegro/DETAILS b/libs/allegro/DETAILS index fb29ec5..4dd2673 100644 --- a/libs/allegro/DETAILS +++ b/libs/allegro/DETAILS @@ -1,13 +1,13 @@ MODULE=allegro - VERSION=4.2.3.1 + VERSION=4.4.1.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/alleg/ - SOURCE_VFY=sha1:f541ff5f414875bddec321aa1fc55a2218754f22 + SOURCE_VFY=sha1:1970570b54c4329c7bd6d103db01624c68f2e9be WEB_SITE=http://alleg.sourceforge.net/ ENTERED=20020107 - UPDATED=20100623 + UPDATED=20100823 SHORT="Cross-platform game library" - PSAFE=no +# PSAFE=no cat << EOF Allegro is a multi-platform game library that provides many functions From ratler at lunar-linux.org Sun Aug 8 20:31:12 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 8 Aug 2010 20:31:12 +0200 Subject: [Lunar-commits] Prevent kernel from appending + to kernel version when detecting a git repo Message-ID: <20100823132213.B3F819B221@doppio.foo-projects.org> commit 7a8d4601c9c9d36ccdfc4f84bccffe67593ecf65 Author: Stefan Wold Date: Sun Aug 8 20:31:12 2010 +0200 Prevent kernel from appending + to kernel version when detecting a git repo --- scripts/kernels | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/scripts/kernels b/scripts/kernels index cfd8b73..358852f 100755 --- a/scripts/kernels +++ b/scripts/kernels @@ -32,6 +32,10 @@ prepare() tar jxf $ISO_SOURCE/spool/lunar/ll-$ISO_PVER.tar.bz2 && cd $ISO_SOURCE/kernels || exit 1 fi + + # Disable appended + by kernel scripts/setlocalversion + touch $ISO_SOURCE/kernels/linux-$VERSION/.scmversion + cd $ISO_SOURCE/kernels/linux-$VERSION } From ratler at lunar-linux.org Sat Aug 21 11:18:04 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 21 Aug 2010 11:18:04 +0200 Subject: [Lunar-commits] A bit of escaping needed Message-ID: <20100823132213.C049A9B223@doppio.foo-projects.org> commit 16e694aad170d03787990b9145583fe9b23a73f9 Author: Stefan Wold Date: Sat Aug 21 11:18:04 2010 +0200 A bit of escaping needed --- initrd/template/sbin/init | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/initrd/template/sbin/init b/initrd/template/sbin/init index 6a0fe5e..e336e51 100755 --- a/initrd/template/sbin/init +++ b/initrd/template/sbin/init @@ -338,7 +338,7 @@ if cat /proc/cmdline | grep -q 'skipinitrd'; then echo " | wrong in this process, reboot with the ISO and use |" echo " | the 'linux' or 'safe' boot options instead. |" echo " | |" - echo " `-------------------------------------------------------??" + echo " \`-------------------------------------------------------??" echo "" skipinitrd $* else From ratler at lunar-linux.org Sun Aug 22 09:25:14 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 22 Aug 2010 09:25:14 +0200 Subject: [Lunar-commits] Bumped x86_64 kernel to 2.6.35.3 Message-ID: <20100823132213.CDFA79B224@doppio.foo-projects.org> commit e71d6acc8b29f63022e0fdc2c2b0bf2fb9bbe7f8 Author: Stefan Wold Date: Sun Aug 22 09:25:14 2010 +0200 Bumped x86_64 kernel to 2.6.35.3 --- kernels/conf/2.6/base.x86_64 | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernels/conf/2.6/base.x86_64 b/kernels/conf/2.6/base.x86_64 index 5ab5a19..c71d59b 100644 --- a/kernels/conf/2.6/base.x86_64 +++ b/kernels/conf/2.6/base.x86_64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.35 -# Sun Aug 8 12:56:52 2010 +# Linux kernel version: 2.6.35.3 +# Sat Aug 21 13:21:59 2010 # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -3307,6 +3307,7 @@ CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_MANAGER_TESTS is not set CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_NULL=m # CONFIG_CRYPTO_PCRYPT is not set From ratler at lunar-linux.org Sun Aug 22 09:25:46 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 22 Aug 2010 09:25:46 +0200 Subject: [Lunar-commits] Ext4 is now default option Message-ID: <20100823132213.EB8659B228@doppio.foo-projects.org> commit fa5577ad0b89d1d19aa83ebad581678ec7200f86 Author: Stefan Wold Date: Sun Aug 22 09:25:46 2010 +0200 Ext4 is now default option --- lunar-install/sbin/lunar-install | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lunar-install/sbin/lunar-install b/lunar-install/sbin/lunar-install index 31194a3..d306b20 100755 --- a/lunar-install/sbin/lunar-install +++ b/lunar-install/sbin/lunar-install @@ -398,7 +398,7 @@ menu_get_filesystem() JFS="JFS file system (*)" SWAP="Swap (Virtual memory or paging filesystem)" - $DIALOG --title "$TITLE" --default-item "ext3" --menu "$HELP" 0 0 0 \ + $DIALOG --title "$TITLE" --default-item "ext4" --menu "$HELP" 0 0 0 \ "ext4" "$EXT4" \ "ext3" "$EXT3" \ "ext2" "$EXT2" \ From ratler at lunar-linux.org Sun Aug 22 16:45:10 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 22 Aug 2010 16:45:10 +0200 Subject: [Lunar-commits] Bumped i686 kernel config to 2.6.35.3 Message-ID: <20100823132214.0F2839B229@doppio.foo-projects.org> commit dbd665d2b5e2bfa8f2d18b94e904fe1baf1fdda8 Author: Stefan Wold Date: Sun Aug 22 16:45:10 2010 +0200 Bumped i686 kernel config to 2.6.35.3 --- kernels/conf/2.6/base | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernels/conf/2.6/base b/kernels/conf/2.6/base index 0206fbe..59d8b74 100644 --- a/kernels/conf/2.6/base +++ b/kernels/conf/2.6/base @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.35 -# Sun Aug 8 14:31:07 2010 +# Linux kernel version: 2.6.35.3 +# Sat Aug 21 13:29:17 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -3369,6 +3369,7 @@ CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_MANAGER_TESTS is not set CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_NULL=m CONFIG_CRYPTO_PCRYPT=m From ratler at lunar-linux.org Mon Aug 23 15:13:56 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Mon, 23 Aug 2010 15:13:56 +0200 Subject: [Lunar-commits] Updated NEWS to reflect recent changes Message-ID: <20100823132214.2695D9B22A@doppio.foo-projects.org> commit 7889b0deab9e91f6220f0167bedc7b23d53ff363 Author: Stefan Wold Date: Mon Aug 23 15:13:56 2010 +0200 Updated NEWS to reflect recent changes --- NEWS | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 94 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 1459ee3..5ca0496 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,88 @@ +20100823 1.6.5 ratler + * 1.6.5 final release + + * Modules + - Kernel config bumped to 2.6.35.3 + - Wireless firmware now also available on the LiveCD + + * Installer + - EXT4 is now default + + * Script changes + - isofs + - Enable hybrid ISO support + - initrd + - Cosmetic change of boot banner + - kernels + - Prevent the kernel source from thinking it's inside a git repository when building + +20100709 1.6.5-rc1 ratler + * 1.6.5 rc 1 release + + * Modules + - Kernel config bumped to 2.6.34.1 + - Added screen + + * Installer + - Added template files for openssh on the liveCD + - Added USE_CLEAR option for the function chroot_run() to clear screen before executing commands + - Create missing directory /var/log/lunar/queue + - Check for kernel sources in $TARGET + - Fixed a bug in install and md5sum logs generation for precompiled kernels + + * Script changes + - initrd + - Autodectect correct glibc library version to install + - Updated list of udev helpers to copy + - Makefile + - dist: Changed md5sum to sha1sum + +20100315 1.6.5-beta2 ratler + * 1.6.5 beta 2 release + + * Modules + - Kernel config bumped to 2.6.32.9 + - openssh now part of the liveCD + - Added a few dependencies needed by udev + - Added grub2 to sources + + * Installer + - Generate md5sum and install logs for pre-compiled kernels + - Added support to change preferred fstab style; UUID, LABEL or device name + - Bumped isolinux.bin version + + * Script changes + - initrd + - Updated list of needed udev files + - etc + - Create default devices needed by udev + +20100212 1.6.5-beta1 ratler + * 1.6.5 beta 1 release + + * Modules + - Kernel config bumped to 2.6.32.7 + - Added yasm, gperf, libusb-compat, xz, gmp, mpfr, cron-common, + logrotate, rsyslog, iwlwifi-3945-ucode, iwlwifi-4965-ucode, + iwlwifi-5000-ucode and mc + - Removed mktemp, device-mapper and lard + + * Installer + - Added support for EXT4 filesystem + - Updated template files for gcc optimizations + + * Script changes + - initrd + - udev changes + - Updated files to be included + - Copy only needed kernel modules + - aaa_base + - Fixed issue rmdir non directories + - Copy the correct lunar/local/optimization.* files + - rebuild + - sysvinit need to be rebuilt last, after removing inittab or it won't get tracked + - Changed GCC_4_2 -> GCC_4_4 + 20081224 1.6.4 ratler * Final release of 1.6.4 'Lacus Autumni' for both i686 and x86-64 @@ -23,7 +108,7 @@ * Installer - Fixed issue with swap partitions showing up twice in fstab if you add more than one - - Fixed issue with block device list, Bash 3.2 changed behavior + - Fixed issue with block device list, Bash 3.2 changed behavior in =~ operator, the regex can no longer be quoted - Modified a small problem in transfer() where some variables got assigned with the wrong values. Also added a feature to list @@ -52,7 +137,7 @@ - exit 0 if x86_64 - gen_locale_list - New script to generate a language list from the locale-archive in $ISO_TARGET - + 20080914 1.6.4-alpha3 ratler * Alpha release 3 @@ -72,14 +157,14 @@ - Support booting installation from any media. For example you can put syslinux on a usb stick and copy initrd and kernel from the iso, and then put the iso it self on the usb-stick and boot away. - It's also possible to put the .iso in the root of any mountable + It's also possible to put the .iso in the root of any mountable partition (a script will be available later to bootstrap this) - No more udev/rules.d template, instead take rules.d from the installed udev and wash them to make them work properly with the initrd - Installer: - - Disable staticly defined mount point in fstab that match a user + - Disable staticly defined mount point in fstab that match a user defined mount point during partition selection (currently only /tmp) - - Further improvements to the language menu to also include territory + - Further improvements to the language menu to also include territory for each encoding - Detect protected device (won't show up in the partition selection), this is the device where the .iso reside for the alternative installation @@ -178,7 +263,7 @@ Unreleased moe - fixed grsec kernels not being built - added 'server' type kernel config for performance to bigmem kernels and tweaked IO performance - + 20060105 1.6.0-i686-rc1 sofar * development release @@ -191,7 +276,7 @@ Unreleased moe - fixed root device detect code loop - added grsecurity kernels - downgraded dialog to 20050306 due to menu bug - + 20051121 1.6.0-i686-alpha1 sofar * tentative 2.6-based release (very alpha) @@ -281,12 +366,12 @@ Unreleased moe - added package install progress bar - install default kernel headers through aaa_base - lilo installer fixes - - don't set vga=5 by default + - don't set vga=5 by default 20050408 1.5.0-i686-pre1 sofar * first release of the new build code: - + - integrated memtest - added 'discover' hardware detection in the initrd and on the installed system From florin at lunar-linux.org Mon Aug 23 13:22:08 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Aug 2010 14:22:08 +0300 Subject: [Lunar-commits] sybperl: move it to zdeprecated. Message-ID: <20100823150026.8A2EF9B223@doppio.foo-projects.org> commit d37faec50bf0c561f4e3f15be0d776aba7cfd7d2 Author: Florin Braescu Date: Mon Aug 23 14:22:08 2010 +0300 sybperl: move it to zdeprecated. --- perl/sybperl/BUILD | 6 ------ perl/sybperl/DEPENDS | 8 -------- perl/sybperl/DETAILS | 18 ------------------ perl/sybperl/PRE_BUILD | 7 ------- zdeprecated/sybperl/BUILD | 6 ++++++ zdeprecated/sybperl/DEPENDS | 8 ++++++++ zdeprecated/sybperl/DETAILS | 18 ++++++++++++++++++ zdeprecated/sybperl/PRE_BUILD | 7 +++++++ 8 files changed, 39 insertions(+), 39 deletions(-) diff --git a/perl/sybperl/BUILD b/perl/sybperl/BUILD deleted file mode 100644 index c11ca00..0000000 --- a/perl/sybperl/BUILD +++ /dev/null @@ -1,6 +0,0 @@ -( - - perl Makefile.PL && - default_make - -) > $C_FIFO 2>&1 diff --git a/perl/sybperl/DEPENDS b/perl/sybperl/DEPENDS deleted file mode 100644 index b159029..0000000 --- a/perl/sybperl/DEPENDS +++ /dev/null @@ -1,8 +0,0 @@ -# There should be a dependency on Sybase in a cleaner fashion, -# especially as there different possible versions of sybase -# that might be preferred. -# At present I'll just check for the existance of /opt/sybase/lib/libsybdb.so -# and bomb out. -# Let me know if you would like to have a diffrent path also tested ;^) - -depends perl diff --git a/perl/sybperl/DETAILS b/perl/sybperl/DETAILS deleted file mode 100644 index 050ffa4..0000000 --- a/perl/sybperl/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=sybperl - VERSION=2.13 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://www.peppler.org/downloads/ - SOURCE_VFY=sha1:6e20525038d0d5db2982a816f8e2f46d9f7b7966 - WEB_SITE=http://www.peppler.org/freeware/sybperl.html - ENTERED=20011108 - UPDATED=20011108 - SHORT="the Sybase OpenClient extensions to Perl" -cat << EOF -Sybperl - the Sybase OpenClient extensions to Perl - -Sybperl is a package of extensions to Perl that basically add the Sybase -db_library API calls to the Perl language; the combination is an extremely -powerful scripting tool for Sybase DBA's and programmers because it adds the -existing strengths of Perl to the Sybase API. - -EOF diff --git a/perl/sybperl/PRE_BUILD b/perl/sybperl/PRE_BUILD deleted file mode 100644 index bed74cd..0000000 --- a/perl/sybperl/PRE_BUILD +++ /dev/null @@ -1,7 +0,0 @@ -if [ -f /opt/sybase/lib/libsybdb.so ]; then - default_pre_build -else - sound FAILURE - message "!!!Problem: no Sybase found, Please instal first" - false -fi diff --git a/zdeprecated/sybperl/BUILD b/zdeprecated/sybperl/BUILD new file mode 100644 index 0000000..c11ca00 --- /dev/null +++ b/zdeprecated/sybperl/BUILD @@ -0,0 +1,6 @@ +( + + perl Makefile.PL && + default_make + +) > $C_FIFO 2>&1 diff --git a/zdeprecated/sybperl/DEPENDS b/zdeprecated/sybperl/DEPENDS new file mode 100644 index 0000000..b159029 --- /dev/null +++ b/zdeprecated/sybperl/DEPENDS @@ -0,0 +1,8 @@ +# There should be a dependency on Sybase in a cleaner fashion, +# especially as there different possible versions of sybase +# that might be preferred. +# At present I'll just check for the existance of /opt/sybase/lib/libsybdb.so +# and bomb out. +# Let me know if you would like to have a diffrent path also tested ;^) + +depends perl diff --git a/zdeprecated/sybperl/DETAILS b/zdeprecated/sybperl/DETAILS new file mode 100644 index 0000000..050ffa4 --- /dev/null +++ b/zdeprecated/sybperl/DETAILS @@ -0,0 +1,18 @@ + MODULE=sybperl + VERSION=2.13 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL[0]=http://www.peppler.org/downloads/ + SOURCE_VFY=sha1:6e20525038d0d5db2982a816f8e2f46d9f7b7966 + WEB_SITE=http://www.peppler.org/freeware/sybperl.html + ENTERED=20011108 + UPDATED=20011108 + SHORT="the Sybase OpenClient extensions to Perl" +cat << EOF +Sybperl - the Sybase OpenClient extensions to Perl + +Sybperl is a package of extensions to Perl that basically add the Sybase +db_library API calls to the Perl language; the combination is an extremely +powerful scripting tool for Sybase DBA's and programmers because it adds the +existing strengths of Perl to the Sybase API. + +EOF diff --git a/zdeprecated/sybperl/PRE_BUILD b/zdeprecated/sybperl/PRE_BUILD new file mode 100644 index 0000000..bed74cd --- /dev/null +++ b/zdeprecated/sybperl/PRE_BUILD @@ -0,0 +1,7 @@ +if [ -f /opt/sybase/lib/libsybdb.so ]; then + default_pre_build +else + sound FAILURE + message "!!!Problem: no Sybase found, Please instal first" + false +fi From florin at lunar-linux.org Mon Aug 23 16:59:57 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 23 Aug 2010 17:59:57 +0300 Subject: [Lunar-commits] openssh: version bumped to 5.6p1. Message-ID: <20100823150026.91A259B224@doppio.foo-projects.org> commit 0da69e5dfc88a102560ecf3ba5e3e7cf74970208 Author: Florin Braescu Date: Mon Aug 23 17:59:57 2010 +0300 openssh: version bumped to 5.6p1. Many bugfixes and improvements. --- crypto/openssh/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/openssh/DETAILS b/crypto/openssh/DETAILS index e4c04cf..171b845 100644 --- a/crypto/openssh/DETAILS +++ b/crypto/openssh/DETAILS @@ -1,5 +1,5 @@ MODULE=openssh - VERSION=5.5p1 + VERSION=5.6p1 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:361c6335e74809b26ea096b34062ba8ff6c97cd6 + SOURCE_VFY=sha1:347dd39c91c3529f41dae63714d452fb95efea1e # 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=20100416 + UPDATED=20100823 SHORT="Client and server for encrypted remote logins and file transfers" cat << EOF From ratler at lunar-linux.org Mon Aug 23 17:33:40 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Mon, 23 Aug 2010 17:33:40 +0200 Subject: [Lunar-commits] Fixing all the is_depends misstakes I've done :) Message-ID: <20100823153458.20D049B223@doppio.foo-projects.org> commit 99ebb655b58e60bf262e46d274f344f2e384d0e0 Author: Stefan Wold Date: Mon Aug 23 17:33:40 2010 +0200 Fixing all the is_depends misstakes I've done :) --- audio/timidity++/BUILD | 6 +++--- chat/imspector/BUILD | 6 +++--- ftp/proftpd/BUILD | 4 ++-- games/openttd/BUILD | 4 ++-- mail/pine/BUILD | 2 +- web/dansguardian/BUILD | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/audio/timidity++/BUILD b/audio/timidity++/BUILD index eab3e4d..dc8e90a 100644 --- a/audio/timidity++/BUILD +++ b/audio/timidity++/BUILD @@ -5,13 +5,13 @@ fi && audio="oss" - if is_depends flac; then + if in_depends $MODULE flac; then audio="${audio},flac" fi && - if is_depends alsa-lib; then + if in_depends $MODULE alsa-lib; then audio="${audio},alsa" fi && - if is_depends libvorbis; then + if in_depends $MODULE libvorbis; then audio="${audio},vorbis" fi && diff --git a/chat/imspector/BUILD b/chat/imspector/BUILD index 1afb405..7c1f3a6 100644 --- a/chat/imspector/BUILD +++ b/chat/imspector/BUILD @@ -9,15 +9,15 @@ sedit 's/^#user=/user=/' imspector.conf && sedit 's/^#group=/group=/' imspector.conf && - if is_depends mysql; then + if in_depends $MODULE mysql; then ADD_PLUGINS+=" mysqlloggingplugin.so" fi && - if is_depends sqlite; then + if in_depends $MODULE sqlite; then ADD_PLUGINS+=" sqliteloggingplugin.so" fi && - if is_depends postgresql; then + if in_depends $MODULE postgresql; then ADD_PLUGINS+=" postgresqlloggingplugin.so" fi && diff --git a/ftp/proftpd/BUILD b/ftp/proftpd/BUILD index 4538ae6..fcad37a 100644 --- a/ftp/proftpd/BUILD +++ b/ftp/proftpd/BUILD @@ -11,11 +11,11 @@ # ProFTPD only support one backend at a time # We default to MySQL if both are enabled - if is_depends mysql ; then + if in_depends $MODULE mysql; then MODS="$MODS:mod_sql:mod_sql_mysql" OPTS="$OPTS --with-includes=/usr/include/mysql" else - if is_depends postgresql ; then + if in_depends $MODULE postgresql; then MODS="$MODS:mod_sql:mod_sql_postgres" OPTS="$OPTS --with-includes=/usr/include/postgresql" fi diff --git a/games/openttd/BUILD b/games/openttd/BUILD index 0d258db..89adfcd 100644 --- a/games/openttd/BUILD +++ b/games/openttd/BUILD @@ -1,9 +1,9 @@ ( - if is_depends libpng; then + if in_depends $MODULE libpng; then OPTS+=" --with-png" fi - if is_depends timidity++; then + if in_depends $MODULE timidity++; then OPTS+=" --with-midi=/usr/bin/timidity" fi diff --git a/mail/pine/BUILD b/mail/pine/BUILD index 9d1d2c6..b60b97d 100644 --- a/mail/pine/BUILD +++ b/mail/pine/BUILD @@ -10,7 +10,7 @@ TARGET="slx" fi - if is_depends openldap ; then + if in_depends $MODULE openldap; then mkdir $SOURCE_DIRECTORY/ldap ln -s /usr/lib $SOURCE_DIRECTORY/ldap/libraries ln -s /usr/include $SOURCE_DIRECTORY/ldap/include diff --git a/web/dansguardian/BUILD b/web/dansguardian/BUILD index e902b79..152f570 100644 --- a/web/dansguardian/BUILD +++ b/web/dansguardian/BUILD @@ -10,7 +10,7 @@ --with-logdir=/var/log/dansguardian \ --with-piddir=/var/run" && - if is_depends clamav; then + if in_depends $MODULE clamav; then DGUSER="clamav:clamav" OPTS+=" --with-proxyuser=clamav --with-proxygroup=clamav" else @@ -21,7 +21,7 @@ default_build && # Be kind and enable clamav in config - if is_depends clamav; then + if in_depends $MODULE clamav; then sedit "/^#contentscanner.*clamdscan\.conf.*/ s;^#;;" /etc/dansguardian/dansguardian.conf && sedit "s;^#clamdudsfile.*;clamdudsfile = '/tmp/clamd';" /etc/dansguardian/contentscanners/clamdscan.conf fi && From stumbles at lunar-linux.org Mon Aug 23 17:41:06 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 23 Aug 2010 11:41:06 -0400 Subject: [Lunar-commits] libdbusmenu-qt: Adding to moonbase, will be a depends for kde4. Message-ID: <20100823154143.AE51B9B223@doppio.foo-projects.org> commit fd259c89daf52340638ecac0d25e7c0a93394270 Author: Dennis `stumbles` Veatch Date: Mon Aug 23 11:41:06 2010 -0400 libdbusmenu-qt: Adding to moonbase, will be a depends for kde4. --- libs/libdbusmenu-qt/BUILD | 14 ++++++++++++++ libs/libdbusmenu-qt/DEPENDS | 1 + libs/libdbusmenu-qt/DETAILS | 13 +++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/libs/libdbusmenu-qt/BUILD b/libs/libdbusmenu-qt/BUILD new file mode 100755 index 0000000..95d4fec --- /dev/null +++ b/libs/libdbusmenu-qt/BUILD @@ -0,0 +1,14 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/libs/libdbusmenu-qt/DEPENDS b/libs/libdbusmenu-qt/DEPENDS new file mode 100755 index 0000000..f5321c8 --- /dev/null +++ b/libs/libdbusmenu-qt/DEPENDS @@ -0,0 +1 @@ +depends qjson diff --git a/libs/libdbusmenu-qt/DETAILS b/libs/libdbusmenu-qt/DETAILS new file mode 100755 index 0000000..2dced2e --- /dev/null +++ b/libs/libdbusmenu-qt/DETAILS @@ -0,0 +1,13 @@ + MODULE=libdbusmenu-qt + VERSION=0.3.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://people.canonical.com/~agateau/dbusmenu/ + SOURCE_VFY=sha1:618c2908fcfae0547dc2aa675b8afd40f837d766 + WEB_SITE=http://people.canonical.com/~agateau/dbusmenu/ + ENTERED=20100725 + UPDATED=20100725 + SHORT="Qt implementation of the DBusMenu spec" + +cat << EOF +This library provides a Qt implementation of the DBusMenu spec. +EOF From ratler at lunar-linux.org Mon Aug 23 18:05:36 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Mon, 23 Aug 2010 18:05:36 +0200 Subject: [Lunar-commits] pine: Moving to zdeprecated. Use alpine instead. Message-ID: <20100823160634.394BB9B223@doppio.foo-projects.org> commit 46be3549759cda3cea26a9c8a5896a2af80da16c Author: Stefan Wold Date: Mon Aug 23 18:05:36 2010 +0200 pine: Moving to zdeprecated. Use alpine instead. --- mail/pine/BUILD | 45 -------------------------------------------- mail/pine/CONFLICTS | 1 - mail/pine/DEPENDS | 1 - mail/pine/DETAILS | 22 --------------------- zdeprecated/pine/BUILD | 45 ++++++++++++++++++++++++++++++++++++++++++++ zdeprecated/pine/CONFLICTS | 1 + zdeprecated/pine/DEPENDS | 1 + zdeprecated/pine/DETAILS | 22 +++++++++++++++++++++ 8 files changed, 69 insertions(+), 69 deletions(-) diff --git a/mail/pine/BUILD b/mail/pine/BUILD deleted file mode 100644 index b60b97d..0000000 --- a/mail/pine/BUILD +++ /dev/null @@ -1,45 +0,0 @@ -( - - if module_installed openssl ; then - OPTS="NOSSL=unix SSLCERTS=/etc/ssl/certs SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib" - fi - - if module_installed Linux-PAM ; then - TARGET="lnp" - else - TARGET="slx" - fi - - if in_depends $MODULE openldap; then - mkdir $SOURCE_DIRECTORY/ldap - ln -s /usr/lib $SOURCE_DIRECTORY/ldap/libraries - ln -s /usr/include $SOURCE_DIRECTORY/ldap/include - sedit "s;L1=\"'LDAPLIBS=../ldap/libraries/libldap.a ../ldap/libraries/liblber.a'\";L1=\"'LDAPLIBS=../ldap/libraries/liblber.so ../ldap/libraries/libldap.so'\";" build - fi - - ./build $TARGET DEBUG="$CFLAGS" $OPTS && - prepare_install $$ - - for FILE in bin/rpload bin/rpdump ; do - install -m0755 $FILE /usr/sbin - done && - - for FILE in bin/mtest bin/pico bin/pilot bin/pine ; do - install -m0755 $FILE /usr/bin - done && - - # cp imapd /usr/sbin - # cp ipop2d /usr/sbin - # cp ipop3d /usr/sbin - - for MANPAGE in doc/*.1 ; do - gzip -9 $MANPAGE && - install -m0644 $MANPAGE.gz /usr/share/man/man1 - done - - # if module_installed stunnel; then - # ln -sf stunnel.pem /etc/ssl/certs/imapd.pem - # ln -sf stunnel.pem /etc/ssl/certs/ipop3d.pem - # fi - -) > $C_FIFO 2>&1 diff --git a/mail/pine/CONFLICTS b/mail/pine/CONFLICTS deleted file mode 100644 index 19ee952..0000000 --- a/mail/pine/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts alpine diff --git a/mail/pine/DEPENDS b/mail/pine/DEPENDS deleted file mode 100644 index 04b990f..0000000 --- a/mail/pine/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -optional_depends "openldap" "" "" "to enable ldap support" diff --git a/mail/pine/DETAILS b/mail/pine/DETAILS deleted file mode 100644 index f0acd93..0000000 --- a/mail/pine/DETAILS +++ /dev/null @@ -1,22 +0,0 @@ - MODULE=pine - VERSION=4.64 - SOURCE=$MODULE$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION - SOURCE_URL=ftp://ftp.cac.washington.edu/$MODULE/ - SOURCE_VFY=sha1:b88aeb64ec2fa30bbb38fda3a051d98dc0e19c5e - WEB_SITE=http://www.washington.edu/pine - ENTERED=20010922 - UPDATED=20050929 - PSAFE=no - SHORT="text-based MIME Email client." - -cat << EOF -Pine is a tool for reading, sending, and managing electronic messages. -Pine was designed by the Office of Computing & Communications at the -University of Washington specifically with novice computer users in -mind, but it can be tailored to accommodate the needs of "power users" -as well. -The source also installs: - imapd - an Internet Mail Protocol Daemon, - pico - a text edtior -EOF diff --git a/zdeprecated/pine/BUILD b/zdeprecated/pine/BUILD new file mode 100644 index 0000000..b60b97d --- /dev/null +++ b/zdeprecated/pine/BUILD @@ -0,0 +1,45 @@ +( + + if module_installed openssl ; then + OPTS="NOSSL=unix SSLCERTS=/etc/ssl/certs SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib" + fi + + if module_installed Linux-PAM ; then + TARGET="lnp" + else + TARGET="slx" + fi + + if in_depends $MODULE openldap; then + mkdir $SOURCE_DIRECTORY/ldap + ln -s /usr/lib $SOURCE_DIRECTORY/ldap/libraries + ln -s /usr/include $SOURCE_DIRECTORY/ldap/include + sedit "s;L1=\"'LDAPLIBS=../ldap/libraries/libldap.a ../ldap/libraries/liblber.a'\";L1=\"'LDAPLIBS=../ldap/libraries/liblber.so ../ldap/libraries/libldap.so'\";" build + fi + + ./build $TARGET DEBUG="$CFLAGS" $OPTS && + prepare_install $$ + + for FILE in bin/rpload bin/rpdump ; do + install -m0755 $FILE /usr/sbin + done && + + for FILE in bin/mtest bin/pico bin/pilot bin/pine ; do + install -m0755 $FILE /usr/bin + done && + + # cp imapd /usr/sbin + # cp ipop2d /usr/sbin + # cp ipop3d /usr/sbin + + for MANPAGE in doc/*.1 ; do + gzip -9 $MANPAGE && + install -m0644 $MANPAGE.gz /usr/share/man/man1 + done + + # if module_installed stunnel; then + # ln -sf stunnel.pem /etc/ssl/certs/imapd.pem + # ln -sf stunnel.pem /etc/ssl/certs/ipop3d.pem + # fi + +) > $C_FIFO 2>&1 diff --git a/zdeprecated/pine/CONFLICTS b/zdeprecated/pine/CONFLICTS new file mode 100644 index 0000000..19ee952 --- /dev/null +++ b/zdeprecated/pine/CONFLICTS @@ -0,0 +1 @@ +conflicts alpine diff --git a/zdeprecated/pine/DEPENDS b/zdeprecated/pine/DEPENDS new file mode 100644 index 0000000..04b990f --- /dev/null +++ b/zdeprecated/pine/DEPENDS @@ -0,0 +1 @@ +optional_depends "openldap" "" "" "to enable ldap support" diff --git a/zdeprecated/pine/DETAILS b/zdeprecated/pine/DETAILS new file mode 100644 index 0000000..f0acd93 --- /dev/null +++ b/zdeprecated/pine/DETAILS @@ -0,0 +1,22 @@ + MODULE=pine + VERSION=4.64 + SOURCE=$MODULE$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION + SOURCE_URL=ftp://ftp.cac.washington.edu/$MODULE/ + SOURCE_VFY=sha1:b88aeb64ec2fa30bbb38fda3a051d98dc0e19c5e + WEB_SITE=http://www.washington.edu/pine + ENTERED=20010922 + UPDATED=20050929 + PSAFE=no + SHORT="text-based MIME Email client." + +cat << EOF +Pine is a tool for reading, sending, and managing electronic messages. +Pine was designed by the Office of Computing & Communications at the +University of Washington specifically with novice computer users in +mind, but it can be tailored to accommodate the needs of "power users" +as well. +The source also installs: + imapd - an Internet Mail Protocol Daemon, + pico - a text edtior +EOF From stumbles at lunar-linux.org Mon Aug 23 20:22:02 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 23 Aug 2010 14:22:02 -0400 Subject: [Lunar-commits] eigen: Version bump. Message-ID: <20100823182225.984829B223@doppio.foo-projects.org> commit db3368ebf8b730515d2b281775349111b35ec57a Author: Dennis `stumbles` Veatch Date: Mon Aug 23 14:22:02 2010 -0400 eigen: Version bump. --- libs/eigen/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/eigen/DETAILS b/libs/eigen/DETAILS index b2fcf8e..6f33471 100644 --- a/libs/eigen/DETAILS +++ b/libs/eigen/DETAILS @@ -1,12 +1,12 @@ MODULE=eigen - VERSION=2.0.14 + VERSION=2.0.15 SOURCE=$VERSION.tar.bz2 SOURCE_URL=http://bitbucket.org/eigen/$MODULE/get SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:a48526bd92722170b6d458cc8a6a72c9433c9dcb + SOURCE_VFY=sha1:25f38a50939b35e482b22221998d862b860dbe9e WEB_SITE=http://eigen.tuxfamily.org ENTERED=20080112 - UPDATED=20100709 + UPDATED=20100723 SHORT="linear algebra libraries for simple mathematical needs" cat << EOF From stumbles at lunar-linux.org Mon Aug 23 23:24:16 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 23 Aug 2010 17:24:16 -0400 Subject: [Lunar-commits] libindi: Version bump along with a WEB_SITE change. Message-ID: <20100823212454.F35759B223@doppio.foo-projects.org> commit 3882ac073b9b4be5ee32f58cb0d64d07b142e9ea Author: Dennis `stumbles` Veatch Date: Mon Aug 23 17:24:16 2010 -0400 libindi: Version bump along with a WEB_SITE change. --- libs/libindi/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/libindi/DETAILS b/libs/libindi/DETAILS index 3ffe41b..ca7c7d5 100644 --- a/libs/libindi/DETAILS +++ b/libs/libindi/DETAILS @@ -1,11 +1,11 @@ MODULE=libindi - VER=0 - VERSION=0.6 + MAJOR=0.6 + VERSION=${MAJOR}.2 SOURCE=$MODULE$VER\_$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/indi + SOURCE_URL=$SFORGE_URL/indi/indilib/${MAJOR}/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER-$VERSION - SOURCE_VFY=sha1:70b6a4cf4447874a0cf65dd8ece2d77dc397826d - WEB_SITE=http://indi.sourceforge.net/index.php/Main_Page + SOURCE_VFY=sha1:40113b52acbdae714cd174d9ca3953c19f0ab0b3 + WEB_SITE=http://www.indilib.org/index.php?title=Download_INDI ENTERED=20071027 UPDATED=20090118 SHORT="instrument neutral distributed interface control protocol" From zbiggy at lunar-linux.org Mon Aug 23 23:35:58 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Mon, 23 Aug 2010 23:35:58 +0200 Subject: [Lunar-commits] ruby: updated to 1.8.7-p302 Ruby 1.8.7-p302 has been released([ruby-talk:367769]). This is a security fix for CVE-2010-0541. See the vulnerability report for more details. Message-ID: <20100823213716.BF10E9B223@doppio.foo-projects.org> commit b4cb1a2394089571a112ef63b15ca67b2029d42a Author: Zbigniew Luszpinski Date: Mon Aug 23 23:35:58 2010 +0200 ruby: updated to 1.8.7-p302 Ruby 1.8.7-p302 has been released([ruby-talk:367769]). This is a security fix for CVE-2010-0541. See the vulnerability report for more details. --- compilers/ruby/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/ruby/DETAILS b/compilers/ruby/DETAILS index 1776080..50dbb26 100644 --- a/compilers/ruby/DETAILS +++ b/compilers/ruby/DETAILS @@ -1,15 +1,15 @@ MODULE=ruby - VERSION=1.8.7-p299 + VERSION=1.8.7-p302 SOURCE=$MODULE-$VERSION.tar.bz2 # SOURCE2=$MODULE-1.8.7-p249-openssl.patch.bz2 SOURCE_URL[0]=http://ftp.ruby-lang.org/pub/$MODULE/1.8 SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE # SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:9c66c6ee21d427b5f3183b6c42beb02aa8618cef + SOURCE_VFY=sha1:d93bd2f1099f3473b496cda2422b27a8da2beb00 # SOURCE2_VFY=sha1:a1bde8227a6caed9cea2b026cdc42a9674a96096 WEB_SITE=http://www.ruby-lang.org/en ENTERED=20020106 - UPDATED=20100623 + UPDATED=20100823 SHORT="A scripting language" cat << EOF From stumbles at lunar-linux.org Tue Aug 24 01:22:37 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 23 Aug 2010 19:22:37 -0400 Subject: [Lunar-commits] tidy: The tarball has gone missing. Message-ID: <20100823232505.893299B223@doppio.foo-projects.org> commit 265512a9e83a925da4cd91376e4a977a6e99aa1b Author: Dennis `stumbles` Veatch Date: Mon Aug 23 19:22:37 2010 -0400 tidy: The tarball has gone missing. "The source code distribution is not generated anymore. To better safeguard the TidyLib source code and pre-built binaries against hacker attacks, " So I grabbed from today's cvs and here it is. --- doc-tools/tidy/BUILD | 15 ++++++--------- doc-tools/tidy/DETAILS | 12 ++++++------ 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/doc-tools/tidy/BUILD b/doc-tools/tidy/BUILD index 45c7c65..f0e3ff5 100644 --- a/doc-tools/tidy/BUILD +++ b/doc-tools/tidy/BUILD @@ -1,16 +1,13 @@ ( - - sedit "s/LDIR= \/usr\/local\//LDIR= \/usr\//" \ - build/gmake/Makefile && - sedit "s/\/usr\/local\/man\//\/usr\/share\/man\//" \ - build/gmake/Makefile && - /bin/sh ./build/gnuauto/setup.sh && - default_build && + + /bin/sh ./build/gnuauto/setup.sh && + OPTS="--disable-static" && + default_build && - DOCDIR="/usr/share/doc/tidy" && + DOCDIR="/usr/share/doc/tidy" && if [ ! -d $DOCDIR ]; then mkdir -p $DOCDIR - fi && + fi && cp -r $SOURCE_DIRECTORY/htmldoc $DOCDIR diff --git a/doc-tools/tidy/DETAILS b/doc-tools/tidy/DETAILS index 93c3eaa..927b088 100644 --- a/doc-tools/tidy/DETAILS +++ b/doc-tools/tidy/DETAILS @@ -1,16 +1,16 @@ MODULE=tidy - VERSION=0.1 - SOURCE=tidy_src.tgz + VERSION=08232010 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=tidy_docs.tgz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL[0]=http://tidy.sourceforge.net/src/ + SOURCE_URL[0]=$MIRROR_URL SOURCE2_URL[0]=$MIRROR_URL - SOURCE_VFY=sha1:53be36945344af0c4080c34ebc95728bf8617f1c + SOURCE_VFY=sha1:f225e13b1d802652e8ea5e8d92f1f1c156fff562 SOURCE2_VFY=sha1:04988d51267566db6899e8061d9f2e5b58fbeec4 WEB_SITE=http://tidy.sourceforge.net/ ENTERED=20020711 - UPDATED=20050307 + UPDATED=20100823 SHORT="tidy up sloppy html editing into nicely layed out markup" + cat << EOF When editing HTML it's easy to make mistakes. Wouldn't it be nice if there was a simple way to fix these mistakes automatically and tidy From florin at lunar-linux.org Tue Aug 24 07:03:47 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 24 Aug 2010 08:03:47 +0300 Subject: [Lunar-commits] sqlite: version bumped to 3.7.2. Message-ID: <20100824050426.771139B223@doppio.foo-projects.org> commit 02e3f2b71096ddead6b49506e04e23139c6c3327 Author: Florin Braescu Date: Tue Aug 24 08:03:47 2010 +0300 sqlite: version bumped to 3.7.2. Fix an old and obscure bug. --- sql/sqlite/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS index a89376f..67d9486 100644 --- a/sql/sqlite/DETAILS +++ b/sql/sqlite/DETAILS @@ -1,11 +1,11 @@ MODULE=sqlite - VERSION=3.7.1 + VERSION=3.7.2 SOURCE=$MODULE-amalgamation-$VERSION.tar.gz SOURCE_URL=http://www.sqlite.org - SOURCE_VFY=sha1:34f6f0e5aa78354eeb0900b319eb9a16123c3fc3 + SOURCE_VFY=sha1:12aed8fc9c729444e82a27644ceb6d6a0e695cfc WEB_SITE=http://www.sqlite.org ENTERED=20011016 - UPDATED=20100823 + UPDATED=20100824 SHORT="An SQL engine in a C library" cat << EOF From florin at lunar-linux.org Tue Aug 24 07:20:16 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 24 Aug 2010 08:20:16 +0300 Subject: [Lunar-commits] rocksndiamonds: version bumped to 3.3.0.1. Message-ID: <20100824052158.9CA989B223@doppio.foo-projects.org> commit deabd9a9cd35edfd6b34aa24211b308c2fd8944c Author: Florin Braescu Date: Tue Aug 24 08:20:16 2010 +0300 rocksndiamonds: version bumped to 3.3.0.1. Bugfixes. --- games/rocksndiamonds/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/rocksndiamonds/DETAILS b/games/rocksndiamonds/DETAILS index 0add440..3302b42 100644 --- a/games/rocksndiamonds/DETAILS +++ b/games/rocksndiamonds/DETAILS @@ -1,12 +1,12 @@ MODULE=rocksndiamonds - VERSION=3.3.0.0 + VERSION=3.3.0.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://www.artsoft.org/RELEASES/unix/$MODULE SOURCE_URL[1]=http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles - SOURCE_VFY=sha1:87adc52a2ee648d0199612641d55a1c5fa0d82fe + SOURCE_VFY=sha1:529612c95355292fb76d0b954ce51f7cb54dc22a WEB_SITE=http://www.artsoft.org/$MODULE ENTERED=20040701 - UPDATED=20100606 + UPDATED=20100824 SHORT="Arcade game like Boulderdash" cat < gnash: version bumped to 0.8.8. Message-ID: <20100824065057.F0DCB9B223@doppio.foo-projects.org> commit 87faff248a5124c86616893fc449fdfe7af7b095 Author: Florin Braescu Date: Tue Aug 24 09:49:56 2010 +0300 gnash: version bumped to 0.8.8. Changes: - Gnash can switch at runtime between the Cairo, OpenGL, and AGG renderers. - Gnash can switch media handlers at runtime, too, between FFmpeg and Gstreamer, - Gnash can now decode video quickly on hardware compatible with the VAAPI library (a few NVidia, ATI, and Intel graphics processors) - Gnash now compiles faster due to reduced internal dependencies. - Scriptable Plugin support so Javascript in the browser can work with ActionScript in Gnash. - Improved input device handling when using a raw framebuffer. --- zbeta/gnash/DEPENDS | 6 +++++- zbeta/gnash/DETAILS | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/zbeta/gnash/DEPENDS b/zbeta/gnash/DEPENDS index 88ad069..143252c 100644 --- a/zbeta/gnash/DEPENDS +++ b/zbeta/gnash/DEPENDS @@ -1,6 +1,10 @@ -depends gtk+-2 +depends gtkglext depends libxml2 depends gstreamer-10 depends curl depends agg depends boost +depends pango +depends atk +depends freetype2 +depends ffmpeg diff --git a/zbeta/gnash/DETAILS b/zbeta/gnash/DETAILS index 9baebc6..2cd1b53 100644 --- a/zbeta/gnash/DETAILS +++ b/zbeta/gnash/DETAILS @@ -1,11 +1,11 @@ MODULE=gnash - VERSION=0.8.6 + VERSION=0.8.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://ftp.gnu.org/gnu/gnash/$VERSION - SOURCE_VFY=sha1:11c115f45b3803b157f65f30f1f65d26fea34328 + SOURCE_VFY=sha1:d349e0321e7fe9abcd265d63ce282cd2a7ce59d3 WEB_SITE=http://www.gnu.org/software/gnash ENTERED=20061118 - UPDATED=20091001 + UPDATED=20100824 SHORT="A GNU Flash movie player" cat << EOF From florin at lunar-linux.org Tue Aug 24 16:28:23 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 24 Aug 2010 17:28:23 +0300 Subject: [Lunar-commits] obexd: version bumped to 0.31. Message-ID: <20100824142846.EB2EE9B223@doppio.foo-projects.org> commit d3f5d19ae0ccd7fbe76c538700cbe9677f0e5534 Author: Florin Braescu Date: Tue Aug 24 17:28:23 2010 +0300 obexd: version bumped to 0.31. Bugfixes. --- net/obexd/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/obexd/DETAILS b/net/obexd/DETAILS index 5fba7ab..e9ac0e8 100644 --- a/net/obexd/DETAILS +++ b/net/obexd/DETAILS @@ -1,11 +1,11 @@ MODULE=obexd - VERSION=0.30 + VERSION=0.31 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:04b8c2266ce82a66cf0b840bc1a02bf6147e9092 - WEB_SITE=http://www.bluez.org/ + SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth + SOURCE_VFY=sha1:1fd28aa77faf4384808dbc8ae02fa2c4844e9631 + WEB_SITE=http://www.bluez.org ENTERED=20090402 - UPDATED=20100817 + UPDATED=20100824 SHORT="OBEX Server and Client" cat << EOF From stumbles at lunar-linux.org Tue Aug 24 20:15:28 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 14:15:28 -0400 Subject: [Lunar-commits] vigra: Adjusting some depends here. Message-ID: <20100824181558.35C629B223@doppio.foo-projects.org> commit 148e395712782413463f48d2702697b7d7924594 Author: Dennis `stumbles` Veatch Date: Tue Aug 24 14:15:28 2010 -0400 vigra: Adjusting some depends here. --- graphics/vigra/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/graphics/vigra/DEPENDS b/graphics/vigra/DEPENDS index 834ee9c..d5002db 100644 --- a/graphics/vigra/DEPENDS +++ b/graphics/vigra/DEPENDS @@ -1,6 +1,7 @@ depends cmake +depends hdf5 -optional_depends "fftw" "" "" "fast C FFT library" +optional_depends "fftw3" "" "" "fast C FFT library" optional_depends "zlib" "" "" "compression support" optional_depends "libpng" "" "" "for png support" optional_depends "jpeg" "" "" "for jpeg support" From stumbles at lunar-linux.org Tue Aug 24 20:31:03 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 14:31:03 -0400 Subject: [Lunar-commits] Sphinx: Adding to moonbase. Message-ID: <20100824183123.DCCA19B223@doppio.foo-projects.org> commit 897c69caa1a4435717053996aa9de95fdcef1fb8 Author: Dennis `stumbles` Veatch Date: Tue Aug 24 14:31:03 2010 -0400 Sphinx: Adding to moonbase. --- python/Sphinx/BUILD | 8 ++++++++ python/Sphinx/DEPENDS | 2 ++ python/Sphinx/DETAILS | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/python/Sphinx/BUILD b/python/Sphinx/BUILD new file mode 100644 index 0000000..1a943c9 --- /dev/null +++ b/python/Sphinx/BUILD @@ -0,0 +1,8 @@ +( + + python setup.py build && + prepare_install && + python setup.py install + +) > $C_FIFO 2>&1 + diff --git a/python/Sphinx/DEPENDS b/python/Sphinx/DEPENDS new file mode 100644 index 0000000..2f74872 --- /dev/null +++ b/python/Sphinx/DEPENDS @@ -0,0 +1,2 @@ +depends Python +depends setuptools diff --git a/python/Sphinx/DETAILS b/python/Sphinx/DETAILS new file mode 100644 index 0000000..ebb9f67 --- /dev/null +++ b/python/Sphinx/DETAILS @@ -0,0 +1,18 @@ + MODULE=Sphinx + VERSION=1.0.3 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://pypi.python.org/packages/source/S/Sphinx/ + SOURCE_VFY=sha1:93653c9e0d7a9f994b5d5ea4b86b6eda490fb720 + WEB_SITE=http://pypi.python.org/pypi/Sphinx/1.0.3 + ENTERED=20100824 + UPDATED=20100824 + SHORT="Python document tool" + +cat << EOF +Sphinx is a tool that makes it easy to create intelligent and beautiful +documentation for Python projects (or other documents consisting of +multiple reStructuredText sources), written by Georg Brandl. It was +originally created for the new Python documentation, and has excellent +facilities for Python project documentation, but C/C++ is supported as +well, and more languages are planned. +EOF From stumbles at lunar-linux.org Tue Aug 24 20:36:46 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 14:36:46 -0400 Subject: [Lunar-commits] vigra: One more adjustment... adding Sphinx optional_depends. Message-ID: <20100824183717.523E19B223@doppio.foo-projects.org> commit 2217cdef779935e01bddd61602c382c2d14e3713 Author: Dennis `stumbles` Veatch Date: Tue Aug 24 14:36:46 2010 -0400 vigra: One more adjustment... adding Sphinx optional_depends. --- graphics/vigra/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/graphics/vigra/DEPENDS b/graphics/vigra/DEPENDS index d5002db..ae67dc5 100644 --- a/graphics/vigra/DEPENDS +++ b/graphics/vigra/DEPENDS @@ -7,3 +7,4 @@ optional_depends "libpng" "" "" "for png support" optional_depends "jpeg" "" "" "for jpeg support" optional_depends "openMotif" "" "" "for tiff support" optional_depends "boost" "" "" "for boost support" +optional_depends "Sphinx "" "" "for document generation support" From stumbles at lunar-linux.org Tue Aug 24 21:51:12 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 15:51:12 -0400 Subject: [Lunar-commits] pacpl: Just a little tweaking. Message-ID: <20100824195135.307E89B223@doppio.foo-projects.org> commit f63b24eb520fda71c8704187b861f7410091830a Author: Dennis `stumbles` Veatch Date: Tue Aug 24 15:51:12 2010 -0400 pacpl: Just a little tweaking. --- audio/pacpl/BUILD | 31 ++++++++++++------------------- audio/pacpl/CONFIGURE | 2 +- 2 files changed, 13 insertions(+), 20 deletions(-) diff --git a/audio/pacpl/BUILD b/audio/pacpl/BUILD index 4993cd8..87ebdfc 100644 --- a/audio/pacpl/BUILD +++ b/audio/pacpl/BUILD @@ -1,32 +1,25 @@ ( + if [ f /usr/share/apps/amarok/scripts/pacx ] ; then + rm /usr/share/apps/amarok/scripts/pacx && + mkdir /usr/share/apps/amarok/scripts/pacx + fi && + if in_depends $MODULE kdebase4 && [ "$DOLPHIN" == "y" ] ; then - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc + . /etc/profile.d/qt4.rc && + . /etc/profile.d/kde4.rc fi && if in_depends $MODULE kdebase4 && [ "$KONQPLUG" == "y" ] ; then - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc + . /etc/profile.d/qt4.rc && + . /etc/profile.d/kde4.rc fi && if in_depends $MODULE kdebase4 && [ "$AMAROK4" == "y" ] ; then - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc - fi && - - default_build && - - if [ "$DOLPHIN" == "y" ] ; then - install plugins/dolphin/pacpl.desktop $MODULE_PREFIX/share/kde4/services/ServiceMenus/ - fi && - - if [ "$KONQPLUG" == "y" ] ; then - install plugins/konqueror/pacpl.desktop $MODULE_PREFIX/share/kde4/services/ServiceMenus/ + . /etc/profile.d/qt4.rc && + . /etc/profile.d/kde4.rc fi && - if [ "$AMAROK4" == "y" ] ; then - install plugins/amarok/pacx $MODULE_PREFIX/share/apps/amarok/scripts/ - fi + default_build ) > $C_FIFO 2>&1 diff --git a/audio/pacpl/CONFIGURE b/audio/pacpl/CONFIGURE index e14b701..8bf02b1 100644 --- a/audio/pacpl/CONFIGURE +++ b/audio/pacpl/CONFIGURE @@ -1,3 +1,3 @@ -mquery DOLPHIN "Enable KDE4 Dolphin plugin support?" y "--with-dolphin --with-d3lphin" "--without-dolphin --without-d3lphin" +mquery DOLPHIN "Enable KDE4 Dolphin plugin support?" y "--with-dolphin --without-d3lphin" "--without-dolphin --without-d3lphin" mquery KONQPLUG "Enable KDE4 Konqueror plugin support?" y "--with-konq" "--without-konq" mquery AMAROK4 "Enable Amarok4 plugin support?" y "--with-amarok" "--without-amarok" From stumbles at lunar-linux.org Tue Aug 24 22:09:27 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 16:09:27 -0400 Subject: [Lunar-commits] pacpl: Dunno why I left that crap in there. Message-ID: <20100824200949.20F199B223@doppio.foo-projects.org> commit d3861d3059428f0713a8143566620300b26244c9 Author: Dennis `stumbles` Veatch Date: Tue Aug 24 16:09:27 2010 -0400 pacpl: Dunno why I left that crap in there. --- audio/pacpl/BUILD | 21 ++------------------- 1 files changed, 2 insertions(+), 19 deletions(-) diff --git a/audio/pacpl/BUILD b/audio/pacpl/BUILD index 87ebdfc..3b66c31 100644 --- a/audio/pacpl/BUILD +++ b/audio/pacpl/BUILD @@ -1,24 +1,7 @@ ( - if [ f /usr/share/apps/amarok/scripts/pacx ] ; then - rm /usr/share/apps/amarok/scripts/pacx && - mkdir /usr/share/apps/amarok/scripts/pacx - fi && - - if in_depends $MODULE kdebase4 && [ "$DOLPHIN" == "y" ] ; then - . /etc/profile.d/qt4.rc && - . /etc/profile.d/kde4.rc - fi && - - if in_depends $MODULE kdebase4 && [ "$KONQPLUG" == "y" ] ; then - . /etc/profile.d/qt4.rc && - . /etc/profile.d/kde4.rc - fi && - - if in_depends $MODULE kdebase4 && [ "$AMAROK4" == "y" ] ; then - . /etc/profile.d/qt4.rc && - . /etc/profile.d/kde4.rc - fi && + . /etc/profile.d/qt4.rc && + . /etc/profile.d/kde4.rc && default_build From engelsman at lunar-linux.org Tue Aug 24 22:58:57 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 24 Aug 2010 22:58:57 +0200 Subject: [Lunar-commits] filezilla: updated to version 3.3.4.1 Message-ID: <20100824205919.101009B223@doppio.foo-projects.org> commit a4cdc39a3def549e90ef8a4af5968c3fd8fbb390 Author: Drew Kelling Date: Tue Aug 24 22:58:57 2010 +0200 filezilla: updated to version 3.3.4.1 --- ftp/filezilla/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/filezilla/DETAILS b/ftp/filezilla/DETAILS index d69c3c9..7494816 100644 --- a/ftp/filezilla/DETAILS +++ b/ftp/filezilla/DETAILS @@ -1,12 +1,12 @@ MODULE=filezilla - VERSION=3.3.4 + VERSION=3.3.4.1 SOURCE=FileZilla_${VERSION}_src.tar.bz2 SOURCE_URL=http://d10xg45o6p6dbl.cloudfront.net/projects/f/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:55144b644270fb4842ad3dcef099c58fde77b519 + SOURCE_VFY=sha1:0b6ce2b46480dc64d959dced54dcc1eaaa08e82a WEB_SITE=http://filezilla-project.org ENTERED=20100219 - UPDATED=20100815 + UPDATED=20100824 SHORT="GUI FTP Client" cat < vigra: Fixed missing " character in DEPENDS which was causing syntax errors. Message-ID: <20100824214452.4E58E9B223@doppio.foo-projects.org> commit 2396ecd1c21bf8288ce4bbb2113c96d31e14fafa Author: Dave Brown Date: Wed Aug 25 06:44:19 2010 +0900 vigra: Fixed missing " character in DEPENDS which was causing syntax errors. --- graphics/vigra/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/vigra/DEPENDS b/graphics/vigra/DEPENDS index ae67dc5..b0d4715 100644 --- a/graphics/vigra/DEPENDS +++ b/graphics/vigra/DEPENDS @@ -7,4 +7,4 @@ optional_depends "libpng" "" "" "for png support" optional_depends "jpeg" "" "" "for jpeg support" optional_depends "openMotif" "" "" "for tiff support" optional_depends "boost" "" "" "for boost support" -optional_depends "Sphinx "" "" "for document generation support" +optional_depends "Sphinx" "" "" "for document generation support" From stumbles at lunar-linux.org Tue Aug 24 23:46:21 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 17:46:21 -0400 Subject: [Lunar-commits] vigra: Ooops. Message-ID: <20100824214639.AAB9B9B223@doppio.foo-projects.org> commit a98ca5d95facae83a2ccdca1552f7ca936e3a2d1 Author: Dennis `stumbles` Veatch Date: Tue Aug 24 17:46:21 2010 -0400 vigra: Ooops. --- graphics/vigra/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/vigra/DEPENDS b/graphics/vigra/DEPENDS index ae67dc5..b0d4715 100644 --- a/graphics/vigra/DEPENDS +++ b/graphics/vigra/DEPENDS @@ -7,4 +7,4 @@ optional_depends "libpng" "" "" "for png support" optional_depends "jpeg" "" "" "for jpeg support" optional_depends "openMotif" "" "" "for tiff support" optional_depends "boost" "" "" "for boost support" -optional_depends "Sphinx "" "" "for document generation support" +optional_depends "Sphinx" "" "" "for document generation support" From florin at lunar-linux.org Wed Aug 25 13:18:31 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 25 Aug 2010 14:18:31 +0300 Subject: [Lunar-commits] squid: version bumped to 3.1.7. Message-ID: <20100825111900.CEC7A9B224@doppio.foo-projects.org> commit 59851077c61a0294a56702ee6c2feeb19061697f Author: Florin Braescu Date: Wed Aug 25 14:18:31 2010 +0300 squid: version bumped to 3.1.7. Bugfixes and improvements. --- web/squid/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/squid/DETAILS b/web/squid/DETAILS index ae2a052..eec0e7e 100644 --- a/web/squid/DETAILS +++ b/web/squid/DETAILS @@ -1,13 +1,13 @@ MODULE=squid MAJOR=3.1 - VERSION=$MAJOR.6 + VERSION=$MAJOR.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.squid-cache.org/Versions/v3/$MAJOR SOURCE_URL[1]=http://www1.nl.squid-cache.org/Versions/v3/$MAJOR - SOURCE_VFY=sha1:16f48004e4e139da806cd9d1920ba7ee0b9416de + SOURCE_VFY=sha1:0a290a8b5681c6d074b7aed9a35850ab3885c7ea WEB_SITE=http://www.squid-cache.org ENTERED=20011214 - UPDATED=20100803 + UPDATED=20100825 SHORT="A full-featured Web proxy cache" cat << EOF From florin at lunar-linux.org Wed Aug 25 13:24:07 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 25 Aug 2010 14:24:07 +0300 Subject: [Lunar-commits] dovecot: version bumped to 2.0.1. Message-ID: <20100825112429.7509F9B224@doppio.foo-projects.org> commit c35214bf2782fc0b99c7c497bc9dea11153e5dd0 Author: Florin Braescu Date: Wed Aug 25 14:24:07 2010 +0300 dovecot: version bumped to 2.0.1. Changes: * Dovecot uses two system users for internal purposes now by default: dovenull and dovecot. You need to create the dovenull user or change default_login_user setting. * Global ACLs are now looked up using namespace prefixes. For example if you previously had INBOX. namespace prefix and a global ACL for "INBOX.Sent", it's now looked up from "INBOX.Sent" file instead of "Sent" as before. * Maildir: File permissions are no longer based on dovecot-shared file, but the mailbox directory. * Redesigned master process. It's now more modular and there is less code running as root. * Configuration supports now per-local/remote ip/network settings. * dsync utility does a two-way mailbox synchronization. * LMTP server and proxying. * Added mdbox (multi-dbox) mail storage backend. * doveadm utility can be used to do all kinds of administration functions. Old dovecotpw and *view utilities now exist in its subcommands. * imap and pop3 processes can now handle multiple connections. * IMAP: COMPRESS=DEFLATE is supported by imap_zlib plugin * director service helps NFS installations to redirect users always to same server to avoid corruption --- mail/dovecot/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS index c8d8d38..4806e60 100644 --- a/mail/dovecot/DETAILS +++ b/mail/dovecot/DETAILS @@ -1,12 +1,12 @@ MODULE=dovecot - MAJOR=1.2 - VERSION=$MAJOR.13 + MAJOR=2.0 + VERSION=$MAJOR.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.dovecot.org/releases/$MAJOR - SOURCE_VFY=sha1:8a6e12cc40df02083480f9e9eef57939a81fd7af + SOURCE_VFY=sha1:203ebd06c5401c4f68c3e957de1869bc80e9d64a WEB_SITE=http://www.dovecot.org ENTERED=20041204 - UPDATED=20100724 + UPDATED=20100825 SHORT="A small, fast and secure (SSL) Maildir capable imap daemon" cat << EOF From stumbles at lunar-linux.org Wed Aug 25 02:31:09 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 20:31:09 -0400 Subject: [Lunar-commits] mediastreamer: Version bump. Message-ID: <20100825180618.7A4F19B224@doppio.foo-projects.org> commit d54d7efe38c357815a7643a04d932237164f1054 Author: Dennis `stumbles` Veatch Date: Tue Aug 24 20:31:09 2010 -0400 mediastreamer: Version bump. --- audio/mediastreamer/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mediastreamer/DETAILS b/audio/mediastreamer/DETAILS index 0f5eef6..1ef5a7d 100644 --- a/audio/mediastreamer/DETAILS +++ b/audio/mediastreamer/DETAILS @@ -1,11 +1,11 @@ MODULE=mediastreamer - VERSION=2.5.0 + VERSION=2.6.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.savannah.gnu.org/releases-noredirect/linphone/mediastreamer/ - SOURCE_VFY=sha1:38200d3dd730376a1ed9ecb71c8d3cb2b73b9361 + SOURCE_VFY=sha1:fc4ea1c4c0d453c6e2e60ae71c53930715bd2f5b WEB_SITE=http://www.linphone.org/index.php/eng/code_review/mediastreamer2 ENTERED=20091209 - UPDATED=20100621 + UPDATED=20100824 SHORT="multimedia streaming engine" cat << EOF From engelsman at lunar-linux.org Wed Aug 25 21:45:50 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 25 Aug 2010 21:45:50 +0200 Subject: [Lunar-commits] btrfs-progs: fix install locations, install btrfs-convert Message-ID: <20100825194705.3992A9B224@doppio.foo-projects.org> commit 2c21d5acf21f25c44694208b2ecaf09819a338a8 Author: Auke Kok Date: Wed Aug 25 21:45:50 2010 +0200 btrfs-progs: fix install locations, install btrfs-convert --- zbeta/btrfs-progs/BUILD | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/zbeta/btrfs-progs/BUILD b/zbeta/btrfs-progs/BUILD index b14b924..2e06ed1 100644 --- a/zbeta/btrfs-progs/BUILD +++ b/zbeta/btrfs-progs/BUILD @@ -1,7 +1,12 @@ ( - prefix=/usr make && + sedit 's/^prefix.*/prefix = \//' Makefile + sedit 's/\/local//' man/Makefile && + sedit 's/^bindir.*/bindir = \/sbin/' Makefile && + + make && + make convert && prepare_install && - prefix=/usr make install + make install ) > $C_FIFO 2>&1 From engelsman at lunar-linux.org Wed Aug 25 21:46:38 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Wed, 25 Aug 2010 21:46:38 +0200 Subject: [Lunar-commits] at-spi: kludge to stop BUILD failing Message-ID: <20100825194705.4C30A9B228@doppio.foo-projects.org> commit 6c87dc373a97b153e0c24792542422f4f59da855 Author: Duncan Gibson Date: Wed Aug 25 21:46:38 2010 +0200 at-spi: kludge to stop BUILD failing added --disable-schemas-install sedit to convert spaces to tabs in Makefile 1.31.1 is now available so maybe these are already fixed --- gnome2/platform/at-spi/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/gnome2/platform/at-spi/BUILD b/gnome2/platform/at-spi/BUILD index f0ab69a..6d8bf1b 100644 --- a/gnome2/platform/at-spi/BUILD +++ b/gnome2/platform/at-spi/BUILD @@ -1,12 +1,19 @@ ( + # 1.30.1 fails when installing schemas, so added --disable-schemas-install + ./configure --prefix=${GNOME210_PREFIX:-/usr} \ --build=$BUILD \ --sysconfdir=/etc \ --localstatedir=/var \ --infodir=${GNOME210_PREFIX:-/usr}/share/info \ --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + --disable-schemas-install \ $OPTS && + + # change Makefile spaces to tabs... + sedit 's:^ if :\t\tif :' Makefile && + default_make ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Thu Aug 26 00:31:04 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 25 Aug 2010 18:31:04 -0400 Subject: [Lunar-commits] libtar: Adding MIRROR_URL. Message-ID: <20100825223138.E2EEE9B224@doppio.foo-projects.org> commit c6305785d14f03255abef9f9e97fe69c2a681f60 Author: Dennis `stumbles` Veatch Date: Wed Aug 25 18:31:04 2010 -0400 libtar: Adding MIRROR_URL. --- libs/libtar/DETAILS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libs/libtar/DETAILS b/libs/libtar/DETAILS index 5b19b0e..b654bd0 100644 --- a/libs/libtar/DETAILS +++ b/libs/libtar/DETAILS @@ -1,7 +1,8 @@ MODULE=libtar VERSION=1.2.11 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=ftp://ftp.feep.net/pub/software/libtar/ + SOURCE_URL[0]=ftp://ftp.feep.net/pub/software/libtar/ + SOURCE_URL[1]=$MIRROR_URL SOURCE_VFY=sha1:9611f23024b0e89aad1cfea301122186b3c160f8 WEB_SITE=http://www.feep.net/libtar/ ENTERED=20091116 From stumbles at lunar-linux.org Thu Aug 26 12:26:04 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 26 Aug 2010 06:26:04 -0400 Subject: [Lunar-commits] resolvconf: Removing this duplicated module from zbeta. The on in the Message-ID: <20100826102714.AAAD39B21B@doppio.foo-projects.org> commit 5e03ec13b685364771fd99d25819139e2d826cd0 Author: Dennis `stumbles` Veatch Date: Thu Aug 26 06:26:04 2010 -0400 resolvconf: Removing this duplicated module from zbeta. The on in the utils section is at the latest available verion level. --- zbeta/resolvconf/BUILD | 9 --------- zbeta/resolvconf/DETAILS | 13 ------------- 2 files changed, 0 insertions(+), 22 deletions(-) diff --git a/zbeta/resolvconf/BUILD b/zbeta/resolvconf/BUILD deleted file mode 100644 index 5e3353e..0000000 --- a/zbeta/resolvconf/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - - prepare_install && - install -m755 bin/resolvconf bin/list-records /bin/ && - cp -rv etc/resolvconf /etc/ && - install -m644 man/resolvconf.8 /usr/share/man/man8/ && - install -m644 man/interface-order.5 /usr/share/man/man5/ - -) > $C_FIFO 2>&1 diff --git a/zbeta/resolvconf/DETAILS b/zbeta/resolvconf/DETAILS deleted file mode 100644 index 88961d5..0000000 --- a/zbeta/resolvconf/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=resolvconf - VERSION=1.39 - SOURCE=${MODULE}_${VERSION}.tar.gz - SOURCE_URL=http://ftp.de.debian.org/debian/pool/main/r/resolvconf/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:2d247f6f7365b2520cd63c0b17a8af5538eae2a5 - WEB_SITE="http://packages.debian.org/source/unstable/resolvconf" - ENTERED=20080417 - UPDATED=20080417 - SHORT="Manages changes to /etc/resolv.conf" -cat < ipsec-tools: Version bump and needed to diddle with the CFLAGS. Message-ID: <20100826104739.8689A9B21B@doppio.foo-projects.org> commit 36f22363ecdd39df7f3c388d3dff3f27f14a9d4c Author: Dennis `stumbles` Veatch Date: Thu Aug 26 06:47:02 2010 -0400 ipsec-tools: Version bump and needed to diddle with the CFLAGS. --- security/ipsec-tools/BUILD | 5 ++++- security/ipsec-tools/DETAILS | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/security/ipsec-tools/BUILD b/security/ipsec-tools/BUILD index 3f5ffbe..2052e30 100644 --- a/security/ipsec-tools/BUILD +++ b/security/ipsec-tools/BUILD @@ -1,6 +1,9 @@ ( - export CPPFLAGS="$CPPFLAGS -include /usr/include/linux/errno.h" + CFLAGS="$CFLAGS -Wall -g -fno-strict-aliasing" && + + export CPPFLAGS="$CPPFLAGS -include /usr/include/linux/errno.h" && + default_build ) > $C_FIFO 2>&1 diff --git a/security/ipsec-tools/DETAILS b/security/ipsec-tools/DETAILS index feb6ab7..fe2359a 100644 --- a/security/ipsec-tools/DETAILS +++ b/security/ipsec-tools/DETAILS @@ -1,11 +1,11 @@ MODULE=ipsec-tools - VERSION=0.7.1 + VERSION=0.7.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:7a2ef71ece73710bf9a5ef2f63aacfcea1c58efb + SOURCE_VFY=sha1:c9727d6bc99e4e1d390d3959b2712e6e92f29f81 WEB_SITE=http://ipsec-tools.sourceforge.net ENTERED=20040127 - UPDATED=20090315 + UPDATED=20100826 SHORT="A port of KAME's IPsec utilities" cat << EOF From stumbles at lunar-linux.org Thu Aug 26 13:44:44 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 26 Aug 2010 07:44:44 -0400 Subject: [Lunar-commits] qoauth: Adding to moonbase. Will be a depends for choqok. Message-ID: <20100826114531.E9C809B21B@doppio.foo-projects.org> commit 250b08e60e8efad673feb012d97617f1782adc79 Author: Dennis `stumbles` Veatch Date: Thu Aug 26 07:44:44 2010 -0400 qoauth: Adding to moonbase. Will be a depends for choqok. --- qt4-apps/qoauth/BUILD | 6 ++++++ qt4-apps/qoauth/DEPENDS | 2 ++ qt4-apps/qoauth/DETAILS | 14 ++++++++++++++ 3 files changed, 22 insertions(+), 0 deletions(-) diff --git a/qt4-apps/qoauth/BUILD b/qt4-apps/qoauth/BUILD new file mode 100644 index 0000000..d55f210 --- /dev/null +++ b/qt4-apps/qoauth/BUILD @@ -0,0 +1,6 @@ +( + + qmake && + default_make + +) > $C_FIFO 2>&1 diff --git a/qt4-apps/qoauth/DEPENDS b/qt4-apps/qoauth/DEPENDS new file mode 100644 index 0000000..2769ed9 --- /dev/null +++ b/qt4-apps/qoauth/DEPENDS @@ -0,0 +1,2 @@ +depends openssl +depends qca2 diff --git a/qt4-apps/qoauth/DETAILS b/qt4-apps/qoauth/DETAILS new file mode 100644 index 0000000..9cf873c --- /dev/null +++ b/qt4-apps/qoauth/DETAILS @@ -0,0 +1,14 @@ + MODULE=qoauth + VERSION=1.0.1-src + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://files.ayoy.net/qoauth/release/1.0.1/src/ + SOURCE_VFY=sha1:bc9bfd0afa68f584734b836f7e8e1687a117e3b2 + WEB_SITE=http://qt-apps.org/content/show.php/QOAuth?content=107420 + ENTERED=20100826 + UPDATED=20100826 + SHORT="interaction with OAuth-powered network services" + +cat << EOF +QOAuth is an attempt to support interaction with OAuth-powered network services + in a Qt way, i.e. simply, clearly and efficiently. +EOF From stumbles at lunar-linux.org Thu Aug 26 13:56:35 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 26 Aug 2010 07:56:35 -0400 Subject: [Lunar-commits] choqok: Moving from zbeta to kde4/apps. Message-ID: <20100826115713.9C2EE9B21B@doppio.foo-projects.org> commit fa7b22b8a253027acdeee0dbd7f36bed3c786b21 Author: Dennis `stumbles` Veatch Date: Thu Aug 26 07:56:35 2010 -0400 choqok: Moving from zbeta to kde4/apps. --- kde4/apps/choqok/BUILD | 16 ++++++++++++++++ kde4/apps/choqok/DEPENDS | 1 + kde4/apps/choqok/DETAILS | 13 +++++++++++++ zbeta/choqok/BUILD | 16 ---------------- zbeta/choqok/DEPENDS | 1 - zbeta/choqok/DETAILS | 13 ------------- 6 files changed, 30 insertions(+), 30 deletions(-) diff --git a/kde4/apps/choqok/BUILD b/kde4/apps/choqok/BUILD new file mode 100644 index 0000000..aacc1e3 --- /dev/null +++ b/kde4/apps/choqok/BUILD @@ -0,0 +1,16 @@ +( + + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $KDE4_BUILD_DIR && + cd $KDE4_BUILD_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/apps/choqok/DEPENDS b/kde4/apps/choqok/DEPENDS new file mode 100644 index 0000000..0823c46 --- /dev/null +++ b/kde4/apps/choqok/DEPENDS @@ -0,0 +1 @@ +depends kdepimlibs4 diff --git a/kde4/apps/choqok/DETAILS b/kde4/apps/choqok/DETAILS new file mode 100644 index 0000000..1873fcd --- /dev/null +++ b/kde4/apps/choqok/DETAILS @@ -0,0 +1,13 @@ + MODULE=choqok + VERSION=0.6.6 + SOURCE=${MODULE}-${VERSION}.tar.bz2 + SOURCE_URL=http://mirror.umoss.org/download.ospdev.net/$MODULE/$MODULE/$VERSION + SOURCE_VFY=sha1:79fd3cb20dcbc5c20883046ae77ff40c5d1cd706 + WEB_SITE=http://choqok.gnufolks.org + ENTERED=20100216 + UPDATED=20100620 + SHORT="A micro-blogging client for KDE" + +cat < $C_FIFO 2>&1 diff --git a/zbeta/choqok/DEPENDS b/zbeta/choqok/DEPENDS deleted file mode 100644 index 0823c46..0000000 --- a/zbeta/choqok/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends kdepimlibs4 diff --git a/zbeta/choqok/DETAILS b/zbeta/choqok/DETAILS deleted file mode 100644 index 1873fcd..0000000 --- a/zbeta/choqok/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=choqok - VERSION=0.6.6 - SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL=http://mirror.umoss.org/download.ospdev.net/$MODULE/$MODULE/$VERSION - SOURCE_VFY=sha1:79fd3cb20dcbc5c20883046ae77ff40c5d1cd706 - WEB_SITE=http://choqok.gnufolks.org - ENTERED=20100216 - UPDATED=20100620 - SHORT="A micro-blogging client for KDE" - -cat < choqok: erm ya. Message-ID: <20100826115917.85C6F9B21B@doppio.foo-projects.org> commit 54316a026c58d3aa31d86acfe70bcfaae79ab304 Author: Dennis `stumbles` Veatch Date: Thu Aug 26 07:58:54 2010 -0400 choqok: erm ya. --- kde4/apps/choqok/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde4/apps/choqok/BUILD b/kde4/apps/choqok/BUILD index aacc1e3..781d8c9 100644 --- a/kde4/apps/choqok/BUILD +++ b/kde4/apps/choqok/BUILD @@ -1,6 +1,6 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && From stumbles at lunar-linux.org Thu Aug 26 13:59:40 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 26 Aug 2010 07:59:40 -0400 Subject: [Lunar-commits] choqok: pft. Message-ID: <20100826115959.103B69B21B@doppio.foo-projects.org> commit 789c4cd9ebec950511ed1cad7a9bfe2dbebc62e6 Author: Dennis `stumbles` Veatch Date: Thu Aug 26 07:59:40 2010 -0400 choqok: pft. --- kde4/apps/choqok/DEPENDS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kde4/apps/choqok/DEPENDS b/kde4/apps/choqok/DEPENDS index 0823c46..ea2965d 100644 --- a/kde4/apps/choqok/DEPENDS +++ b/kde4/apps/choqok/DEPENDS @@ -1 +1,4 @@ depends kdepimlibs4 +depends qjson +depends qoauth +depends kwebkitpart From stumbles at lunar-linux.org Thu Aug 26 14:00:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 26 Aug 2010 08:00:23 -0400 Subject: [Lunar-commits] choqok: Sigh... that should do it. Message-ID: <20100826120041.BE4099B21B@doppio.foo-projects.org> commit 95bc8658246401790ac38e4522490e7a648049da Author: Dennis `stumbles` Veatch Date: Thu Aug 26 08:00:23 2010 -0400 choqok: Sigh... that should do it. --- kde4/apps/choqok/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde4/apps/choqok/DETAILS b/kde4/apps/choqok/DETAILS index 1873fcd..0ba9ce8 100644 --- a/kde4/apps/choqok/DETAILS +++ b/kde4/apps/choqok/DETAILS @@ -1,13 +1,13 @@ MODULE=choqok - VERSION=0.6.6 + VERSION=0.9.85 SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL=http://mirror.umoss.org/download.ospdev.net/$MODULE/$MODULE/$VERSION - SOURCE_VFY=sha1:79fd3cb20dcbc5c20883046ae77ff40c5d1cd706 + SOURCE_URL=http://d10xg45o6p6dbl.cloudfront.net/projects/c/$MODULE/ + SOURCE_VFY=sha1:10dc8bd44a9f8547d4a48ac61d7b7ffaa81bf080 WEB_SITE=http://choqok.gnufolks.org ENTERED=20100216 - UPDATED=20100620 - SHORT="A micro-blogging client for KDE" + UPDATED=20100826 + SHORT="micro-blogging client for KDE" -cat < libunique: For some reason it gets the path wrong. Adding BUILD to Message-ID: <20100826123010.988429B21B@doppio.foo-projects.org> commit c69ea38ec5808a3fb1d104628a14a8c1bcbac326 Author: Dennis `stumbles` Veatch Date: Thu Aug 26 08:29:03 2010 -0400 libunique: For some reason it gets the path wrong. Adding BUILD to diddle with a couple of Makefiles. --- libs/libunique/BUILD | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/libs/libunique/BUILD b/libs/libunique/BUILD new file mode 100644 index 0000000..d1e7945 --- /dev/null +++ b/libs/libunique/BUILD @@ -0,0 +1,10 @@ +( + + default_config && + +#To fix usrbin + sedit "s:usrbin:usr/bin:g" Makefile unique/Makefile && + + default_make + +) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Thu Aug 26 15:05:55 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 26 Aug 2010 09:05:55 -0400 Subject: [Lunar-commits] yakuake: Moving to kde4-utils. Message-ID: <20100826130625.A21BB9B21B@doppio.foo-projects.org> commit d7a708d6570fc684e07126549c4ed6e1f97f86bf Author: Dennis `stumbles` Veatch Date: Thu Aug 26 09:05:55 2010 -0400 yakuake: Moving to kde4-utils. --- kde4/utils/yakuake/BUILD | 16 ++++++++++++++++ kde4/utils/yakuake/DEPENDS | 1 + kde4/utils/yakuake/DETAILS | 14 ++++++++++++++ zbeta/yakuake/BUILD | 16 ---------------- zbeta/yakuake/DEPENDS | 1 - zbeta/yakuake/DETAILS | 14 -------------- 6 files changed, 31 insertions(+), 31 deletions(-) diff --git a/kde4/utils/yakuake/BUILD b/kde4/utils/yakuake/BUILD new file mode 100644 index 0000000..781d8c9 --- /dev/null +++ b/kde4/utils/yakuake/BUILD @@ -0,0 +1,16 @@ +( + + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $KDE4_BUILD_DIR && + cd $KDE4_BUILD_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/utils/yakuake/DEPENDS b/kde4/utils/yakuake/DEPENDS new file mode 100644 index 0000000..0823c46 --- /dev/null +++ b/kde4/utils/yakuake/DEPENDS @@ -0,0 +1 @@ +depends kdepimlibs4 diff --git a/kde4/utils/yakuake/DETAILS b/kde4/utils/yakuake/DETAILS new file mode 100644 index 0000000..4706516 --- /dev/null +++ b/kde4/utils/yakuake/DETAILS @@ -0,0 +1,14 @@ + MODULE=yakuake + VERSION=2.9.7 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://download.berlios.de/$MODULE + SOURCE_VFY=sha1:8f02fb5967c37510f54ce9c7fb889de67c04f452 + WEB_SITE=http://extragear.kde.org/apps/yakuake + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr} + ENTERED=20100216 + UPDATED=20100718 + SHORT="A terminal emulator for KDE" + +cat << EOF +Yakuake is a drop-down terminal emulator based on KDE Konsole technology. +EOF diff --git a/zbeta/yakuake/BUILD b/zbeta/yakuake/BUILD deleted file mode 100644 index aacc1e3..0000000 --- a/zbeta/yakuake/BUILD +++ /dev/null @@ -1,16 +0,0 @@ -( - - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" - - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && - - mkdir $KDE4_BUILD_DIR && - cd $KDE4_BUILD_DIR && - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && - - default_make - -) > $C_FIFO 2>&1 diff --git a/zbeta/yakuake/DEPENDS b/zbeta/yakuake/DEPENDS deleted file mode 100644 index 0823c46..0000000 --- a/zbeta/yakuake/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends kdepimlibs4 diff --git a/zbeta/yakuake/DETAILS b/zbeta/yakuake/DETAILS deleted file mode 100644 index 4cf5407..0000000 --- a/zbeta/yakuake/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=yakuake - VERSION=2.9.7 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://download.berlios.de/$MODULE - SOURCE_VFY=sha1:8f02fb5967c37510f54ce9c7fb889de67c04f452 - WEB_SITE=http://extragear.kde.org/apps/yakuake - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - ENTERED=20100216 - UPDATED=20100718 - SHORT="A terminal emulator for KDE" - -cat < kwebkitpart: Adding to moonbase... as depends for choqok. Message-ID: <20100826142418.6ED779B21B@doppio.foo-projects.org> commit 5ff378600695cacde62a87f2efcfcc4177f384f5 Author: Dennis `stumbles` Veatch Date: Thu Aug 26 10:23:10 2010 -0400 kwebkitpart: Adding to moonbase... as depends for choqok. --- kde4/extragear/kwebkitpart/BUILD | 16 ++++++++++++++++ kde4/extragear/kwebkitpart/DEPENDS | 2 ++ kde4/extragear/kwebkitpart/DETAILS | 14 ++++++++++++++ 3 files changed, 32 insertions(+), 0 deletions(-) diff --git a/kde4/extragear/kwebkitpart/BUILD b/kde4/extragear/kwebkitpart/BUILD new file mode 100644 index 0000000..15a3bb7 --- /dev/null +++ b/kde4/extragear/kwebkitpart/BUILD @@ -0,0 +1,16 @@ +( + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + OOTB_DIR="$SOURCE_DIRECTORY/kde4-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/extragear/kwebkitpart/DEPENDS b/kde4/extragear/kwebkitpart/DEPENDS new file mode 100644 index 0000000..e4e8281 --- /dev/null +++ b/kde4/extragear/kwebkitpart/DEPENDS @@ -0,0 +1,2 @@ +depends webkit +depends kdebase4 diff --git a/kde4/extragear/kwebkitpart/DETAILS b/kde4/extragear/kwebkitpart/DETAILS new file mode 100644 index 0000000..ba3db6b --- /dev/null +++ b/kde4/extragear/kwebkitpart/DETAILS @@ -0,0 +1,14 @@ + MODULE=kwebkitpart + VERSION=0.9.6 + SOURCE=127960-$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://opendesktop.org/CONTENT/content-files/ + SOURCE_VFY=sha1:59972b9b1c4cea863be5cced776b93e88cb6b47f + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr} + WEB_SITE=http://opendesktop.org/content/show.php?content=127960 + ENTERED=20100826 + UPDATED=20100826 + SHORT="web browser component for KDE" +cat << EOF +KWebKitPart is a web browser component for KDE (KPart) based on (Qt)WebKit. +You can use it for example for browsing the web in Konqueror. +EOF From stumbles at lunar-linux.org Thu Aug 26 17:31:45 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 26 Aug 2010 11:31:45 -0400 Subject: [Lunar-commits] qoauth: Forgot to source it. Message-ID: <20100826153214.F03A89B21B@doppio.foo-projects.org> commit c0d820f749c4d9778ae76259de82f87e175e4fdb Author: Dennis `stumbles` Veatch Date: Thu Aug 26 11:31:45 2010 -0400 qoauth: Forgot to source it. --- qt4-apps/qoauth/BUILD | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/qt4-apps/qoauth/BUILD b/qt4-apps/qoauth/BUILD index d55f210..4ad3069 100644 --- a/qt4-apps/qoauth/BUILD +++ b/qt4-apps/qoauth/BUILD @@ -1,6 +1,9 @@ ( + . /etc/profile.d/qt4.rc && + qmake && + default_make ) > $C_FIFO 2>&1 From florin at lunar-linux.org Thu Aug 26 06:58:07 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 26 Aug 2010 07:58:07 +0300 Subject: [Lunar-commits] stella: version bumped to 3.2.1. Message-ID: <20100826182941.5985D9B224@doppio.foo-projects.org> commit 56d6f01b87a4a7b96f39e53e84a805e6807db9ab Author: Florin Braescu Date: Thu Aug 26 07:58:07 2010 +0300 stella: version bumped to 3.2.1. --- games/stella/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/stella/DETAILS b/games/stella/DETAILS index 8389d84..45dafd3 100644 --- a/games/stella/DETAILS +++ b/games/stella/DETAILS @@ -1,11 +1,11 @@ MODULE=stella - VERSION=3.2 + VERSION=3.2.1 SOURCE=$MODULE-$VERSION-src.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:d239504dfc338c2c835bd8dfff79816f877626f1 + SOURCE_VFY=sha1:40e9521373c25df3eb5f19cd63b3d34daa5c6425 WEB_SITE=http://stella.sourceforge.net ENTERED=20030216 - UPDATED=20100821 + UPDATED=20100825 SHORT="A multi-platform Atari 2600 VCS emulator" cat << EOF From florin at lunar-linux.org Thu Aug 26 20:32:53 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 26 Aug 2010 21:32:53 +0300 Subject: [Lunar-commits] mercurial: verion bumped to 1.6.3. Message-ID: <20100826183318.A82059B224@doppio.foo-projects.org> commit 65abf50aee8b1e705089c931f479f58d2d4b0be8 Author: Florin Braescu Date: Thu Aug 26 21:32:53 2010 +0300 mercurial: verion bumped to 1.6.3. Bugfixes. --- devel/mercurial/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/mercurial/DETAILS b/devel/mercurial/DETAILS index 4d789c8..ea166dc 100644 --- a/devel/mercurial/DETAILS +++ b/devel/mercurial/DETAILS @@ -1,11 +1,11 @@ MODULE=mercurial - VERSION=1.6.2 + VERSION=1.6.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.selenic.com/$MODULE/release - SOURCE_VFY=sha1:99ba14237fe805a848329a1cffc15f55aab83548 + SOURCE_VFY=sha1:d198fb97182f7b23277007d66fadd2d038ff6ef7 WEB_SITE=http://www.selenic.com/$MODULE/wiki ENTERED=20070408 - UPDATED=20100803 + UPDATED=20100826 PSAFE=no SHORT="A fast, lightweight SCM system" From florin at lunar-linux.org Thu Aug 26 20:38:42 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 26 Aug 2010 21:38:42 +0300 Subject: [Lunar-commits] whois: version bumped to 5.0.7. Message-ID: <20100826183853.E80B39B220@doppio.foo-projects.org> commit 4cbbcd7e92b3e25ea97b53748999902e95b5a246 Author: Florin Braescu Date: Thu Aug 26 21:38:42 2010 +0300 whois: version bumped to 5.0.7. --- net/whois/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/whois/DETAILS b/net/whois/DETAILS index cc275fa..e873a24 100644 --- a/net/whois/DETAILS +++ b/net/whois/DETAILS @@ -1,11 +1,11 @@ MODULE=whois - VERSION=5.0.6 + VERSION=5.0.7 SOURCE=${MODULE}_$VERSION.tar.gz SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/w/$MODULE - SOURCE_VFY=sha1:1cbf37f7a901313b44db767b6fd351188e4fca20 + SOURCE_VFY=sha1:3c7c254001ec5edd01bc89379fc0b6f7f0f6f579 WEB_SITE=http://www.linux.it/~md/software ENTERED=20011228 - UPDATED=20100715 + UPDATED=20100826 SHORT="Find information online about IP addresses or domains" cat << EOF From florin at lunar-linux.org Fri Aug 27 07:16:42 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 27 Aug 2010 08:16:42 +0300 Subject: [Lunar-commits] xfsprogs: version bumped to 3.1.3. Message-ID: <20100827051707.F28209B224@doppio.foo-projects.org> commit 52dca2823dd3c028aa1f9f84ef4de8e684214b06 Author: Florin Braescu Date: Fri Aug 27 08:16:42 2010 +0300 xfsprogs: version bumped to 3.1.3. Bugfixes release. --- filesys/xfsprogs/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/xfsprogs/DETAILS b/filesys/xfsprogs/DETAILS index cdb58ca..cbc385c 100644 --- a/filesys/xfsprogs/DETAILS +++ b/filesys/xfsprogs/DETAILS @@ -1,12 +1,12 @@ MODULE=xfsprogs - VERSION=3.1.2 + VERSION=3.1.3 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_VFY=sha1:e96465819b496adf0156bb53313fc1ad884debc6 + SOURCE_VFY=sha1:f2146f3cd67b513d64e13930443a85ab2481ce55 WEB_SITE=http://oss.sgi.com/projects/xfs ENTERED=20020110 - UPDATED=20100508 + UPDATED=20100827 PSAFE=no SHORT="Required utilities for the XFS file system" From florin at lunar-linux.org Fri Aug 27 07:28:41 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 27 Aug 2010 08:28:41 +0300 Subject: [Lunar-commits] linux-2.6-stable: version bumped to 2.6.34.6. Message-ID: <20100827052905.5326E9B224@doppio.foo-projects.org> commit 1768874418abfd10401a1d431d7169727247c481 Author: Florin Braescu Date: Fri Aug 27 08:28:41 2010 +0300 linux-2.6-stable: version bumped to 2.6.34.6. --- kernel/linux-2.6-stable/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-stable/DETAILS b/kernel/linux-2.6-stable/DETAILS index eeb4376..1da7e77 100644 --- a/kernel/linux-2.6-stable/DETAILS +++ b/kernel/linux-2.6-stable/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6-stable - VERSION=2.6.34.5 + VERSION=2.6.34.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:4188857ba71f301991dc56285f593e9c311e5824 - SOURCE2_VFY=sha1:b2d918ed06a3457eb077742a8872aca278fea8f0 + SOURCE2_VFY=sha1:e033e2bc4b46e7cc8ee19c07b5ad6999b4c2a52d WEB_SITE=http://www.kernel.org ENTERED=20070313 - UPDATED=20100821 + UPDATED=20100827 SHORT="The uber-stable version of the 2.6 kernel" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Fri Aug 27 09:51:43 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 27 Aug 2010 10:51:43 +0300 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.35.4. Message-ID: <20100827075227.788BB9B224@doppio.foo-projects.org> commit cab6354c8eaf80ee2df584dd4805708557136f78 Author: Florin Braescu Date: Fri Aug 27 10:51:43 2010 +0300 linux-2.6: version bumped to 2.6.35.4. The fourth series of patches for 2.6.35 Linux kernel. --- 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 9c5aae9..c9426fe 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.35.3 + VERSION=2.6.35.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:4cb1fbfbeedcd658ca37739679c65dfaa136bf4e - SOURCE2_VFY=sha1:38717af633669750bc7e65508ae7253de3c5c527 + SOURCE2_VFY=sha1:f17d865d5a8320d79869223049ebc36296a1dedd WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20100821 + UPDATED=20100827 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Fri Aug 27 10:03:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 27 Aug 2010 11:03:30 +0300 Subject: [Lunar-commits] shorewall: version bumped to 4.4.12.1. Message-ID: <20100827080345.B21BF9B224@doppio.foo-projects.org> commit 732ee3448a3c3f86848ef6a16c01c24c8ceb394e Author: Florin Braescu Date: Fri Aug 27 11:03:30 2010 +0300 shorewall: version bumped to 4.4.12.1. --- security/shorewall/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/shorewall/DETAILS b/security/shorewall/DETAILS index bd3dfd0..7986b66 100644 --- a/security/shorewall/DETAILS +++ b/security/shorewall/DETAILS @@ -1,12 +1,12 @@ MODULE=shorewall - VERSION=4.4.11.1 + VERSION=4.4.12.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=http://www.shorewall.net/pub/$MODULE/4.4/shorewall-4.4.11 + SOURCE_URL[0]=http://www.shorewall.net/pub/$MODULE/4.4/shorewall-4.4.12 # SOURCE_URL[1]=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:4915f6b030292eed1b5b1ec5eec14b83b94a1a1a + SOURCE_VFY=sha1:f148bafa81f01ea48d416224e986d58ebfa6f982 WEB_SITE=http://www.shorewall.net ENTERED=20021106 - UPDATED=20100731 + UPDATED=20100827 SHORT="A Netfilter (iptables) based firewall" cat << EOF From stumbles at lunar-linux.org Fri Aug 27 12:40:27 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 27 Aug 2010 06:40:27 -0400 Subject: [Lunar-commits] podofo: Version bump. Message-ID: <20100827104106.5FD9E9B229@doppio.foo-projects.org> commit 8f63e4182d39f08a0d725a5dc0519bdfd84c1afd Author: Dennis `stumbles` Veatch Date: Fri Aug 27 06:40:27 2010 -0400 podofo: Version bump. --- doc-tools/podofo/BUILD | 6 +++--- doc-tools/podofo/DEPENDS | 2 ++ doc-tools/podofo/DETAILS | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc-tools/podofo/BUILD b/doc-tools/podofo/BUILD index 61b320b..bd1bca7 100644 --- a/doc-tools/podofo/BUILD +++ b/doc-tools/podofo/BUILD @@ -1,10 +1,10 @@ ( - . /etc/profile.d/qt4.rc + . /etc/profile.d/qt4.rc && - LDFLAGS="-ldl" + LDFLAGS="-ldl" && - PODOFO_BUILD_DIR="$SOURCE_DIRECTORY/podofo-build" + PODOFO_BUILD_DIR="$SOURCE_DIRECTORY/podofo-build" && mkdir $PODOFO_BUILD_DIR && cd $PODOFO_BUILD_DIR && diff --git a/doc-tools/podofo/DEPENDS b/doc-tools/podofo/DEPENDS index 8d50d33..83fb90f 100644 --- a/doc-tools/podofo/DEPENDS +++ b/doc-tools/podofo/DEPENDS @@ -1 +1,3 @@ optional_depends boost "-DWANT_BOOST:BOOL=1" "-DWANT_BOOST:BOOL=0" "for boost libraries support" +optional_depends cppunit "" "" "For C++ unit framework support" +optional_depends lua "" "" "for scripting support" diff --git a/doc-tools/podofo/DETAILS b/doc-tools/podofo/DETAILS index 4570f43..088044e 100644 --- a/doc-tools/podofo/DETAILS +++ b/doc-tools/podofo/DETAILS @@ -1,11 +1,11 @@ MODULE=podofo - VERSION=0.8.1 + VERSION=0.8.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:96760f9861f91e9c269f851897e344d87ef3e68e + SOURCE_VFY=sha1:5ae78c38f158e20e32e4ba7c1c21c0a85951c9bc WEB_SITE=http://podofo.sourceforge.net/about.html ENTERED=20090628 - UPDATED=20100619 + UPDATED=20100827 SHORT="POrtable DOcument FOrmat" cat << EOF From stumbles at lunar-linux.org Fri Aug 27 12:40:45 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 27 Aug 2010 06:40:45 -0400 Subject: [Lunar-commits] scribus: Version bump. Message-ID: <20100827104106.6E9329B22A@doppio.foo-projects.org> commit fcda1918e0e93c99a42777a0000fd97f3e82d904 Author: Dennis `stumbles` Veatch Date: Fri Aug 27 06:40:45 2010 -0400 scribus: Version bump. --- qt4-apps/scribus/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt4-apps/scribus/DETAILS b/qt4-apps/scribus/DETAILS index 5aab7df..8b4ccbe 100644 --- a/qt4-apps/scribus/DETAILS +++ b/qt4-apps/scribus/DETAILS @@ -1,12 +1,12 @@ MODULE=scribus - VERSION=1.3.7 + VERSION=1.3.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:9a5c68c0d72d4ced86900a80725f34aeb1e4a481 - MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} + SOURCE_VFY=sha1:be54c93a8da56d9efe5e4d46c5cebebc36104670 + MODULE_PREFIX=${QT4_PREFIX:-/usr} WEB_SITE=http://www.scribus.net ENTERED=20100116 - UPDATED=20100613 + UPDATED=20100827 SHORT="A desktop publishing program based on QT" cat << EOF From stumbles at lunar-linux.org Fri Aug 27 12:49:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 27 Aug 2010 06:49:23 -0400 Subject: [Lunar-commits] lapack: Version bump, lots of bug fixes. Message-ID: <20100827104948.67A8F9B229@doppio.foo-projects.org> commit dfd821f0728596085ce7f780734bbbda7e6b7702 Author: Dennis `stumbles` Veatch Date: Fri Aug 27 06:49:23 2010 -0400 lapack: Version bump, lots of bug fixes. --- science/lapack/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/lapack/DETAILS b/science/lapack/DETAILS index 8454022..ead3007 100644 --- a/science/lapack/DETAILS +++ b/science/lapack/DETAILS @@ -1,11 +1,11 @@ MODULE=lapack - VERSION=3.2.1 + VERSION=3.2.2 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.netlib.org/lapack/ - SOURCE_VFY=sha1:c75223fdef3258c461370af5d2b889d580d7f38a + SOURCE_VFY=sha1:a434c45932f6affb654b3abde21dd669f5751633 WEB_SITE=http://www.netlib.org/lapack/ ENTERED=20100102 - UPDATED=20100102 + UPDATED=20100827 SHORT="Linear Algebra PACKage" cat << EOF From stumbles at lunar-linux.org Fri Aug 27 13:19:24 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 27 Aug 2010 07:19:24 -0400 Subject: [Lunar-commits] clisp: Version bump. See here for changes; Message-ID: <20100827112104.CF6549B229@doppio.foo-projects.org> commit c2e421d6711745b4c8a04183a5b6c4be3c3ce186 Author: Dennis `stumbles` Veatch Date: Fri Aug 27 07:19:24 2010 -0400 clisp: Version bump. See here for changes; http://clisp.cvs.sourceforge.net/viewvc/clisp/clisp/src/NEWS?revision=clisp_2_49-2010-07-07 --- compilers/clisp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/clisp/DETAILS b/compilers/clisp/DETAILS index af0201d..641375a 100644 --- a/compilers/clisp/DETAILS +++ b/compilers/clisp/DETAILS @@ -1,12 +1,12 @@ MODULE=clisp - VERSION=2.48 + VERSION=2.49 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE/release/$VERSION/ SOURCE_URL[1]=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:dc213ed02194ec4c8b596118c5f92b25d1f540e0 + SOURCE_VFY=sha1:7e8d585ef8d0d6349ffe581d1ac08681e6e670d4 WEB_SITE=http://clisp.cons.org/ ENTERED=20060512 - UPDATED=20090825 + UPDATED=20100827 PSAFE=no SHORT="An ANSI Common Lisp implementation" From stumbles at lunar-linux.org Fri Aug 27 13:20:02 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 27 Aug 2010 07:20:02 -0400 Subject: [Lunar-commits] maxima: Version bump. Message-ID: <20100827112104.DC3639B22A@doppio.foo-projects.org> commit bd15445f3c8f6fef7924e31cb9b4b34bed39d390 Author: Dennis `stumbles` Veatch Date: Fri Aug 27 07:20:02 2010 -0400 maxima: Version bump. --- science/maxima/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/maxima/DETAILS b/science/maxima/DETAILS index bfc4318..429bacf 100644 --- a/science/maxima/DETAILS +++ b/science/maxima/DETAILS @@ -1,11 +1,11 @@ MODULE=maxima - VERSION=5.21.1 + VERSION=5.22.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/maxima/ - SOURCE_VFY=sha1:f62e0eadfe71f8dcbe2cb717da2baedafe442559 + SOURCE_VFY=sha1:a547321221a37a1a83cb53ed607d3397e7f0722e WEB_SITE=http://maxima.sourceforge.net ENTERED=20031027 - UPDATED=20100509 + UPDATED=20100827 MAINTAINER=hardkrash at lunar-linux.org SHORT="a sophisticated computer algebra system" From stumbles at lunar-linux.org Fri Aug 27 13:20:38 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 27 Aug 2010 07:20:38 -0400 Subject: [Lunar-commits] wxGTK: Version bump and the patch is not needed. Message-ID: <20100827112105.0D3EA9B22C@doppio.foo-projects.org> commit 8f43b3117eabb6bbb3e70f60ad189b666dd07c85 Author: Dennis `stumbles` Veatch Date: Fri Aug 27 07:20:38 2010 -0400 wxGTK: Version bump and the patch is not needed. --- libs/wxGTK/BUILD | 2 -- libs/wxGTK/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/libs/wxGTK/BUILD b/libs/wxGTK/BUILD index b765376..9b1b15d 100644 --- a/libs/wxGTK/BUILD +++ b/libs/wxGTK/BUILD @@ -1,7 +1,5 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && - if [[ $UCODE == "y" ]]; then OPTS="$OPTS --enable-unicode" fi && diff --git a/libs/wxGTK/DETAILS b/libs/wxGTK/DETAILS index d145ebb..a8a25e8 100644 --- a/libs/wxGTK/DETAILS +++ b/libs/wxGTK/DETAILS @@ -1,16 +1,13 @@ MODULE=wxGTK - VERSION=2.8.10.1 + VERSION=2.8.11.0 # NOTE: leave source the same as wxPython to save dl bw SOURCE=wxPython-src-$VERSION.tar.bz2 - SOURCE2=$MODULE-$VERSION-gsockunx.h.v2.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/wxPython-src-$VERSION SOURCE_URL=$SFORGE_URL/wxpython - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:6598fbafd979a91f20100171fa23a91779f6dc62 - SOURCE2_VFY=sha1:7e19e88bc87258f8afc07a281e4f7655f66102c1 + SOURCE_VFY=sha1:18982edc236a1d87e4eef018928358c925aa5b17 WEB_SITE=http://www.wxwidgets.org ENTERED=20011217 - UPDATED=20091111 + UPDATED=20100827 SHORT="GTK+ version of wxWindows API" cat << EOF From stumbles at lunar-linux.org Fri Aug 27 13:20:20 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 27 Aug 2010 07:20:20 -0400 Subject: [Lunar-commits] wxMaxima: Version bump. Message-ID: <20100827112104.EE25C9B22B@doppio.foo-projects.org> commit b81a0f7dd0ed3ff992a45c3cc454d011cc2dd9ba Author: Dennis `stumbles` Veatch Date: Fri Aug 27 07:20:20 2010 -0400 wxMaxima: Version bump. --- science/wxMaxima/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/wxMaxima/DETAILS b/science/wxMaxima/DETAILS index e82259c..648797a 100644 --- a/science/wxMaxima/DETAILS +++ b/science/wxMaxima/DETAILS @@ -1,11 +1,11 @@ MODULE=wxMaxima - VERSION=0.8.5 + VERSION=0.8.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/wxmaxima/ - SOURCE_VFY=sha1:97c9e6033d4e79f3b70c7c762bfee2edf47caf80 + SOURCE_VFY=sha1:124357c83672564ce7ee1bc20ff82c262adae52f WEB_SITE=http://wxmaxima.sf.net ENTERED=20060512 - UPDATED=20100509 + UPDATED=20100827 SHORT="Cross platform GUI for the maxima computer algebra system" cat << EOF From stumbles at lunar-linux.org Fri Aug 27 13:32:28 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 27 Aug 2010 07:32:28 -0400 Subject: [Lunar-commits] rtmpdump: Version bump. Message-ID: <20100827113247.8C0A49B229@doppio.foo-projects.org> commit 354f243aeb790ea87bc7aca88376d12c829e5ead Author: Dennis `stumbles` Veatch Date: Fri Aug 27 07:32:28 2010 -0400 rtmpdump: Version bump. --- net/rtmpdump/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rtmpdump/DETAILS b/net/rtmpdump/DETAILS index 4d08cad..1866732 100644 --- a/net/rtmpdump/DETAILS +++ b/net/rtmpdump/DETAILS @@ -1,11 +1,11 @@ MODULE=rtmpdump - VERSION=2.2e - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=2.3 + SOURCE=$MODULE-$VERSION.tgz SOURCE_URL[0]=http://rtmpdump.mplayerhq.hu/download/ - SOURCE_VFY=sha1:369010b64d798f04559055fdbe2962944505decd + SOURCE_VFY=sha1:b65ce7708ae79adb51d1f43dd0b6d987076d7c42 WEB_SITE=http://rtmpdump.mplayerhq.hu/ ENTERED=20100618 - UPDATED=20100618 + UPDATED=20100827 SHORT="toolkit for RTMP streams" cat << EOF From stumbles at lunar-linux.org Fri Aug 27 14:11:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 27 Aug 2010 08:11:23 -0400 Subject: [Lunar-commits] skencil: Adjusting the BUILD as noted in the BUILD. Message-ID: <20100827121155.BDFD09B229@doppio.foo-projects.org> commit bb6d95ebf2c4e8cb0b4e456fcc24d13db32c9f3a Author: Dennis `stumbles` Veatch Date: Fri Aug 27 08:11:23 2010 -0400 skencil: Adjusting the BUILD as noted in the BUILD. --- graphics/skencil/BUILD | 6 ++++++ graphics/skencil/DETAILS | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/graphics/skencil/BUILD b/graphics/skencil/BUILD index 95950c5..e7a8565 100644 --- a/graphics/skencil/BUILD +++ b/graphics/skencil/BUILD @@ -1,5 +1,11 @@ ( +# Withoug the BLDSHAREED the make fails on a permission denied on pasmodule.o. Additionally +# they hardcode tk/tcl versions. + export BLDSHARED='gcc -shared' && + VER=`lvu version tk | cut -c 1-3` && + sedit "s:8.4:$VER:g" setup.py && + ./setup.py configure && ./setup.py build && prepare_install && diff --git a/graphics/skencil/DETAILS b/graphics/skencil/DETAILS index f9f7339..f60207d 100644 --- a/graphics/skencil/DETAILS +++ b/graphics/skencil/DETAILS @@ -7,6 +7,7 @@ ENTERED=20020420 UPDATED=20050619 SHORT="vector drawing application." + cat << EOF Skencil is a Free Software interactive vector drawing appliction. Known to run on GNU/Linux and other UNIX-compatible systems, it is a flexible and powerful From ratler at lunar-linux.org Fri Aug 27 20:52:57 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Fri, 27 Aug 2010 20:52:57 +0200 Subject: [Lunar-commits] zlib, libxml2: _LARGEFILE64 fixes Message-ID: <20100827185449.CFD549B229@doppio.foo-projects.org> commit 82269b52721eb7a62825e7f0d48080d5acec9378 Author: Stefan Wold Date: Fri Aug 27 20:52:57 2010 +0200 zlib, libxml2: _LARGEFILE64 fixes * Fix potential segmentation fault for apps using libxml2 and zlib together, it fix evolution crashes for x86_64 as an example. --- archive/zlib/BUILD | 1 + archive/zlib/BUILD.x86_64 | 1 + archive/zlib/DETAILS | 5 ++++- libs/libxml2/DETAILS | 5 ++++- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/archive/zlib/BUILD b/archive/zlib/BUILD index bfe3ad0..a4392fc 100644 --- a/archive/zlib/BUILD +++ b/archive/zlib/BUILD @@ -1,5 +1,6 @@ ( + patch_it $SOURCE2 1 && ./configure --prefix=/usr && make && diff --git a/archive/zlib/BUILD.x86_64 b/archive/zlib/BUILD.x86_64 index e091361..764593b 100644 --- a/archive/zlib/BUILD.x86_64 +++ b/archive/zlib/BUILD.x86_64 @@ -1,5 +1,6 @@ ( + patch_it $SOURCE2 1 && unset CFLAGS && prepare_install && diff --git a/archive/zlib/DETAILS b/archive/zlib/DETAILS index 2aaa544..74cc3b1 100644 --- a/archive/zlib/DETAILS +++ b/archive/zlib/DETAILS @@ -1,12 +1,15 @@ MODULE=zlib VERSION=1.2.5 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-1.2.5-lfs-decls.patch SOURCE_URL[0]=http://www.zlib.net SOURCE_URL[1]=$SFORGE_URL/libpng/zlib/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:543fa9abff0442edca308772d6cef85557677e02 + SOURCE2_VFY=sha1:ddf793bd7eb4c8a01ad5d6c31162ddd2629bcbd3 WEB_SITE=http://www.zlib.net ENTERED=20010922 - UPDATED=20100423 + UPDATED=20100827 SHORT="lossless data compression library" cat << EOF diff --git a/libs/libxml2/DETAILS b/libs/libxml2/DETAILS index b7d773b..d40018b 100644 --- a/libs/libxml2/DETAILS +++ b/libs/libxml2/DETAILS @@ -1,11 +1,14 @@ MODULE=libxml2 VERSION=2.7.7 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=$MODULE-largefile64.patch SOURCE_URL=ftp://xmlsoft.org/$MODULE + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:8592824a2788574a172cbddcdc72f734ff87abe3 + SOURCE2_VFY=sha1:53c9fbb1b6cc6ec313bcc49a82a23c2a5ad06760 WEB_SITE=http://xmlsoft.org ENTERED=20010922 - UPDATED=20100321 + UPDATED=20100827 SHORT="XML version 2 parser for Gnome" cat << EOF From florin at lunar-linux.org Fri Aug 27 21:26:58 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 27 Aug 2010 22:26:58 +0300 Subject: [Lunar-commits] bin86: version bumped to 0.16.17. Message-ID: <20100827193002.B0E6F9B229@doppio.foo-projects.org> commit 9565bd960161346d12e83e0a8b86d34e99b2c69f Author: Florin Braescu Date: Fri Aug 27 22:26:58 2010 +0300 bin86: version bumped to 0.16.17. It sync the version for the x86 with the one for x86_64. --- compilers/bin86/BUILD | 8 ++++---- compilers/bin86/BUILD.x86_64 | 10 +++++----- compilers/bin86/DETAILS | 12 ++++++------ compilers/bin86/DETAILS.x86_64 | 8 ++++---- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/compilers/bin86/BUILD b/compilers/bin86/BUILD index c552a0d..615791b 100644 --- a/compilers/bin86/BUILD +++ b/compilers/bin86/BUILD @@ -1,9 +1,9 @@ ( - sedit "s/-O2/$CFLAGS/" Makefile && - sedit "s/MANDIR=\$(PREFIX)\/man/MANDIR=\$(PREFIX)\/share\/man/" Makefile && - make && - prepare_install && + sedit "s/-O2/$CFLAGS/" Makefile && + sedit "s/MANDIR=\$(PREFIX)\/man/MANDIR=\$(PREFIX)\/share\/man/" Makefile && + make && + prepare_install && make PREFIX=/usr install ) > $C_FIFO 2>&1 diff --git a/compilers/bin86/BUILD.x86_64 b/compilers/bin86/BUILD.x86_64 index 676effd..34f69d7 100644 --- a/compilers/bin86/BUILD.x86_64 +++ b/compilers/bin86/BUILD.x86_64 @@ -1,10 +1,10 @@ ( - patch_it $SOURCE2 1 && - sedit "s/-O2/$CFLAGS/" Makefile && - sedit "s/MANDIR=\$(PREFIX)\/man/MANDIR=\$(PREFIX)\/share\/man/" Makefile && - make && - prepare_install && + patch_it $SOURCE2 1 && + sedit "s/-O2/$CFLAGS/" Makefile && + sedit "s/MANDIR=\$(PREFIX)\/man/MANDIR=\$(PREFIX)\/share\/man/" Makefile && + make && + prepare_install && make PREFIX=/usr install ) > $C_FIFO 2>&1 diff --git a/compilers/bin86/DETAILS b/compilers/bin86/DETAILS index b763e97..be06bfa 100644 --- a/compilers/bin86/DETAILS +++ b/compilers/bin86/DETAILS @@ -1,12 +1,12 @@ MODULE=bin86 - VERSION=0.16.0 + VERSION=0.16.17 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://homepage.ntlworld.com/robert.debath/dev86/ - SOURCE_VFY=sha1:eb6d95516adc7f1a58b79c78c1ee1166376abcdd - WEB_SITE=http://homepage.ntlworld.com/robert.debath/dev86/ + SOURCE_URL=http://www.debath.co.uk/dev86 + SOURCE_VFY=sha1:656f06b4b26d08412132e338baa25e42d713eeec + WEB_SITE=http://www.debath.co.uk ENTERED=20010922 - UPDATED=20051210 - SHORT="a86 and ld86 provide a complete 8086/80386 assembler and loader." + UPDATED=20100827 + SHORT="a86 and ld86 provide a complete 8086/80386 assembler and loader" cat << EOF as86 and ld86 provide a complete 8086 assembler and loader which can diff --git a/compilers/bin86/DETAILS.x86_64 b/compilers/bin86/DETAILS.x86_64 index ce5446d..4d5035b 100644 --- a/compilers/bin86/DETAILS.x86_64 +++ b/compilers/bin86/DETAILS.x86_64 @@ -2,14 +2,14 @@ VERSION=0.16.17 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-$VERSION-x86_64-1.patch - SOURCE_URL=http://homepage.ntlworld.com/robert.debath/dev86/ - SOURCE2_URL=http://www.linuxfromscratch.org/patches/downloads/bin86/ + SOURCE_URL=http://www.debath.co.uk/dev86 + SOURCE2_URL=http://www.linuxfromscratch.org/patches/downloads/$MODULE SOURCE_VFY=sha1:656f06b4b26d08412132e338baa25e42d713eeec SOURCE2_VFY=sha1:2c967c062fbee4e40ca1bf55feec2033e132e0a9 - WEB_SITE=http://homepage.ntlworld.com/robert.debath/dev86/ + WEB_SITE=http://www.debath.co.uk ENTERED=20010922 UPDATED=20051210 - SHORT="a86 and ld86 provide a complete 8086/80386 assembler and loader." + SHORT="a86 and ld86 provide a complete 8086/80386 assembler and loader" cat << EOF as86 and ld86 provide a complete 8086 assembler and loader which can From florin at lunar-linux.org Fri Aug 27 21:28:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 27 Aug 2010 22:28:14 +0300 Subject: [Lunar-commits] dev86: add the sha1 sum for x86. Message-ID: <20100827193002.BD5519B22A@doppio.foo-projects.org> commit 0e19e4e764d0943bc2bac7e8e0bfbcc08ae505bb Author: Florin Braescu Date: Fri Aug 27 22:28:14 2010 +0300 dev86: add the sha1 sum for x86. --- compilers/dev86/BUILD | 2 +- compilers/dev86/BUILD.x86_64 | 4 ++-- compilers/dev86/DETAILS | 5 +++-- compilers/dev86/DETAILS.x86_64 | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/compilers/dev86/BUILD b/compilers/dev86/BUILD index d90da71..02fc26a 100644 --- a/compilers/dev86/BUILD +++ b/compilers/dev86/BUILD @@ -1,6 +1,6 @@ ( - sedit "s:PREFIX)/bin:PREFIX)/sbin:" Makefile && + sedit "s:PREFIX)/bin:PREFIX)/sbin:" Makefile && default_make diff --git a/compilers/dev86/BUILD.x86_64 b/compilers/dev86/BUILD.x86_64 index 7ec8401..02072f7 100644 --- a/compilers/dev86/BUILD.x86_64 +++ b/compilers/dev86/BUILD.x86_64 @@ -1,8 +1,8 @@ ( - patch_it $SOURCE_CACHE/$SOURCE1 0 && + patch_it $SOURCE_CACHE/$SOURCE1 0 && - sedit "s:PREFIX)/bin:PREFIX)/sbin:" Makefile && + sedit "s:PREFIX)/bin:PREFIX)/sbin:" Makefile && default_make diff --git a/compilers/dev86/DETAILS b/compilers/dev86/DETAILS index 3947965..080d746 100644 --- a/compilers/dev86/DETAILS +++ b/compilers/dev86/DETAILS @@ -1,8 +1,9 @@ MODULE=dev86 VERSION=0.16.17 SOURCE=Dev86src-$VERSION.tar.gz - SOURCE_URL=http://homepage.ntlworld.com/robert.debath/$MODULE/ - WEB_SITE=http://homepage.ntlworld.com/robert.debath/ + SOURCE_URL=http://www.debath.co.uk/$MODULE + SOURCE_VFY=sha1:0bfe55c7a5e11d72f19f26cb0383178605951c72 + WEB_SITE=http://www.debath.co.uk MODULE_PREFIX=${DEV86_INSTALL_DIR:-/opt/dev86} ENTERED=20071004 UPDATED=20100313 diff --git a/compilers/dev86/DETAILS.x86_64 b/compilers/dev86/DETAILS.x86_64 index 98c0e24..17fed0d 100644 --- a/compilers/dev86/DETAILS.x86_64 +++ b/compilers/dev86/DETAILS.x86_64 @@ -2,11 +2,11 @@ VERSION=0.16.17 SOURCE=Dev86src-$VERSION.tar.gz SOURCE1=dev86-0.16.17.x86_64.02.patch - SOURCE_URL=http://homepage.ntlworld.com/robert.debath/$MODULE/ + SOURCE_URL=http://www.debath.co.uk/$MODULE SOURCE1_URL=$PATCH_URL SOURCE_VFY=sha1:0bfe55c7a5e11d72f19f26cb0383178605951c72 SOURCE1_VFY=sha1:ac1a0deca4c560565ccc431709a97e200bb0adf3 - WEB_SITE=http://homepage.ntlworld.com/robert.debath/ + WEB_SITE=http://www.debath.co.uk ENTERED=20071004 UPDATED=20100313 SHORT="Bruce Evan's C compiler, related assembler and linker" From florin at lunar-linux.org Sat Aug 28 07:03:08 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 28 Aug 2010 08:03:08 +0300 Subject: [Lunar-commits] vlc: version bumped to 1.1.4. Message-ID: <20100828050347.269C29B229@doppio.foo-projects.org> commit f8cd0355d578a569df76eae5d127bf5600f6da2e Author: Florin Braescu Date: Sat Aug 28 08:03:08 2010 +0300 vlc: version bumped to 1.1.4. Security release. --- video/vlc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS index 450e0a8..7103465 100644 --- a/video/vlc/DETAILS +++ b/video/vlc/DETAILS @@ -1,11 +1,11 @@ MODULE=vlc - VERSION=1.1.3 + VERSION=1.1.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION - SOURCE_VFY=sha1:7dc8a8ea2284800d762f4a00b675474684a04e30 + SOURCE_VFY=sha1:2c4f85fbccbd11946cb4b2cf94464e5db38db78a WEB_SITE=http://www.videolan.org ENTERED=20011113 - UPDATED=20100819 + UPDATED=20100828 SHORT="Videolan client multimedia player" cat << EOF From florin at lunar-linux.org Sat Aug 28 07:40:01 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 28 Aug 2010 08:40:01 +0300 Subject: [Lunar-commits] x264-snapshot: version bumped to 20100826. Message-ID: <20100828054022.C90759B229@doppio.foo-projects.org> commit 54af0c5b5f0b0c85e4dee198d0c0eae153c191ef Author: Florin Braescu Date: Sat Aug 28 08:40:01 2010 +0300 x264-snapshot: version bumped to 20100826. --- zbeta/x264-snapshot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/x264-snapshot/DETAILS b/zbeta/x264-snapshot/DETAILS index f4418f2..9a90113 100644 --- a/zbeta/x264-snapshot/DETAILS +++ b/zbeta/x264-snapshot/DETAILS @@ -1,11 +1,11 @@ MODULE=x264-snapshot - VERSION=20100722-2245 + VERSION=20100826-2245 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.videolan.org/pub/videolan/x264/snapshots - SOURCE_VFY=sha1:8a15a9387c5583b883334f372ca5f79c4e5fd812 + SOURCE_VFY=sha1:732591d28e63968b3849cbcc597c9695ea787ace WEB_SITE=http://www.videolan.org/developers/x264.html ENTERED=20080928 - UPDATED=20100611 + UPDATED=20100828 SHORT="A library for encoding H264/AVC video streams" cat << EOF From florin at lunar-linux.org Sat Aug 28 08:06:54 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 28 Aug 2010 09:06:54 +0300 Subject: [Lunar-commits] koffice: version bumped to 2.2.2. Message-ID: <20100828060716.EBDF39B229@doppio.foo-projects.org> commit e21db0f093281b7c02ec0092de09e470284089d9 Author: Florin Braescu Date: Sat Aug 28 09:06:54 2010 +0300 koffice: version bumped to 2.2.2. Bugfixes release. --- kde4/apps/koffice/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/koffice/DETAILS b/kde4/apps/koffice/DETAILS index 873bef9..24dc973 100644 --- a/kde4/apps/koffice/DETAILS +++ b/kde4/apps/koffice/DETAILS @@ -1,12 +1,12 @@ MODULE=koffice - VERSION=2.2.1 + VERSION=2.2.2 SOURCE=koffice-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/koffice-$VERSION - SOURCE_VFY=sha1:294c9828cb5eb87392aa87e56e2b0f2700b8b66d + SOURCE_VFY=sha1:ab6405e0efae0d8e895879183f1369facae410e0 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080718 - UPDATED=20100709 + UPDATED=20100828 SHORT="An office aplications suite for KDE" cat << EOF From engelsman at lunar-linux.org Sat Aug 28 09:36:13 2010 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 28 Aug 2010 09:36:13 +0200 Subject: [Lunar-commits] gtksourceview-sharp: tweaked BUILD to disable sample dir Message-ID: <20100828073638.0F93C9B229@doppio.foo-projects.org> commit 1f750d94c928c2ccd40c28aded22b94c9e34f9f6 Author: Duncan Gibson Date: Sat Aug 28 09:36:13 2010 +0200 gtksourceview-sharp: tweaked BUILD to disable sample dir added sedit to BUILD to disable build of sample subdirectory, otherwise it fails with errors about being unable to find PrintJob and PrintDialog functions. Searching the web shows various people with the same problem [in spanish!] but no clear solution, or gives so many hits about usage [in Java!] as to be useless. Who uses this mono stuff anyway? --- mono/gtksourceview-sharp/BUILD | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/mono/gtksourceview-sharp/BUILD b/mono/gtksourceview-sharp/BUILD index 1f30580..b3ff30d 100644 --- a/mono/gtksourceview-sharp/BUILD +++ b/mono/gtksourceview-sharp/BUILD @@ -1,6 +1,10 @@ ( sedit "s:gtksourceview-1.0:gtksourceview-2.0:" configure.in configure && + + # disable sample subdir: errors with PrintJob/PrintDialog kill build + sedit "s:view sample doc:view doc:" Makefile.am Makefile.in && + default_build ) > $C_FIFO 2>&1 From ratler at lunar-linux.org Sat Aug 28 11:02:44 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 28 Aug 2010 11:02:44 +0200 Subject: [Lunar-commits] [FIX] #358: Accept usb devices as a connection to internet Message-ID: <20100828090515.7F5F49B229@doppio.foo-projects.org> commit 9d8a88cb04f6ebe9fc761e44c1d3373cb495c850 Author: Stefan Wold Date: Sat Aug 28 11:02:44 2010 +0200 [FIX] #358: Accept usb devices as a connection to internet --- var/lib/lunar/functions/connect.lunar | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/var/lib/lunar/functions/connect.lunar b/var/lib/lunar/functions/connect.lunar index b7b4e5d..e5faab0 100644 --- a/var/lib/lunar/functions/connect.lunar +++ b/var/lib/lunar/functions/connect.lunar @@ -37,14 +37,14 @@ connect() { local TIMEOUT debug_msg "connect ($@)" - if ! ifconfig | grep -q "^eth[0-9]\|^wlan[0-9]\|^ppp[0-9]\|^ath[0-9]\|^tun[0-9]\|ra[0-9]" + if ! ifconfig | grep -q "^eth[0-9]\|^wlan[0-9]\|^ppp[0-9]\|^ath[0-9]\|^tun[0-9]\|^ra[0-9]\|^usb[0-9]" then pon # Timeout in deciseconds to wait for Interface to come up. TIMEOUT=30 - until ifconfig | grep -q "^eth[0-9]\|^wlan[0-9]\|^ppp[0-9]\|^ath[0-9]\|^tun[0-9]\|ra[0-9]" || [ $TIMEOUT == 0 ] + until ifconfig | grep -q "^eth[0-9]\|^wlan[0-9]\|^ppp[0-9]\|^ath[0-9]\|^tun[0-9]\|^ra[0-9]\|^usb[0-9]" || [ $TIMEOUT == 0 ] do sleep 10 (( TIMEOUT-- )) From ratler at lunar-linux.org Sat Aug 28 11:09:32 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 28 Aug 2010 11:09:32 +0200 Subject: [Lunar-commits] [FIX] #419: Prevent tail from being a potential CPU hogger, sleep 0.1 second Message-ID: <20100828091033.D67A49B229@doppio.foo-projects.org> commit 53759206432fedf26526e292577d06a808a31ed9 Author: Stefan Wold Date: Sat Aug 28 11:09:32 2010 +0200 [FIX] #419: Prevent tail from being a potential CPU hogger, sleep 0.1 second --- var/lib/lunar/functions/download.lunar | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/var/lib/lunar/functions/download.lunar b/var/lib/lunar/functions/download.lunar index ba16417..893f77d 100644 --- a/var/lib/lunar/functions/download.lunar +++ b/var/lib/lunar/functions/download.lunar @@ -210,7 +210,7 @@ show_downloading() cat $DOWNLOAD_LOG rm -f $DOWNLOAD_LOG elif [ -f "$DOWNLOAD_LOG" ]; then - tail -s 0.0 -n 200 --follow=name --pid=$DOWNLOAD_PID $DOWNLOAD_LOG + tail -s 0.1 -n 200 --follow=name --pid=$DOWNLOAD_PID $DOWNLOAD_LOG sleep 1 rm -f $DOWNLOAD_LOG fi From ratler at lunar-linux.org Sat Aug 28 11:34:15 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 28 Aug 2010 11:34:15 +0200 Subject: [Lunar-commits] [FIX] #308: Allow add_module to add a module to state/packages if it's empty Message-ID: <20100828093606.7EAA89B229@doppio.foo-projects.org> commit ac134ad96f19e8d1420cac390cd2fa374f95a0e1 Author: Stefan Wold Date: Sat Aug 28 11:34:15 2010 +0200 [FIX] #308: Allow add_module to add a module to state/packages if it's empty * Removed trailing whitespaces --- var/lib/lunar/functions/modules.lunar | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/var/lib/lunar/functions/modules.lunar b/var/lib/lunar/functions/modules.lunar index d29ebf1..64a616b 100644 --- a/var/lib/lunar/functions/modules.lunar +++ b/var/lib/lunar/functions/modules.lunar @@ -95,14 +95,14 @@ create_module_index() { if [[ ! -f $MODULE_INDEX ]] ; then touch $MODULE_INDEX &> /dev/null fi - + # silently fail if we cannot write to $MODULE_INDEX, it is okay # for this to fail in case we are a mere user using lvu's search # functionality if [[ ! -w "$MODULE_INDEX" ]] ; then return 0 fi - + verbose_msg "Updating module index file..." # doing this allows us to ctrl-C the process without breaking the # index file @@ -130,7 +130,7 @@ create_module_index() { # do not forget to do these at any time: unlock_file $MODULE_INDEX temp_destroy $TMP_INDEX -} +} # function: check_module_index @@ -220,7 +220,7 @@ run_details() { local TMP_DETAILS debug_msg "run_details ($@)" # Note: run_details doesn't EXIT the code, but merely drops a warning - # (return 1), which means that the calling code needs to decide + # (return 1), which means that the calling code needs to decide # if this is a problem or not... -sofar SECTION=$(find_section $1) @@ -269,7 +269,7 @@ has_module_file() # function : run_module_file -# usage : run_module_file $MODULE $SCRIPTNAME +# usage : run_module_file $MODULE $SCRIPTNAME # purpose : runs the given script for a pre-defined module run_module_file() { debug_msg "run_module_file ($@)" @@ -487,7 +487,7 @@ remove_module() { verbose_msg "updating lunar state files after module removal" lock_file $MODULE_STATUS_BACKUP && - lock_file $MODULE_STATUS && + lock_file $MODULE_STATUS && grep -v "^$1:" $MODULE_STATUS > $MODULE_STATUS_BACKUP cp $MODULE_STATUS_BACKUP $MODULE_STATUS unlock_file $MODULE_STATUS @@ -509,7 +509,9 @@ add_module() { verbose_msg "updating lunar state files after module installation" lock_file $MODULE_STATUS_BACKUP && lock_file $MODULE_STATUS && - grep -v "^$1:" $MODULE_STATUS_BACKUP > $MODULE_STATUS 2>/dev/null && + if [ -s $MODULE_STATUS ]; then + grep -v "^$1:" $MODULE_STATUS_BACKUP > $MODULE_STATUS 2>/dev/null + fi && echo "$1:$(date -u +%Y%m%d):$2:$3:$4" >> $MODULE_STATUS && cp $MODULE_STATUS $MODULE_STATUS_BACKUP unlock_file $MODULE_STATUS @@ -541,7 +543,7 @@ purge_modules() { fi fi ) - done + done } @@ -594,12 +596,12 @@ update_modules() { verbose_msg "Searching for modules to update" LIST=$(list_expired_modules) - + if [ -z "$LIST" ] ; then verbose_msg "Nothing to update!" return fi - + verbose_msg "Sorting update queue" QUEUE=$(sort_by_dependency $LIST) From ratler at lunar-linux.org Sat Aug 28 12:12:37 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 28 Aug 2010 12:12:37 +0200 Subject: [Lunar-commits] quakeforge: [FIX] #414: Fix for missing asm/page.h Message-ID: <20100828101347.936C89B229@doppio.foo-projects.org> commit d8010cd6634b983fa316acc4e75ed4d68d9d1f5a Author: Stefan Wold Date: Sat Aug 28 12:12:37 2010 +0200 quakeforge: [FIX] #414: Fix for missing asm/page.h [FIX] Added -fPIC to compilation on x86_64 --- games/quakeforge/BUILD | 2 ++ games/quakeforge/DETAILS | 3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/games/quakeforge/BUILD b/games/quakeforge/BUILD index 34f741a..61fdb1e 100644 --- a/games/quakeforge/BUILD +++ b/games/quakeforge/BUILD @@ -1,10 +1,12 @@ ( + export CFLAGS+=" -fPIC" OPTS+=" --disable-debug" patch_it $SOURCE2 1 && patch_it $SOURCE3 0 && patch_it $SOURCE4 0 && + patch_it $SOURCE5 0 && ./configure --prefix=/usr \ --mandir=/usr/share/man \ diff --git a/games/quakeforge/DETAILS b/games/quakeforge/DETAILS index 363237e..1e23ea9 100644 --- a/games/quakeforge/DETAILS +++ b/games/quakeforge/DETAILS @@ -4,14 +4,17 @@ SOURCE2=$MODULE-$VERSION-gcc41.patch.bz2 SOURCE3=$MODULE-$VERSION-ipv6.patch.bz2 SOURCE4=$MODULE-$VERSION-keys.patch.bz2 + SOURCE5=$MODULE-0.5.5-no-page-size.patch SOURCE_URL=$SFORGE_URL/quake SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL SOURCE4_URL=$PATCH_URL + SOURCE4_URL=$PATCH_URL SOURCE_VFY=sha1:680e47a189de508f8cc7c5c525537f0aa2dafb05 SOURCE2_VFY=sha1:bc6ad5c04076cab9ed0aee5071bfdd2264a3e9b5 SOURCE3_VFY=sha1:7c31ab6bb6782e152b9fefdde72be4e5c2f39a0d SOURCE4_VFY=sha1:2f4c542ac3fbc1e1a198f05a2133a16c1e116135 + SOURCE5_VFY=sha1:97c55365a6fa3c093352d6d8d4c0366c8820e4b3 WEB_SITE=http://quakeforge.net ENTERED=20030811 UPDATED=20070218 From stumbles at lunar-linux.org Sat Aug 28 13:18:13 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 07:18:13 -0400 Subject: [Lunar-commits] rekonq: Adding to kde4/apps. Message-ID: <20100828111847.E2ABF9B229@doppio.foo-projects.org> commit 82e67e27011e2f29878fef6ad7945ac1fb59e167 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 07:18:13 2010 -0400 rekonq: Adding to kde4/apps. --- kde4/apps/rekonq/BUILD | 16 ++++++++++++++++ kde4/apps/rekonq/DEPENDS | 2 ++ kde4/apps/rekonq/DETAILS | 16 ++++++++++++++++ 3 files changed, 34 insertions(+), 0 deletions(-) diff --git a/kde4/apps/rekonq/BUILD b/kde4/apps/rekonq/BUILD new file mode 100644 index 0000000..0e77475 --- /dev/null +++ b/kde4/apps/rekonq/BUILD @@ -0,0 +1,16 @@ +( + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOSB_DIR && + cd $OOSB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/apps/rekonq/DEPENDS b/kde4/apps/rekonq/DEPENDS new file mode 100644 index 0000000..e4e8281 --- /dev/null +++ b/kde4/apps/rekonq/DEPENDS @@ -0,0 +1,2 @@ +depends webkit +depends kdebase4 diff --git a/kde4/apps/rekonq/DETAILS b/kde4/apps/rekonq/DETAILS new file mode 100644 index 0000000..0e9d80c --- /dev/null +++ b/kde4/apps/rekonq/DETAILS @@ -0,0 +1,16 @@ + MODULE=rekonq + VERSION=0.5.80 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION/ + SOURCE_VFY=sha1:b024b3656256b1de3793aa72384564009fa131a4 + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr} + WEB_SITE=http://rekonq.sourceforge.net/ + ENTERED=20100829 + UPDATED=20100829 + SHORT="KDE browser based on Webkit" + +cat << EOF +rekonq is a KDE browser based on Webkit. Its code is based on Nokia +QtDemoBrowser, just like Arora. Anyway its implementation is going to +embrace KDE technologies to have a full-featured KDE web browser. +EOF From stumbles at lunar-linux.org Sat Aug 28 14:47:49 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 08:47:49 -0400 Subject: [Lunar-commits] Falcon: Version bump. Message-ID: <20100828124812.8834F9B229@doppio.foo-projects.org> commit 2a6d77598603e25d702b742fe17f447291613629 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 08:47:49 2010 -0400 Falcon: Version bump. --- compilers/Falcon/BUILD | 13 ++++++++++--- compilers/Falcon/DEPENDS | 1 + compilers/Falcon/DETAILS | 8 ++++---- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/compilers/Falcon/BUILD b/compilers/Falcon/BUILD index be567d3..95d4fec 100644 --- a/compilers/Falcon/BUILD +++ b/compilers/Falcon/BUILD @@ -1,7 +1,14 @@ ( - ./build.sh -p /usr && - prepare_install && - ./build.sh -i + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/compilers/Falcon/DEPENDS b/compilers/Falcon/DEPENDS index 288e6d4..9f0283e 100644 --- a/compilers/Falcon/DEPENDS +++ b/compilers/Falcon/DEPENDS @@ -1 +1,2 @@ depends bison +depends cmake diff --git a/compilers/Falcon/DETAILS b/compilers/Falcon/DETAILS index 2539e20..3301977 100644 --- a/compilers/Falcon/DETAILS +++ b/compilers/Falcon/DETAILS @@ -1,12 +1,12 @@ MODULE=Falcon MAJOR=0.9.6 - VERSION=${MAJOR}.4 - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=${MAJOR}.6 + SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.falconpl.org/project_dl/_official_rel/ - SOURCE_VFY=sha1:e8a0d443112e3dfadef5afc585b758c8ef7afc32 + SOURCE_VFY=sha1:b1fe0c10ce62125b40117811c614701a56553c01 WEB_SITE=http://www.falconpl.org/index.ftd?page_id=Home ENTERED=20090815 - UPDATED=20100313 + UPDATED=20100828 SHORT="Falcon Programming Language" cat << EOF From stumbles at lunar-linux.org Sat Aug 28 14:55:14 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 08:55:14 -0400 Subject: [Lunar-commits] cppunit: A little adjustment here. Message-ID: <20100828125536.EFABB9B229@doppio.foo-projects.org> commit 49ef14913ef77415b7b837eee98177b4d5b6b445 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 08:55:14 2010 -0400 cppunit: A little adjustment here. --- devel/cppunit/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/devel/cppunit/DETAILS b/devel/cppunit/DETAILS index fdbf9dc..a1abdde 100644 --- a/devel/cppunit/DETAILS +++ b/devel/cppunit/DETAILS @@ -1,7 +1,7 @@ MODULE=cppunit VERSION=1.12.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$SFORGE_URL/$MODULE/$VERSION/ + SOURCE_URL[0]=http://downloads.sourceforge.net/$MODULE/ SOURCE_VFY=sha1:f1ab8986af7a1ffa6760f4bacf5622924639bf4a WEB_SITE=http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=Main_Page#Download ENTERED=20100321 From stumbles at lunar-linux.org Sat Aug 28 17:27:14 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 11:27:14 -0400 Subject: [Lunar-commits] bluez: Version bump. Message-ID: <20100828152806.E67AD9B221@doppio.foo-projects.org> commit 79c8d2abaa6c003add382d60aaba0ce82cd0d9ee Author: Dennis `stumbles` Veatch Date: Sat Aug 28 11:27:14 2010 -0400 bluez: Version bump. --- bluetooth/bluez/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS index c3483b3..3400deb 100644 --- a/bluetooth/bluez/DETAILS +++ b/bluetooth/bluez/DETAILS @@ -1,11 +1,11 @@ MODULE=bluez - VERSION=4.69 + VERSION=4.70 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth - SOURCE_VFY=sha1:488a70627dd40d8a138477d5363ff1444bce77bd + SOURCE_VFY=sha1:0922b9e3d14def6c7f38afee163be629696fe640 WEB_SITE=http://www.bluez.org ENTERED=20090328 - UPDATED=20100714 + UPDATED=20100828 SHORT="support for core Bluetooth layers and protocols" LUNAR_RESTART_SERVICES=off From stumbles at lunar-linux.org Sat Aug 28 17:30:03 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 11:30:03 -0400 Subject: [Lunar-commits] obexd: Version bump. Message-ID: <20100828153026.DB4049B221@doppio.foo-projects.org> commit 258b491c63113d52eaeaac101d01d781b5443893 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 11:30:03 2010 -0400 obexd: Version bump. --- net/obexd/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/obexd/DETAILS b/net/obexd/DETAILS index e9ac0e8..4c3e3ff 100644 --- a/net/obexd/DETAILS +++ b/net/obexd/DETAILS @@ -1,11 +1,11 @@ MODULE=obexd - VERSION=0.31 + VERSION=0.32 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth - SOURCE_VFY=sha1:1fd28aa77faf4384808dbc8ae02fa2c4844e9631 - WEB_SITE=http://www.bluez.org + SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ + SOURCE_VFY=sha1:01726bbdc66631ac51c6e4bce54c19898fb83c14 + WEB_SITE=http://www.bluez.org/ ENTERED=20090402 - UPDATED=20100824 + UPDATED=20100828 SHORT="OBEX Server and Client" cat << EOF From stumbles at lunar-linux.org Sat Aug 28 17:50:22 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 11:50:22 -0400 Subject: [Lunar-commits] x264-snapshot: A little adjustment in the BUILD and adding an optional_depends. Message-ID: <20100828155114.AD3489B221@doppio.foo-projects.org> commit 1a84d3f7dc8685bbee97c57d9e14f08ae2a188db Author: Dennis `stumbles` Veatch Date: Sat Aug 28 11:50:22 2010 -0400 x264-snapshot: A little adjustment in the BUILD and adding an optional_depends. --- zbeta/x264-snapshot/BUILD | 2 +- zbeta/x264-snapshot/DEPENDS | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/zbeta/x264-snapshot/BUILD b/zbeta/x264-snapshot/BUILD index 582d61f..9946640 100644 --- a/zbeta/x264-snapshot/BUILD +++ b/zbeta/x264-snapshot/BUILD @@ -1,7 +1,7 @@ ( OPTS="$OPTS --enable-shared --enable-pthread \ - --enable-visualize --enable-pic" + --enable-visualize --enable-pic" && default_build diff --git a/zbeta/x264-snapshot/DEPENDS b/zbeta/x264-snapshot/DEPENDS index 423e8ab..a968e86 100644 --- a/zbeta/x264-snapshot/DEPENDS +++ b/zbeta/x264-snapshot/DEPENDS @@ -1,3 +1,5 @@ depends gtk+-2 -optional_depends yasm "" "--disable-asm" "for assembly code support" +optional_depends yasm "--enable-asm" "--disable-asm" "for assembly code support" +optional_depends gpac "--enable-gpac" "--disable-gpac" "for Open Source multimedia framework support" + From stumbles at lunar-linux.org Sat Aug 28 17:51:45 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 11:51:45 -0400 Subject: [Lunar-commits] yasm: Version bump. Confirmed compilation of blender, x264-snapshot, Message-ID: <20100828155257.8B1EB9B221@doppio.foo-projects.org> commit c788c41d262b7bf2d23051110961e9dc9e7f8ba8 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 11:51:45 2010 -0400 yasm: Version bump. Confirmed compilation of blender, x264-snapshot, e3 and mac with this version. --- compilers/yasm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/yasm/DETAILS b/compilers/yasm/DETAILS index 549aa9c..f7a2f6b 100644 --- a/compilers/yasm/DETAILS +++ b/compilers/yasm/DETAILS @@ -1,11 +1,11 @@ MODULE=yasm - VERSION=1.0.1 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.tortall.net/projects/$MODULE/releases - SOURCE_VFY=sha1:9da80e328d387ce750c23163c0f85747cad88fa4 + SOURCE_VFY=sha1:8b252d2a50f6d0d8fe13997183596c3cd7589db9 WEB_SITE=http://www.tortall.net/projects/$MODULE ENTERED=20051007 - UPDATED=20100520 + UPDATED=20100828 SHORT="A complete rewrite of the NASM assembler" cat << EOF From stumbles at lunar-linux.org Sat Aug 28 18:54:44 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 12:54:44 -0400 Subject: [Lunar-commits] icc_examin: Version bump. Message-ID: <20100828165551.AF97C9B221@doppio.foo-projects.org> commit e75a4f6e66c39e4fdb710d9ec74b96ae27556e13 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 12:54:44 2010 -0400 icc_examin: Version bump. --- graphics/icc_examin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/icc_examin/DETAILS b/graphics/icc_examin/DETAILS index 86f8e86..ea0ac70 100644 --- a/graphics/icc_examin/DETAILS +++ b/graphics/icc_examin/DETAILS @@ -1,11 +1,11 @@ MODULE=icc_examin - VERSION=0.46 + VERSION=0.47 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/oyranos - SOURCE_VFY=sha1:80784c1b457a0c478d732bd41a9394c0ebeabb57 + SOURCE_VFY=sha1:3d9172a18f44776317ed45e9356c515d1bb3c50d WEB_SITE="http://www.behrmann.name/index.php?option=com_content&task=view&id=32&Itemid=70" ENTERED=20090412 - UPDATED=20090412 + UPDATED=20100828 SHORT="a colour management utility" PSAFE=no From stumbles at lunar-linux.org Sat Aug 28 18:55:15 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 12:55:15 -0400 Subject: [Lunar-commits] oyranos: Version bump and needed to an a missing depends. Message-ID: <20100828165551.BAE409B229@doppio.foo-projects.org> commit fa853c597a2b70c5431fccc694651b66f9d42655 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 12:55:15 2010 -0400 oyranos: Version bump and needed to an a missing depends. --- graphics/oyranos/DEPENDS | 1 + graphics/oyranos/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/oyranos/DEPENDS b/graphics/oyranos/DEPENDS index f4433a4..c478c9b 100644 --- a/graphics/oyranos/DEPENDS +++ b/graphics/oyranos/DEPENDS @@ -3,3 +3,4 @@ depends doxygen depends gettext depends xcalib depends elektra +depends xdg-utils diff --git a/graphics/oyranos/DETAILS b/graphics/oyranos/DETAILS index f044d01..1c2f2e5 100644 --- a/graphics/oyranos/DETAILS +++ b/graphics/oyranos/DETAILS @@ -1,11 +1,11 @@ MODULE=oyranos - VERSION=0.1.9 + VERSION=0.1.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:5f629cf418abcc83a66fdd17bb009383ce0ff1ab + SOURCE_VFY=sha1:890e6c7b5efbbaed80abc9865fe5488779b3b0ee WEB_SITE=http://www.oyranos.org/ ENTERED=20080127 - UPDATED=20090412 + UPDATED=20100828 SHORT="system level Colour Management System" PSAFE=no From stumbles at lunar-linux.org Sat Aug 28 23:34:29 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 17:34:29 -0400 Subject: [Lunar-commits] geda-docs, geda-gattrib, geda-gnetlist, geda-gschem, geda-gsymcheck, geda-symbols, Message-ID: <20100828213605.6E3F89B221@doppio.foo-projects.org> commit 6477ac2d3a5f25a82169efa5476d57596b30f440 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 17:34:29 2010 -0400 geda-docs, geda-gattrib, geda-gnetlist, geda-gschem, geda-gsymcheck, geda-symbols, geda-utils and libgeda are all replaced by geda-gaf. --- science/geda-docs/DEPENDS | 1 - science/geda-docs/DETAILS | 14 -------------- science/geda-gaf/DEPENDS | 8 ++++++++ science/geda-gaf/DETAILS | 34 ++++++++++++++++++++++++++++++++++ science/geda-gattrib/DEPENDS | 2 -- science/geda-gattrib/DETAILS | 21 --------------------- science/geda-gnetlist/DEPENDS | 1 - science/geda-gnetlist/DETAILS | 14 -------------- science/geda-gschem/DEPENDS | 4 ---- science/geda-gschem/DETAILS | 14 -------------- science/geda-gsymcheck/DEPENDS | 1 - science/geda-gsymcheck/DETAILS | 14 -------------- science/geda-symbols/DEPENDS | 3 --- science/geda-symbols/DETAILS | 14 -------------- science/geda-utils/DEPENDS | 1 - science/geda-utils/DETAILS | 14 -------------- science/libgeda/DEPENDS | 2 -- science/libgeda/DETAILS | 14 -------------- 18 files changed, 42 insertions(+), 134 deletions(-) diff --git a/science/geda-docs/DEPENDS b/science/geda-docs/DEPENDS deleted file mode 100644 index ee82018..0000000 --- a/science/geda-docs/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends geda-utils diff --git a/science/geda-docs/DETAILS b/science/geda-docs/DETAILS deleted file mode 100644 index e7574e2..0000000 --- a/science/geda-docs/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=geda-docs - VERSION=1.4.3 - REL_VER=v1.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://geda.seul.org/release/$REL_VER/$VERSION - SOURCE_VFY=sha1:dda5b33b2df4486f3cdc930d771880b8f6bba3c0 - WEB_SITE=http://geda.seul.org - ENTERED=20030117 - UPDATED=20090903 - SHORT="Documentation for gEDA" - -cat << EOF -Documentation for gEDA. -EOF diff --git a/science/geda-gaf/DEPENDS b/science/geda-gaf/DEPENDS new file mode 100644 index 0000000..1f650c6 --- /dev/null +++ b/science/geda-gaf/DEPENDS @@ -0,0 +1,8 @@ +depends gtk+-2 +depends guile +depends xdg-user-dirs +depends cairo + +optional_depends doxygen "--enable-doxygen" "--disable-doxygen" "for doxygen style documentation support" +optional_depends pcb "" "" "for PCB support" + diff --git a/science/geda-gaf/DETAILS b/science/geda-gaf/DETAILS new file mode 100644 index 0000000..92ad46f --- /dev/null +++ b/science/geda-gaf/DETAILS @@ -0,0 +1,34 @@ + MODULE=geda-gaf + REL_VER=v1.6 + VERSION=1.6.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://geda.seul.org/release/$REL_VER/$VERSION/ + SOURCE_VFY=sha1:54f706f8ecb3638b0384c5428ef6089237847b6e + WEB_SITE=http://www.geda.seul.org/wiki/geda:gaf + ENTERED=20100828 + UPDATED=20100828 + SHORT="GPLed Electronic Design Automation" + +cat << EOF +Here is a list of programs that are part of gEDA/gaf (gschem and friends): + + * gschem is the schematic capture program/tool which is part of gEDA. It's + sole purpose is to facilitate the graphical input of components/circuits. + + * gnetlist is a netlist generation program. It takes as input gEDA/gaf .sch + (schematic) file and the required .sym (symbol) files and converts them into + netlists. + + * gattrib is gEDA?s attribute editor. It reads a set of gschem .sch files + (schematic files), and creates a spreadsheet showing all components in rows, + with the associated component attributes listed in the columns. + + * symbols (on a schematic) are an abstract representation of the physical + components used in electronic circuits. + + * There are many utilities included as part of gEDA/gaf. + + * gsymcheck is the symbol checker for the gEDA/gaf system. Give it a symbol + file and it will go through and verify that the symbol will work in gschem + and friends. +EOF diff --git a/science/geda-gattrib/DEPENDS b/science/geda-gattrib/DEPENDS deleted file mode 100644 index 72c113e..0000000 --- a/science/geda-gattrib/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends libgeda -depends desktop-file-utils diff --git a/science/geda-gattrib/DETAILS b/science/geda-gattrib/DETAILS deleted file mode 100644 index a05a939..0000000 --- a/science/geda-gattrib/DETAILS +++ /dev/null @@ -1,21 +0,0 @@ - MODULE=geda-gattrib - VERSION=1.4.3 - REL_VER=v1.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://geda.seul.org/release/$REL_VER/$VERSION - SOURCE_VFY=sha1:f3886a41abaddd444eea21e4000b5c495accb85c - WEB_SITE=http://geda.seul.org/tools/symbols/index.html - ENTERED=20061107 - UPDATED=20090903 - SHORT="An attribute editor" - -cat << EOF -It reads a set of gschem .sch files (schematic files), and creates a -spreadsheet showing all components in rows, with the associated component -attributes listed in the columns. It allows the user to add, modify, or -delete component attributes outside of gschem, and then save the .sch files -back out. When it is completed, it will allow the user to edit attributes -attached to components, nets, and pins. (Currently, only component attribute -editing is implemented; pin attributes are displayed only, and net attributes -are TBD.) -EOF diff --git a/science/geda-gnetlist/DEPENDS b/science/geda-gnetlist/DEPENDS deleted file mode 100644 index 9504824..0000000 --- a/science/geda-gnetlist/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends geda-gschem diff --git a/science/geda-gnetlist/DETAILS b/science/geda-gnetlist/DETAILS deleted file mode 100644 index 002fd46..0000000 --- a/science/geda-gnetlist/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=geda-gnetlist - VERSION=1.4.3 - REL_VER=v1.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://geda.seul.org/release/$REL_VER/$VERSION - SOURCE_VFY=sha1:8d44d7af1875e1d1a07b6e6f7b7fb8f3dc061283 - WEB_SITE=http://geda.seul.org/tools/gnetlist/index.html - ENTERED=20030117 - UPDATED=20090903 - SHORT="Net list creation for gEDA" - -cat << EOF -Net list creation for gEDA. -EOF diff --git a/science/geda-gschem/DEPENDS b/science/geda-gschem/DEPENDS deleted file mode 100644 index b3458a3..0000000 --- a/science/geda-gschem/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends geda-symbols -depends indent - -optional_depends "libstroke" "" "" "interpret mouse motions as commands" diff --git a/science/geda-gschem/DETAILS b/science/geda-gschem/DETAILS deleted file mode 100644 index 9330627..0000000 --- a/science/geda-gschem/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=geda-gschem - VERSION=1.4.3 - REL_VER=v1.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://geda.seul.org/release/$REL_VER/$VERSION - SOURCE_VFY=sha1:ae6c0b6955d0de125cb588379eecab77dd4f288d - WEB_SITE=http://geda.seul.org/tools/gschem/index.html - ENTERED=20030117 - UPDATED=20090903 - SHORT="Schema capture for gEDA" - -cat << EOF -Schema capture for gEDA. -EOF diff --git a/science/geda-gsymcheck/DEPENDS b/science/geda-gsymcheck/DEPENDS deleted file mode 100644 index 29f7259..0000000 --- a/science/geda-gsymcheck/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends geda-gnetlist diff --git a/science/geda-gsymcheck/DETAILS b/science/geda-gsymcheck/DETAILS deleted file mode 100644 index fc43558..0000000 --- a/science/geda-gsymcheck/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=geda-gsymcheck - VERSION=1.4.3 - REL_VER=v1.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://geda.seul.org/release/$REL_VER/$VERSION - SOURCE_VFY=sha1:62fa370d79178660f8f16696296b40683f275d18 - WEB_SITE=http://geda.seul.org/tools/gsymcheck/index.html - ENTERED=20030117 - UPDATED=20090903 - SHORT="Symbol checker for gEDA" - -cat << EOF -Symbol checker for gEDA. -EOF diff --git a/science/geda-symbols/DEPENDS b/science/geda-symbols/DEPENDS deleted file mode 100644 index 093a9c4..0000000 --- a/science/geda-symbols/DEPENDS +++ /dev/null @@ -1,3 +0,0 @@ -depends geda-gattrib - -optional_depends "transfig" "" "" "for fig2dev support" diff --git a/science/geda-symbols/DETAILS b/science/geda-symbols/DETAILS deleted file mode 100644 index 4703607..0000000 --- a/science/geda-symbols/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=geda-symbols - VERSION=1.4.3 - REL_VER=v1.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://geda.seul.org/release/$REL_VER/$VERSION - SOURCE_VFY=sha1:1a496d4dc35863e48def504e0970a396ddc69a68 - WEB_SITE=http://geda.seul.org/tools/symbols/index.html - ENTERED=20030117 - UPDATED=20090903 - SHORT="Symbols library for gEDA" - -cat << EOF -Symbols library for gEDA. -EOF diff --git a/science/geda-utils/DEPENDS b/science/geda-utils/DEPENDS deleted file mode 100644 index 65dd172..0000000 --- a/science/geda-utils/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends geda-gsymcheck diff --git a/science/geda-utils/DETAILS b/science/geda-utils/DETAILS deleted file mode 100644 index 4ddc683..0000000 --- a/science/geda-utils/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=geda-utils - VERSION=1.4.3 - REL_VER=v1.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://geda.seul.org/release/$REL_VER/$VERSION - SOURCE_VFY=sha1:3f9e8d3443ba804168d91bffb21165382c6b4219 - WEB_SITE=http://geda.seul.org/tools/utils/index.html - ENTERED=20030117 - UPDATED=20090903 - SHORT="Utilities for gEDA" - -cat << EOF -Utilities for gEDA. -EOF diff --git a/science/libgeda/DEPENDS b/science/libgeda/DEPENDS deleted file mode 100644 index 380100d..0000000 --- a/science/libgeda/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends gtk+-2 -depends guile diff --git a/science/libgeda/DETAILS b/science/libgeda/DETAILS deleted file mode 100644 index 79c0268..0000000 --- a/science/libgeda/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=libgeda - VERSION=1.4.3 - REL_VER=v1.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://geda.seul.org/release/$REL_VER/$VERSION - SOURCE_VFY=sha1:d845ca1342761228761f578c1ea21931fffbe1e5 - WEB_SITE=http://geda.seul.org - ENTERED=20030117 - UPDATED=20090903 - SHORT="Library for gEDA" - -cat << EOF -Library for gEDA. -EOF From stumbles at lunar-linux.org Sat Aug 28 23:40:14 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 17:40:14 -0400 Subject: [Lunar-commits] geda-xgsh2pcb: Version bump. Message-ID: <20100828214045.5B0AD9B221@doppio.foo-projects.org> commit bc8bbd6af555cd3b3690b67fdd8056f57293d247 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 17:40:14 2010 -0400 geda-xgsh2pcb: Version bump. --- science/geda-xgsch2pcb/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/geda-xgsch2pcb/DETAILS b/science/geda-xgsch2pcb/DETAILS index 33ec2d6..68fb985 100644 --- a/science/geda-xgsch2pcb/DETAILS +++ b/science/geda-xgsch2pcb/DETAILS @@ -1,12 +1,12 @@ MODULE=geda-xgsch2pcb - VERSION=0.1.2 + VERSION=0.1.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.geda.seul.org/pub/geda/dist/ - SOURCE_VFY=sha1:e960f724f6fa531f7cded39f1e0baa6ec42ca60e + SOURCE_VFY=sha1:5bddd5973c2ecf8c43e03ee3f9484de44f649572 WEB_SITE=http://geda.seul.org/tools/geda/index.html ENTERED=20070527 - UPDATED=20090903 - SHORT="a geda-tool to export the schema to a pcb" + UPDATED=20100828 + SHORT="geda-tool to export the schema to a pcb" cat << EOF This tool automates the prozess of creating a PCB-board From ratler at lunar-linux.org Sun Aug 29 00:45:56 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 29 Aug 2010 00:45:56 +0200 Subject: [Lunar-commits] Updated a few old default values Message-ID: <20100828224628.E82299B221@doppio.foo-projects.org> commit 08fb3a8e54f8857da8ed2c8d2a743c0b759b44b6 Author: Stefan Wold Date: Sun Aug 29 00:45:56 2010 +0200 Updated a few old default values --- conf/config.in | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/config.in b/conf/config.in index 411175a..252e5dc 100644 --- a/conf/config.in +++ b/conf/config.in @@ -10,10 +10,10 @@ ISO_ARCH = i686 # the ISO major version number -ISO_MAJOR = 1.6.2 +ISO_MAJOR = 1.6.5 # minor version (pre, rc, etc). leave empty for final release -ISO_MINOR = alpha +ISO_MINOR = ifeq (,$(ISO_MINOR)) ISO_VERSION = $(ISO_MAJOR)-$(ISO_ARCH) @@ -24,10 +24,10 @@ endif # the ISO codename (i.e. Lacus Autumni) # Codename scheme: http://en.wikipedia.org/wiki/List_of_maria_on_the_Moon # Rotate between lacus, mare and palus for each release to avoid confusion -ISO_CODENAME = Unnamed +ISO_CODENAME = Mare Ingenii # the release/offical date tag - must be in the form of YYYYMMDD -ISO_DATE = 20070330 +ISO_DATE = 20100822 # the iso BUILD arch: ISO_BUILD = $(ISO_ARCH)-pc-linux-gnu @@ -44,9 +44,9 @@ ISO_CNAME = $(ISO_VERSION) ($(ISO_CODENAME) - $(ISO_DATE)) ## for 2.6 kernels - read this: # the kernel version used on the ISO -ISO_KVER = 2.6.20 +ISO_KVER = 2.6.35 # the patch LEVEL used (from kernel.org) -ISO_PVER = 2.6.20.4 +ISO_PVER = 2.6.35.3 # which lunar core tools do we want on the ISO ISO_LUNAR_MODULE = lunar From stumbles at lunar-linux.org Sun Aug 29 03:25:37 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 21:25:37 -0400 Subject: [Lunar-commits] virtuoso: Version bump and needed to fix a header path. Message-ID: <20100829012618.12EAE9B221@doppio.foo-projects.org> commit 17b3e7491824d34a883df0a381637c46ecd80b50 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 21:25:37 2010 -0400 virtuoso: Version bump and needed to fix a header path. --- sql/virtuoso/BUILD | 12 ++++++++---- sql/virtuoso/DETAILS | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/sql/virtuoso/BUILD b/sql/virtuoso/BUILD index 54aea94..0b9432a 100644 --- a/sql/virtuoso/BUILD +++ b/sql/virtuoso/BUILD @@ -1,19 +1,23 @@ ( + sedit "s:iodbcext.h:libiodbc/iodbcext.h:g" libsrc/Wi/odbcinc.h && + if [ -f /var/lib/virtuoso/db/virtuoso.lck ] ; then /etc/init.d/virtuosod stop fi && if [ "$VIRT_FOR_KDE" == "y" ] ; then - OPTS+=" --disable-all-vads --program-transform-name='s/isql*/vt-isql/' \ - --without-debug --enable-aio --build=$BUILD --with-pthreads" + OPTS+=" --disable-all-vads --program-transform-name='s/isql*/vt-isql/' --with-iodbc \ + --without-debug --enable-aio --build=$BUILD --with-pthreads --enable-static" else OPTS+=" --without-debug --disable-tutorial-vad --disable-sparqldemo-vad --disable-demo-vad \ - --with-pthreads --enable-aio --program-transform-name='s/isql*/vt-isql/' \ - --build=$BUILD" + --with-pthreads --enable-aio --program-transform-name='s/isql*/vt-isql/' --enable-static \ + --build=$BUILD --with-iodbc" fi && + ./autogen.sh && + default_build ) > $C_FIFO 2>&1 diff --git a/sql/virtuoso/DETAILS b/sql/virtuoso/DETAILS index 9eb0f52..74638d6 100644 --- a/sql/virtuoso/DETAILS +++ b/sql/virtuoso/DETAILS @@ -1,13 +1,13 @@ MODULE=virtuoso TYPE=opensource - VERSION=6.1.1 + VERSION=6.1.2 SOURCE=$MODULE-$TYPE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$TYPE-$VERSION SOURCE_URL=$SFORGE_URL/virtuoso/virtuoso/$VERSION - SOURCE_VFY=sha1:8a51e4db4b185103e2a132949ad35a872c454025 + SOURCE_VFY=sha1:fdcc79c230aaa6f63d2796659ec96ebfc571ac97 WEB_SITE=http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main ENTERED=20100116 - UPDATED=20100404 + UPDATED=20100828 SHORT="high-performance object-relational SQL database" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 03:33:21 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 21:33:21 -0400 Subject: [Lunar-commits] transfig: Version bump. Message-ID: <20100829013354.25B669B221@doppio.foo-projects.org> commit 901c8b98e16b7742551644d97f70f8486e06041f Author: Dennis `stumbles` Veatch Date: Sat Aug 28 21:33:21 2010 -0400 transfig: Version bump. --- x11-utils/transfig/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/transfig/DETAILS b/x11-utils/transfig/DETAILS index bb1ba3f..aec0bd7 100644 --- a/x11-utils/transfig/DETAILS +++ b/x11-utils/transfig/DETAILS @@ -1,12 +1,12 @@ MODULE=transfig - VERSION=3.2.5c + VERSION=3.2.5d SOURCE=$MODULE.$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL=$SFORGE_URL/mcj/ - SOURCE_VFY=sha1:20013b350e81400943cd91744173445d7bd4d98e + SOURCE_VFY=sha1:90ff277cc9b3fa0d0313052fcf5e3ffad8652abc WEB_SITE=http://xfig.org/ ENTERED=20050628 - UPDATED=20100122 + UPDATED=20100828 SHORT="Graphics tools for xfig and teTeX" cat << EOF TransFig is a set of tools for creating TeX documents with graphics From stumbles at lunar-linux.org Sun Aug 29 03:36:24 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 21:36:24 -0400 Subject: [Lunar-commits] xcalib: A little adjustemnt of the DETAILS. Message-ID: <20100829013706.6AF959B221@doppio.foo-projects.org> commit c6d07b52ee3c4fc1b732178fc095930e02e46330 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 21:36:24 2010 -0400 xcalib: A little adjustemnt of the DETAILS. --- x11-utils/xcalib/DETAILS | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-utils/xcalib/DETAILS b/x11-utils/xcalib/DETAILS index b936c03..10d9031 100644 --- a/x11-utils/xcalib/DETAILS +++ b/x11-utils/xcalib/DETAILS @@ -1,9 +1,7 @@ MODULE=xcalib - VERSION=source - SUB_VER=0.8 - SOURCE=$MODULE-$VERSION-$SUB_VER.tar.gz + VERSION=0.8 + SOURCE=$MODULE-source-$VERSION.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 From stumbles at lunar-linux.org Sun Aug 29 03:39:25 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 21:39:25 -0400 Subject: [Lunar-commits] voiphopper: Version bump. Message-ID: <20100829014002.845289B221@doppio.foo-projects.org> commit 79c269cc3e26a871e67be6ab93237437ba616751 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 21:39:25 2010 -0400 voiphopper: Version bump. --- security/voiphopper/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/voiphopper/DETAILS b/security/voiphopper/DETAILS index ace9b4f..4859511 100644 --- a/security/voiphopper/DETAILS +++ b/security/voiphopper/DETAILS @@ -1,12 +1,12 @@ MODULE=voiphopper - VERSION=1.0 + VERSION=1.02 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:ab4d308f943ea032c9b9481d93b28863d90910e6 + SOURCE_VFY=sha1:dea3320d9b13809e661efdecba83bd9a3d4d3ab2 WEB_SITE=http://voiphopper.sourceforge.net ENTERED=20071022 - UPDATED=20090810 + UPDATED=20100828 SHORT="runs a VLAN Hop into the Voice VLAN" cat << EOF From sofar at foo-projects.org Sun Aug 29 03:46:03 2010 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 29 Aug 2010 03:46:03 +0200 Subject: [Lunar-commits] Subject: blobby: new game Message-ID: <20100829014704.1DF499B221@doppio.foo-projects.org> commit ee52a7586345e84497a58f1a0a48873c526931d4 Author: Paul Bredbury Date: Sun Aug 29 03:46:03 2010 +0200 Subject: blobby: new game --- zbeta/blobby/BUILD | 27 +++++++++++++++++++++++++++ zbeta/blobby/DEPENDS | 7 +++++++ zbeta/blobby/DETAILS | 16 ++++++++++++++++ 3 files changed, 50 insertions(+), 0 deletions(-) diff --git a/zbeta/blobby/BUILD b/zbeta/blobby/BUILD new file mode 100644 index 0000000..5f69934 --- /dev/null +++ b/zbeta/blobby/BUILD @@ -0,0 +1,27 @@ +( + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX $OPTS && + default_make && + + # Desktop menu entry + cat > $MODULE.desktop << EOF && +[Desktop Entry] +Type=Application +Name=Blobby Volley +Comment=$SHORT +Exec=$MODULE +Icon=$MODULE +Categories=Game;ArcadeGame; +EOF + + install -D -m644 $MODULE.desktop /usr/share/applications/$MODULE.desktop && + + # Desktop icon + cp data/Icon.bmp . && + bmptopnm Icon.bmp > Icon.pnm && + # With the help of http://netpbm.sourceforge.net/doc/pnmtopng.html + # to remove ugly black border. + pnmtopng Icon.pnm -transparent =black > Icon.png && + install -D -m644 Icon.png /usr/share/pixmaps/$MODULE.png + +) > $C_FIFO 2>&1 diff --git a/zbeta/blobby/DEPENDS b/zbeta/blobby/DEPENDS new file mode 100644 index 0000000..2e8863a --- /dev/null +++ b/zbeta/blobby/DEPENDS @@ -0,0 +1,7 @@ +depends physfs +depends boost +depends %GLX +depends SDL + +# For desktop icon +depends netpbm diff --git a/zbeta/blobby/DETAILS b/zbeta/blobby/DETAILS new file mode 100644 index 0000000..d321815 --- /dev/null +++ b/zbeta/blobby/DETAILS @@ -0,0 +1,16 @@ + # The authors are a bit inconsistent between blobby and blobby2 + MODULE=blobby + VERSION=0.9b + # The available .bz2 file is incomplete for compilation + SOURCE=blobby2-linux-${VERSION}.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-beta-${VERSION} + SOURCE_URL=$SFORGE_URL/$MODULE/Blobby%20Volley%202%20%28Linux%29/Beta%20${VERSION} + SOURCE_VFY=sha1:d1cc873d98932f2c5d52b21092244cc3748b8fcb + WEB_SITE=http://blobby.sourceforge.net/ + ENTERED=20100822 + UPDATED=20100822 + SHORT="A beach volleyball game with blobs of goo as the players" + +cat << EOF +Official continuation of the famous Blobby Volley 1.x arcade game. +EOF From sofar at foo-projects.org Sun Aug 29 03:46:17 2010 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 29 Aug 2010 03:46:17 +0200 Subject: [Lunar-commits] Subject: audacious: Version Bump Message-ID: <20100829014704.2D03E9B229@doppio.foo-projects.org> commit 3e60cc9e973ebfdc21b82c4b421afc7c19cd1100 Author: Drew Kelling Date: Sun Aug 29 03:46:17 2010 +0200 Subject: audacious: Version Bump --- audio/audacious/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/audacious/DETAILS b/audio/audacious/DETAILS index 6b1ad67..79a2535 100644 --- a/audio/audacious/DETAILS +++ b/audio/audacious/DETAILS @@ -1,11 +1,11 @@ MODULE=audacious - VERSION=2.3 + VERSION=2.4.0 SOURCE=$MODULE-$VERSION.tgz WEB_SITE=http://audacious-media-player.org - SOURCE_URL=http://distfiles.atheme.org - SOURCE_VFY=sha1:a7041650c54b6db68d0f3b3cf68f61fc7f841f34 + SOURCE_URL=http://distfiles.atheme.org/ + SOURCE_VFY=sha1:4166d718ca5f3c5a39daea688e9a46975112e2c0 ENTERED=20060613 - UPDATED=20100531 + UPDATED=20100826 SHORT="GTK+-2 port of XMMS" cat << EOF From sofar at foo-projects.org Sun Aug 29 03:46:37 2010 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 29 Aug 2010 03:46:37 +0200 Subject: [Lunar-commits] Subject: gmpc: added missing dependency Message-ID: <20100829014704.54FEF9B22B@doppio.foo-projects.org> commit c56357db16c66dc98e60d5050a8b9885b689136c Author: v4hn Date: Sun Aug 29 03:46:37 2010 +0200 Subject: gmpc: added missing dependency --- audio/gmpc/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/audio/gmpc/DEPENDS b/audio/gmpc/DEPENDS index c8c4d26..1bfe873 100644 --- a/audio/gmpc/DEPENDS +++ b/audio/gmpc/DEPENDS @@ -4,3 +4,4 @@ depends libmpd depends curl depends gob2 depends vala +depends libsoup From sofar at foo-projects.org Sun Aug 29 03:46:30 2010 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 29 Aug 2010 03:46:30 +0200 Subject: [Lunar-commits] Subject: audacious-plugins: Version Bump Message-ID: <20100829014704.4045D9B22A@doppio.foo-projects.org> commit 0ff3b3951e3565d56b94250b457f4cbf60b38ce5 Author: Drew Kelling Date: Sun Aug 29 03:46:30 2010 +0200 Subject: audacious-plugins: Version Bump --- audio/audacious-plugins/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/audacious-plugins/DETAILS b/audio/audacious-plugins/DETAILS index 5160057..f59931a 100644 --- a/audio/audacious-plugins/DETAILS +++ b/audio/audacious-plugins/DETAILS @@ -1,11 +1,11 @@ MODULE=audacious-plugins - VERSION=2.3 + VERSION=2.4.0 SOURCE=$MODULE-$VERSION.tgz WEB_SITE=http://audacious-media-player.org SOURCE_URL=http://distfiles.atheme.org - SOURCE_VFY=sha1:1e18e2f3a070a23e58b8f91f2923ef7d9bbaf153 + SOURCE_VFY=sha1:bd59c31ffb439380fcfec028dcf10b49cb82ad5f ENTERED=20061024 - UPDATED=20100531 + UPDATED=201000826 SHORT="plugins for the audacious media player" cat << EOF From sofar at foo-projects.org Sun Aug 29 03:46:43 2010 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 29 Aug 2010 03:46:43 +0200 Subject: [Lunar-commits] Subject: usbutils:Removed CONFIGURE as it was only used for linux-2.4 Message-ID: <20100829014704.6E7A69B22C@doppio.foo-projects.org> commit c32c2e0f760d21d0f0c48bbaa45948a49f6d1813 Author: Drew Kelling Date: Sun Aug 29 03:46:43 2010 +0200 Subject: usbutils:Removed CONFIGURE as it was only used for linux-2.4 --- utils/usbutils/CONFIGURE | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/utils/usbutils/CONFIGURE b/utils/usbutils/CONFIGURE deleted file mode 100644 index c9558d7..0000000 --- a/utils/usbutils/CONFIGURE +++ /dev/null @@ -1 +0,0 @@ -mquery KERNEL24 "Are you using a 2.4 kernel?" n "--enable-usbmodules" "" From stumbles at lunar-linux.org Sun Aug 29 03:48:46 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 21:48:46 -0400 Subject: [Lunar-commits] libdbi-drivers: Version bump and don't need the patch which means the Message-ID: <20100829014943.D81749B221@doppio.foo-projects.org> commit 328c1d5b3146df4bfadb58424f5eff51d1875d96 Author: Dennis `stumbles` Veatch Date: Sat Aug 28 21:48:46 2010 -0400 libdbi-drivers: Version bump and don't need the patch which means the BUILD can be deleted. --- sql/libdbi-drivers/BUILD | 7 ------- sql/libdbi-drivers/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/sql/libdbi-drivers/BUILD b/sql/libdbi-drivers/BUILD deleted file mode 100644 index 18c7712..0000000 --- a/sql/libdbi-drivers/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - patch_it $SOURCE_CACHE/$SOURCE2 0 && - - default_build - -) > $C_FIFO 2>&1 diff --git a/sql/libdbi-drivers/DETAILS b/sql/libdbi-drivers/DETAILS index 50912e3..a4136ad 100644 --- a/sql/libdbi-drivers/DETAILS +++ b/sql/libdbi-drivers/DETAILS @@ -1,14 +1,11 @@ MODULE=libdbi-drivers - VERSION=0.8.2-1 + VERSION=0.8.3-1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=libdbi-drivers.dbd.pgsql.c.patch SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:bc59ec84f93310674d5203e77661b580d54e1f73 - SOURCE2_VFY=sha1:85df94391328ac6aaf9ef300cf80ea930100038d + SOURCE_VFY=sha1:599fbab115419e8fc88b3b31a38031584ee213b5 WEB_SITE=http://libdbi.sourceforge.net ENTERED=20060904 - UPDATED=20090421 + UPDATED=20100828 SHORT="The database specific drivers for libdbi" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 03:55:20 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 21:55:20 -0400 Subject: [Lunar-commits] dd_rescue: Version bump. Message-ID: <20100829015556.928EF9B221@doppio.foo-projects.org> commit 3a3187811159390d2325bf215d74a94f3e6c3e9c Author: Dennis `stumbles` Veatch Date: Sat Aug 28 21:55:20 2010 -0400 dd_rescue: Version bump. --- utils/dd_rescue/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/dd_rescue/DETAILS b/utils/dd_rescue/DETAILS index fec70b9..dc29884 100644 --- a/utils/dd_rescue/DETAILS +++ b/utils/dd_rescue/DETAILS @@ -1,12 +1,12 @@ MODULE=dd_rescue - VERSION=1.14 + VERSION=1.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=http://www.garloff.de/kurt/linux/ddrescue/ - SOURCE_VFY=sha1:0a9c06a9679f50294f7b2968bf026944c808315a + SOURCE_VFY=sha1:d3b411d052a37bdefdb1103b90e33f3a6e0a3ddd WEB_SITE=http://www.garloff.de/kurt/linux/ddrescue/ ENTERED=20020420 - UPDATED=20071109 + UPDATED=20100828 SHORT="dd_rescue copies data and can handle bad media." cat << EOF Like dd, dd_rescue copies data from one file or block device to another. From florin at lunar-linux.org Sun Aug 29 10:21:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 29 Aug 2010 11:21:30 +0300 Subject: [Lunar-commits] phpMyAdmin: version bumped to 3.3.6. Message-ID: <20100829082155.2E7939B229@doppio.foo-projects.org> commit 0a47253b495190305aafa9b6004ef5ed20914a61 Author: Florin Braescu Date: Sun Aug 29 11:21:30 2010 +0300 phpMyAdmin: version bumped to 3.3.6. --- sql/phpMyAdmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index b4b5ecb..5c35029 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.3.5.1 + VERSION=3.3.6 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:5f476c35168fe12bb8d043413fb5519bd842a13a + SOURCE_VFY=sha1:888588efc06af643a41304e91f5ece16f0732be2 WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20100821 + UPDATED=20100829 SHORT="A php web interface to administrate MySQL tables" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 10:47:58 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 04:47:58 -0400 Subject: [Lunar-commits] FreeImage: Version bump and needs a BUILD to insert a missing header. Message-ID: <20100829084849.ED55F9B229@doppio.foo-projects.org> commit 97b3bd4be7cd712efd3fac0400ca2a9e0a5797ad Author: Dennis `stumbles` Veatch Date: Sun Aug 29 04:47:58 2010 -0400 FreeImage: Version bump and needs a BUILD to insert a missing header. --- graphics/FreeImage/BUILD | 7 +++++++ graphics/FreeImage/DETAILS | 7 +++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/graphics/FreeImage/BUILD b/graphics/FreeImage/BUILD new file mode 100644 index 0000000..13e2691 --- /dev/null +++ b/graphics/FreeImage/BUILD @@ -0,0 +1,7 @@ +( + + sed -i "54i #include " Source/OpenEXR/Imath/ImathMatrix.h && + + default_make + +) > $C_FIFO 2>&1 diff --git a/graphics/FreeImage/DETAILS b/graphics/FreeImage/DETAILS index 6d090b5..028dcd5 100644 --- a/graphics/FreeImage/DETAILS +++ b/graphics/FreeImage/DETAILS @@ -1,14 +1,13 @@ MODULE=FreeImage - VERSION=3131 + VERSION=3141 SOURCE=$MODULE$VERSION.zip SOURCE_URL=$SFORGE_URL/freeimage/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:52ba4453aa9682c57104c3420e58f843aaa6ab61 + SOURCE_VFY=sha1:cc09671e16460c27242280c2b6100f39974c89e1 WEB_SITE=http://freeimage.sourceforge.net ENTERED=20070822 - UPDATED=20100217 + UPDATED=20100829 SHORT="library for easy using of image formats" - cat << EOF FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like From stumbles at lunar-linux.org Sun Aug 29 10:59:49 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 04:59:49 -0400 Subject: [Lunar-commits] vamp-plugin-sdk: Version bump. Message-ID: <20100829090016.016249B229@doppio.foo-projects.org> commit c10bbafac068f6e05e4e1b0d84b7ce72fb308372 Author: Dennis `stumbles` Veatch Date: Sun Aug 29 04:59:49 2010 -0400 vamp-plugin-sdk: Version bump. --- audio/vamp-plugin-sdk/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/vamp-plugin-sdk/DETAILS b/audio/vamp-plugin-sdk/DETAILS index b0b4750..05dbb62 100644 --- a/audio/vamp-plugin-sdk/DETAILS +++ b/audio/vamp-plugin-sdk/DETAILS @@ -1,11 +1,11 @@ MODULE=vamp-plugin-sdk - VERSION=2.1 + VERSION=2.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/vamp/ - SOURCE_VFY=sha1:86f95c837ca793f24d766bba0a5acf73c644a668 + SOURCE_VFY=sha1:71f51b0425c0b7e3ef2ca55acc42d1db3a397e4c WEB_SITE=http://vamp.sourceforge.net/ ENTERED=20091211 - UPDATED=20091211 + UPDATED=20100829 SHORT="API for audio analysis plugins" cat << EOF From florin at lunar-linux.org Sun Aug 29 11:10:55 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 29 Aug 2010 12:10:55 +0300 Subject: [Lunar-commits] webmin: version bumped to 1.520. Message-ID: <20100829091145.CB96B9B229@doppio.foo-projects.org> commit ad3865e3adbf89a715b326355e2ba01b09afd330 Author: Florin Braescu Date: Sun Aug 29 12:10:55 2010 +0300 webmin: version bumped to 1.520. --- web/webmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/webmin/DETAILS b/web/webmin/DETAILS index 903796d..c7c41c7 100644 --- a/web/webmin/DETAILS +++ b/web/webmin/DETAILS @@ -1,14 +1,14 @@ MODULE=webmin - VERSION=1.510 + VERSION=1.520 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-1.150-lunar.patch.bz2 SOURCE_URL=$SFORGE_URL/webadmin SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:53587ec6555e448c5aa3719bd50a855204a4c38c + SOURCE_VFY=sha1:8869b5743df46f945ff02b4c805f30540b0fc538 SOURCE2_VFY=sha1:5ae7d0001e0050fcadf73b8cd2e392de84e96664 WEB_SITE=http://www.webmin.com ENTERED=20020415 - UPDATED=20100307 + UPDATED=20100829 SHORT="A webbased server administration tool" cat << EOF From florin at lunar-linux.org Sun Aug 29 11:13:47 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 29 Aug 2010 12:13:47 +0300 Subject: [Lunar-commits] usermin: version bumped to 1.450. Message-ID: <20100829091400.A05119B221@doppio.foo-projects.org> commit b1f3943dbf02af57a27f31a399c38c66b103a16c Author: Florin Braescu Date: Sun Aug 29 12:13:47 2010 +0300 usermin: version bumped to 1.450. --- web/usermin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/usermin/DETAILS b/web/usermin/DETAILS index 7006403..6e12349 100644 --- a/web/usermin/DETAILS +++ b/web/usermin/DETAILS @@ -1,14 +1,14 @@ MODULE=usermin - VERSION=1.440 + VERSION=1.450 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-1.080-lunar.patch.bz2 SOURCE_URL=$SFORGE_URL/webadmin SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:148d0a3ca5855df9cd3c5fcdd55751ecdf2d3beb + SOURCE_VFY=sha1:a9afd68998daf8da4c42ca30298a0be30566abaf SOURCE2_VFY=sha1:d5b8bb1f15ac777e786928b095d57d4a39d64e50 WEB_SITE=http://www.webmin.com ENTERED=20020723 - UPDATED=20100307 + UPDATED=20100829 SHORT="A webbased user administration tool" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 11:25:27 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 05:25:27 -0400 Subject: [Lunar-commits] wildmidi: Version bump and the patches are not needed. Message-ID: <20100829092604.691CF9B221@doppio.foo-projects.org> commit d19a40301e0e05714ed9cc6284d7c89e084450cd Author: Dennis `stumbles` Veatch Date: Sun Aug 29 05:25:27 2010 -0400 wildmidi: Version bump and the patches are not needed. --- audio/wildmidi/BUILD | 5 ----- audio/wildmidi/DETAILS | 19 +++---------------- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/audio/wildmidi/BUILD b/audio/wildmidi/BUILD index 15b378a..e82e793 100644 --- a/audio/wildmidi/BUILD +++ b/audio/wildmidi/BUILD @@ -1,10 +1,5 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 && - patch_it $SOURCE_CACHE/$SOURCE3 1 && - patch_it $SOURCE_CACHE/$SOURCE4 1 && - patch_it $SOURCE_CACHE/$SOURCE5 1 && - autoreconf -fi && OPTS+=" --disable-static --disable-werror --without-arch" && default_build diff --git a/audio/wildmidi/DETAILS b/audio/wildmidi/DETAILS index b733323..0d66b92 100644 --- a/audio/wildmidi/DETAILS +++ b/audio/wildmidi/DETAILS @@ -1,24 +1,11 @@ MODULE=wildmidi - VERSION=0.2.2 + VERSION=0.2.3.4 SOURCE=$MODULE-$VERSION.tar.gz -# Patches from http://koji.fedoraproject.org/koji/packageinfo?packageID=4841 - SOURCE2=$MODULE-$VERSION-opt.patch - SOURCE3=$MODULE-$VERSION-cfg-abs-path.patch - SOURCE4=$MODULE-$VERSION-pulseaudio.patch - SOURCE5=$MODULE-$VERSION-bigendian.patch SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE2_URL=$PATCH_URL - SOURCE3_URL=$PATCH_URL - SOURCE4_URL=$PATCH_URL - SOURCE5_URL=$PATCH_URL - SOURCE_VFY=sha1:fad33365f8aaba3afdca6bb68bc48056425176a3 - SOURCE2_VFY=sha1:591c0355df464708ff63064200a5060039d7a92e - SOURCE3_VFY=sha1:46b36c5d410f3e6350b2ec96e8622ca5ba71de8f - SOURCE4_VFY=sha1:fdb39b8945ed4dea7b599d210dee0c3f13d50b69 - SOURCE5_VFY=sha1:8fdf27467d38f9f622db2feda63b6a54ba6b3183 + SOURCE_VFY=sha1:99ffeb54980a29c5aa44f4cb152ad37acbe877bc WEB_SITE=http://wildmidi.sourceforge.net/ ENTERED=20090721 - UPDATED=20090731 + UPDATED=20100829 SHORT="a simple software midi player" cat << EOF From stumbles at lunar-linux.org Tue Aug 24 15:36:22 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 09:36:22 -0400 Subject: [Lunar-commits] antlr: Adding to moonbase. Will be an optional_depends for kdesdk-4.5.0. Message-ID: <20100829102342.9DFF99B229@doppio.foo-projects.org> commit c866367ed1f3f760eadc540b00ffbc798469a925 Author: Dennis `stumbles` Veatch Date: Tue Aug 24 09:36:22 2010 -0400 antlr: Adding to moonbase. Will be an optional_depends for kdesdk-4.5.0. --- devel/antlr/BUILD | 10 ++++++++++ devel/antlr/CONFIGURE | 1 + devel/antlr/DEPENDS | 2 ++ devel/antlr/DETAILS | 19 +++++++++++++++++++ 4 files changed, 32 insertions(+), 0 deletions(-) diff --git a/devel/antlr/BUILD b/devel/antlr/BUILD new file mode 100755 index 0000000..7d3909d --- /dev/null +++ b/devel/antlr/BUILD @@ -0,0 +1,10 @@ +( + + OPTS="--disable-examples" && + + sed -i "14i #include " lib/cpp/antlr/CharScanner.hpp && + sed -i "14i #include " lib/cpp/antlr/CharScanner.hpp && + + default_build + +) > $C_FIFO 2>&1 diff --git a/devel/antlr/CONFIGURE b/devel/antlr/CONFIGURE new file mode 100755 index 0000000..a0bcf2a --- /dev/null +++ b/devel/antlr/CONFIGURE @@ -0,0 +1 @@ +mquery USE_CXX "Enable ANTLR for C++?" y "--enable-cxx" "--disable-cxx" diff --git a/devel/antlr/DEPENDS b/devel/antlr/DEPENDS new file mode 100755 index 0000000..f9e4292 --- /dev/null +++ b/devel/antlr/DEPENDS @@ -0,0 +1,2 @@ +optional_depends Python "--enable-python" "--disable-python" "for Python support" +optional_depends %JAVA_SDK "--enable-java" "--disable-java" "for java support" diff --git a/devel/antlr/DETAILS b/devel/antlr/DETAILS new file mode 100755 index 0000000..65b238a --- /dev/null +++ b/devel/antlr/DETAILS @@ -0,0 +1,19 @@ + MODULE=antlr + VERSION=2.7.7 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://www.antlr2.org/download/ + SOURCE_VFY=sha1:802655c343cc7806aaf1ec2177a0e663ff209de1 +# MODULE_PREFIX=${ANTLR_DIR:-/opt/lunar/$MODULE} + WEB_SITE=http://www.antlr2.org + ENTERED=20100824 + UPDATED=20100824 + SHORT="ANother Tool for Language Recognition" + +PSAFE=no +cat << EOF +ANTLR, ANother Tool for Language Recognition, is a language tool that provides a +framework for constructing recognizers, interpreters, compilers, and translators +from grammatical descriptions containing actions in a variety of target +languages. ANTLR provides excellent support for tree construction, tree walking, +translation, error recovery, and error reporting. +EOF From stumbles at lunar-linux.org Tue Aug 24 20:30:38 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 14:30:38 -0400 Subject: [Lunar-commits] vigra: One more change. Message-ID: <20100829102342.AF0929B22A@doppio.foo-projects.org> commit b4908a4f7806803d6c2f5907041763d3d7dfae0c Author: Dennis `stumbles` Veatch Date: Tue Aug 24 14:30:38 2010 -0400 vigra: One more change. --- graphics/vigra/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/graphics/vigra/DEPENDS b/graphics/vigra/DEPENDS index 834ee9c..b394260 100644 --- a/graphics/vigra/DEPENDS +++ b/graphics/vigra/DEPENDS @@ -6,3 +6,4 @@ optional_depends "libpng" "" "" "for png support" optional_depends "jpeg" "" "" "for jpeg support" optional_depends "openMotif" "" "" "for tiff support" optional_depends "boost" "" "" "for boost support" +optional_depneds "Sphinx" "" "" "for documentation generation support" From stumbles at lunar-linux.org Tue Aug 24 22:07:52 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 24 Aug 2010 16:07:52 -0400 Subject: [Lunar-commits] pacpl: Erm dunno why I left that crap in there. Message-ID: <20100829102342.C1CE99B221@doppio.foo-projects.org> commit b8ef3df5ec7450a6b2eedff51e2d756c901a9fc4 Author: Dennis `stumbles` Veatch Date: Tue Aug 24 16:07:52 2010 -0400 pacpl: Erm dunno why I left that crap in there. --- audio/pacpl/BUILD | 30 +++--------------------------- 1 files changed, 3 insertions(+), 27 deletions(-) diff --git a/audio/pacpl/BUILD b/audio/pacpl/BUILD index 4993cd8..a990942 100644 --- a/audio/pacpl/BUILD +++ b/audio/pacpl/BUILD @@ -1,32 +1,8 @@ ( - if in_depends $MODULE kdebase4 && [ "$DOLPHIN" == "y" ] ; then - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc - fi && + . /etc/profile.d/qt4.rc && + . /etc/profile.d/kde4.rc && - if in_depends $MODULE kdebase4 && [ "$KONQPLUG" == "y" ] ; then - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc - fi && - - if in_depends $MODULE kdebase4 && [ "$AMAROK4" == "y" ] ; then - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc - fi && - - default_build && - - if [ "$DOLPHIN" == "y" ] ; then - install plugins/dolphin/pacpl.desktop $MODULE_PREFIX/share/kde4/services/ServiceMenus/ - fi && - - if [ "$KONQPLUG" == "y" ] ; then - install plugins/konqueror/pacpl.desktop $MODULE_PREFIX/share/kde4/services/ServiceMenus/ - fi && - - if [ "$AMAROK4" == "y" ] ; then - install plugins/amarok/pacx $MODULE_PREFIX/share/apps/amarok/scripts/ - fi + default_build ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Wed Aug 25 10:48:09 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 25 Aug 2010 04:48:09 -0400 Subject: [Lunar-commits] vigra: Fix typo. Message-ID: <20100829102342.D311C9B22B@doppio.foo-projects.org> commit 499faedfb5e6b7fecff25cb2c28b0f17b6561b05 Author: Dennis `stumbles` Veatch Date: Wed Aug 25 04:48:09 2010 -0400 vigra: Fix typo. --- graphics/vigra/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/vigra/DEPENDS b/graphics/vigra/DEPENDS index b394260..bb3cfd4 100644 --- a/graphics/vigra/DEPENDS +++ b/graphics/vigra/DEPENDS @@ -6,4 +6,4 @@ optional_depends "libpng" "" "" "for png support" optional_depends "jpeg" "" "" "for jpeg support" optional_depends "openMotif" "" "" "for tiff support" optional_depends "boost" "" "" "for boost support" -optional_depneds "Sphinx" "" "" "for documentation generation support" +optional_depends "Sphinx" "" "" "for documentation generation support" From stumbles at lunar-linux.org Wed Aug 25 20:04:51 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 25 Aug 2010 14:04:51 -0400 Subject: [Lunar-commits] libdbusmenu: Adding to moonbase. Message-ID: <20100829102342.DCA9E9B22C@doppio.foo-projects.org> commit eb73f166cd968fbd46984faa76a98b34b26fabf0 Author: Dennis `stumbles` Veatch Date: Wed Aug 25 14:04:51 2010 -0400 libdbusmenu: Adding to moonbase. --- libs/libdbusmenu/DEPENDS | 2 ++ libs/libdbusmenu/DETAILS | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/libs/libdbusmenu/DEPENDS b/libs/libdbusmenu/DEPENDS new file mode 100644 index 0000000..8c0afaa --- /dev/null +++ b/libs/libdbusmenu/DEPENDS @@ -0,0 +1,2 @@ +depends dbus-glib +depends json-glib diff --git a/libs/libdbusmenu/DETAILS b/libs/libdbusmenu/DETAILS new file mode 100644 index 0000000..e5d8215 --- /dev/null +++ b/libs/libdbusmenu/DETAILS @@ -0,0 +1,17 @@ + MODULE=libdbusmenu + MAJOR=0.3 + VERSION=${MAJOR}.11 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://launchpad.net/dbusmenu/$MAJOR/$VERSION/+download/ + SOURCE_VFY=sha1:1e844c343afd4171aee9bce802f31f637730138f + WEB_SITE=https://launchpad.net/dbusmenu + ENTERED=20100825 + UPDATED=20100825 + SHORT="dbus menu" + +cat << EOF +A small little library that was created by pulling out some comon code out of +indicator-applet. It passes a menu structure across DBus so that a program can +create a menu simply without worrying about how it is displayed on the other +side of the bus. +EOF From stumbles at lunar-linux.org Wed Aug 25 20:05:15 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 25 Aug 2010 14:05:15 -0400 Subject: [Lunar-commits] json-glib: Adding to moonbase. Message-ID: <20100829102342.EC5369B22D@doppio.foo-projects.org> commit 71ade8a8ed25599a99877cb617d2cde53e387400 Author: Dennis `stumbles` Veatch Date: Wed Aug 25 14:05:15 2010 -0400 json-glib: Adding to moonbase. --- devel/json-glib/DEPENDS | 4 ++++ devel/json-glib/DETAILS | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/devel/json-glib/DEPENDS b/devel/json-glib/DEPENDS new file mode 100644 index 0000000..b903daa --- /dev/null +++ b/devel/json-glib/DEPENDS @@ -0,0 +1,4 @@ +depends glib-2 + +optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for introspection support" + diff --git a/devel/json-glib/DETAILS b/devel/json-glib/DETAILS new file mode 100644 index 0000000..078160e --- /dev/null +++ b/devel/json-glib/DETAILS @@ -0,0 +1,22 @@ + MODULE=json-glib + MAJOR=0.10 + VERSION=${MAJOR}.4 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/$MODULE/${MAJOR}/ + SOURCE_VFY=sha1:e8e29ae6dda57bebb4ca2e1cdee46f7cee1c0b6b + WEB_SITE=http://live.gnome.org/JsonGlib + ENTERED=20100825 + UPDATED=20100825 + SHORT="Glib JavaScript Object Notation" + +cat << EOF +Many high-level languages already provide native modules for parsing, generating +and manipulating JSON data streams. JSON-GLib is a C library based on GLib and +released under the terms of the GNU Lesser General Public License version 2.1. +It provides a parser and a generator GObject classes and various wrappers for +the complex data types employed by JSON, such as arrays and objects. + +JSON-GLib uses GLib native data types and the generic value container GValue for +ease of development. It also provides integration with the GObject classes for +direct serialization into, and deserialization from, JSON data streams. +EOF From stumbles at lunar-linux.org Sat Aug 28 14:56:49 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 08:56:49 -0400 Subject: [Lunar-commits] pacpl: A little spacing adjustment. Message-ID: <20100829102343.12ECD9B229@doppio.foo-projects.org> commit f53cb9841d0d2b0274fe1da1de175f815aff416c Author: Dennis `stumbles` Veatch Date: Sat Aug 28 08:56:49 2010 -0400 pacpl: A little spacing adjustment. --- audio/pacpl/BUILD | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/pacpl/BUILD b/audio/pacpl/BUILD index a990942..3b66c31 100644 --- a/audio/pacpl/BUILD +++ b/audio/pacpl/BUILD @@ -1,7 +1,7 @@ ( - . /etc/profile.d/qt4.rc && - . /etc/profile.d/kde4.rc && + . /etc/profile.d/qt4.rc && + . /etc/profile.d/kde4.rc && default_build From stumbles at lunar-linux.org Sat Aug 28 17:25:49 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 11:25:49 -0400 Subject: [Lunar-commits] kdebase4-runtime: Moving the kde4 file from kdelibs4 because Message-ID: <20100829102343.22A719B22A@doppio.foo-projects.org> commit 91f153cfe4d2bbad960a3f2e0cb2aa29c77c0ccd Author: Dennis `stumbles` Veatch Date: Sat Aug 28 11:25:49 2010 -0400 kdebase4-runtime: Moving the kde4 file from kdelibs4 because kdebase4-runtime over writes it. --- kde4/base/kdebase4-runtime/kde4 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdebase4-runtime/kde4 b/kde4/base/kdebase4-runtime/kde4 new file mode 100644 index 0000000..015a349 --- /dev/null +++ b/kde4/base/kdebase4-runtime/kde4 @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ -e /etc/profile.d/kde4.rc ] ; then + source /etc/profile.d/kde4.rc +fi + +${KDE4_PREFIX}/bin/startkde From stumbles at lunar-linux.org Sat Aug 28 17:26:48 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 28 Aug 2010 11:26:48 -0400 Subject: [Lunar-commits] obexd: Version bump. Message-ID: <20100829102343.37FB09B22F@doppio.foo-projects.org> commit be2239c414661898b3e31bb439e353f71c0730dc Author: Dennis `stumbles` Veatch Date: Sat Aug 28 11:26:48 2010 -0400 obexd: Version bump. --- net/obexd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/obexd/DETAILS b/net/obexd/DETAILS index 5fba7ab..4c3e3ff 100644 --- a/net/obexd/DETAILS +++ b/net/obexd/DETAILS @@ -1,11 +1,11 @@ MODULE=obexd - VERSION=0.30 + VERSION=0.32 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:04b8c2266ce82a66cf0b840bc1a02bf6147e9092 + SOURCE_VFY=sha1:01726bbdc66631ac51c6e4bce54c19898fb83c14 WEB_SITE=http://www.bluez.org/ ENTERED=20090402 - UPDATED=20100817 + UPDATED=20100828 SHORT="OBEX Server and Client" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 11:59:09 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 05:59:09 -0400 Subject: [Lunar-commits] libdbusmenu: Version bump. Message-ID: <20100829102343.4B9BE9B221@doppio.foo-projects.org> commit e20f3551a27c72086a9b3f1639bcfa6fffcb1f5b Author: Dennis `stumbles` Veatch Date: Sun Aug 29 05:59:09 2010 -0400 libdbusmenu: Version bump. --- libs/libdbusmenu/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libdbusmenu/DETAILS b/libs/libdbusmenu/DETAILS index e5d8215..fd0c805 100644 --- a/libs/libdbusmenu/DETAILS +++ b/libs/libdbusmenu/DETAILS @@ -1,12 +1,12 @@ MODULE=libdbusmenu MAJOR=0.3 - VERSION=${MAJOR}.11 + VERSION=${MAJOR}.12 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://launchpad.net/dbusmenu/$MAJOR/$VERSION/+download/ - SOURCE_VFY=sha1:1e844c343afd4171aee9bce802f31f637730138f + SOURCE_VFY=sha1:046b2a81b0d4c1a2a311f62d86d996a65c3e5986 WEB_SITE=https://launchpad.net/dbusmenu ENTERED=20100825 - UPDATED=20100825 + UPDATED=20100829 SHORT="dbus menu" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 12:23:15 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 06:23:15 -0400 Subject: [Lunar-commits] metpbm: Version bump. Message-ID: <20100829102343.642599B22B@doppio.foo-projects.org> commit f043edd161f1368a26b8ba3e212bec0b22f043c6 Author: Dennis `stumbles` Veatch Date: Sun Aug 29 06:23:15 2010 -0400 metpbm: Version bump. --- graphics/netpbm/DEPENDS | 1 + graphics/netpbm/DETAILS | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/netpbm/DEPENDS b/graphics/netpbm/DEPENDS index 7daf7e1..93b234f 100644 --- a/graphics/netpbm/DEPENDS +++ b/graphics/netpbm/DEPENDS @@ -3,3 +3,4 @@ depends jpeg depends libpng optional_depends libX11 "" "" "for X11 support" +optional_depends svgalib "" "" "for svgalib support" diff --git a/graphics/netpbm/DETAILS b/graphics/netpbm/DETAILS index 87b0583..873646f 100644 --- a/graphics/netpbm/DETAILS +++ b/graphics/netpbm/DETAILS @@ -1,14 +1,14 @@ MODULE=netpbm - VERSION=10.35.75 + VERSION=10.35.76 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:0587d4052ed563ea8f7c8a94426cd9fa79ff6959 + SOURCE_VFY=sha1:e59f9f4046502a174b5baa75897bc65b8944e6ea WEB_SITE=http://netpbm.sourceforge.net/ ENTERED=20010922 - UPDATED=20100603 - PSAFE=no + UPDATED=20100828 SHORT="contains 220 programs that convert graphics formats" +PSAFE=no cat << EOF NetPBM (formerly PBMplus) is a package of over 220 programs that convert from one graphics format to another and do simple editing and analysis From stumbles at lunar-linux.org Sun Aug 29 12:25:00 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 06:25:00 -0400 Subject: [Lunar-commits] amSynth: Version bump. Message-ID: <20100829102518.E6F969B221@doppio.foo-projects.org> commit 353004cc86714663255d52480a3f5a3e6b83ee4d Author: Dennis `stumbles` Veatch Date: Sun Aug 29 06:25:00 2010 -0400 amSynth: Version bump. --- audio/amSynth/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/amSynth/DETAILS b/audio/amSynth/DETAILS index 885d6ca..0b4715e 100644 --- a/audio/amSynth/DETAILS +++ b/audio/amSynth/DETAILS @@ -1,11 +1,11 @@ MODULE=amSynth - VERSION=1.2.2 + VERSION=1.2.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/amsynthe/ - SOURCE_VFY=sha1:3435c05be4a836666e7bf16ac44fee6def218c5d + SOURCE_VFY=sha1:b4a716535289cf9394677757ea223d47f977b953 WEB_SITE=http://amsynthe.sourceforge.net/amSynth/ ENTERED=20060317 - UPDATED=20091121 + UPDATED=20100829 SHORT="Analogue Modeling SYNTHesizer" cat << EOF amSynth stands for Analogue Modeling SYNTHesizer. From stumbles at lunar-linux.org Sun Aug 29 12:32:56 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 06:32:56 -0400 Subject: [Lunar-commits] gluon: Bumping and moving to kde4/utils. Message-ID: <20100829103329.46D119B221@doppio.foo-projects.org> commit a3c46943e0717524d417992df5a16668af45bd1b Author: Dennis `stumbles` Veatch Date: Sun Aug 29 06:32:56 2010 -0400 gluon: Bumping and moving to kde4/utils. --- kde4/utils/gluon/BUILD | 20 ++++++++++++++++++++ kde4/utils/gluon/DEPENDS | 5 +++++ kde4/utils/gluon/DETAILS | 15 +++++++++++++++ zbeta/gluon/BUILD | 19 ------------------- zbeta/gluon/DEPENDS | 5 ----- zbeta/gluon/DETAILS | 16 ---------------- 6 files changed, 40 insertions(+), 40 deletions(-) diff --git a/kde4/utils/gluon/BUILD b/kde4/utils/gluon/BUILD new file mode 100644 index 0000000..f0a030e --- /dev/null +++ b/kde4/utils/gluon/BUILD @@ -0,0 +1,20 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + -DBUILD_PHYSICS_COMPONENTS=ON \ + -DBUILD_PHYSICS_ASSETS=ON \ + -DBUILD_GLUON_PLAYER=ON \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/utils/gluon/DEPENDS b/kde4/utils/gluon/DEPENDS new file mode 100644 index 0000000..dff29f6 --- /dev/null +++ b/kde4/utils/gluon/DEPENDS @@ -0,0 +1,5 @@ +depends openal +depends libsndfile +depends eigen +depends kdebase4-workspace +depends glew diff --git a/kde4/utils/gluon/DETAILS b/kde4/utils/gluon/DETAILS new file mode 100644 index 0000000..12b92eb --- /dev/null +++ b/kde4/utils/gluon/DETAILS @@ -0,0 +1,15 @@ + MODULE=gluon + VERSION=0.70.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://gluon.gamingfreedom.org/sites/default/files/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MODULE + WEB_SITE=http://gluon.tuxfamily.org/ + ENTERED=20100106 + UPDATED=20100825 + SHORT="high-level game development library" + +cat << EOF +Gluon is a high-level game development library for the KDE desktop enviornment. +It is the combination of the KGL, KAL and KCL libraries for a single, complete +games devlopment solution, supporting physics, graphics, audio and controllers. +EOF diff --git a/zbeta/gluon/BUILD b/zbeta/gluon/BUILD deleted file mode 100644 index 8078894..0000000 --- a/zbeta/gluon/BUILD +++ /dev/null @@ -1,19 +0,0 @@ -( - - OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && - mkdir $OOTB_DIR && - cd $OOTB_DIR && - - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE \ - -DBUILD_PHYSICS_COMPONENTS=ON \ - -DBUILD_PHYSICS_ASSETS=ON \ - -DBUILD_GLUON_PLAYER=ON \ - $OPTS && - - default_make - -) > $C_FIFO 2>&1 diff --git a/zbeta/gluon/DEPENDS b/zbeta/gluon/DEPENDS deleted file mode 100644 index dff29f6..0000000 --- a/zbeta/gluon/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends openal -depends libsndfile -depends eigen -depends kdebase4-workspace -depends glew diff --git a/zbeta/gluon/DETAILS b/zbeta/gluon/DETAILS deleted file mode 100644 index 715f6e1..0000000 --- a/zbeta/gluon/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=gluon - VERSION=git - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=git://gitorious.org/gluon/gluon.git -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://gluon.tuxfamily.org/ - ENTERED=20100106 - UPDATED=20100106 - SHORT="high-level game development library" - -cat << EOF -Gluon is a high-level game development library for the KDE desktop enviornment. -It is the combination of the KGL, KAL and KCL libraries for a single, complete -games devlopment solution, supporting physics, graphics, audio and controllers. -EOF From stumbles at lunar-linux.org Sun Aug 29 14:08:23 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 08:08:23 -0400 Subject: [Lunar-commits] kdebase4-runtime: It slipped through, not ready for this yet as it is intended for kde-4.5.x. Message-ID: <20100829120911.774DC9B221@doppio.foo-projects.org> commit 14961877c643ee3b65ccab82c0370f6dd601a75f Author: Dennis `stumbles` Veatch Date: Sun Aug 29 08:08:23 2010 -0400 kdebase4-runtime: It slipped through, not ready for this yet as it is intended for kde-4.5.x. --- kde4/base/kdebase4-runtime/BUILD | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/kde4/base/kdebase4-runtime/BUILD b/kde4/base/kdebase4-runtime/BUILD index 2d1fd8e..2714e74 100644 --- a/kde4/base/kdebase4-runtime/BUILD +++ b/kde4/base/kdebase4-runtime/BUILD @@ -12,6 +12,12 @@ -DCMAKE_BUILD_TYPE=RELEASE \ $OPTS && - default_make + default_make && + +# This used to be installed by kdelibs4 but will be over written by +# kdebase4-runtime causing a conflict. So lets just move it here from +# kdelibs4 and be done with it. + + install -m0755 $SCRIPT_DIRECTORY/kde4 /usr/bin/ ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Sun Aug 29 14:07:06 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 08:07:06 -0400 Subject: [Lunar-commits] redland: Don't need this. Message-ID: <20100829121215.63C739B221@doppio.foo-projects.org> commit 7d80d1fd9c2c39007b93a7c3fcf1704c26a3116b Author: Dennis `stumbles` Veatch Date: Sun Aug 29 08:07:06 2010 -0400 redland: Don't need this. --- libs/redland/DETAILS.x86_64 | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/libs/redland/DETAILS.x86_64 b/libs/redland/DETAILS.x86_64 deleted file mode 100644 index b945baa..0000000 --- a/libs/redland/DETAILS.x86_64 +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=redland - VERSION=1.0.8 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.librdf.org/source - SOURCE_VFY=sha1:9501b95a2b668067e2dcb0ab3bdb59e0376144de - WEB_SITE=http://librdf.org - ENTERED=20070802 - UPDATED=20100121 - SHORT="libraries that provide support for the Resource Description Framework" - -cat << EOF -Redland is a set of free software libraries that provide support -for the Resource Description Framework (RDF). -EOF From stumbles at lunar-linux.org Sun Aug 29 14:07:22 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 08:07:22 -0400 Subject: [Lunar-commits] Revert "kdebase4-runtime: Moving the kde4 file from kdelibs4 because" Message-ID: <20100829121215.725999B229@doppio.foo-projects.org> commit 51dbcf3a91b4d9ae81dc166592668d6674e304d7 Author: Dennis `stumbles` Veatch Date: Sun Aug 29 08:07:22 2010 -0400 Revert "kdebase4-runtime: Moving the kde4 file from kdelibs4 because" This reverts commit 91f153cfe4d2bbad960a3f2e0cb2aa29c77c0ccd. It slipped through, it is intended for kde-4.5.0. --- kde4/base/kdebase4-runtime/kde4 | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/kde4/base/kdebase4-runtime/kde4 b/kde4/base/kdebase4-runtime/kde4 deleted file mode 100644 index 015a349..0000000 --- a/kde4/base/kdebase4-runtime/kde4 +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if [ -e /etc/profile.d/kde4.rc ] ; then - source /etc/profile.d/kde4.rc -fi - -${KDE4_PREFIX}/bin/startkde From stumbles at lunar-linux.org Sun Aug 29 14:11:53 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 08:11:53 -0400 Subject: [Lunar-commits] redland: Version bump. Message-ID: <20100829121215.808649B22A@doppio.foo-projects.org> commit 61aaeaf7440c2ed6998e56be14cf975946c46eed Author: Dennis `stumbles` Veatch Date: Sun Aug 29 08:11:53 2010 -0400 redland: Version bump. --- libs/redland/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS index b945baa..396b78f 100644 --- a/libs/redland/DETAILS +++ b/libs/redland/DETAILS @@ -1,11 +1,11 @@ MODULE=redland - VERSION=1.0.8 + VERSION=1.0.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.librdf.org/source - SOURCE_VFY=sha1:9501b95a2b668067e2dcb0ab3bdb59e0376144de + SOURCE_VFY=sha1:e4ba2ef207f293a7740f45661ec90cf9698e217f WEB_SITE=http://librdf.org ENTERED=20070802 - UPDATED=20100121 + UPDATED=20100829 SHORT="libraries that provide support for the Resource Description Framework" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 14:12:34 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 08:12:34 -0400 Subject: [Lunar-commits] rasqal: Version bump. Message-ID: <20100829121253.D2EF19B221@doppio.foo-projects.org> commit 61b7345700b383b1c14c6f28a036c1bf47340dd7 Author: Dennis `stumbles` Veatch Date: Sun Aug 29 08:12:34 2010 -0400 rasqal: Version bump. --- libs/rasqal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS index 9090111..e7e75f1 100644 --- a/libs/rasqal/DETAILS +++ b/libs/rasqal/DETAILS @@ -1,12 +1,12 @@ MODULE=rasqal - VERSION=0.9.19 + VERSION=0.9.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.librdf.org/source SOURCE_URL[1]=$SFORGE_URL/librdf - SOURCE_VFY=sha1:859601d3e37225192f1251515cd6e8427c63dbc0 + SOURCE_VFY=sha1:d2b08d9f1e575c39c4f08f971362806672ab32ff WEB_SITE=http://librdf.org/$MODULE ENTERED=20090923 - UPDATED=20100225 + UPDATED=20100829 SHORT="A RDF Query Library" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 14:13:42 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 08:13:42 -0400 Subject: [Lunar-commits] vala: Version bump. Message-ID: <20100829121359.23D079B221@doppio.foo-projects.org> commit 81578480eacd2b33b90bf03419fd4447a3b295ef Author: Dennis `stumbles` Veatch Date: Sun Aug 29 08:13:42 2010 -0400 vala: Version bump. --- zbeta/vala/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/vala/DETAILS b/zbeta/vala/DETAILS index 1238a99..cee23f3 100644 --- a/zbeta/vala/DETAILS +++ b/zbeta/vala/DETAILS @@ -1,12 +1,12 @@ MODULE=vala MAJOR=0.9 - VERSION=$MAJOR.6 + VERSION=$MAJOR.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:71df1bf071acf9f50342cfb165643cc6de69d33e + SOURCE_VFY=sha1:849759fee8c25dfab569dbbcefe20abb8a06dc4b WEB_SITE=http://www.vala-project.org ENTERED=20020714 - UPDATED=20100819 + UPDATED=20100829 SHORT="A compiler for the GObject type system" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 16:20:55 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 10:20:55 -0400 Subject: [Lunar-commits] vigra: Fixing a botched merge. Message-ID: <20100829142129.0191D9B221@doppio.foo-projects.org> commit 617d51bea0b0a6503892de13832615ca22370bae Author: Dennis `stumbles` Veatch Date: Sun Aug 29 10:20:55 2010 -0400 vigra: Fixing a botched merge. --- graphics/vigra/DEPENDS | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/graphics/vigra/DEPENDS b/graphics/vigra/DEPENDS index 9f6e507..b0d4715 100644 --- a/graphics/vigra/DEPENDS +++ b/graphics/vigra/DEPENDS @@ -7,8 +7,4 @@ optional_depends "libpng" "" "" "for png support" optional_depends "jpeg" "" "" "for jpeg support" optional_depends "openMotif" "" "" "for tiff support" optional_depends "boost" "" "" "for boost support" -<<<<<<< HEAD -optional_depends "Sphinx" "" "" "for documentation generation support" -======= optional_depends "Sphinx" "" "" "for document generation support" ->>>>>>> master From stumbles at lunar-linux.org Sun Aug 29 16:50:08 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 10:50:08 -0400 Subject: [Lunar-commits] audacious-plugins: Fixing the UPDATED. Message-ID: <20100829145040.01E099B221@doppio.foo-projects.org> commit 36d82988262e4d7515126b59a576f1168ec28026 Author: Dennis `stumbles` Veatch Date: Sun Aug 29 10:50:08 2010 -0400 audacious-plugins: Fixing the UPDATED. --- audio/audacious-plugins/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/audacious-plugins/DETAILS b/audio/audacious-plugins/DETAILS index f59931a..c30dde7 100644 --- a/audio/audacious-plugins/DETAILS +++ b/audio/audacious-plugins/DETAILS @@ -5,7 +5,7 @@ SOURCE_URL=http://distfiles.atheme.org SOURCE_VFY=sha1:bd59c31ffb439380fcfec028dcf10b49cb82ad5f ENTERED=20061024 - UPDATED=201000826 + UPDATED=20100826 SHORT="plugins for the audacious media player" cat << EOF From ratler at lunar-linux.org Sun Aug 29 16:41:22 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 29 Aug 2010 16:41:22 +0200 Subject: [Lunar-commits] libxml2: Oops forgot to add the BUILD file Message-ID: <20100829145242.3534E9B221@doppio.foo-projects.org> commit 63a8ecabaabe29ac80d4527c560b7ffcc1c035fb Author: Stefan Wold Date: Sun Aug 29 16:41:22 2010 +0200 libxml2: Oops forgot to add the BUILD file --- libs/libxml2/BUILD | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/libs/libxml2/BUILD b/libs/libxml2/BUILD new file mode 100644 index 0000000..70b2eb4 --- /dev/null +++ b/libs/libxml2/BUILD @@ -0,0 +1,6 @@ +( + + patch_it $SOURCE2 1 && + default_build + +) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Sun Aug 29 18:11:22 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 12:11:22 -0400 Subject: [Lunar-commits] ffmpegthumbnailer: Version bump. Message-ID: <20100829161149.1247E9B221@doppio.foo-projects.org> commit 6b32b5be65bff2ef4c2bcff1b4582c69fa8e8743 Author: Dennis `stumbles` Veatch Date: Sun Aug 29 12:11:22 2010 -0400 ffmpegthumbnailer: Version bump. --- video/ffmpegthumbnailer/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/ffmpegthumbnailer/DETAILS b/video/ffmpegthumbnailer/DETAILS index db1b141..a18d46b 100644 --- a/video/ffmpegthumbnailer/DETAILS +++ b/video/ffmpegthumbnailer/DETAILS @@ -1,11 +1,11 @@ MODULE=ffmpegthumbnailer - VERSION=2.0.2 + VERSION=2.0.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://ffmpegthumbnailer.googlecode.com/files/ - SOURCE_VFY=sha1:71024afb50e26217dc5de59a34f299551cb6816a + SOURCE_VFY=sha1:ce1e55d9a207ec4eacc963e054ac5a08b9e051df WEB_SITE=http://code.google.com/p/ffmpegthumbnailer/ ENTERED=20100105 - UPDATED=20100616 + UPDATED=20100829 SHORT="create thumbnails from video files" cat << EOF From stumbles at lunar-linux.org Sun Aug 29 18:22:16 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 29 Aug 2010 12:22:16 -0400 Subject: [Lunar-commits] dvdauthor: Version bump. Message-ID: <20100829162244.0E82A9B221@doppio.foo-projects.org> commit e5137c0fb528e9b4742c853edb1782f34ce01068 Author: Dennis `stumbles` Veatch Date: Sun Aug 29 12:22:16 2010 -0400 dvdauthor: Version bump. --- video/dvdauthor/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/video/dvdauthor/DETAILS b/video/dvdauthor/DETAILS index bb5c9aa..1df3938 100644 --- a/video/dvdauthor/DETAILS +++ b/video/dvdauthor/DETAILS @@ -1,11 +1,12 @@ MODULE=dvdauthor - VERSION=0.6.14 + VERSION=0.6.18 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:493412bf103069b9261af3be1bc23da56d7d112a +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_VFY=sha1:7b6e190a3903f617d08368e3cc5e6fd80677e2fb WEB_SITE=http://dvdauthor.sourceforge.net/ ENTERED=20050501 - UPDATED=20070224 + UPDATED=20100829 SHORT="Tools to generate DVD files" cat << EOF From ratler at lunar-linux.org Sun Aug 29 20:42:56 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 29 Aug 2010 20:42:56 +0200 Subject: [Lunar-commits] glibc: Changed to a sane default, always install all locales if left unattended Message-ID: <20100829184338.2673F9B221@doppio.foo-projects.org> commit d3448ac1fa93042d594ce951886823cb87ac31ad Author: Stefan Wold Date: Sun Aug 29 20:42:56 2010 +0200 glibc: Changed to a sane default, always install all locales if left unattended --- libs/glibc/CONFIGURE | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE index f871d4c..4b8a579 100644 --- a/libs/glibc/CONFIGURE +++ b/libs/glibc/CONFIGURE @@ -72,7 +72,7 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then message "Selecting locales is optional" fi - if query "Would you like to select locales? (if not selected, all locales will be installed)" y; then + if query "Would you like to select locales? (if not selected, all locales will be installed)" n; then unpack_localedata GLIBC_LOCALES=`select_locales` From zbiggy at lunar-linux.org Sun Aug 29 20:16:22 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 29 Aug 2010 20:16:22 +0200 Subject: [Lunar-commits] libbinio: gcc4 fix Message-ID: <20100829193856.3FCF69B221@doppio.foo-projects.org> commit e13b28cec5be4a8b9ff8a679a22dca9607f42aed Author: Zbigniew Luszpinski Date: Sun Aug 29 20:16:22 2010 +0200 libbinio: gcc4 fix --- libs/libbinio/BUILD | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/libs/libbinio/BUILD b/libs/libbinio/BUILD new file mode 100644 index 0000000..5979d11 --- /dev/null +++ b/libs/libbinio/BUILD @@ -0,0 +1,6 @@ +( + + sedit 's/#include "binwrap.h"/#include \n#include "binwrap.h"/' src/binwrap.cpp && + default_build + +) > $C_FIFO 2>&1 From zbiggy at lunar-linux.org Sun Aug 29 22:12:43 2010 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 29 Aug 2010 22:12:43 +0200 Subject: [Lunar-commits] glade2: fixed build Message-ID: <20100829201256.B3FEE9B221@doppio.foo-projects.org> commit cfe0ac2644b93322ce9b129416425dc973ca4843 Author: Zbigniew Luszpinski Date: Sun Aug 29 22:12:43 2010 +0200 glade2: fixed build --- gnome2/desktop/glade2/BUILD | 1 + gnome2/desktop/glade2/DETAILS | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gnome2/desktop/glade2/BUILD b/gnome2/desktop/glade2/BUILD index 13f04a5..a1a1ed5 100644 --- a/gnome2/desktop/glade2/BUILD +++ b/gnome2/desktop/glade2/BUILD @@ -1,4 +1,5 @@ ( + patch_it $SOURCE2 1 && ./configure --prefix=${GNOME210_PREFIX:-/usr} \ --build=$BUILD \ diff --git a/gnome2/desktop/glade2/DETAILS b/gnome2/desktop/glade2/DETAILS index 51022c8..4e154f7 100644 --- a/gnome2/desktop/glade2/DETAILS +++ b/gnome2/desktop/glade2/DETAILS @@ -2,9 +2,12 @@ MAJOR=2.12 VERSION=$MAJOR.2 SOURCE=glade-$VERSION.tar.bz2 + SOURCE2=glade-2.12.2_gtk.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/glade-$VERSION SOURCE_URL=$GNOME_URL/sources/glade/$MAJOR + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:a43d89b147296244ba4b2efc67e8772d5155afff + SOURCE2_VFY=sha1:e1c21734f607a26b6a43b29107820043ea86f4c7 WEB_SITE=http://glade.gnome.org ENTERED=20020729 UPDATED=20071222 From florin at lunar-linux.org Sun Aug 29 16:34:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 29 Aug 2010 17:34:30 +0300 Subject: [Lunar-commits] lilo: version bumped to 23.0. Message-ID: <20100830120608.BF0F19B223@doppio.foo-projects.org> commit 2bb40d86fc8fcfe931919bf9dda9b9dd5c66420e Author: Florin Braescu Date: Sun Aug 29 17:34:30 2010 +0300 lilo: version bumped to 23.0. --- utils/lilo/BUILD | 3 +-- utils/lilo/DETAILS | 16 +++++++--------- utils/lilo/PRE_BUILD | 4 ++-- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/utils/lilo/BUILD b/utils/lilo/BUILD index d65b071..e47ea92 100644 --- a/utils/lilo/BUILD +++ b/utils/lilo/BUILD @@ -1,8 +1,7 @@ ( - patch_it $SOURCE2 1 && sedit "/^MAN_DIR/s/.*/MAN_DIR=\/usr\/share\/man/;/manpath/d" Makefile && - make ROOT= all && + make ROOT= all && prepare_install && make ROOT= install diff --git a/utils/lilo/DETAILS b/utils/lilo/DETAILS index 2385e65..a56aaf6 100644 --- a/utils/lilo/DETAILS +++ b/utils/lilo/DETAILS @@ -1,14 +1,12 @@ MODULE=lilo - VERSION=22.8 - SOURCE=$MODULE-$VERSION.src.tar.gz - SOURCE2=$MODULE-22.7.2-disabled-checkit.patch.bz2 - SOURCE_URL=http://www.ibiblio.org/pub/Linux/system/boot/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:59852eab59b93dcea63b39eef1db7963b7268b0d - SOURCE2_VFY=sha1:ba31e2b3e36f07fbb8ee6b3bc407cb3d0ed154b4 - WEB_SITE=http://home.san.rr.com/johninsd/pub/linux/lilo/ + VERSION=23.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL[0]=$MIRROR_URL + SOURCE_URL[1]=https://alioth.debian.org/frs/download.php/3315 + SOURCE_VFY=sha1:2465f359f1c298d9bbf17843127cffc14e352e39 + WEB_SITE=http://home.san.rr.com/johninsd/pub/linux/$MODULE ENTERED=20010922 - UPDATED=20070506 + UPDATED=20100829 SHORT="Boot loader for Linux/x86 and other PC operating systems" cat << EOF diff --git a/utils/lilo/PRE_BUILD b/utils/lilo/PRE_BUILD index bfcf9ea..c002ae8 100644 --- a/utils/lilo/PRE_BUILD +++ b/utils/lilo/PRE_BUILD @@ -1,9 +1,9 @@ -default_pre_build && +default_pre_build && KERNEL_MAJOR=$(grep UTS_RELEASE /usr/include/linux/version.h | cut -d'"' -f2 | cut -d. -f1,2) if [ "$KERNEL_MAJOR" == "2.6" ] ; then if [ ! -f /usr/include/libdevmapper.h ] ; then - message "${PROBLEM_COLOR}Module device-mapper is not installed and is required to build lilo against 2.6 headers!${DEFAULT_COLOR}" + message "${PROBLEM_COLOR}Module lvm2 is not installed and is required to build lilo against 2.6 headers!${DEFAULT_COLOR}" exit 1 fi fi From florin at lunar-linux.org Mon Aug 30 14:05:06 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 30 Aug 2010 15:05:06 +0300 Subject: [Lunar-commits] enlightenment: version bumped to 1.0.5. Message-ID: <20100830120608.CA9C89B229@doppio.foo-projects.org> commit 4e05c78649e8424a85615323e8b146da68989e26 Author: Florin Braescu Date: Mon Aug 30 15:05:06 2010 +0300 enlightenment: version bumped to 1.0.5. Bugfixes and improvements. --- x11-wm/enlightenment/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/enlightenment/DETAILS b/x11-wm/enlightenment/DETAILS index f5273de..79c0415 100644 --- a/x11-wm/enlightenment/DETAILS +++ b/x11-wm/enlightenment/DETAILS @@ -1,9 +1,9 @@ MODULE=enlightenment - VERSION=1.0.4 + VERSION=1.0.5 SOURCE=e16-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/e16-$VERSION SOURCE_URL=$SFORGE_URL/enlightenment - SOURCE_VFY=sha1:8a729a5adee4713545c0f97edd89a346fc452097 + SOURCE_VFY=sha1:e50f11439023079fb2d7a1876e4bf6cf59a9b832 WEB_SITE=http://www.enlightenment.org ENTERED=20010922 UPDATED=20100810 From florin at lunar-linux.org Mon Aug 30 14:06:50 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 30 Aug 2010 15:06:50 +0300 Subject: [Lunar-commits] enlightenment: fix the update date. Message-ID: <20100830120704.5CAD19B223@doppio.foo-projects.org> commit 65ba398e4c7367f9974a20115f5460d9ce0abb06 Author: Florin Braescu Date: Mon Aug 30 15:06:50 2010 +0300 enlightenment: fix the update date. --- x11-wm/enlightenment/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/x11-wm/enlightenment/DETAILS b/x11-wm/enlightenment/DETAILS index 79c0415..548655b 100644 --- a/x11-wm/enlightenment/DETAILS +++ b/x11-wm/enlightenment/DETAILS @@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/e16-$VERSION SOURCE_VFY=sha1:e50f11439023079fb2d7a1876e4bf6cf59a9b832 WEB_SITE=http://www.enlightenment.org ENTERED=20010922 - UPDATED=20100810 + UPDATED=20100830 SHORT="A themeable, fast, flexible X11 window manager" cat << EOF From florin at lunar-linux.org Mon Aug 30 14:14:48 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 30 Aug 2010 15:14:48 +0300 Subject: [Lunar-commits] DirectFB: version bumped to 1.4.5. Message-ID: <20100830121516.36DA89B223@doppio.foo-projects.org> commit dec8bf3452b176b77801cd89eca3ea8730974601 Author: Florin Braescu Date: Mon Aug 30 15:14:48 2010 +0300 DirectFB: version bumped to 1.4.5. Many bugfixes and enhacements. Some new functions added. --- video/DirectFB/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/DirectFB/DETAILS b/video/DirectFB/DETAILS index af3814a..a1215e1 100644 --- a/video/DirectFB/DETAILS +++ b/video/DirectFB/DETAILS @@ -1,11 +1,11 @@ MODULE=DirectFB - VERSION=1.4.3 + VERSION=1.4.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.directfb.org/downloads/Core/DirectFB-1.4 - SOURCE_VFY=sha1:935ef75b4a9f682e41fc68c887d72dca1fe32875 + SOURCE_VFY=sha1:be251588a84380b9e93977bfd2d718a9cf1ee1c4 WEB_SITE=http://www.directfb.org ENTERED=20020713 - UPDATED=20100623 + UPDATED=20100830 SHORT="hardware graphics acceleration, input device handling and abstraction" cat << EOF From florin at lunar-linux.org Tue Aug 31 10:05:35 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 11:05:35 +0300 Subject: [Lunar-commits] xterm: version bumped to 262. Message-ID: <20100831080601.98B629B22A@doppio.foo-projects.org> commit 0804ca4851c23097cbbf0b46ea0aed52e4d0dd7d Author: Florin Braescu Date: Tue Aug 31 11:05:35 2010 +0300 xterm: version bumped to 262. --- xorg7/extra/xterm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/xterm/DETAILS b/xorg7/extra/xterm/DETAILS index 5db8070..18315ae 100644 --- a/xorg7/extra/xterm/DETAILS +++ b/xorg7/extra/xterm/DETAILS @@ -1,12 +1,12 @@ MODULE=xterm - VERSION=261 + VERSION=262 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://invisible-island.net/xterm - SOURCE_VFY=sha1:c19b73bea2f43c676699e914c8a059d8b69fc89b + SOURCE_VFY=sha1:3c8fc8f776e1b3bcf4973908b0c84cf5d4379a28 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://invisible-island.net/xterm ENTERED=20060124 - UPDATED=20100629 + UPDATED=20100831 SHORT="The X terminal emulator" cat << EOF From florin at lunar-linux.org Tue Aug 31 09:54:58 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 10:54:58 +0300 Subject: [Lunar-commits] epiphany: version bumped to 2.30.5. Message-ID: <20100831080601.8C7099B229@doppio.foo-projects.org> commit 75486c59b2fd4830b12b40748beeaec5997db28f Author: Florin Braescu Date: Tue Aug 31 10:54:58 2010 +0300 epiphany: version bumped to 2.30.5. Bugfixes and enhacements. --- gnome2/desktop/epiphany/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/epiphany/DETAILS b/gnome2/desktop/epiphany/DETAILS index cf4330d..ae519b0 100644 --- a/gnome2/desktop/epiphany/DETAILS +++ b/gnome2/desktop/epiphany/DETAILS @@ -1,13 +1,13 @@ MODULE=epiphany MAJOR=2.30 - VERSION=$MAJOR.3 + VERSION=$MAJOR.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:c4dab25e46e0c02b29a79e7542c097df621aa3ae + SOURCE_VFY=sha1:40d06fd3c7650653b53bd2313f3403855c0db981 WEB_SITE=http://www.gnome.org ENTERED=20030413 - UPDATED=20100819 + UPDATED=20100831 SHORT="GNOME Web browser based on Gecko (Mozilla)" cat << EOF From florin at lunar-linux.org Tue Aug 31 10:10:30 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 11:10:30 +0300 Subject: [Lunar-commits] encfs: version bumped to 1.7.1. Message-ID: <20100831081110.D98459B229@doppio.foo-projects.org> commit eb938a104b671b285ae2034a2d8cfc50df71df7e Author: Florin Braescu Date: Tue Aug 31 11:10:30 2010 +0300 encfs: version bumped to 1.7.1. Initialization vector setup for new filesystems was replaced, which helps against a watermark attack. --- filesys/encfs/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filesys/encfs/DETAILS b/filesys/encfs/DETAILS index 8c6788d..7ff0477 100644 --- a/filesys/encfs/DETAILS +++ b/filesys/encfs/DETAILS @@ -1,11 +1,11 @@ MODULE=encfs - VERSION=1.6 - SOURCE=$MODULE-$VERSION-1.tgz + VERSION=1.7.1 + SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://encfs.googlecode.com/files - SOURCE_VFY=sha1:584128305764d794ea7644d033aa1247eff66b08 + SOURCE_VFY=sha1:57e300eaae173a2f1e601a0516bb3ff7b7f7c2d3 WEB_SITE=http://arg0.net/encfs ENTERED=20040422 - UPDATED=20100619 + UPDATED=20100831 SHORT="Encrypted file system" cat << EOF From florin at lunar-linux.org Tue Aug 31 10:12:14 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 11:12:14 +0300 Subject: [Lunar-commits] wireshark: version bumped to 1.4.0. Message-ID: <20100831081253.45B549B229@doppio.foo-projects.org> commit 7adcba7149c00aed2b959b1b5724a4550cb9ad03 Author: Florin Braescu Date: Tue Aug 31 11:12:14 2010 +0300 wireshark: version bumped to 1.4.0. The packet list internals have been rewritten and are now more efficient. Columns are easier to use. Tons of protocols have been added and updated. --- net/wireshark/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wireshark/DETAILS b/net/wireshark/DETAILS index 9a7a498..9a14ba4 100644 --- a/net/wireshark/DETAILS +++ b/net/wireshark/DETAILS @@ -1,11 +1,11 @@ MODULE=wireshark - VERSION=1.2.10 + VERSION=1.4.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.wireshark.org/download/src - SOURCE_VFY=sha1:db9028d6c547fb736f126a0cd0659222094b4c1b + SOURCE_VFY=sha1:a1dc5fa6eff0320da5dad7ec9c8f3a8f5a18be81 WEB_SITE=http://www.wireshark.org ENTERED=20061104 - UPDATED=20100730 + UPDATED=20100831 SHORT="A network protocol analyzer" cat << EOF From florin at lunar-linux.org Tue Aug 31 12:21:20 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 13:21:20 +0300 Subject: [Lunar-commits] aliases: add %TEX alias for teTeX and texlive modules. Message-ID: <20100831102211.619919B229@doppio.foo-projects.org> commit 751a2776890237f78577e4ad86d09deb5b87649a Author: Florin Braescu Date: Tue Aug 31 13:21:20 2010 +0300 aliases: add %TEX alias for teTeX and texlive modules. --- aliases | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/aliases b/aliases index c67436d..1b3deb3 100644 --- a/aliases +++ b/aliases @@ -13,3 +13,4 @@ %VDPAUDEVICE:NVIDIA NVIDIA-beta %XINELIB:xine-lib xine-lib-vdpau %CROND:cronie hc-cron vixie-cron +%TEX:teTeX texlive From florin at lunar-linux.org Tue Aug 31 13:22:44 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 14:22:44 +0300 Subject: [Lunar-commits] lxterminal: version bumped to 0.1.8. Message-ID: <20100831112320.3106E9B229@doppio.foo-projects.org> commit 690d0737053d484c4e20f55b675c5a49a557e5b4 Author: Florin Braescu Date: Tue Aug 31 14:22:44 2010 +0300 lxterminal: version bumped to 0.1.8. Bugfixes and improvements. --- lxde/lxterminal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lxde/lxterminal/DETAILS b/lxde/lxterminal/DETAILS index 3e3d3f9..cb965bf 100644 --- a/lxde/lxterminal/DETAILS +++ b/lxde/lxterminal/DETAILS @@ -1,11 +1,11 @@ MODULE=lxterminal - VERSION=0.1.7 + VERSION=0.1.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/lxde - SOURCE_VFY=sha1:b689f753238faf610a361a524eca24e1583b7f94 + SOURCE_VFY=sha1:795198efac037694016137b716637b9eaea3a596 WEB_SITE=http://lxde.org ENTERED=20090713 - UPDATED=20100709 + UPDATED=20100831 SHORT="A VTE terminal for LXDE" MAINTAINER=florin at lunar-linux.org From stumbles at lunar-linux.org Tue Aug 31 14:10:05 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 31 Aug 2010 08:10:05 -0400 Subject: [Lunar-commits] gammu: Adding to moonbase. My phone (Verizon POS) is locked down hard for much of Message-ID: <20100831122425.064A09B229@doppio.foo-projects.org> commit 9374f1e32d26511e62e28dd0a2c1f7c0c9e0ecb4 Author: Dennis `stumbles` Veatch Date: Tue Aug 31 08:10:05 2010 -0400 gammu: Adding to moonbase. My phone (Verizon POS) is locked down hard for much of anything except for using their "stuff", so not really able to test. Its frontend, wammu launches and will search for a phone. --- bluetooth/gammu/BUILD | 25 +++++++++++++++++++++++++ bluetooth/gammu/CONFIGURE | 2 ++ bluetooth/gammu/DEPENDS | 8 ++++++++ bluetooth/gammu/DETAILS | 14 ++++++++++++++ 4 files changed, 49 insertions(+), 0 deletions(-) diff --git a/bluetooth/gammu/BUILD b/bluetooth/gammu/BUILD new file mode 100644 index 0000000..f550510 --- /dev/null +++ b/bluetooth/gammu/BUILD @@ -0,0 +1,25 @@ +( + + OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + if in_depends $MODULE Python ; then + VER=`lvu version Python | cut -c 1-3` && + OPTS="-DBUILD_PYTHON=/usr/bin/python$VER" + else + OPTS="-DWITH_PYTHON=OFF" + fi && + + mkdir $OOSB_DIR && + cd $OOSB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + -DBUILD_SHARED_LIBS=ON \ + -DENABLE_PROTECTION=OFF \ + -DINSTALL_LSB_INIT=OFF \ + $OPTS && + + default_make + + +) > $C_FIFO 2>&1 diff --git a/bluetooth/gammu/CONFIGURE b/bluetooth/gammu/CONFIGURE new file mode 100644 index 0000000..a61d72e --- /dev/null +++ b/bluetooth/gammu/CONFIGURE @@ -0,0 +1,2 @@ +mquery ENB_BACKUP "Enable Backup Support?" y "-DWITH_BACKUP=ON" "-DWITH_BACKUP=OFF" +#mquery WITH_NOKIA "Enable Nokia phone support?" y "-DWITH_NOKIA_SUPPORT=ON" "-DWITH_NOKIA_SUPPORT=OFF" diff --git a/bluetooth/gammu/DEPENDS b/bluetooth/gammu/DEPENDS new file mode 100644 index 0000000..a8a2eb9 --- /dev/null +++ b/bluetooth/gammu/DEPENDS @@ -0,0 +1,8 @@ +depends libusb +depends bluez +depends libdbi +depends cmake + +optional_depends Python "" "" "for Python support" +optional_depends mysql "" "" "for mysql database support" +optional_depends postgresql "" "" "for database support" diff --git a/bluetooth/gammu/DETAILS b/bluetooth/gammu/DETAILS new file mode 100644 index 0000000..60f2d9f --- /dev/null +++ b/bluetooth/gammu/DETAILS @@ -0,0 +1,14 @@ + MODULE=gammu + VERSION=1.28.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=https://sourceforge.net/projects/gammu/files/$MODULE/$VERSION/ + SOURCE_VFY=sha1:f34dcf9e578521c7e0e97abd4ef456da316c43e8 + WEB_SITE=http://wammu.eu/ + ENTERED=20100931 + UPDATED=20100831 + SHORT="command line utility for mobile phones" + +cat << EOF +Gammu is library and command line utility for mobile phones. It is +released under GNU GPL version 2. +EOF From stumbles at lunar-linux.org Tue Aug 31 14:23:50 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 31 Aug 2010 08:23:50 -0400 Subject: [Lunar-commits] wammu: Adding to moonbase, it is the frontend for gammu. Message-ID: <20100831122425.14D6E9B22A@doppio.foo-projects.org> commit 4e5c6c60bf38ffe795cbb0fe0c271671936c2a61 Author: Dennis `stumbles` Veatch Date: Tue Aug 31 08:23:50 2010 -0400 wammu: Adding to moonbase, it is the frontend for gammu. --- utils/wammu/BUILD | 7 +++++++ utils/wammu/DEPENDS | 5 +++++ utils/wammu/DETAILS | 25 +++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 0 deletions(-) diff --git a/utils/wammu/BUILD b/utils/wammu/BUILD new file mode 100644 index 0000000..d00ddda --- /dev/null +++ b/utils/wammu/BUILD @@ -0,0 +1,7 @@ +( + + python setup.py build && + prepare_install && + python setup.py install + +) > $C_FIFO 2>&1 diff --git a/utils/wammu/DEPENDS b/utils/wammu/DEPENDS new file mode 100644 index 0000000..e7c3e04 --- /dev/null +++ b/utils/wammu/DEPENDS @@ -0,0 +1,5 @@ +depends Python +depends wxPython +depends PyBluez +depends dbus-python +depends gammu diff --git a/utils/wammu/DETAILS b/utils/wammu/DETAILS new file mode 100644 index 0000000..79a53d5 --- /dev/null +++ b/utils/wammu/DETAILS @@ -0,0 +1,25 @@ + MODULE=wammu + VERSION=0.33 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=$SFORGE_URL/gammu/$MODULE/$VERSION/ + SOURCE_VFY=sha1:b8140607bafe2c3293913eee13b83c2a65e80307 + WEB_SITE=http://wammu.eu/wammu/ + ENTERED=20100831 + UPDATED=20100831 + SHORT="mobile phone manager" +cat << EOF +Wammu is mobile phone manager running on Linux, Windows and possibly other +platforms, where libGammu and wxPython works. The communication is made by +Gammu library. Currently supported features: + + * complete support (can read/edit/delete/copy) for contacts, todo, calendar + * can read/create/save/send/backup smses + * sending files to phone (OBEX and Sony Ericsson phones only) + * sms composer for multi part smses (currently only text and predefined bitmap/sound can be edited) + * display message including pictures and ringtones playback + * support for backup and import in various formats (vCard, vCalendar, vTodo, iCalendar, gammu own backup,...) + * export messages to mail (IMAP4, maildir and mailbox storages are supported) + * searching for phone + * translated into several languages + * rated as best on many software serve +EOF From tchan at lunar-linux.org Tue Aug 31 14:33:59 2010 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 31 Aug 2010 07:33:59 -0500 Subject: [Lunar-commits] busybox, busybox_static: Version bump to 1.17.2 Message-ID: <20100831123409.E39039B229@doppio.foo-projects.org> commit e9920e603f5bbcb71359ab1c5e770ba54f52f444 Author: Terry Chan Date: Tue Aug 31 07:33:59 2010 -0500 busybox,busybox_static: Version bump to 1.17.2 --- shells/busybox/DETAILS | 6 +++--- shells/busybox_static/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/shells/busybox/DETAILS b/shells/busybox/DETAILS index 4f5279f..eb37d77 100644 --- a/shells/busybox/DETAILS +++ b/shells/busybox/DETAILS @@ -1,12 +1,12 @@ MODULE=busybox - VERSION=1.17.1 + VERSION=1.17.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.busybox.net/downloads - SOURCE_VFY=sha1:691f44088c3327c957158443e813ec7346e99df6 + SOURCE_VFY=sha1:53e55638f1f211ece9351dae2e59d8a8ac46e2d9 WEB_SITE=http://www.busybox.net MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 - UPDATED=20100804 + UPDATED=20100831 SHORT="The Swiss Army Knife of Embedded Linux" cat << EOF diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS index d19395d..3dd9161 100644 --- a/shells/busybox_static/DETAILS +++ b/shells/busybox_static/DETAILS @@ -1,14 +1,14 @@ MODULE=busybox_static - VERSION=1.17.1 + VERSION=1.17.2 SOURCE=busybox-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION SOURCE_URL=http://www.busybox.net/downloads - SOURCE_VFY=sha1:691f44088c3327c957158443e813ec7346e99df6 + SOURCE_VFY=sha1:53e55638f1f211ece9351dae2e59d8a8ac46e2d9 WEB_SITE=http://www.busybox.net SHORT="time statically linked rescue shell" MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 - UPDATED=20100405 + UPDATED=20100831 cat << EOF BusyBox combines tiny versions of many common UNIX utilities into a From stumbles at lunar-linux.org Tue Aug 31 15:18:36 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 31 Aug 2010 09:18:36 -0400 Subject: [Lunar-commits] redland: My bad, this one slipped by and needs to go back to 1.0.8, Message-ID: <20100831132005.32F7C9B229@doppio.foo-projects.org> commit a42f2a109a363ca8ebbc234de81962585bdb6241 Author: Dennis `stumbles` Veatch Date: Tue Aug 31 09:18:36 2010 -0400 redland: My bad, this one slipped by and needs to go back to 1.0.8, soprano-2.5.0 still chokes on 1.0.10. --- libs/redland/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS index 396b78f..15bee39 100644 --- a/libs/redland/DETAILS +++ b/libs/redland/DETAILS @@ -1,11 +1,11 @@ MODULE=redland - VERSION=1.0.10 + VERSION=1.0.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.librdf.org/source - SOURCE_VFY=sha1:e4ba2ef207f293a7740f45661ec90cf9698e217f + SOURCE_VFY=sha1:9501b95a2b668067e2dcb0ab3bdb59e0376144de WEB_SITE=http://librdf.org ENTERED=20070802 - UPDATED=20100829 + UPDATED=20100830 SHORT="libraries that provide support for the Resource Description Framework" cat << EOF From stumbles at lunar-linux.org Tue Aug 31 19:32:12 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 31 Aug 2010 13:32:12 -0400 Subject: [Lunar-commits] webkitkde: This has been renamed to webkitkde, deleting. Message-ID: <20100831173308.6F5759B21B@doppio.foo-projects.org> commit 3ac0186c260cf9ffce66e8b4a65fcebde84b4a3b Author: Dennis `stumbles` Veatch Date: Tue Aug 31 13:32:12 2010 -0400 webkitkde: This has been renamed to webkitkde, deleting. --- kde4/apps/webkitkde/BUILD | 16 ---------------- kde4/apps/webkitkde/DEPENDS | 4 ---- kde4/apps/webkitkde/DETAILS | 19 ------------------- 3 files changed, 0 insertions(+), 39 deletions(-) diff --git a/kde4/apps/webkitkde/BUILD b/kde4/apps/webkitkde/BUILD deleted file mode 100644 index 0cc56ec..0000000 --- a/kde4/apps/webkitkde/BUILD +++ /dev/null @@ -1,16 +0,0 @@ -( - - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" - - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && - - mkdir $KDE4_BUILD_DIR && - cd $KDE4_BUILD_DIR && - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && - - default_make - -) > $C_FIFO 2>&1 diff --git a/kde4/apps/webkitkde/DEPENDS b/kde4/apps/webkitkde/DEPENDS deleted file mode 100644 index 2fc4d01..0000000 --- a/kde4/apps/webkitkde/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends perl -depends automoc -depends webkit -depends kdebase4 diff --git a/kde4/apps/webkitkde/DETAILS b/kde4/apps/webkitkde/DETAILS deleted file mode 100644 index 9cfa522..0000000 --- a/kde4/apps/webkitkde/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=webkitkde - VERSION=svn - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn://anonsvn.kde.org/home/kde/trunk/playground/libs//$MODULE:$MODULE - MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://techbase.kde.org/Getting_Started/Build/KDE4/Troubleshooting - ENTERED=20080715 - UPDATED=`date --date="last monday" +%Y%m%d` - SHORT="kde4 webkit html rendering support" - -cat << EOF -Qt 4.4 with QtWebkKit support is required for building the WebKit -KPart. - -You can switch between the different rendering engines: -View -> View Mode -> {KHTML, WebKit} (Website needs to be opened) -If WebKit does not show up in Konqueror, run 'kbuildsycoca4'. -EOF From florin at lunar-linux.org Tue Aug 31 19:42:02 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 20:42:02 +0300 Subject: [Lunar-commits] pcsc-lite: a lib for smartcard interface. Message-ID: <20100831174253.DA9BE9B21B@doppio.foo-projects.org> commit 9865ea927f393d4a789a6a900103bf3d1393fba8 Author: Florin Braescu Date: Tue Aug 31 20:42:02 2010 +0300 pcsc-lite: a lib for smartcard interface. --- libs/pcsc-lite/DEPENDS | 2 ++ libs/pcsc-lite/DETAILS | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/libs/pcsc-lite/DEPENDS b/libs/pcsc-lite/DEPENDS new file mode 100644 index 0000000..19deee2 --- /dev/null +++ b/libs/pcsc-lite/DEPENDS @@ -0,0 +1,2 @@ +optional_depends "libusb" "--enable-libusb" "--disable-libusb" "for USB support" +optional_depends "hal" "--enable-libhal" "--disable-libhal" "for HAL support" diff --git a/libs/pcsc-lite/DETAILS b/libs/pcsc-lite/DETAILS new file mode 100644 index 0000000..3b0f072 --- /dev/null +++ b/libs/pcsc-lite/DETAILS @@ -0,0 +1,22 @@ + MODULE=pcsc-lite + VERSION=1.5.5 + SOURCE=${MODULE}_$VERSION.orig.tar.gz + SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/p/$MODULE + SOURCE_VFY=sha1:06637f8cb96257036c6a5fb5e5b0953871faa817 + WEB_SITE=http://www.linuxnet.com/middle.html + ENTERED=20010831 + UPDATED=20100831 + SHORT="PC/SC Architecture smartcard middleware library" + +cat << EOF +The purpose of PCSC Lite is to provide a Windows(R) SCard interface +in a very small form factor for communicating to smart cards and +readers. PCSC Lite can be compiled directly to a desired reader driver +or can be used to dynamically allocate/deallocate reader drivers at +runtime (default). +EOF + + + + + From florin at lunar-linux.org Tue Aug 31 19:44:26 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 20:44:26 +0300 Subject: [Lunar-commits] gwenhywfar: version bumped to 4.0.0. Message-ID: <20100831174533.59A609B21B@doppio.foo-projects.org> commit 0dd05bd69e46e97a4a6ad97f934f01051247ffdc Author: Florin Braescu Date: Tue Aug 31 20:44:26 2010 +0300 gwenhywfar: version bumped to 4.0.0. This is the first official release of Gwenhywfar4. Since the last stable release, many bugs and problems have been fixed. Gwenhywfar4 features a new XML-based platform and toolkit independent dialog framework which is heavily used by AqBanking5. This package provides generic UI implementations for GTK-2, Qt-4, and FOX-1.6. The network code has been rewritten and thereby changed from asynchronous to synchronous access to fix some strange timeout problem. --- libs/gwenhywfar/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/gwenhywfar/DETAILS b/libs/gwenhywfar/DETAILS index 2f0be9c..276591f 100644 --- a/libs/gwenhywfar/DETAILS +++ b/libs/gwenhywfar/DETAILS @@ -1,8 +1,8 @@ MODULE=gwenhywfar - VERSION=3.11.3 + VERSION=4.0.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL="http://www2.aquamaniac.de/sites/download/download.php?package=01&release=31&file=01&dummy=" - SOURCE_VFY=sha1:97c8f2232416c224f096ec9958e5d9d70291e012 + SOURCE_URL="http://www2.aquamaniac.de/sites/download/download.php?package=01&release=53&file=01&dummy=" + SOURCE_VFY=sha1:81133fcd6c8ceecaa14b0f270d4da39428ed38e8 WEB_SITE=http://gwenhywfar.sourceforge.net ENTERED=20040919 UPDATED=20100702 From florin at lunar-linux.org Tue Aug 31 19:46:31 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 20:46:31 +0300 Subject: [Lunar-commits] libchipcard: version bumped to 5.0.0. Message-ID: <20100831174725.C42E29B21B@doppio.foo-projects.org> commit eec3842ed6f166f452db13f864f14992920ee1c2 Author: Florin Braescu Date: Tue Aug 31 20:46:31 2010 +0300 libchipcard: version bumped to 5.0.0. This is the first official release of Libchipcard5. From this version on, Libchipcard no longer provides its own resource manager. Instead, PC/SC is now used. This greatly increases the range of supported devices. --- libs/libchipcard/DEPENDS | 2 ++ libs/libchipcard/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libs/libchipcard/DEPENDS b/libs/libchipcard/DEPENDS index ed472ed..968eab4 100644 --- a/libs/libchipcard/DEPENDS +++ b/libs/libchipcard/DEPENDS @@ -1 +1,3 @@ depends openssl +depends gwenhywfar +depends pcsc-lite diff --git a/libs/libchipcard/DETAILS b/libs/libchipcard/DETAILS index ff6a16f..8d0200d 100644 --- a/libs/libchipcard/DETAILS +++ b/libs/libchipcard/DETAILS @@ -1,8 +1,8 @@ MODULE=libchipcard - VERSION=4.2.8 + VERSION=5.0.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL="http://www2.aquamaniac.de/sites/download/download.php?package=02&release=14&file=01&dummy=" - SOURCE_VFY=sha1:878d56c33c7611ccbd64edf9514475419fc41c5f + SOURCE_URL="http://www2.aquamaniac.de/sites/download/download.php?package=02&release=24&file=01&dummy=" + SOURCE_VFY=sha1:e3611b6f3f2494c99bf257c99de8c45d51d3ec04 WEB_SITE=http://www.libchipcard.de ENTERED=20040715 UPDATED=20090510 From florin at lunar-linux.org Tue Aug 31 19:48:23 2010 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 31 Aug 2010 20:48:23 +0300 Subject: [Lunar-commits] aqbanking: version bumped to 5.0.0. Message-ID: <20100831174942.4A3009B21B@doppio.foo-projects.org> commit b4b4810ef75bba2d65d3298098d035ab4160fff7 Author: Florin Braescu Date: Tue Aug 31 20:48:23 2010 +0300 aqbanking: version bumped to 5.0.0. This is the first official release of AqBanking5. It fixes many HBCI- related problems (especially PIN/TAN-related ones). AqBanking5 adds support for statement download from Paypal accounts. It uses Gwenhywfar's new platform and toolkit independent dialog framework to provide many user setup dialogs for HBCI, EBICS, OFX DirectConnect, and Paypal as well as a generic file importer (including a CSV profile editor). --- libs/aqbanking/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/aqbanking/DETAILS b/libs/aqbanking/DETAILS index 98138c9..f33d118 100644 --- a/libs/aqbanking/DETAILS +++ b/libs/aqbanking/DETAILS @@ -1,11 +1,11 @@ MODULE=aqbanking - VERSION=4.2.4 + VERSION=5.0.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL="http://www2.aquamaniac.de/sites/download/download.php?package=03&release=50&file=01&dummy=SOURCE" - SOURCE_VFY=sha1:a140500ed11cf3ceefed16e202e4a1043cdb07f6 + SOURCE_URL="http://www2.aquamaniac.de/sites/download/download.php?package=03&release=73&file=01&dummy=SOURCE" + SOURCE_VFY=sha1:cfcb6803ec05ae72e698de6c62eb1fc687733887 WEB_SITE=http://www.aquamaniac.de/$MODULE ENTERED=20040919 - UPDATED=20100702 + UPDATED=20100831 SHORT="A home banking application" PSAFE=no From stumbles at lunar-linux.org Tue Aug 31 20:23:36 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 31 Aug 2010 14:23:36 -0400 Subject: [Lunar-commits] GMT: Version bump. Message-ID: <20100831182358.9496F9B21B@doppio.foo-projects.org> commit b1922d9d1cebac0feffc083431f7609b09ec685b Author: Dennis `stumbles` Veatch Date: Tue Aug 31 14:23:36 2010 -0400 GMT: Version bump. --- science/GMT/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/GMT/DETAILS b/science/GMT/DETAILS index b442fa2..0d2bd10 100644 --- a/science/GMT/DETAILS +++ b/science/GMT/DETAILS @@ -1,12 +1,12 @@ MODULE=GMT - VERSION=4.5.2 + VERSION=4.5.3 SOURCE=$MODULE${VERSION}_src.tar.bz2 SOURCE_URL=ftp://ftp.soest.hawaii.edu/gmt/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION - SOURCE_VFY=sha1:85b39caf655f22327839ce10c4d03c1b87c7fe15 + SOURCE_VFY=sha1:b801316b08339d572905487cdb0d66b8236b7ecf WEB_SITE=http://gmt.soest.hawaii.edu/ ENTERED=20090212 - UPDATED=20100221 + UPDATED=20100831 SHORT="generic mapping tools" cat << EOF From stumbles at lunar-linux.org Tue Aug 31 20:42:10 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 31 Aug 2010 14:42:10 -0400 Subject: [Lunar-commits] gajim: Version bump. Message-ID: <20100831184235.3D1569B21B@doppio.foo-projects.org> commit b19b41583636b1214f6f2668eff03e6d84f71995 Author: Dennis `stumbles` Veatch Date: Tue Aug 31 14:42:10 2010 -0400 gajim: Version bump. --- chat/gajim/DETAILS | 33 +++++++++++++++++---------------- 1 files changed, 17 insertions(+), 16 deletions(-) diff --git a/chat/gajim/DETAILS b/chat/gajim/DETAILS index df28d84..87de870 100644 --- a/chat/gajim/DETAILS +++ b/chat/gajim/DETAILS @@ -1,11 +1,12 @@ MODULE=gajim - VERSION=0.12.5 + MAJOR=0.13 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.gajim.org/downloads/ - SOURCE_VFY=sha1:cffa46929634ff4032299ccfc02a78b055e1c38d + SOURCE_URL=http://www.gajim.org/downloads/${MAJOR}/ + SOURCE_VFY=sha1:87c37ea105543a437cf1d2bb93dd49a4f9be9343 WEB_SITE=http://www.gajim.org/ ENTERED=20070207 - UPDATED=20090914 + UPDATED=20100831 SHORT="Jabber client based on PyGTK" MAINTAINER="jannis at lunar-linux.org" @@ -15,16 +16,16 @@ client. Gajim works nicely with GNOME, but does not require it to run. It is released under the GNU General Public License. Features: - # Tabbed chat window - # Group chat support (with MUC protocol) - # Emoticons, Avatars, File transfer, Room Bookmarks - # Metacontacts Support - # Trayicon, Speller, extented chat history functionalities - # TLS and GPG support (with SSL legacy support) - # Transport Registration support - # Service Discovery including Nodes - # Wikipedia, dictionary and search engine lookup - # Multiple accounts support - # DBus Capabilities. Read more information - # XML Console + Tabbed chat window + Group chat support (with MUC protocol) + Emoticons, Avatars, File transfer, Room Bookmarks + Metacontacts Support + Trayicon, Speller, extented chat history functionalities + TLS and GPG support (with SSL legacy support) + Transport Registration support + Service Discovery including Nodes + Wikipedia, dictionary and search engine lookup + Multiple accounts support + DBus Capabilities. Read more information + XML Console EOF From stumbles at lunar-linux.org Tue Aug 31 20:44:19 2010 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 31 Aug 2010 14:44:19 -0400 Subject: [Lunar-commits] webkit: Wasn't PSAFE here. Message-ID: <20100831184443.DEFA79B21B@doppio.foo-projects.org> commit fc816d8058deeb95309f5d3f2eec2a2ef0c62ce6 Author: Dennis `stumbles` Veatch Date: Tue Aug 31 14:44:19 2010 -0400 webkit: Wasn't PSAFE here. --- web/webkit/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS index 8c4eb81..d2e22b9 100644 --- a/web/webkit/DETAILS +++ b/web/webkit/DETAILS @@ -7,7 +7,7 @@ ENTERED=20070919 UPDATED=20100718 SHORT="gtk+ web rendering engine" - +PSAFE=no cat << EOF WebKitGTK+ is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded