From florin at lunar-linux.org Mon Dec 1 12:56:59 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 1 Dec 2008 13:56:59 +0200 Subject: [Lunar-commits] mtools: version bumped to 4.0.0. Message-ID: <20081201110506.98C1BF3D51@doppio.foo-projects.org> commit 1332f27ae0711272d72974e661fba4ccfd06c8be Author: Florin Braescu Date: Mon Dec 1 13:56:59 2008 +0200 mtools: version bumped to 4.0.0. Bugfixes and translations updates. --- filesys/mtools/BUILD | 3 +-- filesys/mtools/DETAILS | 9 +++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/filesys/mtools/BUILD b/filesys/mtools/BUILD index 02bcfac..25ab676 100644 --- a/filesys/mtools/BUILD +++ b/filesys/mtools/BUILD @@ -3,8 +3,7 @@ # tchan added this hack 20070606 because dpkg installs /usr/sbin/install-info which # of course is NOT compatible with /usr/bin/install-info (at least for mtools) export INSTALL_INFO=/usr/bin/install-info - patch_it $SOURCE_CACHE/$SOURCE2 1 && - default_build && + default_build && gather_docs NEWPARAMS Release.notes mtools.conf ) > $C_FIFO 2>&1 diff --git a/filesys/mtools/DETAILS b/filesys/mtools/DETAILS index 0f1c707..f21c579 100644 --- a/filesys/mtools/DETAILS +++ b/filesys/mtools/DETAILS @@ -1,15 +1,12 @@ MODULE=mtools - VERSION=3.9.11 + VERSION=4.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=mtools-3.9.11-20070601.diff.gz SOURCE_URL[0]=http://mtools.linux.lu SOURCE_URL[1]=http://www.tux.org/pub/knaff/mtools - SOURCE2_URL=http://mtools.linux.lu - SOURCE_VFY=sha1:783f65ce054a25c29bd36d9862e6cf204955026a - SOURCE2_VFY=sha1:a927965ff0f72f8de9a95856034acd742f72ff7b + SOURCE_VFY=sha1:67c83a249d5a9571ca7b047f8a27af29fced455f WEB_SITE=http://mtools.linux.lu ENTERED=20010922 - UPDATED=20070606 + UPDATED=20081201 SHORT="Utilities to access MS-DOS disks without mounting them" cat << EOF From ratler at lunar-linux.org Mon Dec 1 13:23:12 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Mon, 1 Dec 2008 13:23:12 +0100 Subject: [Lunar-commits] lsb-release: Initial import Message-ID: <20081201122331.38DC39B1BB@doppio.foo-projects.org> commit c3e11b0dcdb0fdb2b55e16c40d83694ee00313d5 Author: Stefan Wold Date: Mon Dec 1 13:23:12 2008 +0100 lsb-release: Initial import --- utils/lsb-release/BUILD | 6 ++++++ utils/lsb-release/DETAILS | 13 +++++++++++++ utils/lsb-release/POST_INSTALL | 13 +++++++++++++ 3 files changed, 32 insertions(+), 0 deletions(-) diff --git a/utils/lsb-release/BUILD b/utils/lsb-release/BUILD new file mode 100644 index 0000000..76fa437 --- /dev/null +++ b/utils/lsb-release/BUILD @@ -0,0 +1,6 @@ +( + + prepare_install && + make prefix=/usr mandir=/usr/share/man install + +) > $C_FIFO 2>&1 diff --git a/utils/lsb-release/DETAILS b/utils/lsb-release/DETAILS new file mode 100644 index 0000000..c7ba4de --- /dev/null +++ b/utils/lsb-release/DETAILS @@ -0,0 +1,13 @@ + MODULE=lsb-release + VERSION=1.4 + SOURCE=${MODULE}-${VERSION}.tar.gz + SOURCE_URL=$SFORGE_URL/lsb/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:ecf883ada9bf4e1feca3f2e1494bd798792aee18 + WEB_SITE="http://www.linuxbase.org/" + ENTERED=20081201 + UPDATED=20081201 + SHORT="Show distribution version" +cat </etc/lsb-release< ntfs-3g: version bumped to 1.5130. Message-ID: <20081201141156.D01459B1BB@doppio.foo-projects.org> commit bb21e3170546209dc7a43b0b553e849b997b49d6 Author: Florin Braescu Date: Mon Dec 1 16:45:13 2008 +0200 ntfs-3g: version bumped to 1.5130. Bugfix release. --- filesys/ntfs-3g/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/ntfs-3g/DETAILS b/filesys/ntfs-3g/DETAILS index d2ca88e..02383b1 100644 --- a/filesys/ntfs-3g/DETAILS +++ b/filesys/ntfs-3g/DETAILS @@ -1,11 +1,11 @@ MODULE=ntfs-3g - VERSION=1.5012 + VERSION=1.5130 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.ntfs-3g.org - SOURCE_VFY=sha1:83307151def2de2316a4b8e6b295c6416fb5b306 + SOURCE_VFY=sha1:02b7a874b02827665c97123c6335e1d856054c42 WEB_SITE=http://www.ntfs-3g.org ENTERED=20070621 - UPDATED=20081013 + UPDATED=20081201 SHORT="NTFS driver for Linux" cat << EOF From florin at lunar-linux.org Mon Dec 1 16:08:07 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 1 Dec 2008 17:08:07 +0200 Subject: [Lunar-commits] pciutils: version bumped to 3.0.3. Message-ID: <20081201141156.E05609B1C2@doppio.foo-projects.org> commit 557ad773566eb2f059905bde05b14dd4dcae43b6 Author: Florin Braescu Date: Mon Dec 1 17:08:07 2008 +0200 pciutils: version bumped to 3.0.3. Some new features added, bugfixes, updated pci.ids file. --- utils/pciutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pciutils/DETAILS b/utils/pciutils/DETAILS index aff112d..2eab050 100644 --- a/utils/pciutils/DETAILS +++ b/utils/pciutils/DETAILS @@ -1,15 +1,15 @@ MODULE=pciutils - VERSION=3.0.2 + VERSION=3.0.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=pci.ids.bz2 SOURCE_URL[0]=$KERNEL_URL/pub/software/utils/$MODULE SOURCE_URL[1]=http://www.ibiblio.org/pub/Linux/hardware SOURCE_URL[2]=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci SOURCE2_URL=http://pciids.sourceforge.net - SOURCE_VFY=sha1:4591785f6f70ed44e593933bb34012d83b4c3853 + SOURCE_VFY=sha1:8aa910309118a841e35e8db69d54cb76d92969d5 WEB_SITE=http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml ENTERED=20020125 - UPDATED=20080920 + UPDATED=20081201 PSAFE=no SHORT="The setpci and lspci utils" From florin at lunar-linux.org Mon Dec 1 16:14:27 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 1 Dec 2008 17:14:27 +0200 Subject: [Lunar-commits] gftp: version bumped to 2.0.19. Message-ID: <20081201141638.721F39B1BB@doppio.foo-projects.org> commit 640c3c9c4d49ca9f178af4f7baebe3270c70adcb Author: Florin Braescu Date: Mon Dec 1 17:14:27 2008 +0200 gftp: version bumped to 2.0.19. Improvements to the networking code, bugfixes, i18n fixes and 38 updated or new translations. --- ftp/gftp/DEPENDS | 8 ++++---- ftp/gftp/DETAILS | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ftp/gftp/DEPENDS b/ftp/gftp/DEPENDS index ea2ab35..64bd7ad 100644 --- a/ftp/gftp/DEPENDS +++ b/ftp/gftp/DEPENDS @@ -1,6 +1,6 @@ -depends gtk+-2 && -depends readline && -depends ncurses && +depends gtk+-2 +depends readline +depends ncurses -optional_depends "openssl" "" "--disable-ssl" "for SSL support" && +optional_depends "openssl" "" "--disable-ssl" "for SSL support" optional_depends "gettext" "" "--disable-nls" "for NLS support" diff --git a/ftp/gftp/DETAILS b/ftp/gftp/DETAILS index 2dd9068..ec50530 100644 --- a/ftp/gftp/DETAILS +++ b/ftp/gftp/DETAILS @@ -1,12 +1,13 @@ MODULE=gftp - VERSION=2.0.18 + VERSION=2.0.19 SOURCE=gftp-$VERSION.tar.bz2 - SOURCE_URL=http://www.gftp.org/ - SOURCE_VFY=sha1:c2468f1ff1fe978a5fab3a198e513558f3b48f5a + SOURCE_URL=http://www.gftp.org + SOURCE_VFY=sha1:a5516403edf199e31194806478d4d8ac00daf828 WEB_SITE=http://www.gftp.org ENTERED=20011031 - UPDATED=20050205 - SHORT="graphical ftp client" + UPDATED=20081201 + SHORT="A graphical ftp client" + cat << EOF gFTP is a multithreaded FTP client for X Windows written using GTK+. It features simultaneous downloads, resuming of interrupted file @@ -14,6 +15,5 @@ transfers, FTP, HTTP, and SSH protocols, file transfer queues, downloading of entire directories, FTP and HTTP proxy support, remote directory caching, passive and non-passive file transfers, drag-n-drop support, a very nice connection manager, and more. - This module builds the GTK+-2 (gftp-gtk) and CLI (gftp-text) versions. EOF From florin at lunar-linux.org Mon Dec 1 17:23:24 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 1 Dec 2008 18:23:24 +0200 Subject: [Lunar-commits] vlc: version bumped to 0.9.7. Message-ID: <20081201152458.2847DF3DC1@doppio.foo-projects.org> commit 4959fefa512716a3435b1ec38129b72f4890bd9f Author: Florin Braescu Date: Mon Dec 1 18:23:24 2008 +0200 vlc: version bumped to 0.9.7. Security release. --- video/vlc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS index e82c96a..6207c81 100644 --- a/video/vlc/DETAILS +++ b/video/vlc/DETAILS @@ -1,11 +1,11 @@ MODULE=vlc - VERSION=0.9.6 + VERSION=0.9.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION - SOURCE_VFY=sha1:b56b0ed4152ec841a2145caab5f6710ba9ed0d88 + SOURCE_VFY=sha1:58885fbb728d2083b967ba4834184c67c60f932f WEB_SITE=http://www.videolan.org ENTERED=20011113 - UPDATED=20081106 + UPDATED=20081201 SHORT="Videolan client multimedia player" cat << EOF From stumbles at lunar-linux.org Mon Dec 1 23:43:12 2008 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 1 Dec 2008 17:43:12 -0500 Subject: [Lunar-commits] mlt: version bump Message-ID: <20081201224634.53AD2F3ED5@doppio.foo-projects.org> commit 84adb10a6059d2f93132a7819f41a5b25ab75600 Author: Dennis 'stumbles' Veatch Date: Mon Dec 1 17:43:12 2008 -0500 mlt: version bump --- video/mlt/BUILD | 4 ---- video/mlt/DETAILS | 15 +++------------ 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/video/mlt/BUILD b/video/mlt/BUILD index 93cdcdb..e0e0552 100644 --- a/video/mlt/BUILD +++ b/video/mlt/BUILD @@ -1,9 +1,5 @@ ( - patch_it $SOURCE2 1 && - patch_it $SOURCE3 1 && - patch_it $SOURCE4 1 && - OPTS+=" --enable-gpl --avformat-swscale" default_build diff --git a/video/mlt/DETAILS b/video/mlt/DETAILS index 39f358c..7844fd2 100644 --- a/video/mlt/DETAILS +++ b/video/mlt/DETAILS @@ -1,20 +1,11 @@ MODULE=mlt - VERSION=0.2.4 + VERSION=0.3.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-ffmpegheaders.patch - SOURCE3=$MODULE-$VERSION-avdevice.patch - SOURCE4=$MODULE-$VERSION-double-fps.patch SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE2_URL=$PATCH_URL/ - SOURCE3_URL=$PATCH_URL/ - SOURCE4_URL=$PATCH_URL/ - SOURCE_VFY=sha1:4074dab510037ad9f49401bad75c8b78c1ee06b8 - SOURCE2_VFY=sha1:3b63cdebbd26ba2e0da07813258e55b3b10f3033 - SOURCE3_VFY=sha1:66719bc6c544c10634eeddc7fce3220080368f2c - SOURCE4_VFY=sha1:5403d6eae4d4c9d7d7c826c29e80b7a1403f3a17 + SOURCE_VFY=sha1:c196e4b9fc6c153dc88c24ecf3e026cf8629283c WEB_SITE=http://www.mltframework.org/twiki/bin/view/MLT/ ENTERED=20071106 - UPDATED=20071106 + UPDATED=20081201 SHORT="open source multimedia framework" cat << EOF From stumbles at lunar-linux.org Mon Dec 1 23:44:03 2008 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 1 Dec 2008 17:44:03 -0500 Subject: [Lunar-commits] mlt++: version bump. Message-ID: <20081201224634.5CB6FF3ED4@doppio.foo-projects.org> commit 0b8d62e8fef99f5e16f503ab88c5f91f00aafcf3 Author: Dennis 'stumbles' Veatch Date: Mon Dec 1 17:44:03 2008 -0500 mlt++: version bump. --- video/mlt++/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mlt++/DETAILS b/video/mlt++/DETAILS index 1025dee..9fb4bae 100644 --- a/video/mlt++/DETAILS +++ b/video/mlt++/DETAILS @@ -1,11 +1,11 @@ MODULE=mlt++ - VERSION=0.2.2 + VERSION=0.3.2 SOURCE=mlt++-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/mlt - SOURCE_VFY=sha1:416c225f4f72d2a3a7d012f291c0d84455a8673c + SOURCE_VFY=sha1:51360312e53ec523ca6f0776b36c35258882ab15 WEB_SITE=http://www.mltframework.org/twiki/bin/view/MLT/ ENTERED=20071106 - UPDATED=20071106 + UPDATED=20081201 SHORT="wrapper for mlt" cat << EOF From stumbles at lunar-linux.org Mon Dec 1 23:46:08 2008 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Mon, 1 Dec 2008 17:46:08 -0500 Subject: [Lunar-commits] kdenlive4: initial import. Message-ID: <20081201224634.74632F3ED6@doppio.foo-projects.org> commit 8022b9a4faa63099223d4f87d80d15efd591ec18 Author: Dennis 'stumbles' Veatch Date: Mon Dec 1 17:46:08 2008 -0500 kdenlive4: initial import. --- kde4/apps/kdenlive4/BUILD | 16 ++++++++++++++++ kde4/apps/kdenlive4/DEPENDS | 2 ++ kde4/apps/kdenlive4/DETAILS | 17 +++++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/kde4/apps/kdenlive4/BUILD b/kde4/apps/kdenlive4/BUILD new file mode 100644 index 0000000..0cc56ec --- /dev/null +++ b/kde4/apps/kdenlive4/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/kdenlive4/DEPENDS b/kde4/apps/kdenlive4/DEPENDS new file mode 100644 index 0000000..f96b62d --- /dev/null +++ b/kde4/apps/kdenlive4/DEPENDS @@ -0,0 +1,2 @@ +depends kdebase4 +depends mlt++ diff --git a/kde4/apps/kdenlive4/DETAILS b/kde4/apps/kdenlive4/DETAILS new file mode 100644 index 0000000..8e33e06 --- /dev/null +++ b/kde4/apps/kdenlive4/DETAILS @@ -0,0 +1,17 @@ + MODULE=kdenlive4 + VERSION=0.7 + SOURCE=kdenlive-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/kdenlive +SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdenlive-$VERSION + SOURCE_VFY=sha1:a4f35fbc26a2eef7af7bfc595828366a0185086f + MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} + WEB_SITE=http://kdenlive.sourceforge.net + ENTERED=20081201 + UPDATED=20081201 + SHORT="A non-linear video editing application for KDE4" + +cat << EOF +Kdenlive is a non-linear video editor for KDE4. It relies on a seperate +renderer, piave, to handle it's rendering. Kdenlive supports multitrack +editing. +EOF From tchan at lunar-linux.org Tue Dec 2 03:51:58 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 1 Dec 2008 20:51:58 -0600 Subject: [Lunar-commits] busybox, busybox_static: Version bump to stable 1.12.3. Message-ID: <20081202025341.C53D5F4018@doppio.foo-projects.org> commit c46b8aafac63a0b6c8a22c6945d91c91ece74dba Author: Terry Chan Date: Mon Dec 1 20:51:58 2008 -0600 busybox, busybox_static: Version bump to stable 1.12.3. Let's hold off on 1.13.1 for a while, until its been tested some more. --- 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 d97ef56..ce519b9 100644 --- a/shells/busybox/DETAILS +++ b/shells/busybox/DETAILS @@ -1,12 +1,12 @@ MODULE=busybox - VERSION=1.12.2 + VERSION=1.12.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.busybox.net/downloads/ - SOURCE_VFY=sha1:49c715a4adb8f6f3d4103dfe04b050479fe43e56 + SOURCE_VFY=sha1:82666247e068af4cba90151d1a0062fad035f6ed WEB_SITE=http://www.busybox.net MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 - UPDATED=20081118 + UPDATED=20081201 SHORT="The Swiss Army Knife of Embedded Linux." cat << EOF BusyBox combines tiny versions of many common UNIX utilities into a diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS index 9b9b778..a8740e9 100644 --- a/shells/busybox_static/DETAILS +++ b/shells/busybox_static/DETAILS @@ -1,14 +1,14 @@ MODULE=busybox_static - VERSION=1.12.2 + VERSION=1.12.3 SOURCE=busybox-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION SOURCE_URL=http://www.busybox.net/downloads/ - SOURCE_VFY=sha1:49c715a4adb8f6f3d4103dfe04b050479fe43e56 + SOURCE_VFY=sha1:82666247e068af4cba90151d1a0062fad035f6ed SHORT="time statically linked rescue shell." WEB_SITE=http://www.busybox.net MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 - UPDATED=20081118 + UPDATED=20081201 cat << EOF BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of From samuel.verstraete at gmail.com Tue Dec 2 15:41:30 2008 From: samuel.verstraete at gmail.com (Samuel) Date: Tue, 2 Dec 2008 15:41:30 +0100 Subject: [Lunar-commits] xorg-server: version bump to 1.5.3 Message-ID: <20081202144149.D2BC0F3592@doppio.foo-projects.org> commit 95446d03ef2477cb3b611031330f5a740217d7b0 Author: Samuel Date: Tue Dec 2 15:41:30 2008 +0100 xorg-server: version bump to 1.5.3 --- xorg7/xorg-server/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/xorg-server/DETAILS b/xorg7/xorg-server/DETAILS index db3a184..79e9857 100644 --- a/xorg7/xorg-server/DETAILS +++ b/xorg7/xorg-server/DETAILS @@ -1,16 +1,16 @@ MODULE=xorg-server - VERSION=1.5.2 + VERSION=1.5.3 #MESA_VERSION=7.1 SOURCE=$MODULE-$VERSION.tar.bz2 # SOURCE2=MesaLib-${MESA_VERSION}.tar.bz2 SOURCE_URL=$XORG_URL/individual/xserver # SOURCE2_URL=$SFORGE_URL/mesa3d - SOURCE_VFY=sha1:fc8b5ed20af34f504d55a004c35ebacbc603b339 + SOURCE_VFY=sha1:177529b6d7191a73df6abf2990cd7708398a8d81 # SOURCE2_VFY=sha1:0b946a8a4334ca22baf3e0fe583f88187e9d74fa MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080925 + UPDATED=20081202 MAINTAINER=elangelo at lunar-linux.org SHORT="The X.Org X11R7 server for the X Window System" From samuel.verstraete at gmail.com Tue Dec 2 15:44:55 2008 From: samuel.verstraete at gmail.com (Samuel) Date: Tue, 2 Dec 2008 15:44:55 +0100 Subject: [Lunar-commits] XOrg7: keyboard and mouse drivers removed from dependency Message-ID: <20081202144546.5D9649B1C7@doppio.foo-projects.org> commit db6e04b2ed4ee17345274f673f7cee93d192c230 Author: Samuel Date: Tue Dec 2 15:44:55 2008 +0100 XOrg7: keyboard and mouse drivers removed from dependency replaced by evdev which is preferred --- xorg7/x11-profiles/XOrg7/DEPENDS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/xorg7/x11-profiles/XOrg7/DEPENDS b/xorg7/x11-profiles/XOrg7/DEPENDS index 1d4d55d..f9615b8 100644 --- a/xorg7/x11-profiles/XOrg7/DEPENDS +++ b/xorg7/x11-profiles/XOrg7/DEPENDS @@ -7,8 +7,7 @@ depends xauth depends xinit depends xkeyboard-config # DEPENDS: libxkbui -depends xf86-input-keyboard -depends xf86-input-mouse +depends xf86-input-evdev depends font-alias depends font-cursor-misc depends font-adobe-100dpi From florin at lunar-linux.org Tue Dec 2 18:54:12 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 2 Dec 2008 19:54:12 +0200 Subject: [Lunar-commits] vlc: version bumped to 0.9.8. Message-ID: <20081202165703.46BBEF34A1@doppio.foo-projects.org> commit 99f3554a63d4836c00ec4b1d58e8af6e0309eafa Author: Florin Braescu Date: Tue Dec 2 19:54:12 2008 +0200 vlc: version bumped to 0.9.8. Security release. --- video/vlc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS index 6207c81..8a300e9 100644 --- a/video/vlc/DETAILS +++ b/video/vlc/DETAILS @@ -1,11 +1,11 @@ MODULE=vlc - VERSION=0.9.7 + VERSION=0.9.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION - SOURCE_VFY=sha1:58885fbb728d2083b967ba4834184c67c60f932f + SOURCE_VFY=sha1:6ea45cf9c9b6e855cab65bdcefb5e4234926d8bc WEB_SITE=http://www.videolan.org ENTERED=20011113 - UPDATED=20081201 + UPDATED=20081202 SHORT="Videolan client multimedia player" cat << EOF From tchan at lunar-linux.org Wed Dec 3 04:52:22 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 2 Dec 2008 21:52:22 -0600 Subject: [Lunar-commits] mercurial: Version bump to stable 1.1. Message-ID: <20081203035430.99D809B1C4@doppio.foo-projects.org> commit 99809c0083e8612ba2c1bf8c8f60a6df53ae53e7 Author: Terry Chan Date: Tue Dec 2 21:52:22 2008 -0600 mercurial: Version bump to stable 1.1. Removed Python-2.6 patch. --- devel/mercurial/BUILD | 1 - devel/mercurial/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/devel/mercurial/BUILD b/devel/mercurial/BUILD index 9db90d6..c737978 100644 --- a/devel/mercurial/BUILD +++ b/devel/mercurial/BUILD @@ -1,6 +1,5 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 && prepare_install && python setup.py install --force && cp -p contrib/hgk contrib/hgdiff /usr/bin && diff --git a/devel/mercurial/DETAILS b/devel/mercurial/DETAILS index 6a263a9..c7860d6 100644 --- a/devel/mercurial/DETAILS +++ b/devel/mercurial/DETAILS @@ -1,14 +1,11 @@ MODULE=mercurial - VERSION=1.0.2 + VERSION=1.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-python-2.6.patch SOURCE_URL=http://www.selenic.com/$MODULE/release/ - SOURCE_VFY=sha1:6d5be655276770192b889cee279bdcc0aee977e3 - SOURCE2_URL=$PATCH_URL - SOURCE2_VFY=sha1:2fb654c43688f80f4dc2a740e3389f1cfbe26183 + SOURCE_VFY=sha1:e6cd373e18e9d5154814eb08f58c7a6567608642 WEB_SITE=http://www.selenic.com/$MODULE/wiki/ ENTERED=20070408 - UPDATED=20080823 + UPDATED=20081202 PSAFE=no SHORT="a fast, lightweight SCM system" From florin at lunar-linux.org Wed Dec 3 09:57:25 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 3 Dec 2008 10:57:25 +0200 Subject: [Lunar-commits] freeciv: version bumped to 2.1.8. Message-ID: <20081203080426.00AF3F3208@doppio.foo-projects.org> commit d72c04d17f9456e1436eb5232a36dbccb57455dc Author: Florin Braescu Date: Wed Dec 3 10:57:25 2008 +0200 freeciv: version bumped to 2.1.8. Bugfixes and enhacements. --- games/freeciv/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/freeciv/DETAILS b/games/freeciv/DETAILS index a26f760..ddd4a6e 100644 --- a/games/freeciv/DETAILS +++ b/games/freeciv/DETAILS @@ -1,11 +1,11 @@ MODULE=freeciv - VERSION=2.1.6 + VERSION=2.1.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:6685a5ad65201f6b80782a1e4752d597e2447831 + SOURCE_VFY=sha1:6f532dbbb68e6ae3d126d867db5c8a8b6c1eacee WEB_SITE=$SFORGE_URL/$MODULE ENTERED=20010922 - UPDATED=20080811 + UPDATED=20081203 SHORT="Reimplementation of Civilization" cat << EOF From florin at lunar-linux.org Wed Dec 3 21:00:26 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 3 Dec 2008 22:00:26 +0200 Subject: [Lunar-commits] ferm: version bumped to 2.0.4. Message-ID: <20081203190219.B244A9B1C0@doppio.foo-projects.org> commit 4f2bfa8a140912e01176c3048ce437de82be3ad5 Author: Florin Braescu Date: Wed Dec 3 22:00:26 2008 +0200 ferm: version bumped to 2.0.4. Changes: - enable policy-only domains (no rules, just policy declarations) - don't list custom chains in --flush --fast mode - create chains and subchains even if they are empty - "protocol" is an alias for "proto", to fix the keyword conflict with the "policy" module - bugfixes. --- security/ferm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/ferm/DETAILS b/security/ferm/DETAILS index 015432a..bcd7890 100644 --- a/security/ferm/DETAILS +++ b/security/ferm/DETAILS @@ -1,11 +1,11 @@ MODULE=ferm - VERSION=2.0.2 + VERSION=2.0.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://ferm.foo-projects.org/download/2.0 - SOURCE_VFY=sha1:95c013fe7cfebd7b5c9e6a841ee992832266a166 + SOURCE_VFY=sha1:0ab4bb19c9a332bf78e632d0b06b34d81332540f WEB_SITE=http://ferm.foo-projects.org ENTERED=20020514 - UPDATED=20080727 + UPDATED=20081203 MAINTAINER=ferm at foo-projects.org SHORT="A tool to maintain complex firewalls" From tchan at lunar-linux.org Wed Dec 3 20:04:11 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Wed, 3 Dec 2008 13:04:11 -0600 Subject: [Lunar-commits] mercurial-hg: Updated the version number to the 1.1.x series. Message-ID: <20081203190455.807699B1C0@doppio.foo-projects.org> commit 205f8b71fb68fd2d81664f4c728dd897bb670710 Author: Terry Chan Date: Wed Dec 3 13:04:11 2008 -0600 mercurial-hg: Updated the version number to the 1.1.x series. --- zbeta/mercurial-hg/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/mercurial-hg/DETAILS b/zbeta/mercurial-hg/DETAILS index 84be613..67a81a4 100644 --- a/zbeta/mercurial-hg/DETAILS +++ b/zbeta/mercurial-hg/DETAILS @@ -1,5 +1,5 @@ MODULE=mercurial-hg - VERSION=1.0.x + VERSION=1.1.x SOURCE=${MODULE}-${VERSION}.tar.bz2 SOURCE_URL=hg+http://selenic.com/repo/hg WEB_SITE=http://www.selenic.com/mercurial/wiki/ From samuel.verstraete at gmail.com Wed Dec 3 21:27:03 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 3 Dec 2008 21:27:03 +0100 Subject: [Lunar-commits] eet, evas and ecore deleted Message-ID: <20081203202720.98BCC9B1C0@doppio.foo-projects.org> commit 4ceccbdada88db46c82b5dff3991a69a3c75068c Author: samuel verstraete Date: Wed Dec 3 21:27:03 2008 +0100 eet, evas and ecore deleted --- graphics/evas/DEPENDS | 2 -- graphics/evas/DETAILS | 17 ----------------- libs/ecore/DEPENDS | 1 - libs/ecore/DETAILS | 14 -------------- libs/eet/CONFLICTS | 1 - libs/eet/DEPENDS | 2 -- libs/eet/DETAILS | 17 ----------------- libs/eet/POST_INSTALL | 4 ---- 8 files changed, 0 insertions(+), 58 deletions(-) diff --git a/graphics/evas/DEPENDS b/graphics/evas/DEPENDS deleted file mode 100644 index 6571d2f..0000000 --- a/graphics/evas/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends imlib2_loaders && -depends %GLUT diff --git a/graphics/evas/DETAILS b/graphics/evas/DETAILS deleted file mode 100644 index 4cd3071..0000000 --- a/graphics/evas/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=evas - VERSION=0.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/enlightenment/ - WEB_SITE=http://www.enlightenment.org - MAINTAINER="nhudson at speakeasy.net" - ENTERED=20011101 - UPDATED=20011101 - SHORT="canvis for e17" - -cat << EOF -Evas is a canvas library, designed to work with the X Window System. -It is designed to be able to take advantage of any graphics hardware -or CPU processing power you may have, or to adjust for the lack of -it. It has a simplistic API to access the features of a canvas to aid -in making development using Evas easy. -EOF diff --git a/libs/ecore/DEPENDS b/libs/ecore/DEPENDS deleted file mode 100644 index 7e93fb7..0000000 --- a/libs/ecore/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends evas diff --git a/libs/ecore/DETAILS b/libs/ecore/DETAILS deleted file mode 100644 index cdc91da..0000000 --- a/libs/ecore/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=ecore - VERSION=0.0.2 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/enlightenment/ - WEB_SITE=http://www.enlightenment.org - MAINTAINER="nhudson at speakeasy.net" - ENTERED=20011101 - UPDATED=20011101 - SHORT="core functions for e17" - -cat << EOF -Ecore is a core event abstraction layer and X abstraction layer -for the enlightenment 0.17 window manager. -EOF diff --git a/libs/eet/CONFLICTS b/libs/eet/CONFLICTS deleted file mode 100644 index 94587e2..0000000 --- a/libs/eet/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts eet-cvs diff --git a/libs/eet/DEPENDS b/libs/eet/DEPENDS deleted file mode 100644 index ad6319a..0000000 --- a/libs/eet/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends jpeg -depends zlib diff --git a/libs/eet/DETAILS b/libs/eet/DETAILS deleted file mode 100644 index 8db4669..0000000 --- a/libs/eet/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=eet - VERSION=1.0.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://download.enlightenment.org/releases - SOURCE_VFY=sha1:aff404db4b3761c945d2d07b767f8443624e65eb - WEB_SITE=http://www.enlightenment.org - ENTERED=20050108 - UPDATED=20080810 - SHORT="A compression library for enlightenment" - -cat << EOF -Eet is a tiny library designed to write an arbitary set of chunks of -data to a file and optionally compress each chunk (very much like a -zip file) and allow fast random-access reading of the file later on. -It does not do zip as a zip itself has more complexity than is needed, -and it was much simpler to impliment this once here. -EOF diff --git a/libs/eet/POST_INSTALL b/libs/eet/POST_INSTALL deleted file mode 100644 index 01381d2..0000000 --- a/libs/eet/POST_INSTALL +++ /dev/null @@ -1,4 +0,0 @@ -if ! grep -q "/opt/lunar/enlightenment/lib" /etc/ld.so.conf; then - echo /opt/lunar/enlightenment/lib >> /etc/ld.so.conf - ldconfig -fi From samuel.verstraete at gmail.com Wed Dec 3 21:28:15 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 3 Dec 2008 21:28:15 +0100 Subject: [Lunar-commits] kiba and deps removed Message-ID: <20081203202829.C5C4D9B1C0@doppio.foo-projects.org> commit 0a308edd0778c30c45d2241dbe33536fa97e8228 Author: samuel verstraete Date: Wed Dec 3 21:28:15 2008 +0100 kiba and deps removed --- zbeta/kiba/akamaru/BUILD | 3 --- zbeta/kiba/akamaru/DETAILS | 13 ------------- zbeta/kiba/gsetkiba/BUILD | 3 --- zbeta/kiba/gsetkiba/DEPENDS | 1 - zbeta/kiba/gsetkiba/DETAILS | 12 ------------ zbeta/kiba/kibadock/BUILD | 3 --- zbeta/kiba/kibadock/DEPENDS | 1 - zbeta/kiba/kibadock/DETAILS | 12 ------------ zbeta/kiba/kibaplugins/BUILD | 3 --- zbeta/kiba/kibaplugins/DEPENDS | 1 - zbeta/kiba/kibaplugins/DETAILS | 12 ------------ 11 files changed, 0 insertions(+), 64 deletions(-) diff --git a/zbeta/kiba/akamaru/BUILD b/zbeta/kiba/akamaru/BUILD deleted file mode 100644 index 9ee105f..0000000 --- a/zbeta/kiba/akamaru/BUILD +++ /dev/null @@ -1,3 +0,0 @@ -( -default_cvs_build -) > $C_FIFO 2>&1 diff --git a/zbeta/kiba/akamaru/DETAILS b/zbeta/kiba/akamaru/DETAILS deleted file mode 100644 index f358515..0000000 --- a/zbeta/kiba/akamaru/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=akamaru - VERSION=svn - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.kiba-dock.org/$MODULE:$MODULE - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE=http://www.kiba-dock.org/ - ENTERED=20070315 - UPDATED=`date -u +%Y%m%d` - SHORT="physics engine prototype" - -cat << EOF -Akamaru is a simple, but fun, physics engine prototype. -EOF diff --git a/zbeta/kiba/gsetkiba/BUILD b/zbeta/kiba/gsetkiba/BUILD deleted file mode 100644 index 9ee105f..0000000 --- a/zbeta/kiba/gsetkiba/BUILD +++ /dev/null @@ -1,3 +0,0 @@ -( -default_cvs_build -) > $C_FIFO 2>&1 diff --git a/zbeta/kiba/gsetkiba/DEPENDS b/zbeta/kiba/gsetkiba/DEPENDS deleted file mode 100644 index b68f1db..0000000 --- a/zbeta/kiba/gsetkiba/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends kibadock diff --git a/zbeta/kiba/gsetkiba/DETAILS b/zbeta/kiba/gsetkiba/DETAILS deleted file mode 100644 index 282da2a..0000000 --- a/zbeta/kiba/gsetkiba/DETAILS +++ /dev/null @@ -1,12 +0,0 @@ - MODULE=gsetkiba - VERSION=svn - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.kiba-dock.org/$MODULE:$MODULE - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE=http://www.kiba-dock.org/ - ENTERED=20070315 - UPDATED=`date -u +%Y%m%d` - SHORT="settings manager for kibadock" - -cat << EOF -EOF diff --git a/zbeta/kiba/kibadock/BUILD b/zbeta/kiba/kibadock/BUILD deleted file mode 100644 index 9ee105f..0000000 --- a/zbeta/kiba/kibadock/BUILD +++ /dev/null @@ -1,3 +0,0 @@ -( -default_cvs_build -) > $C_FIFO 2>&1 diff --git a/zbeta/kiba/kibadock/DEPENDS b/zbeta/kiba/kibadock/DEPENDS deleted file mode 100644 index 9970be4..0000000 --- a/zbeta/kiba/kibadock/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends akamaru diff --git a/zbeta/kiba/kibadock/DETAILS b/zbeta/kiba/kibadock/DETAILS deleted file mode 100644 index cd32387..0000000 --- a/zbeta/kiba/kibadock/DETAILS +++ /dev/null @@ -1,12 +0,0 @@ - MODULE=kibadock - VERSION=svn - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.kiba-dock.org/$MODULE:$MODULE - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE=http://www.kiba-dock.org/ - ENTERED=20070315 - UPDATED=`date -u +%Y%m%d` - SHORT="new kind of dock" - -cat << EOF -EOF diff --git a/zbeta/kiba/kibaplugins/BUILD b/zbeta/kiba/kibaplugins/BUILD deleted file mode 100644 index 9ee105f..0000000 --- a/zbeta/kiba/kibaplugins/BUILD +++ /dev/null @@ -1,3 +0,0 @@ -( -default_cvs_build -) > $C_FIFO 2>&1 diff --git a/zbeta/kiba/kibaplugins/DEPENDS b/zbeta/kiba/kibaplugins/DEPENDS deleted file mode 100644 index b68f1db..0000000 --- a/zbeta/kiba/kibaplugins/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends kibadock diff --git a/zbeta/kiba/kibaplugins/DETAILS b/zbeta/kiba/kibaplugins/DETAILS deleted file mode 100644 index 4ee50cc..0000000 --- a/zbeta/kiba/kibaplugins/DETAILS +++ /dev/null @@ -1,12 +0,0 @@ - MODULE=kibaplugins - VERSION=svn - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.kiba-dock.org/$MODULE:$MODULE - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE=http://www.kiba-dock.org/ - ENTERED=20070315 - UPDATED=`date -u +%Y%m%d` - SHORT="plugins for kibadock" - -cat << EOF -EOF From samuel.verstraete at gmail.com Wed Dec 3 21:30:17 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 3 Dec 2008 21:30:17 +0100 Subject: [Lunar-commits] edb: removed Message-ID: <20081203203026.0B4959B1C0@doppio.foo-projects.org> commit 4abf7f8265b2aca32bcd7a136a5bf0263b8c5925 Author: samuel verstraete Date: Wed Dec 3 21:30:17 2008 +0100 edb: removed --- libs/edb/CONFLICTS | 1 - libs/edb/DETAILS | 15 --------------- 2 files changed, 0 insertions(+), 16 deletions(-) diff --git a/libs/edb/CONFLICTS b/libs/edb/CONFLICTS deleted file mode 100644 index 92aad27..0000000 --- a/libs/edb/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts edb-cvs diff --git a/libs/edb/DETAILS b/libs/edb/DETAILS deleted file mode 100644 index bae7b4c..0000000 --- a/libs/edb/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=edb - VERSION=1.0.5 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/enlightenment/ - SOURCE_VFY=sha1:025b5850e8e52c1747554b6050f2a27d55e7f25f - WEB_SITE=http://www.enlightenment.org - ENTERED=20010922 - UPDATED=20050108 - SHORT="Edb provides a stable API and file format for configs, themes." - -cat << EOF -Edb provides a stable API and file format for archiving configuration, -theme, and other data available all the time for fast random access. It -can store any kind of data in key-value pair format. -EOF From samuel.verstraete at gmail.com Wed Dec 3 21:31:06 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 3 Dec 2008 21:31:06 +0100 Subject: [Lunar-commits] epeg-svn and edb-svn deprecated and removed from moonbase Message-ID: <20081203203129.32E319B1C0@doppio.foo-projects.org> commit 4b44d55c1fa8393096dbddc5c4898a2f12f8309b Author: samuel verstraete Date: Wed Dec 3 21:31:06 2008 +0100 epeg-svn and edb-svn deprecated and removed from moonbase --- zbeta/e17/edb-svn/BUILD | 12 ------------ zbeta/e17/edb-svn/DEPENDS | 4 ---- zbeta/e17/edb-svn/DETAILS | 17 ----------------- zbeta/e17/edb-svn/POST_INSTALL | 4 ---- zbeta/e17/edb-svn/profile.d/e17-cvs.rc | 4 ---- zbeta/e17/epeg-svn/BUILD | 10 ---------- zbeta/e17/epeg-svn/DEPENDS | 1 - zbeta/e17/epeg-svn/DETAILS | 15 --------------- zbeta/e17/epeg-svn/POST_INSTALL | 4 ---- zbeta/e17/epeg-svn/profile.d/e17-cvs.rc | 4 ---- 10 files changed, 0 insertions(+), 75 deletions(-) diff --git a/zbeta/e17/edb-svn/BUILD b/zbeta/e17/edb-svn/BUILD deleted file mode 100644 index 7800258..0000000 --- a/zbeta/e17/edb-svn/BUILD +++ /dev/null @@ -1,12 +0,0 @@ -( - - export PATH=$MODULE_PREFIX/bin:$PATH - export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" - export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" - export USER=nobody - - OPTS="$OPTS --enable-compat185 --enable-dump185" - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/e17/edb-svn/DEPENDS b/zbeta/e17/edb-svn/DEPENDS deleted file mode 100644 index 9c6b62d..0000000 --- a/zbeta/e17/edb-svn/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends zlib - -optional_depends "ncurses" "--enable-ncurses" "" \ - "build the ncurses based db editor" diff --git a/zbeta/e17/edb-svn/DETAILS b/zbeta/e17/edb-svn/DETAILS deleted file mode 100644 index 39d47f6..0000000 --- a/zbeta/e17/edb-svn/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=edb-svn - VERSION=svn-`date +%U` - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/OLD/trunk/edb - WEB_SITE=http://www.enlightenment.org/pages/edb.html - ENTERED=20040928 - UPDATED=20081102 - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="the CVS version of Edb from the EFL" - -cat << EOF -This is the CVS version of the Edb library which is part of the EFL. -It is a database convenience library wrapped around the Berkeley DB -2.7.7. It is intended to make accessing database information -portable, easy, fast, and efficient. -EOF diff --git a/zbeta/e17/edb-svn/POST_INSTALL b/zbeta/e17/edb-svn/POST_INSTALL deleted file mode 100644 index 01381d2..0000000 --- a/zbeta/e17/edb-svn/POST_INSTALL +++ /dev/null @@ -1,4 +0,0 @@ -if ! grep -q "/opt/lunar/enlightenment/lib" /etc/ld.so.conf; then - echo /opt/lunar/enlightenment/lib >> /etc/ld.so.conf - ldconfig -fi diff --git a/zbeta/e17/edb-svn/profile.d/e17-cvs.rc b/zbeta/e17/edb-svn/profile.d/e17-cvs.rc deleted file mode 100644 index 26a04cd..0000000 --- a/zbeta/e17/edb-svn/profile.d/e17-cvs.rc +++ /dev/null @@ -1,4 +0,0 @@ -PATH=${PATH}:/opt/lunar/enlightenment/bin -PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/lunar/enlightenment/lib/pkgconfig - -export PATH PKG_CONFIG_PATH diff --git a/zbeta/e17/epeg-svn/BUILD b/zbeta/e17/epeg-svn/BUILD deleted file mode 100644 index 26dc031..0000000 --- a/zbeta/e17/epeg-svn/BUILD +++ /dev/null @@ -1,10 +0,0 @@ -( - - export PATH=$MODULE_PREFIX/bin:$PATH - export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" - export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" - export USER=nobody - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/e17/epeg-svn/DEPENDS b/zbeta/e17/epeg-svn/DEPENDS deleted file mode 100644 index 3f76a72..0000000 --- a/zbeta/e17/epeg-svn/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends jpeg diff --git a/zbeta/e17/epeg-svn/DETAILS b/zbeta/e17/epeg-svn/DETAILS deleted file mode 100644 index a536489..0000000 --- a/zbeta/e17/epeg-svn/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=epeg-svn - VERSION=svn-`date +%U` - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/epeg - WEB_SITE=http://www.enlightenment.org/pages/epeg.html - ENTERED=20040928 - UPDATED=20081102 - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="A CVS version of E's JPEG thumbnail generator library" - -cat << EOF -This is the CVS version of EPEG, E's amazingly fast JPEG thumbnail -generator library. -EOF diff --git a/zbeta/e17/epeg-svn/POST_INSTALL b/zbeta/e17/epeg-svn/POST_INSTALL deleted file mode 100644 index 01381d2..0000000 --- a/zbeta/e17/epeg-svn/POST_INSTALL +++ /dev/null @@ -1,4 +0,0 @@ -if ! grep -q "/opt/lunar/enlightenment/lib" /etc/ld.so.conf; then - echo /opt/lunar/enlightenment/lib >> /etc/ld.so.conf - ldconfig -fi diff --git a/zbeta/e17/epeg-svn/profile.d/e17-cvs.rc b/zbeta/e17/epeg-svn/profile.d/e17-cvs.rc deleted file mode 100644 index 26a04cd..0000000 --- a/zbeta/e17/epeg-svn/profile.d/e17-cvs.rc +++ /dev/null @@ -1,4 +0,0 @@ -PATH=${PATH}:/opt/lunar/enlightenment/bin -PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/lunar/enlightenment/lib/pkgconfig - -export PATH PKG_CONFIG_PATH From samuel.verstraete at gmail.com Wed Dec 3 21:36:00 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 3 Dec 2008 21:36:00 +0100 Subject: [Lunar-commits] e**-svn to be 2k9 save Message-ID: <20081203203638.BC10DF3C19@doppio.foo-projects.org> commit 3ec9df5c2873cd6d71c11c967c311ff9e3e373f5 Author: samuel verstraete Date: Wed Dec 3 21:36:00 2008 +0100 e**-svn to be 2k9 save --- zbeta/e17/e17-svn/DETAILS | 2 +- zbeta/e17/e_dbus-svn/DETAILS | 2 +- zbeta/e17/e_modules-svn/DETAILS | 2 +- zbeta/e17/e_utils-svn/DETAILS | 2 +- zbeta/e17/eclair-svn/DETAILS | 2 +- zbeta/e17/ecore-svn/DETAILS | 2 +- zbeta/e17/edje-svn/DETAILS | 2 +- zbeta/e17/eet-svn/DETAILS | 2 +- zbeta/e17/efreet-svn/DETAILS | 2 +- zbeta/e17/eina-svn/DETAILS | 2 +- zbeta/e17/elicit-svn/DETAILS | 2 +- zbeta/e17/embryo-svn/DETAILS | 2 +- zbeta/e17/emotion-svn/DETAILS | 2 +- zbeta/e17/emprint-svn/DETAILS | 2 +- zbeta/e17/engrave-svn/DETAILS | 2 +- zbeta/e17/entice-svn/DETAILS | 2 +- zbeta/e17/epsilon-svn/DETAILS | 2 +- zbeta/e17/esmart-svn/DETAILS | 2 +- zbeta/e17/etk-svn/DETAILS | 2 +- zbeta/e17/evas-svn/DETAILS | 2 +- zbeta/e17/ewl-svn/DETAILS | 2 +- zbeta/e17/examine-svn/DETAILS | 2 +- zbeta/e17/exhibit-svn/DETAILS | 2 +- zbeta/e17/exml-svn/DETAILS | 2 +- zbeta/e17/imlib2-svn/DETAILS | 2 +- zbeta/e17/imlib2_loaders-svn/DETAILS | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/zbeta/e17/e17-svn/DETAILS b/zbeta/e17/e17-svn/DETAILS index 30fad19..628d165 100644 --- a/zbeta/e17/e17-svn/DETAILS +++ b/zbeta/e17/e17-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=e17-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/e diff --git a/zbeta/e17/e_dbus-svn/DETAILS b/zbeta/e17/e_dbus-svn/DETAILS index 5faea4a..164fd38 100644 --- a/zbeta/e17/e_dbus-svn/DETAILS +++ b/zbeta/e17/e_dbus-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=e_dbus-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/e_dbus diff --git a/zbeta/e17/e_modules-svn/DETAILS b/zbeta/e17/e_modules-svn/DETAILS index 77ab9fe..5dcd528 100644 --- a/zbeta/e17/e_modules-svn/DETAILS +++ b/zbeta/e17/e_modules-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=e_modules-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA diff --git a/zbeta/e17/e_utils-svn/DETAILS b/zbeta/e17/e_utils-svn/DETAILS index a9a1f9e..5e07829 100644 --- a/zbeta/e17/e_utils-svn/DETAILS +++ b/zbeta/e17/e_utils-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=e_utils-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/e_utils diff --git a/zbeta/e17/eclair-svn/DETAILS b/zbeta/e17/eclair-svn/DETAILS index e888847..e5dd283 100644 --- a/zbeta/e17/eclair-svn/DETAILS +++ b/zbeta/e17/eclair-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=eclair-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/eclair diff --git a/zbeta/e17/ecore-svn/DETAILS b/zbeta/e17/ecore-svn/DETAILS index 5e17af5..0f8bdbf 100644 --- a/zbeta/e17/ecore-svn/DETAILS +++ b/zbeta/e17/ecore-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=ecore-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/ecore diff --git a/zbeta/e17/edje-svn/DETAILS b/zbeta/e17/edje-svn/DETAILS index 9e9da70..b136956 100644 --- a/zbeta/e17/edje-svn/DETAILS +++ b/zbeta/e17/edje-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=edje-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/edje diff --git a/zbeta/e17/eet-svn/DETAILS b/zbeta/e17/eet-svn/DETAILS index 591c100..da38fc8 100644 --- a/zbeta/e17/eet-svn/DETAILS +++ b/zbeta/e17/eet-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=eet-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/eet diff --git a/zbeta/e17/efreet-svn/DETAILS b/zbeta/e17/efreet-svn/DETAILS index 61b8ea3..cd50ee5 100644 --- a/zbeta/e17/efreet-svn/DETAILS +++ b/zbeta/e17/efreet-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=efreet-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/efreet diff --git a/zbeta/e17/eina-svn/DETAILS b/zbeta/e17/eina-svn/DETAILS index 8d57450..4bf5ee9 100644 --- a/zbeta/e17/eina-svn/DETAILS +++ b/zbeta/e17/eina-svn/DETAILS @@ -1,6 +1,6 @@ MODULE=eina-svn MOD=$(basename $MODULE -svn) - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/$MOD diff --git a/zbeta/e17/elicit-svn/DETAILS b/zbeta/e17/elicit-svn/DETAILS index 5ce0610..63860a2 100644 --- a/zbeta/e17/elicit-svn/DETAILS +++ b/zbeta/e17/elicit-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=elicit-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/elicit diff --git a/zbeta/e17/embryo-svn/DETAILS b/zbeta/e17/embryo-svn/DETAILS index c8db9e8..ea625e1 100644 --- a/zbeta/e17/embryo-svn/DETAILS +++ b/zbeta/e17/embryo-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=embryo-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/embryo diff --git a/zbeta/e17/emotion-svn/DETAILS b/zbeta/e17/emotion-svn/DETAILS index c8f8f52..7ed90d1 100644 --- a/zbeta/e17/emotion-svn/DETAILS +++ b/zbeta/e17/emotion-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=emotion-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/emotion diff --git a/zbeta/e17/emprint-svn/DETAILS b/zbeta/e17/emprint-svn/DETAILS index 8c9fa2b..b88143c 100644 --- a/zbeta/e17/emprint-svn/DETAILS +++ b/zbeta/e17/emprint-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=emprint-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/emprint diff --git a/zbeta/e17/engrave-svn/DETAILS b/zbeta/e17/engrave-svn/DETAILS index 1aaef49..303c2b4 100644 --- a/zbeta/e17/engrave-svn/DETAILS +++ b/zbeta/e17/engrave-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=engrave-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/engrave diff --git a/zbeta/e17/entice-svn/DETAILS b/zbeta/e17/entice-svn/DETAILS index e0197e8..3bb091c 100644 --- a/zbeta/e17/entice-svn/DETAILS +++ b/zbeta/e17/entice-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=entice-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/entice diff --git a/zbeta/e17/epsilon-svn/DETAILS b/zbeta/e17/epsilon-svn/DETAILS index cec8324..020db8e 100644 --- a/zbeta/e17/epsilon-svn/DETAILS +++ b/zbeta/e17/epsilon-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=epsilon-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/epsilon diff --git a/zbeta/e17/esmart-svn/DETAILS b/zbeta/e17/esmart-svn/DETAILS index 5036555..3bb881a 100644 --- a/zbeta/e17/esmart-svn/DETAILS +++ b/zbeta/e17/esmart-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=esmart-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/esmart diff --git a/zbeta/e17/etk-svn/DETAILS b/zbeta/e17/etk-svn/DETAILS index 7180527..171ee61 100644 --- a/zbeta/e17/etk-svn/DETAILS +++ b/zbeta/e17/etk-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=etk-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/etk diff --git a/zbeta/e17/evas-svn/DETAILS b/zbeta/e17/evas-svn/DETAILS index fcf7024..12b86ec 100644 --- a/zbeta/e17/evas-svn/DETAILS +++ b/zbeta/e17/evas-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=evas-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/evas diff --git a/zbeta/e17/ewl-svn/DETAILS b/zbeta/e17/ewl-svn/DETAILS index d7ab2a9..a63b4cb 100644 --- a/zbeta/e17/ewl-svn/DETAILS +++ b/zbeta/e17/ewl-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=ewl-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/ewl diff --git a/zbeta/e17/examine-svn/DETAILS b/zbeta/e17/examine-svn/DETAILS index d6f3bbf..ff45eaf 100644 --- a/zbeta/e17/examine-svn/DETAILS +++ b/zbeta/e17/examine-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=examine-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/examine diff --git a/zbeta/e17/exhibit-svn/DETAILS b/zbeta/e17/exhibit-svn/DETAILS index 447276f..b769741 100644 --- a/zbeta/e17/exhibit-svn/DETAILS +++ b/zbeta/e17/exhibit-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=exhibit-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/exhibit diff --git a/zbeta/e17/exml-svn/DETAILS b/zbeta/e17/exml-svn/DETAILS index d467dbb..d21071b 100644 --- a/zbeta/e17/exml-svn/DETAILS +++ b/zbeta/e17/exml-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=exml-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/exml diff --git a/zbeta/e17/imlib2-svn/DETAILS b/zbeta/e17/imlib2-svn/DETAILS index a6e9cc9..4fc1f08 100644 --- a/zbeta/e17/imlib2-svn/DETAILS +++ b/zbeta/e17/imlib2-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=imlib2-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/imlib2 diff --git a/zbeta/e17/imlib2_loaders-svn/DETAILS b/zbeta/e17/imlib2_loaders-svn/DETAILS index 51dee17..d752f4c 100644 --- a/zbeta/e17/imlib2_loaders-svn/DETAILS +++ b/zbeta/e17/imlib2_loaders-svn/DETAILS @@ -1,5 +1,5 @@ MODULE=imlib2_loaders-svn - VERSION=svn-`date +%U` + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/imlib2_loaders From samuel.verstraete at gmail.com Wed Dec 3 21:39:53 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 3 Dec 2008 21:39:53 +0100 Subject: [Lunar-commits] openal bumped on request of V4hn Message-ID: <20081203204010.8B926F3E09@doppio.foo-projects.org> commit 90349093e1916d11a2b2b5e9e8765fbb082b3355 Author: samuel verstraete Date: Wed Dec 3 21:39:53 2008 +0100 openal bumped on request of V4hn --- audio/openal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/openal/DETAILS b/audio/openal/DETAILS index 4bbb152..deb2295 100644 --- a/audio/openal/DETAILS +++ b/audio/openal/DETAILS @@ -1,12 +1,12 @@ MODULE=openal - VERSION=1.5.304 + VERSION=1.6.372 SOURCE=$MODULE-soft-$VERSION.tar.bz2 SOURCE_URL=http://connect.creativelabs.com/openal/Downloads/ - SOURCE_VFY=sha1:01d066a71f59faad8272f625637ea86edeced98f + SOURCE_VFY=sha1:4369709733481e9b7270265bab543c1c8373f44a SOURCE_DIRECTORY=$BUILD_DIRECTORY/openal-soft-$VERSION WEB_SITE=http://www.openal.org/ ENTERED=20030129 - UPDATED=20081110 + UPDATED=20081203 SHORT="3D Audio Library" cat << EOF OpenAL is a cross-platform 3D audio API appropriate for use with From florin at lunar-linux.org Thu Dec 4 11:43:49 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 4 Dec 2008 12:43:49 +0200 Subject: [Lunar-commits] xvidcore: version bumped to 1.2.0. Message-ID: <20081204094535.0C32EF4102@doppio.foo-projects.org> commit 1cb6ab5ec0ba547b5c2c36191f8cf64a74a9fe5d Author: Florin Braescu Date: Thu Dec 4 12:43:49 2008 +0200 xvidcore: version bumped to 1.2.0. Bugfixes and improvements. --- video/xvidcore/DETAILS | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/video/xvidcore/DETAILS b/video/xvidcore/DETAILS index 1fa0012..eeb5242 100644 --- a/video/xvidcore/DETAILS +++ b/video/xvidcore/DETAILS @@ -1,12 +1,13 @@ - MODULE=xvidcore - VERSION=1.1.3 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://downloads.xvid.org/downloads/ - SOURCE_VFY=sha1:93c449972d6a8d2ce97d72472215e0d1671312ee - WEB_SITE=http://www.xvid.org/ - ENTERED=20030825 - UPDATED=20070703 - SHORT="ISO MPEG-4 compliant video codec" + MODULE=xvidcore + VERSION=1.2.0 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http://downloads.xvid.org/downloads + SOURCE_VFY=sha1:c48fc0fd13dd7e6d120abfba07fbec5856fe3326 + WEB_SITE=http://www.xvid.org + ENTERED=20030825 + UPDATED=20081202 + SHORT="ISO MPEG-4 compliant video codec" cat << EOF XviD is an ISO MPEG-4 compliant video codec. It's no product, it's an From tchan at lunar-linux.org Thu Dec 4 16:35:53 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Thu, 4 Dec 2008 09:35:53 -0600 Subject: [Lunar-commits] pan2-beta: Overdue version bump to 0.133. Message-ID: <20081204154523.CD92C9B1C4@doppio.foo-projects.org> commit 5ffe47c9072b75ed88a2c4ab876a1db5a8f54975 Author: Terry Chan Date: Thu Dec 4 09:35:53 2008 -0600 pan2-beta: Overdue version bump to 0.133. --- zbeta/pan2-beta/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/pan2-beta/DETAILS b/zbeta/pan2-beta/DETAILS index f57320d..375d47e 100644 --- a/zbeta/pan2-beta/DETAILS +++ b/zbeta/pan2-beta/DETAILS @@ -1,12 +1,12 @@ MODULE=pan2-beta - VERSION=0.132 + VERSION=0.133 SOURCE=pan-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION SOURCE_URL=http://pan.rebelbase.com/download/releases/$VERSION/source/ - SOURCE_VFY=sha1:dc0bf586145b9d617039f49101874fbc76a9dc18 + SOURCE_VFY=sha1:a0bd98ea1ba174800896611e3305a6b6d8dbde2f WEB_SITE=http://pan.rebelbase.com ENTERED=20020627 - UPDATED=20070804 + UPDATED=20081204 SHORT="Pan is a newsreader, loosely based on Agent and Gravity." cat << EOF Pan is a newsreader, loosely based on Agent and Gravity, which attempts From florin at lunar-linux.org Thu Dec 4 20:23:13 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 4 Dec 2008 21:23:13 +0200 Subject: [Lunar-commits] sudo: version bumped to 1.6.9p19. Message-ID: <20081204182526.3834D9B1C4@doppio.foo-projects.org> commit 49ce568dde0d74ab24832262a5b67582433e51d2 Author: Florin Braescu Date: Thu Dec 4 21:23:13 2008 +0200 sudo: version bumped to 1.6.9p19. Bugfixes release. --- security/sudo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/sudo/DETAILS b/security/sudo/DETAILS index 7b3c463..597b533 100644 --- a/security/sudo/DETAILS +++ b/security/sudo/DETAILS @@ -1,12 +1,12 @@ MODULE=sudo - VERSION=1.6.9p18 + VERSION=1.6.9p19 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:dca220f16c4ea0067297bdce40353fd001a7e4cf + SOURCE_VFY=sha1:313eb671c87333926a401d7d050e31e5609f82c7 WEB_SITE=http://www.courtesan.com/sudo ENTERED=20010922 - UPDATED=20081114 + UPDATED=20081204 SHORT="Grant limited superuser ability to users/groups" cat << EOF From florin at lunar-linux.org Thu Dec 4 22:47:00 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 4 Dec 2008 23:47:00 +0200 Subject: [Lunar-commits] squirrelmail: version bumped to 1.4.17. Message-ID: <20081204205002.EA30FF4147@doppio.foo-projects.org> commit f222880e97132865f02162e0524d9e9bd81379a8 Author: Florin Braescu Date: Thu Dec 4 23:47:00 2008 +0200 squirrelmail: version bumped to 1.4.17. White space wrapping of auto-generated SquirrelMail option widgets may now be controlled. Matching of alternate identities when replying was fixed. HTTPS detection under Windows IIS was fixed, as it was incorrectly setting cookies to be transmitted only over a secure connections when none existed. An XSS exploit in hyperlinks when rendering messages was fixed. --- mail/squirrelmail/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/squirrelmail/DETAILS b/mail/squirrelmail/DETAILS index 28866f2..8f05338 100644 --- a/mail/squirrelmail/DETAILS +++ b/mail/squirrelmail/DETAILS @@ -1,11 +1,11 @@ MODULE=squirrelmail - VERSION=1.4.16 + VERSION=1.4.17 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:61c6676c33209addfc2a33d5db26433ed2a3072a + SOURCE_VFY=sha1:da21a447ada4e120b82210e93a737bb4c4509c34 WEB_SITE=http://squirrelmail.org ENTERED=20030920 - UPDATED=20080929 + UPDATED=20081204 SHORT="Web-based imap mail gateway" cat << EOF From florin at lunar-linux.org Fri Dec 5 08:15:28 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 5 Dec 2008 09:15:28 +0200 Subject: [Lunar-commits] rsyslog: version bumped to 3.20.2. Message-ID: <20081205061800.5BC81F39C2@doppio.foo-projects.org> commit a5652f937398c73b8dec7b75ad9345463f26491c Author: Florin Braescu Date: Fri Dec 5 09:15:28 2008 +0200 rsyslog: version bumped to 3.20.2. Many bugfixes, including some security related ones. --- utils/rsyslog/DETAILS | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/utils/rsyslog/DETAILS b/utils/rsyslog/DETAILS index ba3060c..3ac5d47 100644 --- a/utils/rsyslog/DETAILS +++ b/utils/rsyslog/DETAILS @@ -1,19 +1,20 @@ MODULE=rsyslog - VERSION=3.18.5 - SOURCE=${MODULE}-${VERSION}.tar.gz - SOURCE2=${MODULE}.conf-0.1 - SOURCE3=${MODULE}.config.d-0.1 - SOURCE_URL=http://download.rsyslog.com/rsyslog/ + VERSION=3.20.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=$MODULE.conf-0.1 + SOURCE3=$MODULE.config.d-0.1 + SOURCE_URL=http://download.rsyslog.com/rsyslog SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:5da344c28a5d050a901da8d626f4c8c7c1acd636 + SOURCE_VFY=sha1:612fa5bc52aa52f84d68b0ea8bdbc6e4150a6543 SOURCE2_VFY=sha1:f6313bc51270da062dca6b93b2cb7fa865494dd6 SOURCE3_VFY=sha1:398376384113ff22a75dc80d86f1b7b8197aa080 - WEB_SITE="http://www.rsyslog.com/" + WEB_SITE=http://www.rsyslog.com MAINTAINER=ratler at lunar-linux.org ENTERED=20080731 - UPDATED=20081020 + UPDATED=20081205 SHORT="An enhanced multi-threaded syslogd with a focus on security and reliability" + cat < librsvg: Added missing gtk+-2 dependency Message-ID: <20081205062201.8BD49F39C2@doppio.foo-projects.org> commit e5f88fe733722617f3dbd53fa0b40be0b136d7fc Author: Stefan Wold Date: Fri Dec 5 07:21:34 2008 +0100 librsvg: Added missing gtk+-2 dependency --- gnome2/desktop/librsvg/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gnome2/desktop/librsvg/DEPENDS b/gnome2/desktop/librsvg/DEPENDS index 4509fc9..0837d48 100644 --- a/gnome2/desktop/librsvg/DEPENDS +++ b/gnome2/desktop/librsvg/DEPENDS @@ -2,3 +2,4 @@ depends popt depends cairo depends libgsf depends libcroco +depends gtk+-2 From florin at lunar-linux.org Fri Dec 5 08:25:30 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 5 Dec 2008 09:25:30 +0200 Subject: [Lunar-commits] fish: move it to the shells dir. Message-ID: <20081205062740.1DD7AF3C6C@doppio.foo-projects.org> commit 8541ac818e5c3be920b967904cd030bbe4949c7a Author: Florin Braescu Date: Fri Dec 5 09:25:30 2008 +0200 fish: move it to the shells dir. --- shells/fish/DEPENDS | 1 + shells/fish/DETAILS | 14 ++++++++++++++ zbeta/fish/DEPENDS | 1 - zbeta/fish/DETAILS | 14 -------------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/shells/fish/DEPENDS b/shells/fish/DEPENDS new file mode 100644 index 0000000..d0a26f9 --- /dev/null +++ b/shells/fish/DEPENDS @@ -0,0 +1 @@ +depends "ncurses" diff --git a/shells/fish/DETAILS b/shells/fish/DETAILS new file mode 100644 index 0000000..5968315 --- /dev/null +++ b/shells/fish/DETAILS @@ -0,0 +1,14 @@ + MODULE=fish + VERSION=1.23.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://fishshell.org/files/$VERSION + SOURCE_VFY=sha1:8f2c4ca6b760dde5d4c4f8d745c97ce9e283879f + WEB_SITE=http://www.fishshell.org + ENTERED=20080229 + UPDATED=20080229 + SHORT="An user friendly shell designed for interactive use" + +cat << EOF +fish (friendly interactive shell) is a shell designed to be easy to use, +designed for UNIX like systems. +EOF diff --git a/zbeta/fish/DEPENDS b/zbeta/fish/DEPENDS deleted file mode 100644 index d0a26f9..0000000 --- a/zbeta/fish/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends "ncurses" diff --git a/zbeta/fish/DETAILS b/zbeta/fish/DETAILS deleted file mode 100644 index 9ab0717..0000000 --- a/zbeta/fish/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=fish - VERSION=1.23.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://fishshell.org/files/$VERSION/ - SOURCE_VFY=sha1:8f2c4ca6b760dde5d4c4f8d745c97ce9e283879f - WEB_SITE=http://www.fishshell.org/ - ENTERED=20080229 - UPDATED=20080229 - SHORT="user friendly shell designed for interactive use" - -cat << EOF -fish (friendly interactive shell) is a shell designed to be easy to use, -designed for UNIX like systems. -EOF From tchan at lunar-linux.org Fri Dec 5 18:35:26 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Fri, 5 Dec 2008 11:35:26 -0600 Subject: [Lunar-commits] uClibc: Version bump to 0.9.30 Message-ID: <20081205173535.B46C3F38F7@doppio.foo-projects.org> commit c28699a3b39b550bbe41fe8074254060f2adae1a Author: Terry Chan Date: Fri Dec 5 11:35:26 2008 -0600 uClibc: Version bump to 0.9.30 --- libs/uClibc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/uClibc/DETAILS b/libs/uClibc/DETAILS index afc8250..cb71ecc 100644 --- a/libs/uClibc/DETAILS +++ b/libs/uClibc/DETAILS @@ -1,11 +1,11 @@ MODULE=uClibc - VERSION=0.9.29 + VERSION=0.9.30 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.uclibc.org/downloads/ - SOURCE_VFY=sha1:1c5a36dc2cfa58b41db413190e45675c44ca4691 + SOURCE_VFY=sha1:e96665237968fb2e4aa027bde9d56c4fe599eb1b WEB_SITE=http://www.uclibc.org/ ENTERED=20020725 - UPDATED=20070511 + UPDATED=20081205 SHORT="C library for developing embedded Linux systems." PSAFE=no USE_WRAPPERS=n From tchan at lunar-linux.org Sat Dec 6 02:23:19 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Fri, 5 Dec 2008 19:23:19 -0600 Subject: [Lunar-commits] bzr, bzrtools: Version bump to 1.10 and 1.10.0 Message-ID: <20081206012442.3154DF40DD@doppio.foo-projects.org> commit b8c73c257ce8e9a38d6721c10e946f42c40190af Author: Terry Chan Date: Fri Dec 5 19:23:19 2008 -0600 bzr, bzrtools: Version bump to 1.10 and 1.10.0 --- devel/bzr/DETAILS | 8 ++++---- python/bzrtools/DETAILS | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/bzr/DETAILS b/devel/bzr/DETAILS index 006d7db..2d73a5c 100644 --- a/devel/bzr/DETAILS +++ b/devel/bzr/DETAILS @@ -1,12 +1,12 @@ MODULE=bzr - VERSION=1.9 - MAJOR=1.9 + VERSION=1.10 + MAJOR=1.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://launchpad.net/bzr/$MAJOR/$VERSION/+download - SOURCE_VFY=sha1:963f38dc6cf2657d25588e2311de8e28476eedae + SOURCE_VFY=sha1:27bc0ceabe6271f960e5a93eb058640004078152 WEB_SITE=http://bazaar-vcs.org/ ENTERED=20050415 - UPDATED=20081107 + UPDATED=20081205 MAINTAINER=tchan at lunar-linux.org SHORT="next generation distributed version control" diff --git a/python/bzrtools/DETAILS b/python/bzrtools/DETAILS index f827888..dc595f6 100644 --- a/python/bzrtools/DETAILS +++ b/python/bzrtools/DETAILS @@ -1,12 +1,12 @@ MODULE=bzrtools - VERSION=1.9.1 + VERSION=1.10.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=https://code.launchpad.net/bzrtools/stable/$VERSION/+download/ - SOURCE_VFY=sha1:96134cbe263df4075277da325dd26f58fc4f0ea4 + SOURCE_VFY=sha1:9e210bcc6ba6192f58cca7076aad40c25e3f8517 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE WEB_SITE=http://bazaar-vcs.org/BzrTools ENTERED=20051018 - UPDATED=20081107 + UPDATED=20081205 MAINTAINER=tchan at lunar-linux.org SHORT="A collection of plugins for bzr" From florin at lunar-linux.org Sat Dec 6 09:21:27 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 6 Dec 2008 10:21:27 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.27.8. Message-ID: <20081206072321.E3C309B1AE@doppio.foo-projects.org> commit e267a6d29468870b3aeb9b1cec28108ffe818404 Author: Florin Braescu Date: Sat Dec 6 10:21:27 2008 +0200 linux-2.6: version bumped to 2.6.27.8. A big list of bugfixes. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index 542c79f..aa0ab0e 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.27.7 + VERSION=2.6.27.8 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:8425ec3be2652f9d511911ff4fcf99039d4574be - SOURCE2_VFY=sha1:9b4a9a1f1dc6f78c0b9676150b57e0abc1638004 + SOURCE2_VFY=sha1:28544d5d0f421059e90e5337242bbb374c293cba WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20081121 + UPDATED=20081206 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Sat Dec 6 09:25:06 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 6 Dec 2008 10:25:06 +0200 Subject: [Lunar-commits] wine: version bumped to 1.1.10. Message-ID: <20081206072854.EC5099B1AE@doppio.foo-projects.org> commit 690735d59831de5db1d832db0cc482a8b19eace0 Author: Florin Braescu Date: Sat Dec 6 10:25:06 2008 +0200 wine: version bumped to 1.1.10. Changes: Support for virtual memory write watches. Workarounds for the WINAPI compiler bug on Mac OS. Several fixes for the 64-bit build. Some more GdiPlus functions. A large number of regression test fixes. Performance improvements in memory management. Improved POP3 support in inetcomm. Initial implementation of the XInput DLL. Various bug fixes. --- utils/wine/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/utils/wine/DETAILS b/utils/wine/DETAILS index ee0a5d4..739b46b 100644 --- a/utils/wine/DETAILS +++ b/utils/wine/DETAILS @@ -1,13 +1,14 @@ MODULE=wine - VERSION=1.1.8 + VERSION=1.1.10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE - SOURCE_VFY=sha1:a01bea15352e4c9026109f8ba0cfe66e7167c3d6 + SOURCE_VFY=sha1:21712c3c6195779304cd72f5175ea1528b2a26a0 WEB_SITE=http://www.winehq.com ENTERED=20010925 - UPDATED=20081126 - SHORT="runs microsoft windows programs" + UPDATED=20081206 + SHORT="Runs microsoft windows programs" + cat << EOF Wine Is Not an Emulator. It is an alternative implementation of the Windows 3.x and Win32 APIs. Wine provides both a development toolkit From samuel.verstraete at gmail.com Sat Dec 6 09:41:57 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 6 Dec 2008 09:41:57 +0100 Subject: [Lunar-commits] removed deleted modules from DEPENDS Message-ID: <20081206084204.0D8639B1AE@doppio.foo-projects.org> commit 1a64de26ef122772e1a7c873efd543c9ce8de183 Author: samuel verstraete Date: Sat Dec 6 09:40:43 2008 +0100 removed deleted modules from DEPENDS --- zbeta/e17/evas-svn/DEPENDS | 2 -- zbeta/e17/imlib2_loaders-svn/DEPENDS | 1 - 2 files changed, 0 insertions(+), 3 deletions(-) diff --git a/zbeta/e17/evas-svn/DEPENDS b/zbeta/e17/evas-svn/DEPENDS index 8454760..e3b1196 100644 --- a/zbeta/e17/evas-svn/DEPENDS +++ b/zbeta/e17/evas-svn/DEPENDS @@ -1,8 +1,6 @@ depends pkgconfig depends eet-svn -optional_depends "edb-svn" "--enable-image-loader-edb" "" \ - "enable the EFL-based edb image loader" optional_depends "libpng" "--enable-image-loader-png" "" \ "enable PNG image loader" optional_depends "jpeg" "--enable-image-loader-jpeg" "" \ diff --git a/zbeta/e17/imlib2_loaders-svn/DEPENDS b/zbeta/e17/imlib2_loaders-svn/DEPENDS index 4bdf28c..ca48248 100644 --- a/zbeta/e17/imlib2_loaders-svn/DEPENDS +++ b/zbeta/e17/imlib2_loaders-svn/DEPENDS @@ -1,4 +1,3 @@ depends imlib2-svn -optional_depends "edb-svn" "" "--disable-edb" "for edb support within imlib2_loaders" optional_depends "eet-svn" "" "--disable-eet" "for eet support within imlib2_loaders" From samuel.verstraete at gmail.com Sat Dec 6 09:58:37 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Sat, 6 Dec 2008 09:58:37 +0100 Subject: [Lunar-commits] removed epeg-svn from DEPENDS of epsilon.svn Message-ID: <20081206085907.8C1C49B1AE@doppio.foo-projects.org> commit dfb10cb5ce88b9ef43a2adce9432d24ff2d72739 Author: samuel verstraete Date: Sat Dec 6 09:58:37 2008 +0100 removed epeg-svn from DEPENDS of epsilon.svn --- zbeta/e17/epsilon-svn/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/zbeta/e17/epsilon-svn/DEPENDS b/zbeta/e17/epsilon-svn/DEPENDS index 1dfcf8f..a7a4360 100644 --- a/zbeta/e17/epsilon-svn/DEPENDS +++ b/zbeta/e17/epsilon-svn/DEPENDS @@ -1,5 +1,4 @@ depends edje-svn -depends epeg-svn depends imlib2-svn optional_depends "xine-lib" \ From florin at lunar-linux.org Sat Dec 6 14:08:02 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 6 Dec 2008 15:08:02 +0200 Subject: [Lunar-commits] mkvtoolnix: version bumped to 2.4.1. Message-ID: <20081206130851.5A1A09B1B0@doppio.foo-projects.org> commit dd0a988897095f348b59d62465492010a897b1ea Author: Florin Braescu Date: Sat Dec 6 15:08:02 2008 +0200 mkvtoolnix: version bumped to 2.4.1. Bugfixes release. --- video/mkvtoolnix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mkvtoolnix/DETAILS b/video/mkvtoolnix/DETAILS index 2f62334..538e382 100644 --- a/video/mkvtoolnix/DETAILS +++ b/video/mkvtoolnix/DETAILS @@ -1,11 +1,11 @@ MODULE=mkvtoolnix - VERSION=2.4.0 + VERSION=2.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.bunkus.org/videotools/$MODULE/sources - SOURCE_VFY=sha1:1220475a7e9753aee8f17fb0dcc121fed6b98284 + SOURCE_VFY=sha1:7c41131f07071a02a0f2fe4660e63b5ecb7d417b WEB_SITE=http://www.bunkus.org/videotools/mkvtoolnix ENTERED=20031113 - UPDATED=20081012 + UPDATED=20081206 MAINTAINER=florin at lunar-linux.org SHORT="Tools for using Matroska audio/video container files" From florin at lunar-linux.org Sat Dec 6 15:31:02 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 6 Dec 2008 16:31:02 +0200 Subject: [Lunar-commits] inputproto: version bumped to 1.5.0. Message-ID: <20081206133256.EFF549B1B0@doppio.foo-projects.org> commit 1583f46d8cfe54bc2b202fb9f101693d781cb14e Author: Florin Braescu Date: Sat Dec 6 16:31:02 2008 +0200 inputproto: version bumped to 1.5.0. Additions over 1.4: input device properties support. IDP are modelled after window properties and work much in the same manner. Each X Input device can have multiple properties of arbitrary types at any point in time. These properties can be interpreted by the server and/or the driver and thus allow cheap, easily expandable ways of configuring devices. IDP can also be read by other clients, allowing clients to label devices or device specific features. Two of the more obvious cases are to label a device as "primary", or to label each axis to denote it's function ("press", "tilt", "rotation", etc.). For those reading commit logs: IDP were originally added as XGE events as part of XI2, then backported to traditional events. --- xorg7/proto/inputproto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/proto/inputproto/DETAILS b/xorg7/proto/inputproto/DETAILS index 08221ad..acdc73a 100644 --- a/xorg7/proto/inputproto/DETAILS +++ b/xorg7/proto/inputproto/DETAILS @@ -1,12 +1,12 @@ MODULE=inputproto - VERSION=1.4.4 + VERSION=1.5.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:9501ae977350a561a1510a543f17167568a7415c + SOURCE_VFY=sha1:c6514843f35e2591fadc13f3fc87bf3752b7197c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080731 + UPDATED=20081206 SHORT="The X.Org Input protocol headers" cat << EOF From florin at lunar-linux.org Sat Dec 6 15:32:01 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 6 Dec 2008 16:32:01 +0200 Subject: [Lunar-commits] libXi: version bumped to 1.2.0. Message-ID: <20081206133454.3D8549B1B0@doppio.foo-projects.org> commit 50789cf7d5f5e4c45918b47ac989dcfee5ca5d21 Author: Florin Braescu Date: Sat Dec 6 16:32:01 2008 +0200 libXi: version bumped to 1.2.0. Following the inputproto 1.5 release adding input device properties, here's the matching client-side libraries. --- 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 8ae7392..a6b4f8f 100644 --- a/xorg7/lib/libXi/DETAILS +++ b/xorg7/lib/libXi/DETAILS @@ -1,12 +1,12 @@ MODULE=libXi - VERSION=1.1.4 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:ee9fdfc55b44926d76b39c5ee58670f5ab0fafef + SOURCE_VFY=sha1:2395265b87556bd60216d0e5b56080380d0a3bd5 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20081126 + UPDATED=20081206 SHORT="The X.Org XINPUT extension library" cat << EOF From moe at lunar-linux.org Sat Dec 6 18:09:19 2008 From: moe at lunar-linux.org (Moritz Heiber) Date: Sat, 6 Dec 2008 18:09:19 +0100 Subject: [Lunar-commits] kiwi: Update to 1.9.22. Message-ID: <20081206170949.35491F422A@doppio.foo-projects.org> commit a73940eda35fa0e29c739655762a9169a44cf06d Author: Moritz Heiber Date: Sat Dec 6 18:09:19 2008 +0100 kiwi: Update to 1.9.22. --- devel/kiwi/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/kiwi/DETAILS b/devel/kiwi/DETAILS index 3ab3911..6899317 100644 --- a/devel/kiwi/DETAILS +++ b/devel/kiwi/DETAILS @@ -1,12 +1,12 @@ MODULE=kiwi MAJOR=1.9 - VERSION=1.9.19 + VERSION=1.9.22 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:bfb5755ab006751d7e9e25b45f0c85d08dea2c19 + SOURCE_VFY=sha1:b532854058167d6cca8ba8a89f646b114c608ecc WEB_SITE=http://async.com.br/projects/kiwi/ ENTERED=20060503 - UPDATED=20071125 + UPDATED=20081206 SHORT="a framework for GUI Python applications" cat << EOF From moe at lunar-linux.org Sat Dec 6 18:21:44 2008 From: moe at lunar-linux.org (Moritz Heiber) Date: Sat, 6 Dec 2008 18:21:44 +0100 Subject: [Lunar-commits] kedpm: Adding a new module. Message-ID: <20081206172207.0525CF422E@doppio.foo-projects.org> commit ea87b77d061d659b3045eb79b5ea902e6a2d89a2 Author: Moritz Heiber Date: Sat Dec 6 18:21:44 2008 +0100 kedpm: Adding a new module. It is untested though as I have no X installed. Thats why its in zbeta. --- zbeta/kedpm/BUILD | 6 ++++++ zbeta/kedpm/DEPENDS | 3 +++ zbeta/kedpm/DETAILS | 14 ++++++++++++++ 3 files changed, 23 insertions(+), 0 deletions(-) diff --git a/zbeta/kedpm/BUILD b/zbeta/kedpm/BUILD new file mode 100644 index 0000000..b3792b4 --- /dev/null +++ b/zbeta/kedpm/BUILD @@ -0,0 +1,6 @@ +( + + prepare_install && + python setup.py install --install-scripts=/usr/bin + +) > $C_FIFO 2>&1 diff --git a/zbeta/kedpm/DEPENDS b/zbeta/kedpm/DEPENDS new file mode 100644 index 0000000..24cb963 --- /dev/null +++ b/zbeta/kedpm/DEPENDS @@ -0,0 +1,3 @@ +depends pycrypto +depends libglade +depends pygtk diff --git a/zbeta/kedpm/DETAILS b/zbeta/kedpm/DETAILS new file mode 100644 index 0000000..eb1c73b --- /dev/null +++ b/zbeta/kedpm/DETAILS @@ -0,0 +1,14 @@ + MODULE=kedpm + VERSION=0.4.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_VFY=sha1:449b733718918ad5d7c782e85c70c1a43873109f + WEB_SITE=http://kedpm.sf.net + ENTERED=20081206 + UPDATED=20081206 + SHORT="a password manager" + +cat << EOF +Ked Password Manager helps to manage a large number of passwords and related +information and simplifies the tasks of searching and entering password data. +EOF From tchan at lunar-linux.org Sat Dec 6 21:01:37 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Sat, 6 Dec 2008 14:01:37 -0600 Subject: [Lunar-commits] linux-2.4, linux-2.4-agr, linux-2.4-grsec, linux-2.4-om, linux-2.4-stable, linux-2.4-vanilla: Version bumps to 2.4.37. Message-ID: <20081206200421.9310EF4251@doppio.foo-projects.org> commit f6a77772f52201b5f1a08208753f5ce0825a0ecc Author: Terry Chan Date: Sat Dec 6 14:01:37 2008 -0600 linux-2.4,linux-2.4-agr,linux-2.4-grsec,linux-2.4-om,linux-2.4-stable,linux-2.4-vanilla: Version bumps to 2.4.37. Updated the ll-r17 patchset as well. Compiled and running linux-2.4-agr. --- kernel/linux-2.4-agr/DETAILS | 10 +++++----- kernel/linux-2.4-grsec/DETAILS | 10 +++++----- kernel/linux-2.4-om/DETAILS | 10 +++++----- kernel/linux-2.4-stable/DETAILS | 10 +++++----- kernel/linux-2.4-vanilla/DETAILS | 6 +++--- kernel/linux-2.4/DETAILS | 10 +++++----- 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/kernel/linux-2.4-agr/DETAILS b/kernel/linux-2.4-agr/DETAILS index 20d480b..9e9fb5e 100644 --- a/kernel/linux-2.4-agr/DETAILS +++ b/kernel/linux-2.4-agr/DETAILS @@ -1,17 +1,17 @@ MODULE=linux-2.4-agr - VERSION=2.4.36.6 - PVERSION=r16.1 + VERSION=2.4.37 + PVERSION=r17.0 SOURCE=linux-$VERSION.tar.bz2 SOURCE2=ll-${PVERSION}-1.tar.bz2 SOURCE_DIRECTORY=/usr/src/linux-$VERSION-agr SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.4/ SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.4/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:890575c00678e3d51998d915862439318f74f23c - SOURCE2_VFY=sha1:55e920b3db167cc2e6b3b52627e8fbb01fffec72 + SOURCE_VFY=sha1:bc1971b65b542f9c4853be86c07a5ac6ed0cb176 + SOURCE2_VFY=sha1:0015ddb5f73523179bb27cef5be36ca13a59c728 WEB_SITE=http://www.kernel.org/ ENTERED=20030227 - UPDATED=20080731 + UPDATED=20081206 SHORT="The Linux kernel with the lunar patch set" KEEP_SOURCE=on TMPFS=off diff --git a/kernel/linux-2.4-grsec/DETAILS b/kernel/linux-2.4-grsec/DETAILS index a21c1af..fe49357 100644 --- a/kernel/linux-2.4-grsec/DETAILS +++ b/kernel/linux-2.4-grsec/DETAILS @@ -1,17 +1,17 @@ MODULE=linux-2.4-grsec - VERSION=2.4.36.6 - PVERSION=r16.1 + VERSION=2.4.37 + PVERSION=r17.0 SOURCE=linux-$VERSION.tar.bz2 SOURCE2=ll-${PVERSION}-1.tar.bz2 SOURCE_DIRECTORY=/usr/src/linux-$VERSION-grsec SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.4/ SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.4/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:890575c00678e3d51998d915862439318f74f23c - SOURCE2_VFY=sha1:55e920b3db167cc2e6b3b52627e8fbb01fffec72 + SOURCE_VFY=sha1:bc1971b65b542f9c4853be86c07a5ac6ed0cb176 + SOURCE2_VFY=sha1:0015ddb5f73523179bb27cef5be36ca13a59c728 WEB_SITE=http://grsecurity.net/ - ENTERED=20030227 UPDATED=20080731 + UPDATED=20081206 SHORT="Security enhanced linux kernel" KEEP_SOURCE=on TMPFS=off diff --git a/kernel/linux-2.4-om/DETAILS b/kernel/linux-2.4-om/DETAILS index 3924718..58acc26 100644 --- a/kernel/linux-2.4-om/DETAILS +++ b/kernel/linux-2.4-om/DETAILS @@ -1,17 +1,17 @@ MODULE=linux-2.4-om - VERSION=2.4.36.6 - PVERSION=r16.1 + VERSION=2.4.37 + PVERSION=r17.0 SOURCE=linux-$VERSION.tar.bz2 SOURCE2=ll-${PVERSION}-1.tar.bz2 SOURCE_DIRECTORY=/usr/src/linux-$VERSION-om SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.4/ SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.4/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:890575c00678e3d51998d915862439318f74f23c - SOURCE2_VFY=sha1:55e920b3db167cc2e6b3b52627e8fbb01fffec72 + SOURCE_VFY=sha1:bc1971b65b542f9c4853be86c07a5ac6ed0cb176 + SOURCE2_VFY=sha1:0015ddb5f73523179bb27cef5be36ca13a59c728 WEB_SITE=http://www.kernel.org/ ENTERED=20030227 - UPDATED=20080731 + UPDATED=20081206 SHORT="OpenMosix enabled cluster kernel" KEEP_SOURCE=on TMPFS=off diff --git a/kernel/linux-2.4-stable/DETAILS b/kernel/linux-2.4-stable/DETAILS index 4c7aa5e..11ad677 100644 --- a/kernel/linux-2.4-stable/DETAILS +++ b/kernel/linux-2.4-stable/DETAILS @@ -1,17 +1,17 @@ MODULE=linux-2.4-stable - VERSION=2.4.36.6 - PVERSION=r16.1 + VERSION=2.4.37 + PVERSION=r17.0 SOURCE=linux-$VERSION.tar.bz2 SOURCE2=ll-${PVERSION}-1.tar.bz2 SOURCE_DIRECTORY=/usr/src/linux-$VERSION-stable SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.4/ SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.4/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:890575c00678e3d51998d915862439318f74f23c - SOURCE2_VFY=sha1:55e920b3db167cc2e6b3b52627e8fbb01fffec72 + SOURCE_VFY=sha1:bc1971b65b542f9c4853be86c07a5ac6ed0cb176 + SOURCE2_VFY=sha1:0015ddb5f73523179bb27cef5be36ca13a59c728 WEB_SITE=http://www.kernel.org/ ENTERED=20030227 - UPDATED=20080731 + UPDATED=20081206 SHORT="Stable linux kernel with only critical patches" KEEP_SOURCE=on TMPFS=off diff --git a/kernel/linux-2.4-vanilla/DETAILS b/kernel/linux-2.4-vanilla/DETAILS index d70af46..7193048 100644 --- a/kernel/linux-2.4-vanilla/DETAILS +++ b/kernel/linux-2.4-vanilla/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.4-vanilla - VERSION=2.4.36.6 + VERSION=2.4.37 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=/usr/src/linux-$VERSION-vanilla SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.4/ SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.4/ - SOURCE_VFY=sha1:890575c00678e3d51998d915862439318f74f23c + SOURCE_VFY=sha1:bc1971b65b542f9c4853be86c07a5ac6ed0cb176 WEB_SITE=http://www.kernel.org/ ENTERED=20030227 - UPDATED=20080731 + UPDATED=20081206 SHORT="The plain Jane Vanilla linux kernel" KEEP_SOURCE=on TMPFS=off diff --git a/kernel/linux-2.4/DETAILS b/kernel/linux-2.4/DETAILS index 2b49da0..5fb3334 100644 --- a/kernel/linux-2.4/DETAILS +++ b/kernel/linux-2.4/DETAILS @@ -1,17 +1,17 @@ MODULE=linux-2.4 - VERSION=2.4.36.6 - PVERSION=r16.1 + VERSION=2.4.37 + PVERSION=r17.0 SOURCE=linux-$VERSION.tar.bz2 SOURCE2=ll-${PVERSION}-1.tar.bz2 SOURCE_DIRECTORY=/usr/src/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.4/ SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.4/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:890575c00678e3d51998d915862439318f74f23c - SOURCE2_VFY=sha1:55e920b3db167cc2e6b3b52627e8fbb01fffec72 + SOURCE_VFY=sha1:bc1971b65b542f9c4853be86c07a5ac6ed0cb176 + SOURCE2_VFY=sha1:0015ddb5f73523179bb27cef5be36ca13a59c728 WEB_SITE=http://www.kernel.org/ ENTERED=20030227 - UPDATED=20080731 + UPDATED=20081206 SHORT="The Linux kernel with the lunar patch set" KEEP_SOURCE=on TMPFS=off From moe at lunar-linux.org Sat Dec 6 23:10:53 2008 From: moe at lunar-linux.org (Moritz Heiber) Date: Sat, 6 Dec 2008 23:10:53 +0100 Subject: [Lunar-commits] flash-plugin-10: Add 64bit flash plugin. Message-ID: <20081206221204.125BAF428C@doppio.foo-projects.org> commit 35357856c6ea1474921a2d10899ea31946bd6db2 Author: Moritz Heiber Date: Sat Dec 6 23:10:53 2008 +0100 flash-plugin-10: Add 64bit flash plugin. I know it is alpha software. But it way more stable than ANY other setup out there including 32bit chroots or nspluginwrapper. I haven't had a single crash in 3 weeks since the release. It seems as though there still is good software coming from Adobe. --- web/flash-plugin-10/BUILD | 1 - web/flash-plugin-10/DETAILS.x86_64 | 15 +++++++++++++++ web/flash-plugin-10/PRE_BUILD.x86_64 | 5 +++++ 3 files changed, 20 insertions(+), 1 deletions(-) diff --git a/web/flash-plugin-10/BUILD b/web/flash-plugin-10/BUILD index 153e91b..7d6c9a0 100644 --- a/web/flash-plugin-10/BUILD +++ b/web/flash-plugin-10/BUILD @@ -7,7 +7,6 @@ ln -s /usr/lib/libcurl.so /usr/lib/libcurl.so.3 fi && - cd $SOURCE_DIRECTORY && prepare_install && mkdir -p /opt/lunar/plugins && install -m755 libflashplayer.so /opt/lunar/plugins && diff --git a/web/flash-plugin-10/DETAILS.x86_64 b/web/flash-plugin-10/DETAILS.x86_64 new file mode 100644 index 0000000..4f740d9 --- /dev/null +++ b/web/flash-plugin-10/DETAILS.x86_64 @@ -0,0 +1,15 @@ + MODULE=flash-plugin-10 + VERSION=10.0.d20.7 + SOURCE=libflashplayer-${VERSION}.linux-x86_64.so.tar.gz + SOURCE_URL=http://download.macromedia.com/pub/labs/flashplayer10/ + SOURCE_VFY=sha1:66174de19a8d3a31170569e202e664e1e87d1f52 + WEB_SITE=http://labs.adobe.com + ENTERED=20080515 + UPDATED=20081206 + SHORT="Version 10 of the Macromedia Flash plugin for web browsers" + +cat << EOF +Version 10 of the flash plugin. +Warning! This version will work with Konqueror only via kmplayer as plugin!!! +Search the web for how-to. +EOF diff --git a/web/flash-plugin-10/PRE_BUILD.x86_64 b/web/flash-plugin-10/PRE_BUILD.x86_64 new file mode 100644 index 0000000..3baa7ff --- /dev/null +++ b/web/flash-plugin-10/PRE_BUILD.x86_64 @@ -0,0 +1,5 @@ +mk_source_dir && +validate_source_dir && +cd $SOURCE_DIRECTORY && + +unpack $SOURCE From florin at lunar-linux.org Sun Dec 7 11:23:14 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 7 Dec 2008 12:23:14 +0200 Subject: [Lunar-commits] man-pages: version bumped to 3.15. Message-ID: <20081207092503.732349B1AD@doppio.foo-projects.org> commit 17359c511151c4469f48c4e27fcb2edf2703a2b2 Author: Florin Braescu Date: Sun Dec 7 12:23:14 2008 +0200 man-pages: version bumped to 3.15. --- docs/man-pages/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/man-pages/DETAILS b/docs/man-pages/DETAILS index 8906507..148658f 100644 --- a/docs/man-pages/DETAILS +++ b/docs/man-pages/DETAILS @@ -1,14 +1,14 @@ MODULE=man-pages - VERSION=3.14 + VERSION=3.15 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$KERNEL_URL/pub/linux/docs/manpages SOURCE_URL[1]=$KERNEL_URL/pub/linux/docs/manpages/Archive SOURCE_URL[2]=ftp://ftp.win.tue.nl/pub/linux-local/manpages SOURCE_URL[3]=ftp://ftp.kernel.org/pub/linux/docs/manpages - SOURCE_VFY=sha1:ac90a2d8452ca81ed01375d26c06618680b8ce99 + SOURCE_VFY=sha1:449e079877b17994a22ca8380837cae8088d4627 WEB_SITE=http://www.win.tue.nl/~aeb/linux/man ENTERED=20011003 - UPDATED=20081126 + UPDATED=20081207 ARCHIVE=off PSAFE=no SHORT="A large collection of man pages" From florin at lunar-linux.org Sun Dec 7 12:12:45 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 7 Dec 2008 13:12:45 +0200 Subject: [Lunar-commits] php5: version bumped to 5.2.7. Message-ID: <20081207101435.0BAA39B1AD@doppio.foo-projects.org> commit e41b57284902ca09a892def8610d409f1c8ef61e Author: Florin Braescu Date: Sun Dec 7 13:12:45 2008 +0200 php5: version bumped to 5.2.7. Changes: - Upgraded PCRE to version 7.8 - Updated timezone database to version 2008.9. - Upgraded bundled libzip to 0.9.0. - Many bugfixes. --- compilers/php5/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/php5/DETAILS b/compilers/php5/DETAILS index f0784fa..df12a3f 100644 --- a/compilers/php5/DETAILS +++ b/compilers/php5/DETAILS @@ -1,5 +1,5 @@ MODULE=php5 - VERSION=5.2.6 + VERSION=5.2.7 SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE=php-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.php.net/distributions @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE_URL[4]=http://nl.php.net/distributions SOURCE_URL[5]=http://de.php.net/distributions SOURCE_URL[6]=http://fr.php.net/distributions - SOURCE_VFY=sha1:2a2b1afa657a7739a23784c869d57c3e0a7ad6b4 + SOURCE_VFY=sha1:ffd64523c140594da7aa45d017c459b59c55d161 WEB_SITE=http://www.php.net ENTERED=20040919 - UPDATED=20080702 + UPDATED=20081207 SHORT="PHP: Hypertext Processor scripting language" cat << EOF From florin at lunar-linux.org Sun Dec 7 12:15:13 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 7 Dec 2008 13:15:13 +0200 Subject: [Lunar-commits] vlc: version bumped to 0.9.8a. Message-ID: <20081207101654.7B0EC9B1AD@doppio.foo-projects.org> commit af9df62aa29f35b076d26ccee0c02aa1944dbd49 Author: Florin Braescu Date: Sun Dec 7 13:15:13 2008 +0200 vlc: version bumped to 0.9.8a. Security release. --- video/vlc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS index 8a300e9..629d155 100644 --- a/video/vlc/DETAILS +++ b/video/vlc/DETAILS @@ -1,11 +1,11 @@ MODULE=vlc - VERSION=0.9.8 + VERSION=0.9.8a SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION - SOURCE_VFY=sha1:6ea45cf9c9b6e855cab65bdcefb5e4234926d8bc + SOURCE_VFY=sha1:1d68f4e4ef77ffc9cb63de70a610a3969bffd873 WEB_SITE=http://www.videolan.org ENTERED=20011113 - UPDATED=20081202 + UPDATED=20081207 SHORT="Videolan client multimedia player" cat << EOF From tchan at lunar-linux.org Mon Dec 8 04:06:33 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 7 Dec 2008 21:06:33 -0600 Subject: [Lunar-commits] rdiff-backup: Version bump to stable 1.2.2. Message-ID: <20081208030902.1DD2B9B1AD@doppio.foo-projects.org> commit e7c17e14a9ff408d51977efd0ef7efb794b7e38c Author: Terry Chan Date: Sun Dec 7 21:06:33 2008 -0600 rdiff-backup: Version bump to stable 1.2.2. Compiles just fine for me. No -fPIC problems whatsoever. --- archive/rdiff-backup/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/rdiff-backup/DETAILS b/archive/rdiff-backup/DETAILS index 80fa053..c25621b 100644 --- a/archive/rdiff-backup/DETAILS +++ b/archive/rdiff-backup/DETAILS @@ -1,11 +1,11 @@ MODULE=rdiff-backup - VERSION=1.0.5 + VERSION=1.2.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://savannah.nongnu.org/download/$MODULE - SOURCE_VFY=sha1:4d33ef3d93532ce1746728e2c5687da354fafcec + SOURCE_VFY=sha1:79e17d27475044c116d10a08cfe46816f74fce85 WEB_SITE=http://www.nongnu.org/rdiff-backup/ ENTERED=20070603 - UPDATED=20070603 + UPDATED=20081207 SHORT="A (remote) incremental backup" cat << EOF rdiff-backup backs up one directory to another, From moe at lunar-linux.org Mon Dec 8 09:12:54 2008 From: moe at lunar-linux.org (Moritz Heiber) Date: Mon, 8 Dec 2008 09:12:54 +0100 Subject: [Lunar-commits] gst-plugins-base: This is totally unneeded and unnecessary. Message-ID: <20081208081412.8976D9B1AD@doppio.foo-projects.org> commit fd7cf2ba32041a5824e5dc429c47eff91fd3cef2 Author: Moritz Heiber Date: Mon Dec 8 09:12:54 2008 +0100 gst-plugins-base: This is totally unneeded and unnecessary. Plus, it introduces a circular dependency gnome-vfs - avahi - qt4 - gst-plugins-base. gst-plugins-base really doesn't need gnome-vfs to provide the features its supposed to provide. --- audio/gst-plugins-base/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/audio/gst-plugins-base/DEPENDS b/audio/gst-plugins-base/DEPENDS index efdf45d..dc84f68 100644 --- a/audio/gst-plugins-base/DEPENDS +++ b/audio/gst-plugins-base/DEPENDS @@ -7,4 +7,3 @@ optional_depends "libvorbis" "" "" "for Ogg/Vorbis support" optional_depends "libtheora" "" "" "for Theora support" optional_depends "libvisual" "" "" "for visualization support" optional_depends "cdparanoia" "" "" "for CDDA support" -optional_depends "gnome-vfs" "" "" "for Gnome VFS support" From florin at lunar-linux.org Mon Dec 8 10:22:35 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 11:22:35 +0200 Subject: [Lunar-commits] xfsprogs: version bumped to 2.10.2. Message-ID: <20081208083405.50DFD9B1AD@doppio.foo-projects.org> commit e7400423b7c5f1583b2ccc34bd223ac302e17089 Author: Florin Braescu Date: Mon Dec 8 11:22:35 2008 +0200 xfsprogs: version bumped to 2.10.2. Bugfixes release. --- filesys/xfsprogs/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/xfsprogs/DETAILS b/filesys/xfsprogs/DETAILS index 4b4b356..10264e0 100644 --- a/filesys/xfsprogs/DETAILS +++ b/filesys/xfsprogs/DETAILS @@ -1,13 +1,13 @@ MODULE=xfsprogs - VERSION=2.10.1 + VERSION=2.10.2 SOURCE=${MODULE}_${VERSION}-1.tar.gz SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars SOURCE_URL[1]=ftp://ftp.silug.org/pub/xfs/cmd_tars SOURCE_URL[2]=ftp://sunsite.dk/mirrors/xfs/cmd_tars - SOURCE_VFY=sha1:10cea2e56d202990a621a9b5b80061abab3aeb37 + SOURCE_VFY=sha1:54684fd76111b3ca6ed52267c1a21da00f805c7c WEB_SITE=http://oss.sgi.com/projects/xfs ENTERED=20020110 - UPDATED=20080905 + UPDATED=20081208 PSAFE=no SHORT="Required utilities for the XFS file system" From florin at lunar-linux.org Mon Dec 8 10:34:42 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 11:34:42 +0200 Subject: [Lunar-commits] ircservices: version bumped to 5.1.14. Message-ID: <20081208083634.8963C9B1AD@doppio.foo-projects.org> commit 021b36c8e959d292407fa09a4e0548566c2ae98a Author: Florin Braescu Date: Mon Dec 8 11:34:42 2008 +0200 ircservices: version bumped to 5.1.14. Bugfixes release. --- chat/ircservices/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/ircservices/DETAILS b/chat/ircservices/DETAILS index 8916127..2bacc67 100644 --- a/chat/ircservices/DETAILS +++ b/chat/ircservices/DETAILS @@ -1,11 +1,11 @@ MODULE=ircservices - VERSION=5.1.13 + VERSION=5.1.14 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.ircservices.za.net/download - SOURCE_VFY=sha1:a4138a4287b272098207549b96d8fbea7bae42d8 + SOURCE_VFY=sha1:15aba0d70b521d3c5afd84aaf31a4e4f2f2f4017 WEB_SITE=http://www.irc.org ENTERED=20030713 - UPDATED=20081110 + UPDATED=20081208 SHORT="IRC services provides NickServ and ChanServ" PSAFE=no From florin at lunar-linux.org Mon Dec 8 11:01:12 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 12:01:12 +0200 Subject: [Lunar-commits] php5: version bumped to 5.2.8. Message-ID: <20081208090424.619C29B1AD@doppio.foo-projects.org> commit 67db78f420d274bb0aa90e12e1e99aa2730821a9 Author: Florin Braescu Date: Mon Dec 8 12:01:12 2008 +0200 php5: version bumped to 5.2.8. Rollback a patch which caused problems. --- compilers/php5/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/php5/DETAILS b/compilers/php5/DETAILS index df12a3f..8a8ed45 100644 --- a/compilers/php5/DETAILS +++ b/compilers/php5/DETAILS @@ -1,5 +1,5 @@ MODULE=php5 - VERSION=5.2.7 + VERSION=5.2.8 SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE=php-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.php.net/distributions @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE_URL[4]=http://nl.php.net/distributions SOURCE_URL[5]=http://de.php.net/distributions SOURCE_URL[6]=http://fr.php.net/distributions - SOURCE_VFY=sha1:ffd64523c140594da7aa45d017c459b59c55d161 + SOURCE_VFY=sha1:d285636144e0a4aa61195793634807e763c63dc3 WEB_SITE=http://www.php.net ENTERED=20040919 - UPDATED=20081207 + UPDATED=20081208 SHORT="PHP: Hypertext Processor scripting language" cat << EOF From florin at lunar-linux.org Mon Dec 8 11:23:23 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 12:23:23 +0200 Subject: [Lunar-commits] eric4: version bumped to 4.2.4a. Message-ID: <20081208092503.43CB1F3461@doppio.foo-projects.org> commit 5f6c20583efcd00eadfa9a159d7e206c2f52565a Author: Florin Braescu Date: Mon Dec 8 12:23:23 2008 +0200 eric4: version bumped to 4.2.4a. Bugfixes and enhacements. --- editors/eric4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/eric4/DETAILS b/editors/eric4/DETAILS index e44b729..fa3b41d 100644 --- a/editors/eric4/DETAILS +++ b/editors/eric4/DETAILS @@ -1,11 +1,11 @@ MODULE=eric4 - VERSION=4.2.3 + VERSION=4.2.4a SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/eric-ide - SOURCE_VFY=sha1:60a6488d8a91f6b6f7c13c14dc947a80d5269640 + SOURCE_VFY=sha1:60db6be81d5aab799fca859dc416da5d1a960791 WEB_SITE=http://www.die-offenbachs.de/detlev/eric ENTERED=20080914 - UPDATED=20081110 + UPDATED=20081208 SHORT="A full featured Python IDE" cat << EOF From florin at lunar-linux.org Mon Dec 8 13:39:55 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 14:39:55 +0200 Subject: [Lunar-commits] glut: remove mesa-glu from CONFLICTS. it was removed from moonbase. Message-ID: <20081208124010.962A09B1AD@doppio.foo-projects.org> commit 7ff8d98be7c97553e413d55a1896e8f173af6f83 Author: Florin Braescu Date: Mon Dec 8 14:39:55 2008 +0200 glut: remove mesa-glu from CONFLICTS. it was removed from moonbase. --- graphics/glut/CONFLICTS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/graphics/glut/CONFLICTS b/graphics/glut/CONFLICTS index bf7b05f..4fcc5a6 100644 --- a/graphics/glut/CONFLICTS +++ b/graphics/glut/CONFLICTS @@ -1,4 +1,3 @@ conflicts freeglut -conflicts mesa-glu conflicts mesa-lib From florin at lunar-linux.org Mon Dec 8 13:42:45 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 14:42:45 +0200 Subject: [Lunar-commits] freeglut: remove mesa-glu from CONFLICTS. it was removed from moonbase. Message-ID: <20081208124307.EA9E79B1AD@doppio.foo-projects.org> commit 52d0b4eb5a752e87275f8ddab9ef332533049db9 Author: Florin Braescu Date: Mon Dec 8 14:42:45 2008 +0200 freeglut: remove mesa-glu from CONFLICTS. it was removed from moonbase. --- graphics/freeglut/CONFLICTS | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/freeglut/CONFLICTS b/graphics/freeglut/CONFLICTS index ec73d22..5a96f97 100644 --- a/graphics/freeglut/CONFLICTS +++ b/graphics/freeglut/CONFLICTS @@ -1,3 +1,2 @@ -conflicts glut && -conflicts mesa-lib && -conflicts mesa-glu +conflicts glut +conflicts mesa-lib From florin at lunar-linux.org Mon Dec 8 13:46:26 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 14:46:26 +0200 Subject: [Lunar-commits] mesa-lib: remove the mention to mesa-glu as the modules was removed from the moonbase. Message-ID: <20081208124646.D40669B1AD@doppio.foo-projects.org> commit 46fca209c4f4667647b4a955282d2169bbd16d36 Author: Florin Braescu Date: Mon Dec 8 14:46:26 2008 +0200 mesa-lib: remove the mention to mesa-glu as the modules was removed from the moonbase. --- xorg7/mesa-lib/DETAILS | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/xorg7/mesa-lib/DETAILS b/xorg7/mesa-lib/DETAILS index f44a785..57ba101 100644 --- a/xorg7/mesa-lib/DETAILS +++ b/xorg7/mesa-lib/DETAILS @@ -22,8 +22,5 @@ very similar to that of OpenGL.* To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc.(SGI). - mesa-lib provides libGL.so needed for many different programs. - -If you have an NVIDIA graphics card, choose mesa-glu instead. EOF From florin at lunar-linux.org Mon Dec 8 13:48:32 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 14:48:32 +0200 Subject: [Lunar-commits] aliases: remove mesa-glu. Message-ID: <20081208124837.06C079B1AD@doppio.foo-projects.org> commit 5abb56a2ddc3ae25c53b5d9a5f4aeb9eebd5d191 Author: Florin Braescu Date: Mon Dec 8 14:48:32 2008 +0200 aliases: remove mesa-glu. --- aliases | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/aliases b/aliases index 48d5805..1349bab 100644 --- a/aliases +++ b/aliases @@ -9,5 +9,5 @@ %SSL:openssl gnutls %XMLRENDERER:libxml2 expat %X:XOrg7 XOrg6 -%GLX:mesa-lib mesa-glu +%GLX:mesa-lib %FLASH:flash-plugin-9 flash-plugin-all flash-plugin-10 From florin at lunar-linux.org Mon Dec 8 16:25:30 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 17:25:30 +0200 Subject: [Lunar-commits] streamripper: version bumped to 1.64.0 Message-ID: <20081208152910.D609A9B1AD@doppio.foo-projects.org> commit 7c2f24fb24f18994918214077721e7b18fb2775c Author: Florin Braescu Date: Mon Dec 8 17:25:30 2008 +0200 streamripper: version bumped to 1.64.0 Bugfixes and improvements. Submitted by Christian Riggenbach. --- audio/streamripper/DETAILS | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/audio/streamripper/DETAILS b/audio/streamripper/DETAILS index 63aec21..48c86e1 100644 --- a/audio/streamripper/DETAILS +++ b/audio/streamripper/DETAILS @@ -1,13 +1,14 @@ MODULE=streamripper - VERSION=1.63.0 + VERSION=1.64.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:33a3da2b8195709b6bf645a27cd10248b2a802a7 - WEB_SITE="http://streamripper.sourceforge.net/" + SOURCE_VFY=sha1:b09f7675bb83796aa412cb94481003441c382821 + WEB_SITE=http://streamripper.sourceforge.net ENTERED=20070701 - UPDATED=20080503 - SHORT="a tool to download a radio-stream" + UPDATED=20081208 + SHORT="A tool to download a radio-stream" + cat < libmpd: version bumped to 0.16.0. Message-ID: <20081208155331.CF3C3F3D1A@doppio.foo-projects.org> commit 7dc4b45a6039f4627c3d5ad81128d68258833522 Author: Florin Braescu Date: Mon Dec 8 17:53:04 2008 +0200 libmpd: version bumped to 0.16.0. Submitted by Glenn (talonz). --- audio/libmpd/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/libmpd/DETAILS b/audio/libmpd/DETAILS index 61beec9..44a2a11 100644 --- a/audio/libmpd/DETAILS +++ b/audio/libmpd/DETAILS @@ -1,11 +1,11 @@ MODULE=libmpd - VERSION=0.14.0 + VERSION=0.16.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.sarine.nl/gmpc-0.15.0/ - SOURCE_VFY=sha1:d25d3a7f58addfb7f31e0300a7a8f3bd392aeb72 + SOURCE_URL=http://download.sarine.nl/Programs/gmpc/$VERSION + SOURCE_VFY=sha1:30ceb4ab3286a88143982cc4927eb481e905a0d3 WEB_SITE=http://sarine.nl/home ENTERED=20060421 - UPDATED=20070601 + UPDATED=20081208 SHORT="Abstraction library around libmpdclient" cat << EOF From florin at lunar-linux.org Mon Dec 8 17:44:02 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 8 Dec 2008 18:44:02 +0200 Subject: [Lunar-commits] clamav: version bumped to 0.94.2. Message-ID: <20081208164413.96A6F9B1AD@doppio.foo-projects.org> commit 55872d9f1eff3e54ed6e642229874cf943ffd2d7 Author: Florin Braescu Date: Mon Dec 8 18:44:02 2008 +0200 clamav: version bumped to 0.94.2. Bugfixes release. Submitted by Denis. --- security/clamav/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/clamav/DETAILS b/security/clamav/DETAILS index 0a42ef2..71a8120 100644 --- a/security/clamav/DETAILS +++ b/security/clamav/DETAILS @@ -1,11 +1,11 @@ MODULE=clamav - VERSION=0.94.1 + VERSION=0.94.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:8eed11eb68dc6cb15d4bb12de034a4252dc09373 - WEB_SITE=http://www.clamav.net/ + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:82373d25db8b836fd88b2414df43bb0c7192cced + WEB_SITE=http://www.clamav.net ENTERED=20030314 - UPDATED=20081103 + UPDATED=20081208 SHORT="GPL anti-virus toolkit" cat < libburn: version bumped to 0.5.8. Message-ID: <20081209083716.D27DE9B1AE@doppio.foo-projects.org> commit 6b96a48efa4874bffc045b52fb3c227210dc6bda Author: Florin Braescu Date: Tue Dec 9 11:34:55 2008 +0200 libburn: version bumped to 0.5.8. Bugfixes and enhacements. --- cd/libburn/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/libburn/DETAILS b/cd/libburn/DETAILS index 46e3041..40842bc 100644 --- a/cd/libburn/DETAILS +++ b/cd/libburn/DETAILS @@ -1,11 +1,11 @@ MODULE=libburn - VERSION=0.5.6 + VERSION=0.5.8 SOURCE=$MODULE-$VERSION.pl00.tar.gz SOURCE_URL=http://files.libburnia-project.org/releases - SOURCE_VFY=sha1:25ee6c8312b0f9e9b23b987a77f2d30d4898e502 + SOURCE_VFY=sha1:ce2c7c83037d224d11adb84b04d67f7a2bbb4521 WEB_SITE=http://libburnia-project.org ENTERED=20061203 - UPDATED=20081113 + UPDATED=20081209 SHORT="Library for writing optical media" cat << EOF From florin at lunar-linux.org Tue Dec 9 10:38:16 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 9 Dec 2008 11:38:16 +0200 Subject: [Lunar-commits] mtools: version bumped to 4.0.1. Message-ID: <20081209083958.789D3F3B68@doppio.foo-projects.org> commit 6d407e4f973ef301b4b8630295f2820ea677270b Author: Florin Braescu Date: Tue Dec 9 11:38:16 2008 +0200 mtools: version bumped to 4.0.1. Bugfix release. --- filesys/mtools/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/mtools/DETAILS b/filesys/mtools/DETAILS index f21c579..dc6e4ab 100644 --- a/filesys/mtools/DETAILS +++ b/filesys/mtools/DETAILS @@ -1,12 +1,12 @@ MODULE=mtools - VERSION=4.0.0 + VERSION=4.0.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://mtools.linux.lu SOURCE_URL[1]=http://www.tux.org/pub/knaff/mtools - SOURCE_VFY=sha1:67c83a249d5a9571ca7b047f8a27af29fced455f + SOURCE_VFY=sha1:c2a890bb910bd58a13a14031d882e42abecf81e2 WEB_SITE=http://mtools.linux.lu ENTERED=20010922 - UPDATED=20081201 + UPDATED=20081209 SHORT="Utilities to access MS-DOS disks without mounting them" cat << EOF From florin at lunar-linux.org Tue Dec 9 14:06:17 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 9 Dec 2008 15:06:17 +0200 Subject: [Lunar-commits] Revert "inputproto: version bumped to 1.5.0." Message-ID: <20081209130839.341859B1AE@doppio.foo-projects.org> commit 9c384ab5b1a87a3c07c63ab0976f61668a59496f Author: Florin Braescu Date: Tue Dec 9 15:06:17 2008 +0200 Revert "inputproto: version bumped to 1.5.0." This reverts commit 1583f46d8cfe54bc2b202fb9f101693d781cb14e. inputproto: revert it to 1.4.4 version. It appears to be more stable and behave good with xf86-input-evdev. --- xorg7/proto/inputproto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/proto/inputproto/DETAILS b/xorg7/proto/inputproto/DETAILS index acdc73a..08221ad 100644 --- a/xorg7/proto/inputproto/DETAILS +++ b/xorg7/proto/inputproto/DETAILS @@ -1,12 +1,12 @@ MODULE=inputproto - VERSION=1.5.0 + VERSION=1.4.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:c6514843f35e2591fadc13f3fc87bf3752b7197c + SOURCE_VFY=sha1:9501ae977350a561a1510a543f17167568a7415c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20081206 + UPDATED=20080731 SHORT="The X.Org Input protocol headers" cat << EOF From florin at lunar-linux.org Tue Dec 9 14:07:55 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 9 Dec 2008 15:07:55 +0200 Subject: [Lunar-commits] Revert "libXi: version bumped to 1.2.0." Message-ID: <20081209130839.3D63E9B1B0@doppio.foo-projects.org> commit f54fe02c6251efe86749bd9d6cc0ec8819dd039e Author: Florin Braescu Date: Tue Dec 9 15:07:55 2008 +0200 Revert "libXi: version bumped to 1.2.0." This reverts commit 50789cf7d5f5e4c45918b47ac989dcfee5ca5d21. libXi: revert it to the 1.1.4 version. In conjunction with inputproto 1.5.0 and xf-86-input-evdev there appear problems. --- 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 a6b4f8f..8ae7392 100644 --- a/xorg7/lib/libXi/DETAILS +++ b/xorg7/lib/libXi/DETAILS @@ -1,12 +1,12 @@ MODULE=libXi - VERSION=1.2.0 + VERSION=1.1.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:2395265b87556bd60216d0e5b56080380d0a3bd5 + SOURCE_VFY=sha1:ee9fdfc55b44926d76b39c5ee58670f5ab0fafef MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20081206 + UPDATED=20081126 SHORT="The X.Org XINPUT extension library" cat << EOF From florin at lunar-linux.org Tue Dec 9 14:10:48 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 9 Dec 2008 15:10:48 +0200 Subject: [Lunar-commits] xf86-input-evdev: bumped the update field to force the relin of the module. Message-ID: <20081209131100.C1F8A9B1AE@doppio.foo-projects.org> commit cc94d7ac05c0a3c9b6ca323a9be5b9e5e359559f Author: Florin Braescu Date: Tue Dec 9 15:10:48 2008 +0200 xf86-input-evdev: bumped the update field to force the relin of the module. --- xorg7/driver/xf86-input-evdev/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS index a22769c..71f27e0 100644 --- a/xorg7/driver/xf86-input-evdev/DETAILS +++ b/xorg7/driver/xf86-input-evdev/DETAILS @@ -6,7 +6,7 @@ MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20081126 + UPDATED=20081209 SHORT="An input driver" cat << EOF From florin at lunar-linux.org Wed Dec 10 11:51:41 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 10 Dec 2008 12:51:41 +0200 Subject: [Lunar-commits] phpMyAdmin: version bumped to 3.1.1. Message-ID: <20081210095342.5B8D1F2E8E@doppio.foo-projects.org> commit 6bad5138c4d303cdf9f1278d44040eaf7615bd9b Author: Florin Braescu Date: Wed Dec 10 12:51:41 2008 +0200 phpMyAdmin: version bumped to 3.1.1. Bugfixes and improvements. --- sql/phpMyAdmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index a419df1..1743506 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.0.1.1 + VERSION=3.1.1 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:5dce6977e2fe77fcb32fdd457823377e85ec0732 + SOURCE_VFY=sha1:89cc0425323bdd4d6865688b93bc24b713513d07 WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20081031 + UPDATED=20081210 SHORT="A php web interface to administrate MySQL tables" cat << EOF From florin at lunar-linux.org Wed Dec 10 12:02:34 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 10 Dec 2008 13:02:34 +0200 Subject: [Lunar-commits] guile: version bumped to 1.8.6. Message-ID: <20081210100418.A920F9B1AE@doppio.foo-projects.org> commit f73fb51a39f1e964a5af29c3a0f9000b7d3fe3d9 Author: Florin Braescu Date: Wed Dec 10 13:02:34 2008 +0200 guile: version bumped to 1.8.6. Maintenance release. --- devel/guile/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/guile/DETAILS b/devel/guile/DETAILS index 2794164..588d515 100644 --- a/devel/guile/DETAILS +++ b/devel/guile/DETAILS @@ -1,13 +1,13 @@ MODULE=guile - VERSION=1.8.5 + VERSION=1.8.6 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$GNU_URL/$MODULE/ + SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE - SOURCE_VFY=sha1:3ef611cf5c4998a5bdfc7935765bb68730038614 + SOURCE_VFY=sha1:a3896f86044a2b3740dac43e045c349d656fba31 WEB_SITE=http://www.gnu.org/software/$MODULE MAINTAINER=tchan at lunar-linux.org ENTERED=20010922 - UPDATED=20081029 + UPDATED=20081210 SHORT="A portable, embeddable Scheme implementation" cat << EOF From florin at lunar-linux.org Wed Dec 10 12:21:58 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 10 Dec 2008 13:21:58 +0200 Subject: [Lunar-commits] GraphicsMagick: version bumped to 1.3.3. Message-ID: <20081210102416.DF5C09B1AE@doppio.foo-projects.org> commit 4075e7b2e01fbc36b078a89868d7badf7ef47823 Author: Florin Braescu Date: Wed Dec 10 13:21:58 2008 +0200 GraphicsMagick: version bumped to 1.3.3. Bugfixes and some new features added. --- graphics/GraphicsMagick/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/GraphicsMagick/DETAILS b/graphics/GraphicsMagick/DETAILS index 6ccaf06..d7ab8c4 100644 --- a/graphics/GraphicsMagick/DETAILS +++ b/graphics/GraphicsMagick/DETAILS @@ -1,11 +1,11 @@ MODULE=GraphicsMagick - VERSION=1.3.1 + VERSION=1.3.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/graphicsmagick - SOURCE_VFY=sha1:e3140220282c24f6e9f0305139ca89e973b70d78 + SOURCE_VFY=sha1:b49f8b2b3e0cd428d6e9fccd346fd5db27a358d3 WEB_SITE=http://www.graphicsmagick.org ENTERED=20061117 - UPDATED=20081119 + UPDATED=20081210 SHORT="A swiss army knife of image processing" cat << EOF From florin at lunar-linux.org Wed Dec 10 14:57:34 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 10 Dec 2008 15:57:34 +0200 Subject: [Lunar-commits] aircrack-ng: version bumped to 0.9.3. Message-ID: <20081210135752.93CA69B1AE@doppio.foo-projects.org> commit 26379a7789697419a35d3acf1c6c312c1c81c3ec Author: Florin Braescu Date: Wed Dec 10 15:57:34 2008 +0200 aircrack-ng: version bumped to 0.9.3. Bugfixes release. --- wifi/aircrack-ng/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/wifi/aircrack-ng/DETAILS b/wifi/aircrack-ng/DETAILS index c7f35b7..3d8a807 100644 --- a/wifi/aircrack-ng/DETAILS +++ b/wifi/aircrack-ng/DETAILS @@ -1,12 +1,13 @@ MODULE=aircrack-ng - VERSION=0.9.1 + VERSION=0.9.3 SOURCE=${MODULE}-${VERSION}.tar.gz - SOURCE_URL=http://download.aircrack-ng.org/ - SOURCE_VFY=sha1:e0329ab151ed0da23f4ec5ee269dc25f1654765b - WEB_SITE="http://www.aircrack-ng.org/" + SOURCE_URL=http://download.aircrack-ng.org + SOURCE_VFY=sha1:b2f671324d056408b83d32eb1ab6061b7fa87ac5 + WEB_SITE=http://www.aircrack-ng.org ENTERED=20070726 - UPDATED=20070726 + UPDATED=20081210 SHORT="WLAN tool for cracking WEP and WPA keys" + cat < librsync: make it install the shared libs. Message-ID: <20081210142350.5CF21F3493@doppio.foo-projects.org> commit aa3df57035f9569a940bfd46b029bd7283d4b382 Author: Florin Braescu Date: Wed Dec 10 16:23:46 2008 +0200 librsync: make it install the shared libs. --- libs/librsync/BUILD | 6 ++++++ libs/librsync/DETAILS | 17 ++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/libs/librsync/BUILD b/libs/librsync/BUILD new file mode 100644 index 0000000..155c8a7 --- /dev/null +++ b/libs/librsync/BUILD @@ -0,0 +1,6 @@ +( + + OPTS="$OPTS --enable-shared" && + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/librsync/DETAILS b/libs/librsync/DETAILS index 9ca0162..877cde5 100644 --- a/libs/librsync/DETAILS +++ b/libs/librsync/DETAILS @@ -3,17 +3,16 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_VFY=sha1:d575eb5cae7a815798220c3afeff5649d3e8b4ab - WEB_SITE=http://librsync.sourceforge.net/ + WEB_SITE=http://librsync.sourceforge.net ENTERED=20070603 UPDATED=20070603 SHORT="Library that implements the rsync remote-delta algorithm" + cat << EOF -librsync is a free software library that implements -the rsync remote-delta algorithm. This algorithm -allows efficient remote updates of a file, without -requiring the old and new versions to both be -present at the sending end. The library uses a -"streaming" design similar to that of zlib with the -aim of allowing it to be embedded into many -different applications. +librsync is a free software library that implements the rsync +remote-delta algorithm. This algorithm allows efficient remote +updates of a file, without requiring the old and new versions +to both be present at the sending end. The library uses a +"streaming" design similar to that of zlib with the aim of +allowing it to be embedded into many different applications. EOF From florin at lunar-linux.org Wed Dec 10 15:31:22 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 10 Dec 2008 16:31:22 +0200 Subject: [Lunar-commits] rdiff-backup: small tweaks. Message-ID: <20081210143118.4E2FE9B1AE@doppio.foo-projects.org> commit b539c684e47818754c32c67855687401ddeb604f Author: Florin Braescu Date: Wed Dec 10 16:31:22 2008 +0200 rdiff-backup: small tweaks. --- archive/rdiff-backup/DETAILS | 30 +++++++++++++----------------- 1 files changed, 13 insertions(+), 17 deletions(-) diff --git a/archive/rdiff-backup/DETAILS b/archive/rdiff-backup/DETAILS index c25621b..8135a38 100644 --- a/archive/rdiff-backup/DETAILS +++ b/archive/rdiff-backup/DETAILS @@ -3,26 +3,22 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://savannah.nongnu.org/download/$MODULE SOURCE_VFY=sha1:79e17d27475044c116d10a08cfe46816f74fce85 - WEB_SITE=http://www.nongnu.org/rdiff-backup/ + WEB_SITE=http://www.nongnu.org/rdiff-backup ENTERED=20070603 UPDATED=20081207 SHORT="A (remote) incremental backup" + cat << EOF -rdiff-backup backs up one directory to another, -possibly over a network. The target directory ends -up a copy of the source directory, but extra -reverse diffs are stored in a special subdirectory -of that target directory, so you can still recover -files lost some time ago. The idea is to combine -the best features of a mirror and an incremental -backup. rdiff-backup also preserves subdirectories, -hard links, dev files, permissions, uid/gid -ownership, modification times, extended attributes, -acls, and resource forks. Also, rdiff-backup can -operate in a bandwidth efficient manner over a -pipe, like rsync. Thus you can use rdiff-backup and -ssh to securely back a hard drive up to a remote -location, and only the differences will be -transmitted. Finally, rdiff-backup is easy to use +rdiff-backup backs up one directory to another, possibly over a network. +The target directory ends up a copy of the source directory, but extra +reverse diffs are stored in a special subdirectory of that target +directory, so you can still recover files lost some time ago. The idea +is to combine the best features of a mirror and an incremental backup. +rdiff-backup also preserves subdirectories, hard links, dev files, +permissions, uid/gid ownership, modification times, extended attributes, +acls, and resource forks. Also, rdiff-backup can operate in a bandwidth +efficient manner over a pipe, like rsync. Thus you can use rdiff-backup +and ssh to securely back a hard drive up to a remote location, and only +the differences will be transmitted. Finally, rdiff-backup is easy to use and settings have sensical defaults. EOF From sofar at foo-projects.org Wed Dec 10 19:03:11 2008 From: sofar at foo-projects.org (Auke Kok) Date: Wed, 10 Dec 2008 19:03:11 +0100 Subject: [Lunar-commits] which: remove double argument Message-ID: <20081210180326.9E42C9B1AE@doppio.foo-projects.org> commit e52d434e1419e27732c70cbfc88ebd97a9d36466 Author: Auke Kok Date: Wed Dec 10 19:03:11 2008 +0100 which: remove double argument --- utils/which/profile.d/which.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/which/profile.d/which.rc b/utils/which/profile.d/which.rc index 30303d7..b382d38 100644 --- a/utils/which/profile.d/which.rc +++ b/utils/which/profile.d/which.rc @@ -1,7 +1,7 @@ # the *proper* way to use which: which () { - (alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-alias --read-functions --show-tilde --show-dot $@ + (alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@ } export -f which From florin at lunar-linux.org Thu Dec 11 15:43:55 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 11 Dec 2008 16:43:55 +0200 Subject: [Lunar-commits] wireshark: version bumped to 1.0.5. Message-ID: <20081211144355.71A6FF3CBF@doppio.foo-projects.org> commit e35fd7101061bd878be563c2f21c06942ab01c9f Author: Florin Braescu Date: Thu Dec 11 16:43:55 2008 +0200 wireshark: version bumped to 1.0.5. Bugfixes release. --- net/wireshark/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wireshark/DETAILS b/net/wireshark/DETAILS index 0ff4f97..dc28e05 100644 --- a/net/wireshark/DETAILS +++ b/net/wireshark/DETAILS @@ -1,11 +1,11 @@ MODULE=wireshark - VERSION=1.0.4 + VERSION=1.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.wireshark.org/download/src - SOURCE_VFY=sha1:8e75a6d909a1da803db77f6f86fdd5096e5bbac8 + SOURCE_VFY=sha1:593aaf3a7527e8ca74e4982caeb5a77831b121db WEB_SITE=http://www.wireshark.org ENTERED=20061104 - UPDATED=20081021 + UPDATED=20081211 SHORT="A network protocol analyzer" cat << EOF From florin at lunar-linux.org Thu Dec 11 16:40:48 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 11 Dec 2008 17:40:48 +0200 Subject: [Lunar-commits] x11-vnc: version bumped to 0.9.6. Message-ID: <20081211154140.23BCF9B1AD@doppio.foo-projects.org> commit 59db3293dcba8ed6917f1d798f5d853c60b42d65 Author: Florin Braescu Date: Thu Dec 11 17:40:48 2008 +0200 x11-vnc: version bumped to 0.9.6. x11vnc's SSL encryption is extended to support the VeNCrypt and TLS VNC security types. An increasing number of viewers support the former. Anonymous Diffie-Hellman key exchange support is provided, and Certificate Revocation Lists are implemented. The Java viewer applet is downloadable via the VNC port as well as the HTTP port. If x11vnc is not built with the Avahi Zeroconf library, an external helper program is used instead. A launcher for naive users is provided in x11vnc.desktop. --- x11-utils/x11vnc/DEPENDS | 2 ++ x11-utils/x11vnc/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-utils/x11vnc/DEPENDS b/x11-utils/x11vnc/DEPENDS index 6825f8d..5da52ef 100644 --- a/x11-utils/x11vnc/DEPENDS +++ b/x11-utils/x11vnc/DEPENDS @@ -2,3 +2,5 @@ depends %X optional_depends "jpeg" "" "--without-jpeg" "for JPEG support" optional_depends "openssl" "" "--without-ssl" "for SSL encryption" +optional_depends "avahi" "" "--without-avahi" "for avahi support" + diff --git a/x11-utils/x11vnc/DETAILS b/x11-utils/x11vnc/DETAILS index 03277b1..1ea4b5d 100644 --- a/x11-utils/x11vnc/DETAILS +++ b/x11-utils/x11vnc/DETAILS @@ -1,11 +1,11 @@ MODULE=x11vnc - VERSION=0.9.5 + VERSION=0.9.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.karlrunge.com/x11vnc - SOURCE_VFY=sha1:236f7b3ba6a33422cf7593de7d7843c233143129 + SOURCE_VFY=sha1:2cc67604a8a4bb0c40738f3bdf7295dee9637eb3 WEB_SITE=http://www.karlrunge.com/x11vnc ENTERED=20060922 - UPDATED=20081026 + UPDATED=20081211 SHORT="Tool for remotely interacting with X displays" MAINTAINER=jannis at lunar-linux.org From florin at lunar-linux.org Thu Dec 11 16:59:22 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 11 Dec 2008 17:59:22 +0200 Subject: [Lunar-commits] gmp: version bumped to 4.2.4. Message-ID: <20081211155920.AA9599B1AD@doppio.foo-projects.org> commit ceb32c25164f471a79d538ca2648caa0eba032f4 Author: Florin Braescu Date: Thu Dec 11 17:59:22 2008 +0200 gmp: version bumped to 4.2.4. Bugfixes and enhacements. --- libs/gmp/DETAILS | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/gmp/DETAILS b/libs/gmp/DETAILS index 1d9dba5..c5b4c90 100644 --- a/libs/gmp/DETAILS +++ b/libs/gmp/DETAILS @@ -1,14 +1,14 @@ MODULE=gmp - VERSION=4.2.2 + VERSION=4.2.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.informatik.rwth-aachen.de/pub/gnu/$MODULE/ - SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE_VFY=sha1:8c5f9798956f9b0162a25a56477a3566a92abc72 - WEB_SITE=http://www.swox.com/gmp/ + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.informatik.rwth-aachen.de/pub/gnu/$MODULE + SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:bb721f94fbeeb8c609104540b408da6707c370ec + WEB_SITE=http://www.swox.com/gmp ENTERED=20010922 - UPDATED=20071008 - SHORT="the GNU mathematics precision library" + UPDATED=20081211 + SHORT="The GNU mathematics precision library" cat << EOF GNUmp is a library operating on signed integers, rational numbers, and From florin at lunar-linux.org Thu Dec 11 17:01:09 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 11 Dec 2008 18:01:09 +0200 Subject: [Lunar-commits] mpfr: small tweaks. Message-ID: <20081211160058.721A19B1AD@doppio.foo-projects.org> commit df77a67d144f6bbd960cb87d4a091eb134967900 Author: Florin Braescu Date: Thu Dec 11 18:01:09 2008 +0200 mpfr: small tweaks. --- libs/mpfr/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/mpfr/DETAILS b/libs/mpfr/DETAILS index 7484116..4404e9e 100644 --- a/libs/mpfr/DETAILS +++ b/libs/mpfr/DETAILS @@ -1,9 +1,9 @@ MODULE=mpfr VERSION=2.3.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.mpfr.org/mpfr-current/ + SOURCE_URL=http://www.mpfr.org/mpfr-current SOURCE_VFY=sha1:37dbd478e1c136f37cf4c68eb1522e86e2307288 - WEB_SITE=http://www.mpfr.org/ + WEB_SITE=http://www.mpfr.org ENTERED=20070111 UPDATED=20080919 MAINTAINER=elangelo at lunar-linux.org From florin at lunar-linux.org Thu Dec 11 22:22:27 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 11 Dec 2008 23:22:27 +0200 Subject: [Lunar-commits] smartmontools: add pid file path to the init script. Message-ID: <20081211202428.B00B29B1AE@doppio.foo-projects.org> commit 5d39f6bc3aef97e27946a2ad274d05a5ca348ec2 Author: Florin Braescu Date: Thu Dec 11 23:22:27 2008 +0200 smartmontools: add pid file path to the init script. --- utils/smartmontools/init.d/smartd | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/utils/smartmontools/init.d/smartd b/utils/smartmontools/init.d/smartd index 3a740bc..c50ca7c 100755 --- a/utils/smartmontools/init.d/smartd +++ b/utils/smartmontools/init.d/smartd @@ -3,6 +3,7 @@ # chkconfig: 2345 40 60 # description: Self Monitoring and Reporting Technology (SMART) Daemon # processname: /usr/sbin/smartd +# pidfile: /var/run/smartd.pid # start () From florin at lunar-linux.org Fri Dec 12 16:54:45 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 12 Dec 2008 17:54:45 +0200 Subject: [Lunar-commits] iwlwifi-3945-ucode: version bumped to 15.28.2.8. Message-ID: <20081212155709.B3387F40EE@doppio.foo-projects.org> commit 9c311b1f26218ca9d5e372b36891f2268c6eddab Author: Florin Braescu Date: Fri Dec 12 17:54:45 2008 +0200 iwlwifi-3945-ucode: version bumped to 15.28.2.8. Last released version from Intel. --- wifi/iwlwifi-3945-ucode/BUILD | 8 ++++---- wifi/iwlwifi-3945-ucode/DETAILS | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wifi/iwlwifi-3945-ucode/BUILD b/wifi/iwlwifi-3945-ucode/BUILD index 66d732d..e939fce 100644 --- a/wifi/iwlwifi-3945-ucode/BUILD +++ b/wifi/iwlwifi-3945-ucode/BUILD @@ -1,8 +1,8 @@ ( - prepare_install && - mkdir -p /lib/firmware && - cp -p iwlwifi-3945-1.ucode /lib/firmware/iwlwifi-3945-1.ucode && - gather_docs README.iwlwifi-3945-ucode + prepare_install && + mkdir -p /lib/firmware && + install -m 644 iwlwifi-3945-2.ucode /lib/firmware/ && + gather_docs README.iwlwifi-3965-ucode ) > $C_FIFO 2>&1 diff --git a/wifi/iwlwifi-3945-ucode/DETAILS b/wifi/iwlwifi-3945-ucode/DETAILS index a33574b..d75c36d 100644 --- a/wifi/iwlwifi-3945-ucode/DETAILS +++ b/wifi/iwlwifi-3945-ucode/DETAILS @@ -1,11 +1,11 @@ MODULE=iwlwifi-3945-ucode - VERSION=2.14.1.5 + VERSION=15.28.2.8 SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads/ - SOURCE_VFY=sha1:aeeeccb2fddeff86ee7dbdca0f0d627d0c99d45c + SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads + SOURCE_VFY=sha1:a3b0acc582e7ffa3cb76fa1cb18ea91650e41326 WEB_SITE=http://www.intellinuxwireless.org ENTERED=20071013 - UPDATED=20080109 + UPDATED=20081212 SHORT="Intel PRO/Wireless 3945 microcode image for Linux" cat << EOF From florin at lunar-linux.org Fri Dec 12 16:56:28 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 12 Dec 2008 17:56:28 +0200 Subject: [Lunar-commits] iwlwifi-4965-ucode: version bumped to 228.57.2.21. Message-ID: <20081212155709.BEB5EF40ED@doppio.foo-projects.org> commit d7fb3670d89bdbe6473e024aa0656dc721d3c8e5 Author: Florin Braescu Date: Fri Dec 12 17:56:28 2008 +0200 iwlwifi-4965-ucode: version bumped to 228.57.2.21. Last released version from Intel. --- wifi/iwlwifi-4965-ucode/BUILD | 6 +++--- wifi/iwlwifi-4965-ucode/DETAILS | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wifi/iwlwifi-4965-ucode/BUILD b/wifi/iwlwifi-4965-ucode/BUILD index 7640f01..31a4b46 100644 --- a/wifi/iwlwifi-4965-ucode/BUILD +++ b/wifi/iwlwifi-4965-ucode/BUILD @@ -1,8 +1,8 @@ ( - prepare_install && - mkdir -p /lib/firmware && - install -m 644 iwlwifi-4965-1.ucode /lib/firmware/ && + prepare_install && + mkdir -p /lib/firmware && + install -m 644 iwlwifi-4965-2.ucode /lib/firmware/ && gather_docs README.iwlwifi-4965-ucode ) > $C_FIFO 2>&1 diff --git a/wifi/iwlwifi-4965-ucode/DETAILS b/wifi/iwlwifi-4965-ucode/DETAILS index b58667a..f865213 100644 --- a/wifi/iwlwifi-4965-ucode/DETAILS +++ b/wifi/iwlwifi-4965-ucode/DETAILS @@ -1,11 +1,11 @@ MODULE=iwlwifi-4965-ucode - VERSION=4.44.1.20 + VERSION=228.57.2.21 SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads/ - SOURCE_VFY=sha1:34731f1855ea69751f5e357e95b51019430816b3 - WEB_SITE=http://www.intellinuxwireless.org/ + SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads + SOURCE_VFY=sha1:56796d7b5c5c77d8caa306e41f60cbbae9594936 + WEB_SITE=http://www.intellinuxwireless.org ENTERED=20080130 - UPDATED=20080130 + UPDATED=20081212 SHORT="Intel PRO/Wireless 4965 microcode image" cat << EOF From 0lvin at ukr.net Sat Dec 13 10:10:31 2008 From: 0lvin at ukr.net (=?WINDOWS-1251?Q? =C4=E5=ED=E8=F1_=CF=E0=F3=EA ?=) Date: Sat, 13 Dec 2008 11:10:31 +0200 Subject: [Lunar-commits] libmpd: version bumped to 0.16.0. In-Reply-To: <20081208155331.CF3C3F3D1A@doppio.foo-projects.org> Message-ID: Hello! Please with update libmpd update and gmpc. If update only lib - gmpc can't compile(version lib mast be equal version gmpc ). And please update to last version 0.16.1. Best regards, ???????????????????? Denis. -------------- next part -------------- An HTML attachment was scrubbed... URL: From florin at lunar-linux.org Sat Dec 13 22:51:27 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 13 Dec 2008 23:51:27 +0200 Subject: [Lunar-commits] lftp: version bumped to 3.7.7. Message-ID: <20081213205330.E2E559B1B1@doppio.foo-projects.org> commit aa2ee624951c384d5b83f981d7c7940fc4441e77 Author: Florin Braescu Date: Sat Dec 13 23:51:27 2008 +0200 lftp: version bumped to 3.7.7. Changes: * new ftp proxy auth type: proxy-user at host. * new setting ftp:trust-feat (default no). * changed GPL version to 3 (as gnulib modules require it). --- ftp/lftp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/lftp/DETAILS b/ftp/lftp/DETAILS index 497153a..84a5fd9 100644 --- a/ftp/lftp/DETAILS +++ b/ftp/lftp/DETAILS @@ -1,13 +1,13 @@ MODULE=lftp - VERSION=3.7.6 + VERSION=3.7.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.yars.free.net/pub/source/$MODULE SOURCE_URL[1]=ftp://ftp.cs.tu-berlin.de/pub/net/ftp/$MODULE SOURCE_URL[2]=ftp://ftp.130th.net/pub/mirror/$MODULE - SOURCE_VFY=sha1:522396db61839d6726aaab3a152243573da9c1fe + SOURCE_VFY=sha1:e6aee8516228d862f3dd906f77ebe43c68d189ce WEB_SITE=http://lftp.yar.ru ENTERED=20010922 - UPDATED=20081117 + UPDATED=20081213 SHORT="A sophisticated ftp/http client, file transfer program" cat << EOF From florin at lunar-linux.org Sun Dec 14 12:24:40 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 14 Dec 2008 13:24:40 +0200 Subject: [Lunar-commits] smartmontools: add -n at the daemon start. so, it will not fork in the background. Message-ID: <20081214102657.20390F4154@doppio.foo-projects.org> commit 57617ac94d3341e9bf0323a206592a0d7bc2d007 Author: Florin Braescu Date: Sun Dec 14 13:24:40 2008 +0200 smartmontools: add -n at the daemon start. so, it will not fork in the background. --- utils/smartmontools/init.d/smartd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/smartmontools/init.d/smartd b/utils/smartmontools/init.d/smartd index c50ca7c..c1d1ee4 100755 --- a/utils/smartmontools/init.d/smartd +++ b/utils/smartmontools/init.d/smartd @@ -9,7 +9,7 @@ start () { echo -n "Starting smartd: " - /usr/sbin/smartd && + /usr/sbin/smartd -n && echo -e $RESULT_OK || echo -e $RESULT_FAIL } From florin at lunar-linux.org Sun Dec 14 13:00:12 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 14 Dec 2008 14:00:12 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.27.9. Message-ID: <20081214110235.484DAF4166@doppio.foo-projects.org> commit f81426213a53f8ad12f3f118efe4d97bc5e9bf88 Author: Florin Braescu Date: Sun Dec 14 14:00:12 2008 +0200 linux-2.6: version bumped to 2.6.27.9. Bugfixes release. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index aa0ab0e..2df9184 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.27.8 + VERSION=2.6.27.9 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:8425ec3be2652f9d511911ff4fcf99039d4574be - SOURCE2_VFY=sha1:28544d5d0f421059e90e5337242bbb374c293cba + SOURCE2_VFY=sha1:79c364b2c9ef009a5983d05f4a83bf67ad6af540 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20081206 + UPDATED=20081214 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Sun Dec 14 13:42:30 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 14 Dec 2008 14:42:30 +0200 Subject: [Lunar-commits] wesnoth: version bumped to 1.4.7. Message-ID: <20081214115149.1C524F41A1@doppio.foo-projects.org> commit 8c534c826fd837de2e4c89cb6d2cf7dc4b2a23f1 Author: Florin Braescu Date: Sun Dec 14 14:42:30 2008 +0200 wesnoth: version bumped to 1.4.7. Bugfixes and improvements. --- games/wesnoth/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/wesnoth/DETAILS b/games/wesnoth/DETAILS index 4364d3c..4b6aca2 100644 --- a/games/wesnoth/DETAILS +++ b/games/wesnoth/DETAILS @@ -1,12 +1,12 @@ MODULE=wesnoth - VERSION=1.4.6 + VERSION=1.4.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://www.wesnoth.org/files - SOURCE_VFY=sha1:fb930d8a6a006a83c79338a2348699d67e857e8c + SOURCE_VFY=sha1:f8eb17e7a7aaff5d8fff1e18a1479efcf932fd27 WEB_SITE=http://www.wesnoth.org ENTERED=20040701 - UPDATED=20081123 + UPDATED=20081214 SHORT="Battle for Wesnoth - fantasy turn-based strategy game" cat < lyx: version bumped to 1.6.1. Message-ID: <20081214115424.BF062F41A1@doppio.foo-projects.org> commit fea14e3562986d9bf0d62f87a0e9d72527b57d0f Author: Florin Braescu Date: Sun Dec 14 14:52:33 2008 +0200 lyx: version bumped to 1.6.1. Bugfixes and maintenance release. --- qt4-apps/lyx/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qt4-apps/lyx/DETAILS b/qt4-apps/lyx/DETAILS index a0913ac..de45046 100644 --- a/qt4-apps/lyx/DETAILS +++ b/qt4-apps/lyx/DETAILS @@ -1,14 +1,14 @@ MODULE=lyx - VERSION=1.6.0 + VERSION=1.6.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=ftp://ftp.ntua.gr/pub/X11/LyX/stable - SOURCE_URL[1]=ftp://ftp.lyx.org/pub/lyx/stable - SOURCE_VFY=sha1:55720b9e82dc1c14882a23a3e6ea085d795cb6d3 + SOURCE_URL[0]=ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.6.x + SOURCE_URL[1]=ftp://ftp.lyx.org/pub/lyx/stable/1.6.x + SOURCE_VFY=sha1:c630b144837ac57d9acc0004b87512e3c7c798d5 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.lyx.org MAINTAINER=jannis at lunar-linux.org ENTERED=20020904 - UPDATED=20081112 + UPDATED=20081214 SHORT="A GUI LaTeX editor" cat << EOF From florin at lunar-linux.org Sun Dec 14 14:12:27 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 14 Dec 2008 15:12:27 +0200 Subject: [Lunar-commits] apache2: version bumped to 2.2.11. Message-ID: <20081214121430.3D922F41C3@doppio.foo-projects.org> commit a4b01897b8e4d5980cbf48d67c957c33a2e53f01 Author: Florin Braescu Date: Sun Dec 14 15:12:27 2008 +0200 apache2: version bumped to 2.2.11. Bugfixes and enhacements. --- web/apache2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/apache2/DETAILS b/web/apache2/DETAILS index bdd24fb..bfbd8f1 100644 --- a/web/apache2/DETAILS +++ b/web/apache2/DETAILS @@ -1,13 +1,13 @@ MODULE=apache2 - VERSION=2.2.10 + VERSION=2.2.11 BASENAME=httpd SOURCE=$BASENAME-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME-$VERSION SOURCE_URL=http://www.apache.org/dist/$BASENAME - SOURCE_VFY=sha1:3a71f4904e359603c3338b07a1178ddfacfaa8c6 + SOURCE_VFY=sha1:7af256d53b79342f82222bd7b86eedbd9ac21d9a WEB_SITE=http://www.apache.org ENTERED=20020710 - UPDATED=20081016 + UPDATED=20081214 SHORT="A popular HTTP server" cat << EOF From florin at lunar-linux.org Sun Dec 14 14:28:16 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 14 Dec 2008 15:28:16 +0200 Subject: [Lunar-commits] deluge: version bumped to 1.0.7. Message-ID: <20081214123008.DCE93F41DB@doppio.foo-projects.org> commit 047155312f3b8e50d094c189c302bf425e303e54 Author: Florin Braescu Date: Sun Dec 14 15:28:16 2008 +0200 deluge: version bumped to 1.0.7. Bugfixes release. --- distributed/deluge/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributed/deluge/DETAILS b/distributed/deluge/DETAILS index eb62323..cacaee5 100644 --- a/distributed/deluge/DETAILS +++ b/distributed/deluge/DETAILS @@ -1,11 +1,11 @@ MODULE=deluge - VERSION=1.0.4 + VERSION=1.0.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.deluge-torrent.org/source/$VERSION - SOURCE_VFY=sha1:e2b9983210e51947d8a65a1653d1d079f8fe40f3 + SOURCE_VFY=sha1:c601a0af4fd5c2fdf7b50eb6af2ddafcff58bfaa WEB_SITE=http://www.deluge-torrent.org ENTERED=20070321 - UPDATED=20081101 + UPDATED=20081214 SHORT="A Bittorrent client" cat << EOF From florin at lunar-linux.org Sun Dec 14 14:33:09 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 14 Dec 2008 15:33:09 +0200 Subject: [Lunar-commits] avahi: version bumped to 0.6.24. Message-ID: <20081214123500.A9B35F41E1@doppio.foo-projects.org> commit e75fd8d040eb89c8565656a252fb571709d20da8 Author: Florin Braescu Date: Sun Dec 14 15:33:09 2008 +0200 avahi: version bumped to 0.6.24. Bugfixes release. --- net/avahi/BUILD | 22 +++++++++++----------- net/avahi/CONFLICTS | 4 ++-- net/avahi/DEPENDS | 3 +-- net/avahi/DETAILS | 10 +++++----- 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/net/avahi/BUILD b/net/avahi/BUILD index 5edb197..c4102c2 100644 --- a/net/avahi/BUILD +++ b/net/avahi/BUILD @@ -4,9 +4,9 @@ if module_installed qt4; then . /etc/profile.d/qt4.rc - fi && + fi && - patch_it $SOURCE_CACHE/$SOURCE1 0 && + patch_it $SOURCE_CACHE/$SOURCE1 0 && add_priv_user avahi:avahi -d /dev/null -s /bin/false # export ac_cv_func_realloc_0_nonnull=yes @@ -14,15 +14,15 @@ OPTS="$OPTS --enable-compat-howl --enable-compat-libdns_sd" - ./configure --prefix=/usr \ - --build=$BUILD \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --with-distro=none \ - --disable-lynx \ - --disable-gdbm \ - --disable-stack-protector \ - $OPTS && + ./configure --prefix=/usr \ + --build=$BUILD \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-distro=none \ + --disable-lynx \ + --disable-gdbm \ + --disable-stack-protector \ + $OPTS && default_make diff --git a/net/avahi/CONFLICTS b/net/avahi/CONFLICTS index 698da5c..c4ce3ed 100644 --- a/net/avahi/CONFLICTS +++ b/net/avahi/CONFLICTS @@ -1,2 +1,2 @@ -conflicts mDNSResponder && -conflicts howl +conflicts mDNSResponder +conflicts howl diff --git a/net/avahi/DEPENDS b/net/avahi/DEPENDS index 0e40164..7e75162 100644 --- a/net/avahi/DEPENDS +++ b/net/avahi/DEPENDS @@ -1,6 +1,5 @@ depends libdaemon - optional_depends "nss-mdns" "" "" "for Name Switching Services Support" optional_depends "qt3" \ @@ -13,7 +12,7 @@ optional_depends "qt4" \ "--disable-qt4" \ "building of Qt4 mainloop integration" -optional_depends "gtk+-2" \ +optional_depends "libglade" \ "--enable-gtk" \ "--disable-gtk" \ "for the use of GTK+" diff --git a/net/avahi/DETAILS b/net/avahi/DETAILS index 7a63ef7..f6c51d9 100644 --- a/net/avahi/DETAILS +++ b/net/avahi/DETAILS @@ -1,15 +1,15 @@ MODULE=avahi - VERSION=0.6.23 + VERSION=0.6.24 SOURCE=$MODULE-$VERSION.tar.gz SOURCE1=avahi-0.6.21-dbus-1.0.2.patch - SOURCE_URL=http://avahi.org/download/ + SOURCE_URL=http://avahi.org/download SOURCE1_URL=$PATCH_URL - SOURCE_VFY=sha1:54a0d1944e43805886aafccaf5cc3ec567f5cc9e + SOURCE_VFY=sha1:a187af361fefc8bda026936bb07ccdeb41dc74bc SOURCE1_VFY=sha1:f1766c9cf660e8d9ab6ac0ad70d726b80b272fff WEB_SITE=http://avahi.org ENTERED=20060808 - UPDATED=20080711 - SHORT="service discovery on a local network" + UPDATED=20081214 + SHORT="A service discovery on a local network" cat << EOF Avahi is a system which facilitates service discovery on a local network. From perldude at lunar-linux.org Sun Dec 14 14:24:28 2008 From: perldude at lunar-linux.org (Jens Luedicke) Date: Sun, 14 Dec 2008 14:24:28 +0100 Subject: [Lunar-commits] claws-mail: add dependency on gnutls Message-ID: <20081214134448.545E7F4224@doppio.foo-projects.org> commit 97582339b12f01e70e24fa800e29237b2904fda1 Author: Jens Luedicke Date: Sun Dec 14 14:23:33 2008 +0100 claws-mail: add dependency on gnutls --- mail/claws-mail/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS index 22a43f5..1d5c822 100644 --- a/mail/claws-mail/DEPENDS +++ b/mail/claws-mail/DEPENDS @@ -1,5 +1,6 @@ depends gtk+-2 depends libetpan +depends gnutls optional_depends "gpgme" "" "" "for PGP encryption support" optional_depends "clamav" "" "" "for building the clamav plugin" From tchan at lunar-linux.org Sun Dec 14 16:34:11 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 14 Dec 2008 09:34:11 -0600 Subject: [Lunar-commits] git: Version bump to 1.6.0.5 Message-ID: <20081214153422.6DDC2F426E@doppio.foo-projects.org> commit 3f395dbb45469f96d915b01c3b96b14ab26e3da0 Author: Terry Chan Date: Sun Dec 14 09:34:11 2008 -0600 git: Version bump to 1.6.0.5 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index c89f025..38fb402 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.0.4 + VERSION=1.6.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE2_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:6e9471519d482894ffd7ecc10cf2c09506971e3d - SOURCE2_VFY=sha1:26e713ef11449187f9762fb603cca43b2b5b80b8 + SOURCE_VFY=sha1:838577673c008dc4cbd60a2b9b1d659ad5f7fb3a + SOURCE2_VFY=sha1:58960a4ab1d70e5d9639bc3e81f213eea6577670 SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git.or.cz/ ENTERED=20050707 - UPDATED=20081110 + UPDATED=20081214 SHORT="Fast version control system" PSAFE=no From florin at lunar-linux.org Sun Dec 14 18:20:15 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 14 Dec 2008 19:20:15 +0200 Subject: [Lunar-commits] libmpd: version bumped to 0.16.1. Message-ID: <20081214163304.0B2EC9B1B1@doppio.foo-projects.org> commit 44cc04a4d27f4bfab82e7ec3fa10bc5811422192 Author: Florin Braescu Date: Sun Dec 14 19:20:15 2008 +0200 libmpd: version bumped to 0.16.1. Bugfixes. --- audio/libmpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/libmpd/DETAILS b/audio/libmpd/DETAILS index 44a2a11..8c97fb3 100644 --- a/audio/libmpd/DETAILS +++ b/audio/libmpd/DETAILS @@ -1,11 +1,11 @@ MODULE=libmpd - VERSION=0.16.0 + VERSION=0.16.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.sarine.nl/Programs/gmpc/$VERSION - SOURCE_VFY=sha1:30ceb4ab3286a88143982cc4927eb481e905a0d3 + SOURCE_VFY=sha1:9d5fdb65a59c0f87f45612b61e191d18abe4cd5d WEB_SITE=http://sarine.nl/home ENTERED=20060421 - UPDATED=20081208 + UPDATED=20081214 SHORT="Abstraction library around libmpdclient" cat << EOF From florin at lunar-linux.org Sun Dec 14 18:29:16 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 14 Dec 2008 19:29:16 +0200 Subject: [Lunar-commits] XOrg7: add a missing depend. Message-ID: <20081214163304.1E5E49B1B2@doppio.foo-projects.org> commit f6217791788f216c13371912d658e587f277556b Author: Florin Braescu Date: Sun Dec 14 19:29:16 2008 +0200 XOrg7: add a missing depend. --- audio/gmpc/DETAILS | 8 ++++---- xorg7/x11-profiles/XOrg7/DEPENDS | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/audio/gmpc/DETAILS b/audio/gmpc/DETAILS index 0b629ba..fc0c08c 100644 --- a/audio/gmpc/DETAILS +++ b/audio/gmpc/DETAILS @@ -1,11 +1,11 @@ MODULE=gmpc - VERSION=0.15.1 + VERSION=0.16.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.sarine.nl/gmpc-$VERSION/ - SOURCE_VFY=sha1:a2e8dee053f51545c5406f76a0dd766a34d76105 + SOURCE_URL=http://download.sarine.nl/gmpc-$VERSION + SOURCE_VFY=sha1: WEB_SITE=http://sarine.nl/home ENTERED=20060421 - UPDATED=20071118 + UPDATED=20081214 SHORT="GTK+-2 based frontend to mpd (music player daemon)" cat << EOF diff --git a/xorg7/x11-profiles/XOrg7/DEPENDS b/xorg7/x11-profiles/XOrg7/DEPENDS index f9615b8..7fc30ce 100644 --- a/xorg7/x11-profiles/XOrg7/DEPENDS +++ b/xorg7/x11-profiles/XOrg7/DEPENDS @@ -28,6 +28,7 @@ depends font-bitstream-type1 depends font-cursor-misc depends font-xfree86-type1 depends font-misc-misc +depends libXdmpc depends libXdamage # DEPENDS: xextproto, libXfixes, fixesproto, damageproto depends libXcursor From florin at lunar-linux.org Sun Dec 14 18:31:05 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 14 Dec 2008 19:31:05 +0200 Subject: [Lunar-commits] gmpc: version bumoped to 0.16.1. Message-ID: <20081214163304.34D0B9B1B3@doppio.foo-projects.org> commit 08d90a53348c07e3e793b860455d65dc7da44a4b Author: Florin Braescu Date: Sun Dec 14 19:31:05 2008 +0200 gmpc: version bumoped to 0.16.1. Bugfixes release. --- audio/gmpc/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/gmpc/DETAILS b/audio/gmpc/DETAILS index fc0c08c..2aef461 100644 --- a/audio/gmpc/DETAILS +++ b/audio/gmpc/DETAILS @@ -1,8 +1,8 @@ MODULE=gmpc VERSION=0.16.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.sarine.nl/gmpc-$VERSION - SOURCE_VFY=sha1: + SOURCE_URL=http://download.sarine.nl/Programs/$MODULE/$VERSION + SOURCE_VFY=sha1:d3a8531da4209105e524aef4315c1964aa6731ee WEB_SITE=http://sarine.nl/home ENTERED=20060421 UPDATED=20081214 From stumbles at lunar-linux.org Sun Dec 14 21:59:52 2008 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Sun, 14 Dec 2008 15:59:52 -0500 Subject: [Lunar-commits] xfsprogs: fixing sha1 Message-ID: <20081214210014.C28BDF42E5@doppio.foo-projects.org> commit f162643d676f0b6a300f6a128d2b5341062ccff5 Author: Dennis 'stumbles' Veatch Date: Sun Dec 14 15:59:52 2008 -0500 xfsprogs: fixing sha1 --- filesys/xfsprogs/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/filesys/xfsprogs/DETAILS b/filesys/xfsprogs/DETAILS index 10264e0..b1ed30b 100644 --- a/filesys/xfsprogs/DETAILS +++ b/filesys/xfsprogs/DETAILS @@ -4,7 +4,7 @@ SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars SOURCE_URL[1]=ftp://ftp.silug.org/pub/xfs/cmd_tars SOURCE_URL[2]=ftp://sunsite.dk/mirrors/xfs/cmd_tars - SOURCE_VFY=sha1:54684fd76111b3ca6ed52267c1a21da00f805c7c + SOURCE_VFY=sha1:86e5a42a21b0ba78638e16b75d99dadc49e97cce WEB_SITE=http://oss.sgi.com/projects/xfs ENTERED=20020110 UPDATED=20081208 From florin at lunar-linux.org Fri Dec 12 16:58:57 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 12 Dec 2008 17:58:57 +0200 Subject: [Lunar-commits] iwlwifi: remove it because it is included in the last versions of the 2.6 kernel. Message-ID: <20081215130405.B23979B1B1@doppio.foo-projects.org> commit 000e5ea4e982259d78700c5c35d343fb759714da Author: Florin Braescu Date: Fri Dec 12 17:58:57 2008 +0200 iwlwifi: remove it because it is included in the last versions of the 2.6 kernel. --- wifi/iwlwifi/BUILD | 23 ----------------------- wifi/iwlwifi/DEPENDS | 2 -- wifi/iwlwifi/DETAILS | 21 --------------------- 3 files changed, 0 insertions(+), 46 deletions(-) diff --git a/wifi/iwlwifi/BUILD b/wifi/iwlwifi/BUILD deleted file mode 100644 index a578bf4..0000000 --- a/wifi/iwlwifi/BUILD +++ /dev/null @@ -1,23 +0,0 @@ -( - - 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) - - patch_it $SOURCE2 1 && - - if ! $(uname -r | grep -q "^2\.6") ; then - message "" - message "${PROBLEM_COLOR}This module must only be installed with 2.6.x based kernels!${DEFAULT_COLOR}"; - message "" - exit 1; - fi && - - make KVER=$KVER compatible/kversion || true && - default_make && - - gather_docs ISSUES - -) > $C_FIFO 2>&1 diff --git a/wifi/iwlwifi/DEPENDS b/wifi/iwlwifi/DEPENDS deleted file mode 100644 index 8e4521d..0000000 --- a/wifi/iwlwifi/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -optional_depends "iwlwifi-3945-ucode" "" "" "Intel wifi 3945 micro code support" -optional_depends "iwlwifi-4965-ucode" "" "" "Intel wifi 4965 micro code support" diff --git a/wifi/iwlwifi/DETAILS b/wifi/iwlwifi/DETAILS deleted file mode 100644 index 7a6b8a3..0000000 --- a/wifi/iwlwifi/DETAILS +++ /dev/null @@ -1,21 +0,0 @@ - MODULE=iwlwifi - VERSION=1.2.25 - SOURCE=$MODULE-$VERSION.tgz - SOURCE2=iwlwifi-1.2.23-revert-uncompatible.patch - SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:8ca71a8dec55fbd7dce24425fbd36571fa9e2e8c - SOURCE2_VFY=sha1:0847914e1ade6f399f85a53676eff3216d7775c2 - WEB_SITE=http://www.intellinuxwireless.org/ - ENTERED=20071013 - UPDATED=20080210 - SHORT="Intel PRO/Wireless 3945 and 4965 driver for Linux" -PSAFE=no - -cat << EOF -This project was created by Intel to enable support for the Intel -PRO/Wireless 3945ABG (IWL3945) and 4965AGN (IWL4965) Network Connection -adapter. This project is intended to be a community effort as much as is -possible given some working constraints (mainly, no HW documentation is -available). -EOF From florin at lunar-linux.org Mon Dec 15 14:03:51 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 15 Dec 2008 15:03:51 +0200 Subject: [Lunar-commits] XOrg7: fix a typo in DEPENDS file. Message-ID: <20081215130405.BB1F29B1B2@doppio.foo-projects.org> commit 9afd6e52edc1033357bf21f7cd8fa894a00732c4 Author: Florin Braescu Date: Mon Dec 15 15:03:51 2008 +0200 XOrg7: fix a typo in DEPENDS file. --- xorg7/x11-profiles/XOrg7/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xorg7/x11-profiles/XOrg7/DEPENDS b/xorg7/x11-profiles/XOrg7/DEPENDS index 7fc30ce..6c1fe47 100644 --- a/xorg7/x11-profiles/XOrg7/DEPENDS +++ b/xorg7/x11-profiles/XOrg7/DEPENDS @@ -28,7 +28,7 @@ depends font-bitstream-type1 depends font-cursor-misc depends font-xfree86-type1 depends font-misc-misc -depends libXdmpc +depends libXdmcp depends libXdamage # DEPENDS: xextproto, libXfixes, fixesproto, damageproto depends libXcursor From florin at lunar-linux.org Mon Dec 15 14:59:14 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 15 Dec 2008 15:59:14 +0200 Subject: [Lunar-commits] bison: version bumped to 2.4.1. Message-ID: <20081215140023.44EBCF3703@doppio.foo-projects.org> commit 9bf035ac5ef115f426a2a394ce5cac575b329388 Author: Florin Braescu Date: Mon Dec 15 15:59:14 2008 +0200 bison: version bumped to 2.4.1. This release fix the problems encountered with the 2.4 one (as it's devs stated). --- devel/bison/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS index 77984c5..83925b4 100644 --- a/devel/bison/DETAILS +++ b/devel/bison/DETAILS @@ -1,13 +1,13 @@ MODULE=bison - VERSION=2.3 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$GNU_URL/$MODULE/ + VERSION=2.4.1 + 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:4df84c2c5971946111ff1982fb830b3c78d7c57e + SOURCE_VFY=sha1:fc96b28ee4a6a914b18cb1eddb68177d94b83361 ENTERED=20010922 - UPDATED=20060608 - SHORT="replacement for the parser generator yacc" + UPDATED=20081215 + SHORT="A replacement for the parser generator yacc" cat << EOF bison - Replacement for the parser generator yacc From tchan at lunar-linux.org Mon Dec 15 16:43:41 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 15 Dec 2008 09:43:41 -0600 Subject: [Lunar-commits] ruby: Version bump to 1.8.7-p72. Message-ID: <20081215154806.0BDFF9B1B1@doppio.foo-projects.org> commit 1a510ed5c9a33d70c0735b7a8cfc99c1b0f579d8 Author: Terry Chan Date: Mon Dec 15 09:43:41 2008 -0600 ruby: Version bump to 1.8.7-p72. Our resident ruby guru (dagbrown) said it was okay to finally bump Ruby to the 1.8.7 level now. --- compilers/ruby/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/ruby/DETAILS b/compilers/ruby/DETAILS index 5bf753c..a00d651 100644 --- a/compilers/ruby/DETAILS +++ b/compilers/ruby/DETAILS @@ -1,12 +1,12 @@ MODULE=ruby - VERSION=1.8.6-p230 + VERSION=1.8.7-p72 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://ftp.ruby-lang.org/pub/$MODULE/1.8 SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE - SOURCE_VFY=sha1:8509ef4735cca39c0d4a7ef326f4c1ff8bb1d2b2 + SOURCE_VFY=sha1:fe1c5ffad9924076f36768890255f022c51f9a4e WEB_SITE=http://www.ruby-lang.org/en ENTERED=20020106 - UPDATED=20080618 + UPDATED=20081215 SHORT="A scripting language" cat << EOF From tchan at lunar-linux.org Tue Dec 16 02:44:56 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 15 Dec 2008 19:44:56 -0600 Subject: [Lunar-commits] easytag2: Version bump to development release 2.1.6 Message-ID: <20081216014509.1E856F4069@doppio.foo-projects.org> commit becb849f9fad6e27c50dcfc852f963a370a77272 Author: Terry Chan Date: Mon Dec 15 19:44:56 2008 -0600 easytag2: Version bump to development release 2.1.6 --- audio/easytag2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/easytag2/DETAILS b/audio/easytag2/DETAILS index 7b67427..a6ab074 100644 --- a/audio/easytag2/DETAILS +++ b/audio/easytag2/DETAILS @@ -1,13 +1,13 @@ MODULE=easytag2 MOD=easytag - VERSION=2.1 + VERSION=2.1.6 SOURCE=$MOD-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION SOURCE_URL=$SFORGE_URL/$MOD/ - SOURCE_VFY=sha1:6da0125ab0dcc7e7ecabe488147ecdf0e75f6f2a + SOURCE_VFY=sha1:e2d378d63d872d16a33b45515858cdfab7755645 WEB_SITE=http://easytag.sourceforge.net/ ENTERED=20050924 - UPDATED=20070601 + UPDATED=20081215 SHORT="Maintaining id3 tags (gtk+-2 version)" cat << EOF From tchan at lunar-linux.org Tue Dec 16 03:57:01 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 15 Dec 2008 20:57:01 -0600 Subject: [Lunar-commits] pidgin: Version bump to 2.5.2 Message-ID: <20081216025710.CCDC9F40D9@doppio.foo-projects.org> commit 19063dac30d8f6f753d909c735d2d7012ab6453c Author: Terry Chan Date: Mon Dec 15 20:57:01 2008 -0600 pidgin: Version bump to 2.5.2 --- chat/pidgin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/pidgin/DETAILS b/chat/pidgin/DETAILS index 812e30d..26b2fb4 100644 --- a/chat/pidgin/DETAILS +++ b/chat/pidgin/DETAILS @@ -1,11 +1,11 @@ MODULE=pidgin - VERSION=2.5.1 + VERSION=2.5.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:8b7be1be4d549d9c0e34c820c8a285aab5e116d7 + SOURCE_VFY=sha1:aa555099806cc3e9019a9e9bb9f05c5c11c43641 WEB_SITE=http://pidgin.im/ ENTERED=20070506 - UPDATED=20080919 + UPDATED=20081215 SHORT="A multi-protocol instant messaging application" cat << EOF From tchan at lunar-linux.org Tue Dec 16 05:47:59 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 15 Dec 2008 22:47:59 -0600 Subject: [Lunar-commits] liferea: Version bump to 1.4.22d Message-ID: <20081216045832.ACFCD9B1B1@doppio.foo-projects.org> commit 1725b095934da2010468059c93dcbf307e48d0d1 Author: Terry Chan Date: Mon Dec 15 22:47:59 2008 -0600 liferea: Version bump to 1.4.22d --- news/liferea/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/news/liferea/DETAILS b/news/liferea/DETAILS index 9c7bf44..86e3ddd 100644 --- a/news/liferea/DETAILS +++ b/news/liferea/DETAILS @@ -1,11 +1,11 @@ MODULE=liferea - VERSION=1.4.21b + VERSION=1.4.22d SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:37142c460ce9d9e6b5874b0bf518d982fb8767cd + SOURCE_VFY=sha1:3af75b48fc3e68e233aee6c0d93012db5d69815c WEB_SITE=http://liferea.sourceforge.net ENTERED=20040424 - UPDATED=20081026 + UPDATED=20081215 SHORT="simple FeedReader clone for Unix" LDD_CHECK=off From tchan at lunar-linux.org Tue Dec 16 06:10:40 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 15 Dec 2008 23:10:40 -0600 Subject: [Lunar-commits] gnucash: Version bump to 2.2.8 Message-ID: <20081216051051.854109B1B1@doppio.foo-projects.org> commit da9d3fc7aa2fbae485959a9e6a8935c3d73e3bd9 Author: Terry Chan Date: Mon Dec 15 23:10:40 2008 -0600 gnucash: Version bump to 2.2.8 --- x11-apps/gnucash/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-apps/gnucash/DETAILS b/x11-apps/gnucash/DETAILS index b855d3e..fa7b00c 100644 --- a/x11-apps/gnucash/DETAILS +++ b/x11-apps/gnucash/DETAILS @@ -1,14 +1,14 @@ MODULE=gnucash - VERSION=2.2.7 + VERSION=2.2.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/$MODULE/ SOURCE_URL[1]=http://ibiblio.org/pub/Linux/X11/gnome/sources/gnucash/ SOURCE_URL[2]=http://www.gnucash.org/pub/gnucash/sources/stable/ - SOURCE_VFY=sha1:c96238aca807aaeadf1675bd23de35bc0955c974 + SOURCE_VFY=sha1:a3ac5d2c27527336ff5741789c5df2bed8e69fa7 WEB_SITE=http://www.gnucash.org MAINTAINER=tchan at lunar-linux.org ENTERED=20011105 - UPDATED=20081029 + UPDATED=20081215 SHORT="GNUCash a open source personal finance suite" cat << EOF GnuCash allows you to track bank accounts, stocks, income, and expenses. From moe at lunar-linux.org Tue Dec 16 10:34:57 2008 From: moe at lunar-linux.org (Moritz Heiber) Date: Tue, 16 Dec 2008 10:34:57 +0100 Subject: [Lunar-commits] ktorrent: Adding kdelibs3 dependency. Message-ID: <20081216094420.228049B1B1@doppio.foo-projects.org> commit 779cc539bde2f2b3eeca27e9e88dd75ce38cc06a Author: Moritz Heiber Date: Tue Dec 16 10:34:57 2008 +0100 ktorrent: Adding kdelibs3 dependency. Its called _K_torrent for a reason .. --- kde3/apps/ktorrent/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kde3/apps/ktorrent/DEPENDS b/kde3/apps/ktorrent/DEPENDS index 93faf5a..a3cf22b 100644 --- a/kde3/apps/ktorrent/DEPENDS +++ b/kde3/apps/ktorrent/DEPENDS @@ -1 +1,2 @@ -depends gmp +depends kdelibs3 +depends gmp From moe at lunar-linux.org Tue Dec 16 10:43:14 2008 From: moe at lunar-linux.org (Moritz Heiber) Date: Tue, 16 Dec 2008 10:43:14 +0100 Subject: [Lunar-commits] amarok4: Adding missing dependencies. Message-ID: <20081216094420.31AEF9B1B2@doppio.foo-projects.org> commit 5315a6e04ffcc3aaf4a01dcd2340c1d3c9260f25 Author: Moritz Heiber Date: Tue Dec 16 10:43:14 2008 +0100 amarok4: Adding missing dependencies. Seriously? --- zbeta/amarok4/DEPENDS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/zbeta/amarok4/DEPENDS b/zbeta/amarok4/DEPENDS index cf7e5cb..d74e7f0 100644 --- a/zbeta/amarok4/DEPENDS +++ b/zbeta/amarok4/DEPENDS @@ -1,3 +1,6 @@ +depends kdelibs4 +depends taglib + optional_depends libmtp "" "" "for Media Transfer Protocol support" optional_depends libgpod "" "" "for iPod support" optional_depends libifp "" "" "for iRiver's iFP support" From moe at lunar-linux.org Tue Dec 16 10:43:39 2008 From: moe at lunar-linux.org (Moritz Heiber) Date: Tue, 16 Dec 2008 10:43:39 +0100 Subject: [Lunar-commits] libmad: Adding libtoolize to BUILD. Message-ID: <20081216094420.437CB9B1B3@doppio.foo-projects.org> commit c5bd8f5c09c890a6bfb5c298b55befa010580a49 Author: Moritz Heiber Date: Tue Dec 16 10:43:39 2008 +0100 libmad: Adding libtoolize to BUILD. Otherwise it fails to create the correct library so names. --- audio/libmad/BUILD | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/audio/libmad/BUILD b/audio/libmad/BUILD index 95a9e55..dd17b77 100644 --- a/audio/libmad/BUILD +++ b/audio/libmad/BUILD @@ -2,6 +2,8 @@ OPTS="$OPTS --disable-debugging --enable-accuracy" patch_it $SOURCE2 1 && + + libtoolize --force --copy && aclocal && touch NEWS && touch AUTHORS && From florin at lunar-linux.org Tue Dec 16 13:36:56 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 14:36:56 +0200 Subject: [Lunar-commits] iwlwifi-3945/4965-ucode: small tweaks. Message-ID: <20081216123805.3EF739B1B1@doppio.foo-projects.org> commit 21e41e5fe4d0429a25eb4f3856d102365267eba2 Author: Florin Braescu Date: Tue Dec 16 14:36:56 2008 +0200 iwlwifi-3945/4965-ucode: small tweaks. --- wifi/iwlwifi-3945-ucode/BUILD | 2 +- wifi/iwlwifi-4965-ucode/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wifi/iwlwifi-3945-ucode/BUILD b/wifi/iwlwifi-3945-ucode/BUILD index e939fce..eba84e3 100644 --- a/wifi/iwlwifi-3945-ucode/BUILD +++ b/wifi/iwlwifi-3945-ucode/BUILD @@ -2,7 +2,7 @@ prepare_install && mkdir -p /lib/firmware && - install -m 644 iwlwifi-3945-2.ucode /lib/firmware/ && + install -m 644 iwlwifi-3945-*.ucode /lib/firmware/ && gather_docs README.iwlwifi-3965-ucode ) > $C_FIFO 2>&1 diff --git a/wifi/iwlwifi-4965-ucode/BUILD b/wifi/iwlwifi-4965-ucode/BUILD index 31a4b46..12680bf 100644 --- a/wifi/iwlwifi-4965-ucode/BUILD +++ b/wifi/iwlwifi-4965-ucode/BUILD @@ -2,7 +2,7 @@ prepare_install && mkdir -p /lib/firmware && - install -m 644 iwlwifi-4965-2.ucode /lib/firmware/ && + install -m 644 iwlwifi-4965-*.ucode /lib/firmware/ && gather_docs README.iwlwifi-4965-ucode ) > $C_FIFO 2>&1 From florin at lunar-linux.org Tue Dec 16 13:50:50 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 14:50:50 +0200 Subject: [Lunar-commits] asc: version bumped to 2.2.0.0. Message-ID: <20081216125123.CCF289B1B1@doppio.foo-projects.org> commit 05f91e5a7cb098cf8451d99ee6ec2179822cba76 Author: Florin Braescu Date: Tue Dec 16 14:50:50 2008 +0200 asc: version bumped to 2.2.0.0. This release features many new and updated graphics for terrain, objects, and units. Many units now have extensive descriptions, several dialogs were revamped, and a lot of bugs have been fixed. --- games/asc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/asc/DETAILS b/games/asc/DETAILS index ee4d8da..9a7f198 100644 --- a/games/asc/DETAILS +++ b/games/asc/DETAILS @@ -1,11 +1,11 @@ MODULE=asc - VERSION=2.1.0.0 + VERSION=2.2.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/asc-hq - SOURCE_VFY=sha1:807286b6f58cfb7709419784dcc98dc7c440c8ab + SOURCE_VFY=sha1:2f45d6eddb2525910c53055ebe3fa37807acae1a WEB_SITE=http://www.asc-hq.org ENTERED=20020503 - UPDATED=20080407 + UPDATED=20081216 SHORT="A free, turn based strategy game" cat << EOF From florin at lunar-linux.org Tue Dec 16 13:55:50 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 14:55:50 +0200 Subject: [Lunar-commits] iwlwifi-3945-ucode: revert the version to 2.14.1.5. Message-ID: <20081216130119.2365D9B1B1@doppio.foo-projects.org> commit 59959704142ffcfbec738654cdd62b647db27b8f Author: Florin Braescu Date: Tue Dec 16 14:55:50 2008 +0200 iwlwifi-3945-ucode: revert the version to 2.14.1.5. This version is better handled by the 2.6 kernels now. --- wifi/iwlwifi-3945-ucode/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wifi/iwlwifi-3945-ucode/DETAILS b/wifi/iwlwifi-3945-ucode/DETAILS index d75c36d..3791170 100644 --- a/wifi/iwlwifi-3945-ucode/DETAILS +++ b/wifi/iwlwifi-3945-ucode/DETAILS @@ -1,11 +1,11 @@ MODULE=iwlwifi-3945-ucode - VERSION=15.28.2.8 + VERSION=2.14.1.5 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads - SOURCE_VFY=sha1:a3b0acc582e7ffa3cb76fa1cb18ea91650e41326 + SOURCE_VFY=sha1:aeeeccb2fddeff86ee7dbdca0f0d627d0c99d45c WEB_SITE=http://www.intellinuxwireless.org ENTERED=20071013 - UPDATED=20081212 + UPDATED=20081216 SHORT="Intel PRO/Wireless 3945 microcode image for Linux" cat << EOF From florin at lunar-linux.org Tue Dec 16 14:00:55 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 15:00:55 +0200 Subject: [Lunar-commits] iwlwifi-4965-ucode: revert the version to 4.44.1.20. Message-ID: <20081216130119.31E539B1B2@doppio.foo-projects.org> commit a52819193bcd0fcd6e82de2169e565bad66c62e3 Author: Florin Braescu Date: Tue Dec 16 15:00:55 2008 +0200 iwlwifi-4965-ucode: revert the version to 4.44.1.20. This version is better supported by the 2.6 kernels now. --- wifi/iwlwifi-4965-ucode/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wifi/iwlwifi-4965-ucode/DETAILS b/wifi/iwlwifi-4965-ucode/DETAILS index f865213..5a28006 100644 --- a/wifi/iwlwifi-4965-ucode/DETAILS +++ b/wifi/iwlwifi-4965-ucode/DETAILS @@ -1,11 +1,11 @@ MODULE=iwlwifi-4965-ucode - VERSION=228.57.2.21 + VERSION=4.44.1.20 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads - SOURCE_VFY=sha1:56796d7b5c5c77d8caa306e41f60cbbae9594936 + SOURCE_VFY=sha1:34731f1855ea69751f5e357e95b51019430816b3 WEB_SITE=http://www.intellinuxwireless.org ENTERED=20080130 - UPDATED=20081212 + UPDATED=20081216 SHORT="Intel PRO/Wireless 4965 microcode image" cat << EOF From florin at lunar-linux.org Tue Dec 16 14:05:18 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 15:05:18 +0200 Subject: [Lunar-commits] ipw3945: remove the module. it is integrated in the 2.6 recent kernels. Message-ID: <20081216130524.EBBF79B1B1@doppio.foo-projects.org> commit 261e5e06f5223fa871b2a00230a850fdd164c707 Author: Florin Braescu Date: Tue Dec 16 15:05:18 2008 +0200 ipw3945: remove the module. it is integrated in the 2.6 recent kernels. --- wifi/ipw3945/BUILD | 38 -------------------------------------- wifi/ipw3945/CONFIGURE | 2 -- wifi/ipw3945/DEPENDS | 3 --- wifi/ipw3945/DETAILS | 16 ---------------- 4 files changed, 0 insertions(+), 59 deletions(-) diff --git a/wifi/ipw3945/BUILD b/wifi/ipw3945/BUILD deleted file mode 100644 index aa00582..0000000 --- a/wifi/ipw3945/BUILD +++ /dev/null @@ -1,38 +0,0 @@ -( - - if [ $WITH_RADIOTAP == "y" ]; then - sedit "s:# CONFIG_IPW3945_RADIOTAP=y:CONFIG_IPW3945_RADIOTAP=y:" Makefile - sedit "s:# CONFIG_IPW3945_MONITOR=y:CONFIG_IPW3945_MONITOR=y:" Makefile - fi && - - if [ $WITH_PROMISCUOUS == "y" ]; then - sedit "s:# CONFIG_IPW3945_PROMISCUOUS=y:CONFIG_IPW3945_PROMISCUOUS=y:" Makefile - sedit "s:# CONFIG_IPW3945_MONITOR=y:CONFIG_IPW3945_MONITOR=y:" Makefile - fi && - - # Debug sucks - sedit "s:CONFIG_IPW3945_DEBUG=y:#CONFIG_IPW3945_DEBUG=y:" Makefile && - - 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) - - if ! $(uname -r | grep -q "^2\.6") ; then - message "" - message "${PROBLEM_COLOR}This module must only be installed with 2.6.x based kernels!${DEFAULT_COLOR}"; - message "" - exit 1; - fi && - - make KVER=$KVER && - prepare_install && - make KVER=$KVER install && -# if [ ! -e /etc/modules.d/ipw3945 ]; then -# echo "install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; /sbin/ipw3945d --quiet" > /etc/modules.d/ipw3945 -# echo "remove ipw3945 /sbin/ipw3945d --kill ; /sbin/modprobe -r --ignore-remove ipw3945" >> /etc/modules.d/ipw3945 -# fi - gather_docs ISSUES - -) > $C_FIFO 2>&1 diff --git a/wifi/ipw3945/CONFIGURE b/wifi/ipw3945/CONFIGURE deleted file mode 100644 index 3e23345..0000000 --- a/wifi/ipw3945/CONFIGURE +++ /dev/null @@ -1,2 +0,0 @@ -mquery WITH_RADIOTAP "Enable RADIOTAP mode?" y -mquery WITH_PROMISCUOUS "Enable PROMISCUOUS support?" y diff --git a/wifi/ipw3945/DEPENDS b/wifi/ipw3945/DEPENDS deleted file mode 100644 index ccd1b22..0000000 --- a/wifi/ipw3945/DEPENDS +++ /dev/null @@ -1,3 +0,0 @@ -depends ieee80211 && -depends ipw3945d && -depends ipw3945-ucode diff --git a/wifi/ipw3945/DETAILS b/wifi/ipw3945/DETAILS deleted file mode 100644 index b29d5d4..0000000 --- a/wifi/ipw3945/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=ipw3945 - VERSION=1.2.2 - SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:a212551b7d0d6d2266b0a69459db82c20897719f - WEB_SITE=http://ipw3945.sourceforge.net - ENTERED=20061222 - UPDATED=20071005 - SHORT="Intel PRO/Wireless 3945 Driver for Linux" - PSAFE=no -cat << EOF -This project was created by Intel to enable support for the Intel -PRO/Wireless 3945ABG (IPW3945) Network Connection adapter. This project -is intended to be a community effort as much as is possible given some -working constraints (mainly, no HW documentation is available). -EOF From florin at lunar-linux.org Tue Dec 16 14:09:29 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 15:09:29 +0200 Subject: [Lunar-commits] ieee80211: remove the module. it is integrated in the last 2.6 kernels. Message-ID: <20081216130935.A7EB89B1B1@doppio.foo-projects.org> commit 6b0a62deb9aedd7e804c31c33a1dd0fb3cbc73d5 Author: Florin Braescu Date: Tue Dec 16 15:09:29 2008 +0200 ieee80211: remove the module. it is integrated in the last 2.6 kernels. --- wifi/ieee80211/BUILD | 24 ------------------------ wifi/ieee80211/CONFIGURE | 1 - wifi/ieee80211/DETAILS | 13 ------------- 3 files changed, 0 insertions(+), 38 deletions(-) diff --git a/wifi/ieee80211/BUILD b/wifi/ieee80211/BUILD deleted file mode 100644 index a5cf2d6..0000000 --- a/wifi/ieee80211/BUILD +++ /dev/null @@ -1,24 +0,0 @@ -( - - if [ $DISABLE_DEBUG == "y" ]; then - sedit "s:CONFIG_IEEE80211_DEBUG=y:#CONFIG_IEEE80211_DEBUG=y:" Makefile; - fi && - - 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) - - if ! $(uname -r | grep -q "^2\.6") ; then - message "" - message "${PROBLEM_COLOR}This module must only be installed with 2.6.x based kernels!${DEFAULT_COLOR}"; - message "" - exit 1; - fi && - - make KVER=$KVER && - prepare_install && - make KVER=$KVER install - -) > $C_FIFO 2>&1 diff --git a/wifi/ieee80211/CONFIGURE b/wifi/ieee80211/CONFIGURE deleted file mode 100644 index aca791e..0000000 --- a/wifi/ieee80211/CONFIGURE +++ /dev/null @@ -1 +0,0 @@ -mquery DISABLE_DEBUG "Disable DEBUG output?" y diff --git a/wifi/ieee80211/DETAILS b/wifi/ieee80211/DETAILS deleted file mode 100644 index 508406d..0000000 --- a/wifi/ieee80211/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=ieee80211 - VERSION=1.2.18 - SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:044ecdca5bd740b569e3d52fa8e4a062cb57c304 - WEB_SITE=http://ieee80211.sourceforge.net/ - ENTERED=20050724 - UPDATED=20070719 - PSAFE=no - -cat << EOF -ieee80211 is a generic wireless networking stack for the Linux kernel. -EOF From florin at lunar-linux.org Tue Dec 16 15:00:51 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 16:00:51 +0200 Subject: [Lunar-commits] ntop: version bumped to 3.3.9. Message-ID: <20081216140114.94628F331C@doppio.foo-projects.org> commit 7de7d6d098e16c890b0c01e1d8251ca0b7dcca66 Author: Florin Braescu Date: Tue Dec 16 16:00:51 2008 +0200 ntop: version bumped to 3.3.9. Changes: Fixes were made for detecting buffer overflows. Fixes were made for avoiding a crash in case of low memory. Tiny icon change was done. Embedded perl fixes were made. GeoIP installation was added into the makefile. --- net/ntop/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ntop/DETAILS b/net/ntop/DETAILS index 2860890..9d307b9 100644 --- a/net/ntop/DETAILS +++ b/net/ntop/DETAILS @@ -1,11 +1,11 @@ MODULE=ntop - VERSION=3.3.8 + VERSION=3.3.9 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_VFY=sha1:6ef20a1c43ce560b81e6439dc7ad0f7b29edc2c0 + SOURCE_VFY=sha1:77c1976d096709c6e45dcfe4befc2045cf83774b SOURCE_URL=$SFORGE_URL/$MODULE WEB_SITE=http://www.ntop.org ENTERED=20020803 - UPDATED=20081006 + UPDATED=20081216 SHORT="A network traffic probe with a web frontend" cat << EOF From florin at lunar-linux.org Tue Dec 16 15:35:38 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 16:35:38 +0200 Subject: [Lunar-commits] wpa_supplicant: version bumped to 0.5.11. Message-ID: <20081216143540.E9382F345E@doppio.foo-projects.org> commit 9ac5f37401b809c3ff85114f3783a3fb204e39d1 Author: Florin Braescu Date: Tue Dec 16 16:35:38 2008 +0200 wpa_supplicant: version bumped to 0.5.11. Bugfixes release. --- wifi/wpa_supplicant/BUILD | 21 +++++++++++---------- wifi/wpa_supplicant/DEPENDS | 1 + wifi/wpa_supplicant/DETAILS | 10 +++++----- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/wifi/wpa_supplicant/BUILD b/wifi/wpa_supplicant/BUILD index 1cc3711..ec644e5 100644 --- a/wifi/wpa_supplicant/BUILD +++ b/wifi/wpa_supplicant/BUILD @@ -1,6 +1,7 @@ ( - sedit "s/\/usr\/local/\/usr/g" Makefile && - sedit "s/dynamic_eap_methods//" Makefile && + + sedit "s/\/usr\/local/\/usr/g" Makefile && + sedit "s/dynamic_eap_methods//" Makefile && for option in \ DNET_PCAP CTRL_IFACE CTRL_IFACE_DBUS \ @@ -9,24 +10,24 @@ EAP_{MD5,TLS,PEAP,TTLS,GTC,OTP,SIM,AKA,PSK,LEAP} do echo "CONFIG_${option}=y" >> .config - done && + done && - make && + make && if in_depends $MODULE qt3 ; then . /etc/profile.d/qt3.rc make wpa_gui - fi && + fi && - prepare_install && - make install && + prepare_install && + make install && if in_depends $MODULE qt3 ; then install -m755 wpa_gui/wpa_gui /usr/bin - fi && + fi && - install -m644 dbus-wpa_supplicant.conf /etc/dbus-1/system.d/ && - install -m644 wpa_supplicant.conf /etc/wpa_supplicant.conf.example && + install -m644 dbus-wpa_supplicant.conf /etc/dbus-1/system.d/ && + install -m644 wpa_supplicant.conf /etc/wpa_supplicant.conf.example && gather_docs developer.txt wpa_supplicant.conf diff --git a/wifi/wpa_supplicant/DEPENDS b/wifi/wpa_supplicant/DEPENDS index 4e77040..f7c2846 100644 --- a/wifi/wpa_supplicant/DEPENDS +++ b/wifi/wpa_supplicant/DEPENDS @@ -3,4 +3,5 @@ depends libpcap depends libdnet depends openssl depends dbus + optional_depends qt3 "" "" "to build the wpa_gui utility" diff --git a/wifi/wpa_supplicant/DETAILS b/wifi/wpa_supplicant/DETAILS index 1472c2d..2bc923e 100644 --- a/wifi/wpa_supplicant/DETAILS +++ b/wifi/wpa_supplicant/DETAILS @@ -1,11 +1,11 @@ MODULE=wpa_supplicant - VERSION=0.5.10 + VERSION=0.5.11 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://hostap.epitest.fi/releases/ - SOURCE_VFY=sha1:db2bba1df664675ff06c7e334e22a60c4e3a7a49 - WEB_SITE=http://hostap.epitest.fi/wpa_supplicant/ + SOURCE_URL=http://hostap.epitest.fi/releases + SOURCE_VFY=sha1:015cdd0d334148f4eccb94aee7dbe3ac2782b898 + WEB_SITE=http://hostap.epitest.fi/wpa_supplicant ENTERED=20041019 - UPDATED=20080328 + UPDATED=20081216 SHORT="WPA key management for Linux" cat << EOF From florin at lunar-linux.org Tue Dec 16 15:38:18 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 16:38:18 +0200 Subject: [Lunar-commits] ipw2100/ipw2200: remove the modules from the moonbase. Both were integrated in the latest 2.6 kernels. Message-ID: <20081216143832.BFAEEF3659@doppio.foo-projects.org> commit af0d1736e98090b6ddde5eba45a2d6ba0e41566f Author: Florin Braescu Date: Tue Dec 16 16:38:18 2008 +0200 ipw2100/ipw2200: remove the modules from the moonbase. Both were integrated in the latest 2.6 kernels. --- wifi/ipw2100/BUILD | 24 ------------------------ wifi/ipw2100/CONFIGURE | 1 - wifi/ipw2100/DEPENDS | 1 - wifi/ipw2100/DETAILS | 16 ---------------- wifi/ipw2200/BUILD | 31 ------------------------------- wifi/ipw2200/CONFIGURE | 2 -- wifi/ipw2200/DEPENDS | 1 - wifi/ipw2200/DETAILS | 16 ---------------- 8 files changed, 0 insertions(+), 92 deletions(-) diff --git a/wifi/ipw2100/BUILD b/wifi/ipw2100/BUILD deleted file mode 100644 index 27657dd..0000000 --- a/wifi/ipw2100/BUILD +++ /dev/null @@ -1,24 +0,0 @@ -( - - if [ $DISABLE_DEBUG == "y" ] ; then - sedit 's/CONFIG_IPW2100_DEBUG=y/#CONFIG_IPW2100_DEBUG=y/g' Makefile - fi && - - 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) - - if ! $(uname -r | grep -q "^2\.6") ; then - message "" - message "${PROBLEM_COLOR}This module must only be installed with 2.6.x based kernels!${DEFAULT_COLOR}"; - message "" - exit 1; - fi && - - make KVER=$KVER && - prepare_install && - make KVER=$KVER install - -) > $C_FIFO 2>&1 diff --git a/wifi/ipw2100/CONFIGURE b/wifi/ipw2100/CONFIGURE deleted file mode 100644 index aca791e..0000000 --- a/wifi/ipw2100/CONFIGURE +++ /dev/null @@ -1 +0,0 @@ -mquery DISABLE_DEBUG "Disable DEBUG output?" y diff --git a/wifi/ipw2100/DEPENDS b/wifi/ipw2100/DEPENDS deleted file mode 100644 index 9798ce1..0000000 --- a/wifi/ipw2100/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends ieee80211 diff --git a/wifi/ipw2100/DETAILS b/wifi/ipw2100/DETAILS deleted file mode 100644 index 08fadd5..0000000 --- a/wifi/ipw2100/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=ipw2100 - VERSION=1.2.1 - SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:a674871d8cd7f8d2cb622ccc0f139da81bc2520c - WEB_SITE=http://ipw2100.sourceforge.net - ENTERED=20040430 - UPDATED=20060222 - SHORT="Intel PRO/Wireless 2100 Driver for Linux" - -cat << EOF -This project was created by Intel to enable support for the Intel -PRO/Wireless 2100 (IPW2100) mini PCI adapter. This project is intended -to be a community effort as much as is possible given some working -constraints (mainly, no HW documentation is available). -EOF diff --git a/wifi/ipw2200/BUILD b/wifi/ipw2200/BUILD deleted file mode 100644 index 0ad0ca9..0000000 --- a/wifi/ipw2200/BUILD +++ /dev/null @@ -1,31 +0,0 @@ -( - - if [ $WITH_RADIOTAP == "y" ]; then - sedit "s:#CONFIG_IPW2200_RADIOTAP=y:CONFIG_IPW2200_RADIOTAP=y:" Makefile - fi && - - if [ $WITH_PROMISCUOUS == "y" ]; then - sedit "s:#CONFIG_IPW2200_PROMISCUOUS=y:CONFIG_IPW2200_PROMISCUOUS=y:" Makefile - fi && - - # Debug sucks - sedit "s:CONFIG_IPW_DEBUG=y:#CONFIG_IPW_DEBUG=y:" Makefile - - 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) - - if ! $(uname -r | grep -q "^2\.6") ; then - message "" - message "${PROBLEM_COLOR}This module must only be installed with 2.6.x based kernels!${DEFAULT_COLOR}"; - message "" - exit 1; - fi && - - make KVER=$KVER && - prepare_install && - make KVER=$KVER install - -) > $C_FIFO 2>&1 diff --git a/wifi/ipw2200/CONFIGURE b/wifi/ipw2200/CONFIGURE deleted file mode 100644 index 3e23345..0000000 --- a/wifi/ipw2200/CONFIGURE +++ /dev/null @@ -1,2 +0,0 @@ -mquery WITH_RADIOTAP "Enable RADIOTAP mode?" y -mquery WITH_PROMISCUOUS "Enable PROMISCUOUS support?" y diff --git a/wifi/ipw2200/DEPENDS b/wifi/ipw2200/DEPENDS deleted file mode 100644 index 9798ce1..0000000 --- a/wifi/ipw2200/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends ieee80211 diff --git a/wifi/ipw2200/DETAILS b/wifi/ipw2200/DETAILS deleted file mode 100644 index c1271fa..0000000 --- a/wifi/ipw2200/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=ipw2200 - VERSION=1.2.2 - SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:1a6e28e70c478ae389af7206053512abbf8f38c4 - WEB_SITE=http://ipw2200.sourceforge.net - ENTERED=20041115 - UPDATED=20071114 - SHORT="Intel PRO/Wireless 2200BG/2915ABG Driver for Linux" -cat << EOF -This project was created by Intel to enable support for the Intel -PRO/Wireless 2200BG (IPW2200) and Intel PRO/Wireless 2915ABG mini -PCI adapter. This project is intended to be a community effort as -much as is possible given some working constraints (mainly, no HW -documentation is available). -EOF From florin at lunar-linux.org Tue Dec 16 15:43:43 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 16:43:43 +0200 Subject: [Lunar-commits] airsnort: remove the module from moonbase. Message-ID: <20081216144436.30C3DF36C8@doppio.foo-projects.org> commit d41bcf29421c681bf1261f38d141b755041240b2 Author: Florin Braescu Date: Tue Dec 16 16:43:43 2008 +0200 airsnort: remove the module from moonbase. This app is old and unmaintained by it's devs. They recommend to use aircrack-ng instead. --- wifi/airsnort/BUILD | 18 ------------------ wifi/airsnort/DEPENDS | 2 -- wifi/airsnort/DETAILS | 30 ------------------------------ 3 files changed, 0 insertions(+), 50 deletions(-) diff --git a/wifi/airsnort/BUILD b/wifi/airsnort/BUILD deleted file mode 100644 index 764baa0..0000000 --- a/wifi/airsnort/BUILD +++ /dev/null @@ -1,18 +0,0 @@ -( - - patch_it $SOURCE_CACHE/$SOURCE1 0 && - - echo CFLAGS:= $CFLAGS && - echo OPTS:= $OPTS && - set -x && #Let's show the logs what we've used for debug - ./configure --build=$BUILD \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $OPTS && - set +x ##turn it off so that the logs stay readable - default_make - -) > $C_FIFO 2>&1 diff --git a/wifi/airsnort/DEPENDS b/wifi/airsnort/DEPENDS deleted file mode 100644 index 2873555..0000000 --- a/wifi/airsnort/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends libpcap && -depends gtk+-2 diff --git a/wifi/airsnort/DETAILS b/wifi/airsnort/DETAILS deleted file mode 100644 index 2de1cab..0000000 --- a/wifi/airsnort/DETAILS +++ /dev/null @@ -1,30 +0,0 @@ - MODULE=airsnort - VERSION=0.2.7e - SOURCE=airsnort-$VERSION.tar.gz - SOURCE1=airsnort-0.2.7e-packetsource.patch -SOURCE_DIRECTORY=$BUILD_DIRECTORY/airsnort-$VERSION - SOURCE_URL=$SFORGE_URL/airsnort/ - SOURCE1_URL=$PATCH_URL - SOURCE_VFY=sha1:311f252793a123d476d98115edb8eb1d9f698a30 - SOURCE1_VFY=sha1:448f9cd2ca386827642686610eea034cc75f1fd5 - WEB_SITE=http://airsnort.shmoo.com/ - ENTERED=20030107 - UPDATED=20060106 - MAINTAINER=michalsc at email.uc.edu - SHORT="wireless LAN (WLAN) tool which recovers encryption keys" - -cat << EOF -AirSnort is a wireless LAN (WLAN) tool which recovers encryption keys. -AirSnort operates by passively monitoring transmissions, computing the -encryption key when enough packets have been gathered. -802.11b, using the Wired Equivalent Protocol (WEP), is crippled with -numerous security flaws. Most damning of these is the weakness described -in "Weaknesses in the Key Scheduling Algorithm of RC4" by Scott Fluhrer, -Itsik Mantin and Adi Shamir. Adam Stubblefield was the first to implement -this attack, but he has not made his software public. AirSnort, along with -WEPCrack, which was released about the same time as AirSnort, are the -first publicly available implementaions of this attack. -AirSnort requires approximately 5-10 million encrypted packets to be -gathered. Once enough packets have been gathered, AirSnort can guess the -encryption password in under a second. -EOF From florin at lunar-linux.org Tue Dec 16 15:58:20 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 16:58:20 +0200 Subject: [Lunar-commits] aircrack-ng:version bumped to 1.0-rc1. Message-ID: <20081216145835.61605F36C8@doppio.foo-projects.org> commit 4bf56889aaad68fe19cd8fc8bad7291cf70fec62 Author: Florin Braescu Date: Tue Dec 16 16:58:20 2008 +0200 aircrack-ng:version bumped to 1.0-rc1. Bugfixes, new features added and improvements. --- wifi/aircrack-ng/BUILD | 5 +++-- wifi/aircrack-ng/DETAILS | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/wifi/aircrack-ng/BUILD b/wifi/aircrack-ng/BUILD index 289c8b7..696dbd1 100644 --- a/wifi/aircrack-ng/BUILD +++ b/wifi/aircrack-ng/BUILD @@ -1,6 +1,7 @@ ( - make && - prepare_install && + + make && + prepare_install && make prefix=/usr \ mandir=/usr/share/man/man1 \ install diff --git a/wifi/aircrack-ng/DETAILS b/wifi/aircrack-ng/DETAILS index 3d8a807..8fa0876 100644 --- a/wifi/aircrack-ng/DETAILS +++ b/wifi/aircrack-ng/DETAILS @@ -1,11 +1,11 @@ MODULE=aircrack-ng - VERSION=0.9.3 - SOURCE=${MODULE}-${VERSION}.tar.gz + VERSION=1.0-rc1 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.aircrack-ng.org - SOURCE_VFY=sha1:b2f671324d056408b83d32eb1ab6061b7fa87ac5 + SOURCE_VFY=sha1:e17606ae47b4baa2c1d5751d117ebe11924cba29 WEB_SITE=http://www.aircrack-ng.org ENTERED=20070726 - UPDATED=20081210 + UPDATED=20081216 SHORT="WLAN tool for cracking WEP and WPA keys" cat < hostapd: move the module to wifi dir and bumped the version to 0.5.11. Message-ID: <20081216153648.178D9F3834@doppio.foo-projects.org> commit d89662b36990b992dfb4cef9ffaca570b5b9cc4b Author: Florin Braescu Date: Tue Dec 16 17:30:53 2008 +0200 hostapd: move the module to wifi dir and bumped the version to 0.5.11. Many bugfixes, new features and enhacements. --- net/hostapd/BUILD | 12 ------------ net/hostapd/DETAILS | 15 --------------- wifi/hostapd/BUILD | 13 +++++++++++++ wifi/hostapd/DETAILS | 16 ++++++++++++++++ 4 files changed, 29 insertions(+), 27 deletions(-) diff --git a/net/hostapd/BUILD b/net/hostapd/BUILD deleted file mode 100644 index 6bc8f7f..0000000 --- a/net/hostapd/BUILD +++ /dev/null @@ -1,12 +0,0 @@ -( - - make && - prepare_install && - install hostapd -m755 /usr/sbin/ - for file in hostapd.conf hostapd.accept hostapd.deny ; do - if [ ! -f /etc/$file ] ; then - install $file /etc/ - fi - done - -) > $C_FIFO 2>&1 diff --git a/net/hostapd/DETAILS b/net/hostapd/DETAILS deleted file mode 100644 index 16ed7ef..0000000 --- a/net/hostapd/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=hostapd - VERSION=0.3.7 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://hostap.epitest.fi/releases/ - SOURCE_VFY=sha1:e26b502d1bd64f05916715e57bb015401d0a3f6d - WEB_SITE=http://hostap.epitest.fi/ - ENTERED=20031129 - UPDATED=20050228 - SHORT="User space daemon for extended IEEE 802.11 management" -cat << EOF -User space daemon for extended IEEE 802.11 management -IEEE 802.1X Authenticator -RADIUS Authentication client -RADIUS Accounting client -EOF diff --git a/wifi/hostapd/BUILD b/wifi/hostapd/BUILD new file mode 100644 index 0000000..f3a7bb4 --- /dev/null +++ b/wifi/hostapd/BUILD @@ -0,0 +1,13 @@ +( + + cp defconfig .config && + make && + prepare_install && + install hostapd -m755 /usr/sbin/ + for file in hostapd.conf hostapd.accept hostapd.deny ; do + if [ ! -f /etc/$file ] ; then + install $file /etc/ + fi + done + +) > $C_FIFO 2>&1 diff --git a/wifi/hostapd/DETAILS b/wifi/hostapd/DETAILS new file mode 100644 index 0000000..9deb6b6 --- /dev/null +++ b/wifi/hostapd/DETAILS @@ -0,0 +1,16 @@ + MODULE=hostapd + VERSION=0.5.11 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://hostap.epitest.fi/releases + SOURCE_VFY=sha1:4c0764207084a9a568a410459d8a0740a487bce8 + WEB_SITE=http://hostap.epitest.fi + ENTERED=20031129 + UPDATED=20081216 + SHORT="User space daemon for extended IEEE 802.11 management" + +cat << EOF +User space daemon for extended IEEE 802.11 management +IEEE 802.1X Authenticator +RADIUS Authentication client +RADIUS Accounting client +EOF From florin at lunar-linux.org Tue Dec 16 16:38:52 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 16 Dec 2008 17:38:52 +0200 Subject: [Lunar-commits] hostap-driver: remove the module from moonbase. Message-ID: <20081216153905.E8731F3834@doppio.foo-projects.org> commit 3ed4f544368c1ef00139ec00bf82afd837d201a1 Author: Florin Braescu Date: Tue Dec 16 17:38:52 2008 +0200 hostap-driver: remove the module from moonbase. It was included in the last 2.6 kernels. --- wifi/hostap-driver/BUILD | 7 ------- wifi/hostap-driver/DETAILS | 19 ------------------- 2 files changed, 0 insertions(+), 26 deletions(-) diff --git a/wifi/hostap-driver/BUILD b/wifi/hostap-driver/BUILD deleted file mode 100644 index 048af85..0000000 --- a/wifi/hostap-driver/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - KERNEL_PATH=/usr/src/linux make && - prepare_install && - KERNEL_PATH=/usr/src/linux make install - -) > $C_FIFO 2>&1 diff --git a/wifi/hostap-driver/DETAILS b/wifi/hostap-driver/DETAILS deleted file mode 100644 index 892dbf2..0000000 --- a/wifi/hostap-driver/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=hostap-driver - VERSION=0.4.7 - SOURCE=hostap-driver-$VERSION.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/hostap-driver-$VERSION - SOURCE_URL=http://hostap.epitest.fi/releases/ - SOURCE_VFY=sha1:b7bf8a10481e79e6747279931d10ea9423656699 - WEB_SITE=http://hostap.epitest.fi/ - ENTERED=20040525 - UPDATED=20060106 - SHORT="A Linux driver for Prism2/2.5/3 wireless LAN cards" - -cat << EOF -This is a Linux driver for wireless LAN cards based on Intersil's -Prism2/2.5/3 chipset. The driver supports a so called Host AP mode, -i.e., it takes care of IEEE 802.11 management functions in the host -computer and acts as an access point. This does not require any special -firmware for the wireless LAN card. In addition to this, it has support -for normal station operations in BSS and possible also in IBSS. -EOF From samuel.verstraete at gmail.com Tue Dec 16 21:35:31 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Tue, 16 Dec 2008 21:35:31 +0100 Subject: [Lunar-commits] Revert "edb: removed" Message-ID: <20081216203701.78BE79B1AD@doppio.foo-projects.org> commit 5311066d1fb28cacdd06cae48bb48ec960b36434 Author: samuel verstraete Date: Tue Dec 16 21:35:31 2008 +0100 Revert "edb: removed" This reverts commit 4abf7f8265b2aca32bcd7a136a5bf0263b8c5925. --- libs/edb/CONFLICTS | 1 + libs/edb/DETAILS | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/libs/edb/CONFLICTS b/libs/edb/CONFLICTS new file mode 100644 index 0000000..92aad27 --- /dev/null +++ b/libs/edb/CONFLICTS @@ -0,0 +1 @@ +conflicts edb-cvs diff --git a/libs/edb/DETAILS b/libs/edb/DETAILS new file mode 100644 index 0000000..bae7b4c --- /dev/null +++ b/libs/edb/DETAILS @@ -0,0 +1,15 @@ + MODULE=edb + VERSION=1.0.5 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/enlightenment/ + SOURCE_VFY=sha1:025b5850e8e52c1747554b6050f2a27d55e7f25f + WEB_SITE=http://www.enlightenment.org + ENTERED=20010922 + UPDATED=20050108 + SHORT="Edb provides a stable API and file format for configs, themes." + +cat << EOF +Edb provides a stable API and file format for archiving configuration, +theme, and other data available all the time for fast random access. It +can store any kind of data in key-value pair format. +EOF From samuel.verstraete at gmail.com Tue Dec 16 21:36:29 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Tue, 16 Dec 2008 21:36:29 +0100 Subject: [Lunar-commits] Revert "eet, evas and ecore deleted" Message-ID: <20081216203701.879E59B1B1@doppio.foo-projects.org> commit 4a3ed58eafbff3ad24621097ee6b8e5401d21add Author: samuel verstraete Date: Tue Dec 16 21:36:29 2008 +0100 Revert "eet, evas and ecore deleted" This reverts commit 4ceccbdada88db46c82b5dff3991a69a3c75068c. --- graphics/evas/DEPENDS | 2 ++ graphics/evas/DETAILS | 17 +++++++++++++++++ libs/ecore/DEPENDS | 1 + libs/ecore/DETAILS | 14 ++++++++++++++ libs/eet/CONFLICTS | 1 + libs/eet/DEPENDS | 2 ++ libs/eet/DETAILS | 17 +++++++++++++++++ libs/eet/POST_INSTALL | 4 ++++ 8 files changed, 58 insertions(+), 0 deletions(-) diff --git a/graphics/evas/DEPENDS b/graphics/evas/DEPENDS new file mode 100644 index 0000000..6571d2f --- /dev/null +++ b/graphics/evas/DEPENDS @@ -0,0 +1,2 @@ +depends imlib2_loaders && +depends %GLUT diff --git a/graphics/evas/DETAILS b/graphics/evas/DETAILS new file mode 100644 index 0000000..4cd3071 --- /dev/null +++ b/graphics/evas/DETAILS @@ -0,0 +1,17 @@ + MODULE=evas + VERSION=0.6.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/enlightenment/ + WEB_SITE=http://www.enlightenment.org + MAINTAINER="nhudson at speakeasy.net" + ENTERED=20011101 + UPDATED=20011101 + SHORT="canvis for e17" + +cat << EOF +Evas is a canvas library, designed to work with the X Window System. +It is designed to be able to take advantage of any graphics hardware +or CPU processing power you may have, or to adjust for the lack of +it. It has a simplistic API to access the features of a canvas to aid +in making development using Evas easy. +EOF diff --git a/libs/ecore/DEPENDS b/libs/ecore/DEPENDS new file mode 100644 index 0000000..7e93fb7 --- /dev/null +++ b/libs/ecore/DEPENDS @@ -0,0 +1 @@ +depends evas diff --git a/libs/ecore/DETAILS b/libs/ecore/DETAILS new file mode 100644 index 0000000..cdc91da --- /dev/null +++ b/libs/ecore/DETAILS @@ -0,0 +1,14 @@ + MODULE=ecore + VERSION=0.0.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/enlightenment/ + WEB_SITE=http://www.enlightenment.org + MAINTAINER="nhudson at speakeasy.net" + ENTERED=20011101 + UPDATED=20011101 + SHORT="core functions for e17" + +cat << EOF +Ecore is a core event abstraction layer and X abstraction layer +for the enlightenment 0.17 window manager. +EOF diff --git a/libs/eet/CONFLICTS b/libs/eet/CONFLICTS new file mode 100644 index 0000000..94587e2 --- /dev/null +++ b/libs/eet/CONFLICTS @@ -0,0 +1 @@ +conflicts eet-cvs diff --git a/libs/eet/DEPENDS b/libs/eet/DEPENDS new file mode 100644 index 0000000..ad6319a --- /dev/null +++ b/libs/eet/DEPENDS @@ -0,0 +1,2 @@ +depends jpeg +depends zlib diff --git a/libs/eet/DETAILS b/libs/eet/DETAILS new file mode 100644 index 0000000..8db4669 --- /dev/null +++ b/libs/eet/DETAILS @@ -0,0 +1,17 @@ + MODULE=eet + VERSION=1.0.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://download.enlightenment.org/releases + SOURCE_VFY=sha1:aff404db4b3761c945d2d07b767f8443624e65eb + WEB_SITE=http://www.enlightenment.org + ENTERED=20050108 + UPDATED=20080810 + SHORT="A compression library for enlightenment" + +cat << EOF +Eet is a tiny library designed to write an arbitary set of chunks of +data to a file and optionally compress each chunk (very much like a +zip file) and allow fast random-access reading of the file later on. +It does not do zip as a zip itself has more complexity than is needed, +and it was much simpler to impliment this once here. +EOF diff --git a/libs/eet/POST_INSTALL b/libs/eet/POST_INSTALL new file mode 100644 index 0000000..01381d2 --- /dev/null +++ b/libs/eet/POST_INSTALL @@ -0,0 +1,4 @@ +if ! grep -q "/opt/lunar/enlightenment/lib" /etc/ld.so.conf; then + echo /opt/lunar/enlightenment/lib >> /etc/ld.so.conf + ldconfig +fi From samuel.verstraete at gmail.com Tue Dec 16 21:36:54 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Tue, 16 Dec 2008 21:36:54 +0100 Subject: [Lunar-commits] but these are really gone! Message-ID: <20081216203701.97FA19B1B2@doppio.foo-projects.org> commit 26906d5323854a5b7069158501ae38a180f87cb9 Author: samuel verstraete Date: Tue Dec 16 21:36:54 2008 +0100 but these are really gone! --- graphics/evas/DEPENDS | 2 -- graphics/evas/DETAILS | 17 ----------------- libs/ecore/DEPENDS | 1 - libs/ecore/DETAILS | 14 -------------- 4 files changed, 0 insertions(+), 34 deletions(-) diff --git a/graphics/evas/DEPENDS b/graphics/evas/DEPENDS deleted file mode 100644 index 6571d2f..0000000 --- a/graphics/evas/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends imlib2_loaders && -depends %GLUT diff --git a/graphics/evas/DETAILS b/graphics/evas/DETAILS deleted file mode 100644 index 4cd3071..0000000 --- a/graphics/evas/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=evas - VERSION=0.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/enlightenment/ - WEB_SITE=http://www.enlightenment.org - MAINTAINER="nhudson at speakeasy.net" - ENTERED=20011101 - UPDATED=20011101 - SHORT="canvis for e17" - -cat << EOF -Evas is a canvas library, designed to work with the X Window System. -It is designed to be able to take advantage of any graphics hardware -or CPU processing power you may have, or to adjust for the lack of -it. It has a simplistic API to access the features of a canvas to aid -in making development using Evas easy. -EOF diff --git a/libs/ecore/DEPENDS b/libs/ecore/DEPENDS deleted file mode 100644 index 7e93fb7..0000000 --- a/libs/ecore/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends evas diff --git a/libs/ecore/DETAILS b/libs/ecore/DETAILS deleted file mode 100644 index cdc91da..0000000 --- a/libs/ecore/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=ecore - VERSION=0.0.2 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/enlightenment/ - WEB_SITE=http://www.enlightenment.org - MAINTAINER="nhudson at speakeasy.net" - ENTERED=20011101 - UPDATED=20011101 - SHORT="core functions for e17" - -cat << EOF -Ecore is a core event abstraction layer and X abstraction layer -for the enlightenment 0.17 window manager. -EOF From florin at lunar-linux.org Wed Dec 17 13:15:05 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 17 Dec 2008 14:15:05 +0200 Subject: [Lunar-commits] opera: version bumped to 9.63. Message-ID: <20081217121504.C6D479B1AD@doppio.foo-projects.org> commit 0f5a3d36a939ae77dac3884fae096dc108ef9755 Author: Florin Braescu Date: Wed Dec 17 14:15:05 2008 +0200 opera: version bumped to 9.63. --- web/opera/DETAILS | 8 ++++---- web/opera/DETAILS.x86_64 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/opera/DETAILS b/web/opera/DETAILS index 0419df4..fcc343e 100644 --- a/web/opera/DETAILS +++ b/web/opera/DETAILS @@ -1,16 +1,16 @@ MODULE=opera - SUBVERSION=2466 - VERSION=9.62 + SUBVERSION=2474 + VERSION=9.63 SOURCE=$MODULE-$VERSION.gcc4-shared-qt3.i386.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$SUBVERSION.gcc4-shared-qt3.i386 SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/i386/shared SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/i386/shared - SOURCE_VFY=sha1:d0667db37743084774a3ae6513c9ac47a36b1f46 + SOURCE_VFY=sha1:0afb54bff537d0b041554e406d0761792c86b81b WEB_SITE=http://www.opera.com MAINTAINER=ratler at lunar-linux.org LICENSE="proprietary" ENTERED=20051002 - UPDATED=20081030 + UPDATED=20081217 SHORT="The most full-featured Internet browser on the market" GARBAGE=off ARCHIVE=off diff --git a/web/opera/DETAILS.x86_64 b/web/opera/DETAILS.x86_64 index a44ffdf..aef67d3 100644 --- a/web/opera/DETAILS.x86_64 +++ b/web/opera/DETAILS.x86_64 @@ -1,15 +1,15 @@ MODULE=opera - SUBVERSION=2466 - VERSION=9.62 + SUBVERSION=2474 + VERSION=9.63 SOURCE=$MODULE-$VERSION.gcc4-shared-qt3.x86_64.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION.gcc4-shared-qt3.x86_64 SOURCE_URL=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/x86_64 - SOURCE_VFY=sha1:ae6894e5698b3c448cd2ee377b96ba913892e016 + SOURCE_VFY=sha1:9d416676a8f6b1db250d7ecc733a97855da9e73a WEB_SITE=http://www.opera.com MAINTAINER=ratler at lunar-linux.org LICENSE="proprietary" ENTERED=20080612 - UPDATED=20081030 + UPDATED=20081217 SHORT="The most full-featured Internet browser on the market" GARBAGE=off ARCHIVE=off From florin at lunar-linux.org Wed Dec 17 13:16:33 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 17 Dec 2008 14:16:33 +0200 Subject: [Lunar-commits] opera-static: version bumped to 9.63. Message-ID: <20081217121627.90E6C9B1AD@doppio.foo-projects.org> commit 4338261c77fc4677c10e810975ef8bc181eef828 Author: Florin Braescu Date: Wed Dec 17 14:16:33 2008 +0200 opera-static: version bumped to 9.63. --- web/opera-static/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/opera-static/DETAILS b/web/opera-static/DETAILS index 12f5a73..4dac1bb 100644 --- a/web/opera-static/DETAILS +++ b/web/opera-static/DETAILS @@ -1,16 +1,16 @@ MODULE=opera-static - SUBVERSION=2466 - VERSION=9.62 + SUBVERSION=2474 + VERSION=9.63 SOURCE=opera-$VERSION.gcc4-qt4.i386.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION.gcc4-qt4.i386 SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/i386 SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/i386 - SOURCE_VFY=sha1:73a2ee5d03cf1a32118e17dc6646dd439429bb81 + SOURCE_VFY=sha1:4ff6aec1a987565ec04018eef9c534e1265a389e WEB_SITE=http://www.opera.com MAINTAINER=ratler at lunar-linux.org LICENSE="proprietary" ENTERED=20051002 - UPDATED=20081030 + UPDATED=20081217 SHORT="The most full-featured Internet browser on the market" GARBAGE=off ARCHIVE=off From florin at lunar-linux.org Wed Dec 17 13:27:28 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 17 Dec 2008 14:27:28 +0200 Subject: [Lunar-commits] sqlite: version bumped to 3.6.7. Message-ID: <20081217122834.DEC119B1AD@doppio.foo-projects.org> commit 535a3b247717f057debc6452cebf7d65143d9227 Author: Florin Braescu Date: Wed Dec 17 14:27:28 2008 +0200 sqlite: version bumped to 3.6.7. Changes: Reorganize the Unix interface in os_unix.c Added support for "Proxy Locking" on MacOSX. Changed the prototype of the sqlite3_auto_extension() interface in a way that is backwards compatible but which might cause warnings in new builds of applications that use that interface. Changed the signature of the xDlSym method of the sqlite3_vfs object in a way that is backwards compatible but which might cause compiler warnings. Added superfluous casts and variable initializations in order to suppress nuisance compiler warnings. Fixes for various minor bugs. --- sql/sqlite/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS index a1f1be5..fab6847 100644 --- a/sql/sqlite/DETAILS +++ b/sql/sqlite/DETAILS @@ -1,11 +1,11 @@ MODULE=sqlite - VERSION=3.6.6.2 + VERSION=3.6.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.sqlite.org - SOURCE_VFY=sha1:4cd87fa954da5b11d7ee230e1003a23a68f68397 + SOURCE_VFY=sha1:e10153370f1de73337abb2eb17caac77a08ba8d6 WEB_SITE=http://www.sqlite.org ENTERED=20011016 - UPDATED=20081127 + UPDATED=20081217 SHORT="An SQL engine in a C library" cat << EOF From florin at lunar-linux.org Wed Dec 17 13:39:55 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 17 Dec 2008 14:39:55 +0200 Subject: [Lunar-commits] libquicktime: version bumped to 1.1.1. Message-ID: <20081217124003.0EE4AF3C58@doppio.foo-projects.org> commit bf6d5cdbb8ac160dd0b881df2ad5cce0c201703a Author: Florin Braescu Date: Wed Dec 17 14:39:55 2008 +0200 libquicktime: version bumped to 1.1.1. Bugfixes and code cleanups. --- video/libquicktime/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/libquicktime/DETAILS b/video/libquicktime/DETAILS index d34c4d3..a21f049 100644 --- a/video/libquicktime/DETAILS +++ b/video/libquicktime/DETAILS @@ -1,14 +1,14 @@ MODULE=libquicktime - VERSION=1.1.0 + VERSION=1.1.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-1.0.0-faad2.patch SOURCE_URL=$SFORGE_URL/$MODULE SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:4e9bdbd0776a99e1bb7712a5c7cb38145c34f830 + SOURCE_VFY=sha1:13666f7b82d8045a03e925966cf8098674814041 SOURCE2_VFY=sha1:940d3fcd793517a12edec6683d0565f96779e7c5 WEB_SITE=http://libquicktime.sourceforge.net ENTERED=20060420 - UPDATED=20081115 + UPDATED=20081217 SHORT="Handles Apple's QuickTime media format" cat << EOF From florin at lunar-linux.org Wed Dec 17 14:24:48 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 17 Dec 2008 15:24:48 +0200 Subject: [Lunar-commits] cairo: version bumped to 1.8.6. Message-ID: <20081217132509.16D699B1AD@doppio.foo-projects.org> commit 69d74cc2250c5039e59f86564131feedbb8d5b0e Author: Florin Braescu Date: Wed Dec 17 15:24:48 2008 +0200 cairo: version bumped to 1.8.6. Several fixes for failures on Quartz and PDF and build fixes for a couple of backends were made. A check for XRender in the XCB backend was introduced to avoid invalid memory accesses. --- graphics/cairo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/cairo/DETAILS b/graphics/cairo/DETAILS index 7bede59..0769f74 100644 --- a/graphics/cairo/DETAILS +++ b/graphics/cairo/DETAILS @@ -1,14 +1,14 @@ MODULE=cairo - VERSION=1.8.4 + VERSION=1.8.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-1.8.0-lcd-filter.patch.bz2 SOURCE_URL=http://cairographics.org/releases SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:57fd2c7e0af16bee7cd53436d7c9dc526784f1da + SOURCE_VFY=sha1:d1e5479d4eeb7b1a3589672e3ef8f4899e7c5eba SOURCE2_VFY=sha1:dca17faf85fa02a5325d11d38161475d42a1b3b2 WEB_SITE=http://cairographics.org ENTERED=20040506 - UPDATED=20081115 + UPDATED=20081217 SHORT="A multi-platform 2D vector graphics library" cat << EOF From tchan at lunar-linux.org Wed Dec 17 16:52:00 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Wed, 17 Dec 2008 09:52:00 -0600 Subject: [Lunar-commits] firefox: Version bump to 3.0.5 Message-ID: <20081217160452.5F4CF9B1AD@doppio.foo-projects.org> commit 52126c2895df9cb266a1105dc970ce28831f346f Author: Terry Chan Date: Wed Dec 17 09:52:00 2008 -0600 firefox: Version bump to 3.0.5 --- web/firefox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/firefox/DETAILS b/web/firefox/DETAILS index 765b94b..eb0e382 100644 --- a/web/firefox/DETAILS +++ b/web/firefox/DETAILS @@ -1,13 +1,13 @@ MODULE=firefox - VERSION=3.0.4 + VERSION=3.0.5 SOURCE=${MODULE}-${VERSION}-source.tar.bz2 SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/ SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/source/ SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/source/ - SOURCE_VFY=sha1:16715b4af7ca2bad6baa8d450a3fd9cb375ad6d6 + SOURCE_VFY=sha1:f934e073efaad3d4dde847c8491fa9529564d5d2 WEB_SITE=http://www.mozilla.org/projects/firefox ENTERED=20030810 - UPDATED=20081113 + UPDATED=20081217 MAINTAINER="tchan at lunar-linux.org" SHORT="a speedy, full-featured web browser." cat << EOF From tchan at lunar-linux.org Wed Dec 17 17:04:45 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Wed, 17 Dec 2008 10:04:45 -0600 Subject: [Lunar-commits] seamonkey: Version bump to 1.1.14 Message-ID: <20081217160452.67BA49B1B1@doppio.foo-projects.org> commit 7eb1859609e2ae9f5509c66afb117b8c7116e602 Author: Terry Chan Date: Wed Dec 17 10:04:45 2008 -0600 seamonkey: Version bump to 1.1.14 --- web/seamonkey/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/seamonkey/DETAILS b/web/seamonkey/DETAILS index e9b1871..a2fa482 100644 --- a/web/seamonkey/DETAILS +++ b/web/seamonkey/DETAILS @@ -1,15 +1,15 @@ MODULE=seamonkey - VERSION=1.1.13 + VERSION=1.1.14 SOURCE=$MODULE-$VERSION.source.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/ SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/ SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/ - SOURCE_VFY=sha1:d2577f35fd397a6481b0f3d6c172a599661cf4b8 + SOURCE_VFY=sha1:31061b29ad3334152cb3b6dea0ffa81e69d1e308 WEB_SITE=http://www.seamonkey-project.org/ PSAFE=no ENTERED=20051208 - UPDATED=20081113 + UPDATED=20081217 MAINTAINER=zbiggy at o2.pl SHORT="Seamonkey is a next generation mozilla web browser." cat << EOF From zmcgrew at lunar-linux.org Thu Dec 18 01:41:08 2008 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 18 Dec 2008 00:41:08 -0000 Subject: [Lunar-commits] libnotify: version bump to 0.4.5 Message-ID: <20081218004108.31C7F9B1AD@doppio.foo-projects.org> commit 50dd1d37bc0fdc1b58c904fa4d1b07acb661c7fb Author: Zachary McGrew Date: Thu Nov 27 00:57:25 2008 -0800 libnotify: version bump to 0.4.5 Add themes support (only 1 theme for now) bug fixes --- libs/libnotify/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libnotify/DETAILS b/libs/libnotify/DETAILS index 867c7e4..479429a 100644 --- a/libs/libnotify/DETAILS +++ b/libs/libnotify/DETAILS @@ -1,8 +1,8 @@ MODULE=libnotify - VERSION=0.4.4 - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=0.4.5 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.galago-project.org/files/releases/source/$MODULE/ - SOURCE_VFY=sha1:51375cb75ea933962bb3bf594f8f1856968aa2e7 + SOURCE_VFY=sha1:3bdcd4efaeb14480da4b170c6275cc3d705fb17d WEB_SITE=http://www.galago-project.org/ ENTERED=20060526 UPDATED=20070309 From zmcgrew at lunar-linux.org Thu Dec 18 01:41:08 2008 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 18 Dec 2008 00:41:08 -0000 Subject: [Lunar-commits] notification-daemon: version bump to 0.4.0 Message-ID: <20081218004108.461C19B1B1@doppio.foo-projects.org> commit 9e488d386b4f66a757eb41fddd2701872722f469 Author: Zachary McGrew Date: Thu Nov 27 00:58:30 2008 -0800 notification-daemon: version bump to 0.4.0 bug fixes add control panel entry to pick theme and position of notifications --- x11-utils/notification-daemon/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/notification-daemon/DETAILS b/x11-utils/notification-daemon/DETAILS index e8bb28b..557f52e 100644 --- a/x11-utils/notification-daemon/DETAILS +++ b/x11-utils/notification-daemon/DETAILS @@ -1,8 +1,8 @@ MODULE=notification-daemon - VERSION=0.3.7 - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=0.4.0 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.galago-project.org/files/releases/source/$MODULE/ - SOURCE_VFY=sha1:14abf2431b1feb8c752926ff9cb84dc1b66823a6 + SOURCE_VFY=sha1:d7152d8e167aa0a153ebc4040ce1c54debcb1a9c WEB_SITE=http://www.galago-project.org/ ENTERED=20060526 UPDATED=20061126 From zmcgrew at lunar-linux.org Thu Dec 18 01:38:25 2008 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 17 Dec 2008 16:38:25 -0800 Subject: [Lunar-commits] Revert "bluez: bring our bluetooth up to date" Message-ID: <20081218004108.76D109B1B3@doppio.foo-projects.org> commit 0962cadf30ac15cbb84c79108cd83caf6b99e3c3 Author: Zachary McGrew Date: Wed Dec 17 16:38:25 2008 -0800 Revert "bluez: bring our bluetooth up to date" Uh... A little too up to date. Not everything supports the new api. This reverts commit 3417452636ebe2dbe40debbb176d5e2f42e6e3d3. --- bluetooth/bluez-gnome/DEPENDS | 5 ----- bluetooth/bluez-gnome/DETAILS | 12 ------------ bluetooth/bluez-libs/DETAILS | 13 +++++++++++++ bluetooth/bluez-utils/BUILD | 14 ++++++++++++++ bluetooth/bluez-utils/DEPENDS | 8 ++++++++ bluetooth/bluez-utils/DETAILS | 13 +++++++++++++ bluetooth/bluez-utils/init.d/btdund | 12 ++++++++++++ bluetooth/bluez-utils/init.d/bthcid | 13 +++++++++++++ bluetooth/bluez-utils/init.d/btrfcomm | 25 +++++++++++++++++++++++++ bluetooth/bluez-utils/init.d/btsdpd | 12 ++++++++++++ bluetooth/bluez/BUILD | 14 -------------- bluetooth/bluez/DEPENDS | 4 ---- bluetooth/bluez/DETAILS | 13 ------------- 13 files changed, 110 insertions(+), 48 deletions(-) diff --git a/bluetooth/bluez-gnome/DEPENDS b/bluetooth/bluez-gnome/DEPENDS deleted file mode 100644 index 97da7f3..0000000 --- a/bluetooth/bluez-gnome/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends GConf -depends gtk+-2 -depends libnotify -depends bluez -depends perl diff --git a/bluetooth/bluez-gnome/DETAILS b/bluetooth/bluez-gnome/DETAILS deleted file mode 100644 index fbaa49c..0000000 --- a/bluetooth/bluez-gnome/DETAILS +++ /dev/null @@ -1,12 +0,0 @@ - MODULE=bluez-gnome - VERSION=1.8 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:c1b950b6d08ffda7095f1edb7ae4dd8c36bb4314 - WEB_SITE=http://www.bluez.org - ENTERED=20030927 - UPDATED=20081126 - SHORT="Gnome bluetooth configuration" -cat << EOF -Gnome interface for bluetooth keyboard and mouse configuration -EOF diff --git a/bluetooth/bluez-libs/DETAILS b/bluetooth/bluez-libs/DETAILS new file mode 100644 index 0000000..2a36865 --- /dev/null +++ b/bluetooth/bluez-libs/DETAILS @@ -0,0 +1,13 @@ + MODULE=bluez-libs + VERSION=3.36 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://bluez.sf.net/download/ + SOURCE_VFY=sha1:c181384485a2258deedba7f1347dd53c08a70b45 + WEB_SITE=http://www.bluez.org + ENTERED=20030927 + UPDATED=20080812 + SHORT="support for core Bluetooth layers and protocols" +cat << EOF +BlueZ provides support for core Bluetooth layers and protocols. It is +flexible, efficient and modular implementation. +EOF diff --git a/bluetooth/bluez-utils/BUILD b/bluetooth/bluez-utils/BUILD new file mode 100644 index 0000000..61f24cd --- /dev/null +++ b/bluetooth/bluez-utils/BUILD @@ -0,0 +1,14 @@ +( + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/man \ + --localstatedir=/var \ + --sbindir=/sbin \ + --datadir=/usr/share \ + --enable-all \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/bluetooth/bluez-utils/DEPENDS b/bluetooth/bluez-utils/DEPENDS new file mode 100644 index 0000000..59c76d6 --- /dev/null +++ b/bluetooth/bluez-utils/DEPENDS @@ -0,0 +1,8 @@ +depends bluez-libs + +optional_depends "hal" "--enable-hal" "" "to enable hal support" +optional_depends "alsa-lib" "--enable-alsa" "" "to enable alsa sound support" +optional_depends "gstreamer-10" "--enable-gstreamer" "" "to enable gstreamer sound support" +optional_depends "cups" "--enable-cups" "" "to enable cups printing support" +optional_depends "pcmcia-cs" "--enable-pcmcia" "" "to enable pcmcia support, 2.4 kernels" +optional_depends "pcmciautils" "--enable-pcmcia" "" "to enable pcmcia support, 2.6 kernels" diff --git a/bluetooth/bluez-utils/DETAILS b/bluetooth/bluez-utils/DETAILS new file mode 100644 index 0000000..35df92a --- /dev/null +++ b/bluetooth/bluez-utils/DETAILS @@ -0,0 +1,13 @@ + MODULE=bluez-utils + VERSION=3.36 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://bluez.sf.net/download/ + SOURCE_VFY=sha1:f53ba1d17829df2c5933fe062d7f8fb1ab8c8e60 + WEB_SITE=http://www.bluez.org + ENTERED=20030927 + UPDATED=20080812 + SHORT="support for core Bluetooth layers and protocols" +cat << EOF +BlueZ provides support for core Bluetooth layers and protocols. It is +flexible, efficient and modular implementation. +EOF diff --git a/bluetooth/bluez-utils/init.d/btdund b/bluetooth/bluez-utils/init.d/btdund new file mode 100755 index 0000000..82254ed --- /dev/null +++ b/bluetooth/bluez-utils/init.d/btdund @@ -0,0 +1,12 @@ +#!/bin/bash +# +# btdund Bluetooth DUND daemon +# +# chkconfig: 345 80 20 +# description: SDP Bluetooth Daemon +# processname: dund + +ARGS="--listen -s --channel 1" + +. /lib/lsb/init-functions + diff --git a/bluetooth/bluez-utils/init.d/bthcid b/bluetooth/bluez-utils/init.d/bthcid new file mode 100755 index 0000000..363d861 --- /dev/null +++ b/bluetooth/bluez-utils/init.d/bthcid @@ -0,0 +1,13 @@ +#!/bin/bash +# +# bthcid Bluetooth HCI Daemon +# +# chkconfig: 345 80 20 +# description: HCI Bluetooth Daemon +# processname: hcid +# config: /etc/bluetooth/hcid.conf + +ARGS="-f /etc/bluetooth/hcid.conf" + +. /lib/lsb/init-functions + diff --git a/bluetooth/bluez-utils/init.d/btrfcomm b/bluetooth/bluez-utils/init.d/btrfcomm new file mode 100755 index 0000000..8248547 --- /dev/null +++ b/bluetooth/bluez-utils/init.d/btrfcomm @@ -0,0 +1,25 @@ +#!/bin/bash +# +# bind bt rfcomm devices +# +# chkconfig: 345 80 20 +# description: bind rfcomm devices +# processname: rfcomm +# config: /etc/bluetooth/rfcomm.conf + +ARGS="-f /etc/bluetooth/rfcomm.conf" + +. /lib/lsb/init-functions + +case "$1" in + start) + /usr/bin/rfcomm -f /etc/bluetooth/rfcomm.conf bind all + ;; + stop) + /usr/bin/rfcomm release all > /dev/null 2>&1 + ;; + *) + echo "Usage: $0 {start|stop}" + exit 1 + ;; +esac diff --git a/bluetooth/bluez-utils/init.d/btsdpd b/bluetooth/bluez-utils/init.d/btsdpd new file mode 100755 index 0000000..3aaa417 --- /dev/null +++ b/bluetooth/bluez-utils/init.d/btsdpd @@ -0,0 +1,12 @@ +#!/bin/bash +# +# btsdpd Bluetooth SDP Daemon +# +# chkconfig: 345 80 20 +# description: SDP Bluetooth Daemon +# processname: sdpd + +ARGS="" + +. /lib/lsb/init-functions + diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD deleted file mode 100644 index 39a9cf3..0000000 --- a/bluetooth/bluez/BUILD +++ /dev/null @@ -1,14 +0,0 @@ -( - - OPTS+=" --enable-tools \ - --enable-bccmd \ - --enable-hid2hci \ - --enable-dfutool \ - --enable-hidd \ - --enable-pand \ - --enable-dund \ - --enable-manpages" - - default_build - -) > $C_FIFO 2>&1 diff --git a/bluetooth/bluez/DEPENDS b/bluetooth/bluez/DEPENDS deleted file mode 100644 index 9bf1dc9..0000000 --- a/bluetooth/bluez/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends dbus-glib -optional_depends gstreamer-10 -optional_depends cups "--enable-cups" "--disable-cups" \ - "for CUPS printing support" diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS deleted file mode 100644 index edf63b1..0000000 --- a/bluetooth/bluez/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=bluez - VERSION=4.19 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:ee8a30822ca085fa54da01c3055e1bc5785d54a9 - WEB_SITE=http://www.bluez.org - ENTERED=20030927 - UPDATED=20081126 - SHORT="support for core Bluetooth layers and protocols" -cat << EOF -BlueZ provides support for core Bluetooth layers and protocols. It is -flexible, efficient and modular implementation. -EOF From zmcgrew at lunar-linux.org Thu Dec 18 01:41:08 2008 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 18 Dec 2008 00:41:08 -0000 Subject: [Lunar-commits] bluez: bring our bluetooth up to date Message-ID: <20081218004108.5AD739B1B2@doppio.foo-projects.org> commit 3417452636ebe2dbe40debbb176d5e2f42e6e3d3 Author: Zachary McGrew Date: Thu Nov 27 00:59:16 2008 -0800 bluez: bring our bluetooth up to date this includes removing old modules, and renaming the current ones to match the official naming scheme also added bluez-gnome --- bluetooth/bluez-gnome/DEPENDS | 5 +++++ bluetooth/bluez-gnome/DETAILS | 12 ++++++++++++ bluetooth/bluez-libs/DETAILS | 13 ------------- bluetooth/bluez-utils/BUILD | 14 -------------- bluetooth/bluez-utils/DEPENDS | 8 -------- bluetooth/bluez-utils/DETAILS | 13 ------------- bluetooth/bluez-utils/init.d/btdund | 12 ------------ bluetooth/bluez-utils/init.d/bthcid | 13 ------------- bluetooth/bluez-utils/init.d/btrfcomm | 25 ------------------------- bluetooth/bluez-utils/init.d/btsdpd | 12 ------------ bluetooth/bluez/BUILD | 14 ++++++++++++++ bluetooth/bluez/DEPENDS | 4 ++++ bluetooth/bluez/DETAILS | 13 +++++++++++++ 13 files changed, 48 insertions(+), 110 deletions(-) diff --git a/bluetooth/bluez-gnome/DEPENDS b/bluetooth/bluez-gnome/DEPENDS new file mode 100644 index 0000000..97da7f3 --- /dev/null +++ b/bluetooth/bluez-gnome/DEPENDS @@ -0,0 +1,5 @@ +depends GConf +depends gtk+-2 +depends libnotify +depends bluez +depends perl diff --git a/bluetooth/bluez-gnome/DETAILS b/bluetooth/bluez-gnome/DETAILS new file mode 100644 index 0000000..fbaa49c --- /dev/null +++ b/bluetooth/bluez-gnome/DETAILS @@ -0,0 +1,12 @@ + MODULE=bluez-gnome + VERSION=1.8 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ + SOURCE_VFY=sha1:c1b950b6d08ffda7095f1edb7ae4dd8c36bb4314 + WEB_SITE=http://www.bluez.org + ENTERED=20030927 + UPDATED=20081126 + SHORT="Gnome bluetooth configuration" +cat << EOF +Gnome interface for bluetooth keyboard and mouse configuration +EOF diff --git a/bluetooth/bluez-libs/DETAILS b/bluetooth/bluez-libs/DETAILS deleted file mode 100644 index 2a36865..0000000 --- a/bluetooth/bluez-libs/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=bluez-libs - VERSION=3.36 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://bluez.sf.net/download/ - SOURCE_VFY=sha1:c181384485a2258deedba7f1347dd53c08a70b45 - WEB_SITE=http://www.bluez.org - ENTERED=20030927 - UPDATED=20080812 - SHORT="support for core Bluetooth layers and protocols" -cat << EOF -BlueZ provides support for core Bluetooth layers and protocols. It is -flexible, efficient and modular implementation. -EOF diff --git a/bluetooth/bluez-utils/BUILD b/bluetooth/bluez-utils/BUILD deleted file mode 100644 index 61f24cd..0000000 --- a/bluetooth/bluez-utils/BUILD +++ /dev/null @@ -1,14 +0,0 @@ -( - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/man \ - --localstatedir=/var \ - --sbindir=/sbin \ - --datadir=/usr/share \ - --enable-all \ - $OPTS && - - default_make - -) > $C_FIFO 2>&1 diff --git a/bluetooth/bluez-utils/DEPENDS b/bluetooth/bluez-utils/DEPENDS deleted file mode 100644 index 59c76d6..0000000 --- a/bluetooth/bluez-utils/DEPENDS +++ /dev/null @@ -1,8 +0,0 @@ -depends bluez-libs - -optional_depends "hal" "--enable-hal" "" "to enable hal support" -optional_depends "alsa-lib" "--enable-alsa" "" "to enable alsa sound support" -optional_depends "gstreamer-10" "--enable-gstreamer" "" "to enable gstreamer sound support" -optional_depends "cups" "--enable-cups" "" "to enable cups printing support" -optional_depends "pcmcia-cs" "--enable-pcmcia" "" "to enable pcmcia support, 2.4 kernels" -optional_depends "pcmciautils" "--enable-pcmcia" "" "to enable pcmcia support, 2.6 kernels" diff --git a/bluetooth/bluez-utils/DETAILS b/bluetooth/bluez-utils/DETAILS deleted file mode 100644 index 35df92a..0000000 --- a/bluetooth/bluez-utils/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=bluez-utils - VERSION=3.36 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://bluez.sf.net/download/ - SOURCE_VFY=sha1:f53ba1d17829df2c5933fe062d7f8fb1ab8c8e60 - WEB_SITE=http://www.bluez.org - ENTERED=20030927 - UPDATED=20080812 - SHORT="support for core Bluetooth layers and protocols" -cat << EOF -BlueZ provides support for core Bluetooth layers and protocols. It is -flexible, efficient and modular implementation. -EOF diff --git a/bluetooth/bluez-utils/init.d/btdund b/bluetooth/bluez-utils/init.d/btdund deleted file mode 100755 index 82254ed..0000000 --- a/bluetooth/bluez-utils/init.d/btdund +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# btdund Bluetooth DUND daemon -# -# chkconfig: 345 80 20 -# description: SDP Bluetooth Daemon -# processname: dund - -ARGS="--listen -s --channel 1" - -. /lib/lsb/init-functions - diff --git a/bluetooth/bluez-utils/init.d/bthcid b/bluetooth/bluez-utils/init.d/bthcid deleted file mode 100755 index 363d861..0000000 --- a/bluetooth/bluez-utils/init.d/bthcid +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -# -# bthcid Bluetooth HCI Daemon -# -# chkconfig: 345 80 20 -# description: HCI Bluetooth Daemon -# processname: hcid -# config: /etc/bluetooth/hcid.conf - -ARGS="-f /etc/bluetooth/hcid.conf" - -. /lib/lsb/init-functions - diff --git a/bluetooth/bluez-utils/init.d/btrfcomm b/bluetooth/bluez-utils/init.d/btrfcomm deleted file mode 100755 index 8248547..0000000 --- a/bluetooth/bluez-utils/init.d/btrfcomm +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -# -# bind bt rfcomm devices -# -# chkconfig: 345 80 20 -# description: bind rfcomm devices -# processname: rfcomm -# config: /etc/bluetooth/rfcomm.conf - -ARGS="-f /etc/bluetooth/rfcomm.conf" - -. /lib/lsb/init-functions - -case "$1" in - start) - /usr/bin/rfcomm -f /etc/bluetooth/rfcomm.conf bind all - ;; - stop) - /usr/bin/rfcomm release all > /dev/null 2>&1 - ;; - *) - echo "Usage: $0 {start|stop}" - exit 1 - ;; -esac diff --git a/bluetooth/bluez-utils/init.d/btsdpd b/bluetooth/bluez-utils/init.d/btsdpd deleted file mode 100755 index 3aaa417..0000000 --- a/bluetooth/bluez-utils/init.d/btsdpd +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -# -# btsdpd Bluetooth SDP Daemon -# -# chkconfig: 345 80 20 -# description: SDP Bluetooth Daemon -# processname: sdpd - -ARGS="" - -. /lib/lsb/init-functions - diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD new file mode 100644 index 0000000..39a9cf3 --- /dev/null +++ b/bluetooth/bluez/BUILD @@ -0,0 +1,14 @@ +( + + OPTS+=" --enable-tools \ + --enable-bccmd \ + --enable-hid2hci \ + --enable-dfutool \ + --enable-hidd \ + --enable-pand \ + --enable-dund \ + --enable-manpages" + + default_build + +) > $C_FIFO 2>&1 diff --git a/bluetooth/bluez/DEPENDS b/bluetooth/bluez/DEPENDS new file mode 100644 index 0000000..9bf1dc9 --- /dev/null +++ b/bluetooth/bluez/DEPENDS @@ -0,0 +1,4 @@ +depends dbus-glib +optional_depends gstreamer-10 +optional_depends cups "--enable-cups" "--disable-cups" \ + "for CUPS printing support" diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS new file mode 100644 index 0000000..edf63b1 --- /dev/null +++ b/bluetooth/bluez/DETAILS @@ -0,0 +1,13 @@ + MODULE=bluez + VERSION=4.19 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ + SOURCE_VFY=sha1:ee8a30822ca085fa54da01c3055e1bc5785d54a9 + WEB_SITE=http://www.bluez.org + ENTERED=20030927 + UPDATED=20081126 + SHORT="support for core Bluetooth layers and protocols" +cat << EOF +BlueZ provides support for core Bluetooth layers and protocols. It is +flexible, efficient and modular implementation. +EOF From dagbrown at lunar-linux.org Thu Dec 18 02:02:10 2008 From: dagbrown at lunar-linux.org (Dave Brown) Date: Thu, 18 Dec 2008 01:02:10 -0000 Subject: [Lunar-commits] cuetools: Utilities to deal with .cue and cdrdao's .toc files Message-ID: <20081218010210.5109D9B1AD@doppio.foo-projects.org> commit 73ae409bde7d6bc9358385883fd871c62bac7c1a Author: Dave Brown Date: Fri Nov 28 17:25:45 2008 +0900 cuetools: Utilities to deal with .cue and cdrdao's .toc files --- cd/cuetools/DETAILS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/cd/cuetools/DETAILS b/cd/cuetools/DETAILS new file mode 100644 index 0000000..f31258b --- /dev/null +++ b/cd/cuetools/DETAILS @@ -0,0 +1,13 @@ + MODULE=cuetools + VERSION=1.3.1 + SOURCE=$MODULE-${VERSION}.tar.gz + SOURCE_URL=http://download.berlios.de/cuetools/ + SOURCE_VFY=sha1:ad760cdf76d6548471144302f88bf0a66f1d5ea2 + WEB_SITE=http://developer.berlios.de/projects/cuetools/ + ENTERED=20081128 + UPDATED=20081128 + SHORT="cuetools work with .TOC and .CUE CD image description files" + +cat << EOF +cuetools is a set of utilities for working with cue files and toc files. +EOF From dagbrown at lunar-linux.org Thu Dec 18 01:52:03 2008 From: dagbrown at lunar-linux.org (Dave Brown) Date: Thu, 18 Dec 2008 09:52:03 +0900 Subject: [Lunar-commits] ruby: Changed version to 1.8.7 Message-ID: <20081218010210.5AF3B9B1B1@doppio.foo-projects.org> commit 1cabfe0086e58d4d9d801d774b3bdd6d2173d8eb Author: Dave Brown Date: Thu Dec 18 09:52:03 2008 +0900 ruby: Changed version to 1.8.7 The Ruby guys have fixed the things that broke the last time someone updated ruby to 1.8.7 now. I've tested this pretty heavily now and everything works fine. --- compilers/ruby/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compilers/ruby/DETAILS b/compilers/ruby/DETAILS index 5bf753c..88f58e7 100644 --- a/compilers/ruby/DETAILS +++ b/compilers/ruby/DETAILS @@ -1,9 +1,9 @@ MODULE=ruby - VERSION=1.8.6-p230 + VERSION=1.8.7-p72 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://ftp.ruby-lang.org/pub/$MODULE/1.8 SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE - SOURCE_VFY=sha1:8509ef4735cca39c0d4a7ef326f4c1ff8bb1d2b2 + SOURCE_VFY=sha1:fe1c5ffad9924076f36768890255f022c51f9a4e WEB_SITE=http://www.ruby-lang.org/en ENTERED=20020106 UPDATED=20080618 From zmcgrew at lunar-linux.org Thu Dec 18 09:05:24 2008 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 18 Dec 2008 00:05:24 -0800 Subject: [Lunar-commits] gnomemeeting: deleted module. Replaced by ekiga. Message-ID: <20081218080609.EA2F29B1AD@doppio.foo-projects.org> commit 112f0a9508ff3265246dffff4fd3f568e7122bbd Author: Zachary McGrew Date: Wed Dec 17 17:49:28 2008 -0800 gnomemeeting: deleted module. Replaced by ekiga. --- chat/gnomemeeting/BUILD | 10 ---------- chat/gnomemeeting/DEPENDS | 8 -------- chat/gnomemeeting/DETAILS | 15 --------------- chat/gnomemeeting/POST_INSTALL | 5 ----- 4 files changed, 0 insertions(+), 38 deletions(-) diff --git a/chat/gnomemeeting/BUILD b/chat/gnomemeeting/BUILD deleted file mode 100644 index 27c0ec1..0000000 --- a/chat/gnomemeeting/BUILD +++ /dev/null @@ -1,10 +0,0 @@ -( - - # hack to make gnomemeeting accept lunar's newer pwlib: - sedit 's/1\.8\.7/1.9.0/' configure && - ./configure --prefix=/usr \ - --datadir=/usr/share/gnomemeeting \ - --sysconfdir=/etc/gnomemeeting && - default_make - -) > $C_FIFO 2>&1 diff --git a/chat/gnomemeeting/DEPENDS b/chat/gnomemeeting/DEPENDS deleted file mode 100644 index f30b676..0000000 --- a/chat/gnomemeeting/DEPENDS +++ /dev/null @@ -1,8 +0,0 @@ -depends openssl && -depends openldap && -depends libgnomeui && -depends evolution-data-server && -depends howl && -depends openh323 && -optional_depends "SDL" "" "" "For full-screen video" && -optional_depends "arts" "" "" "For ARTS support" diff --git a/chat/gnomemeeting/DETAILS b/chat/gnomemeeting/DETAILS deleted file mode 100644 index 848d16d..0000000 --- a/chat/gnomemeeting/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=gnomemeeting - VERSION=1.2.2 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_VFY=sha1:dc3308ce1d87a8059548dd6e72ceedde7d71efaf - SOURCE_URL=http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/ - WEB_SITE=http://www.gnomemeeting.org - ENTERED=20021019 - UPDATED=20050913 - SHORT="H323 videoconference tool" -cat << EOF -GnomeMeeting is the first Linux H.323 compatible client designed -for the Gnome desktop. It is compatible with Netmeeting and other -H.323 products. It is the first free H323 videoconference tool with -a powerfull GUI interface to be available under GNU/Linux. -EOF diff --git a/chat/gnomemeeting/POST_INSTALL b/chat/gnomemeeting/POST_INSTALL deleted file mode 100644 index 571b03d..0000000 --- a/chat/gnomemeeting/POST_INSTALL +++ /dev/null @@ -1,5 +0,0 @@ -( -install -d /usr/share/pixmaps/ /usr/share/applications/ && -cp $SOURCE_DIRECTORY/gnomemeeting.desktop /usr/share/applications && -cp $SOURCE_DIRECTORY/pixmaps/gnomemeeting-logo* /usr/share/pixmaps -) From zmcgrew at lunar-linux.org Thu Dec 18 09:05:42 2008 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Thu, 18 Dec 2008 00:05:42 -0800 Subject: [Lunar-commits] Howl: Removed module. Fixed deps to refer to Avahi. Message-ID: <20081218080610.071339B1B1@doppio.foo-projects.org> commit 0b83680185407b80f77bf348773226ce0ff5e32a Author: Zachary McGrew Date: Wed Dec 17 17:49:59 2008 -0800 Howl: Removed module. Fixed deps to refer to Avahi. --- distributed/distcc/DEPENDS | 2 +- gnome2/platform/gnome-vfs/DEPENDS | 4 +--- net/avahi/CONFLICTS | 1 - net/howl/BUILD | 7 ------- net/howl/CONFLICTS | 2 -- net/howl/DETAILS | 16 ---------------- net/howl/init.d/mDNSResponder | 13 ------------- net/howl/init.d/nifd | 16 ---------------- net/howl/mDNSResponder.conf | 8 -------- net/mDNSResponder/CONFLICTS | 1 - zbeta/obby/DEPENDS | 2 +- 11 files changed, 3 insertions(+), 69 deletions(-) diff --git a/distributed/distcc/DEPENDS b/distributed/distcc/DEPENDS index f461215..70c2675 100644 --- a/distributed/distcc/DEPENDS +++ b/distributed/distcc/DEPENDS @@ -4,4 +4,4 @@ optional_depends gtk+-2 "--with-gtk" "" \ "build the GTK+-2 based compile monitor" && optional_depends libgnomeui "--with-gnome" "" \ "build the Gnome based compile monitor" && -optional_depends howl "" "" "build zeroconf support" +optional_depends avahi "" "" "build zeroconf support" diff --git a/gnome2/platform/gnome-vfs/DEPENDS b/gnome2/platform/gnome-vfs/DEPENDS index 7403b10..9414a73 100644 --- a/gnome2/platform/gnome-vfs/DEPENDS +++ b/gnome2/platform/gnome-vfs/DEPENDS @@ -8,9 +8,7 @@ depends dbus-glib optional_depends "hal" "--enable-hal" "--disable-hal" \ "for hal support" optional_depends "avahi" "--enable-avahi" "--disable-avahi" \ - "for avahi zeroconf network support (say 'n' if you plan to say 'y' to howl)" -optional_depends "howl" "--enable-howl" "--disable-howl" \ - "for howl zeroconf networking support (say 'n' if you said yes to avahi)" + "for zeroconf network support" optional_depends "samba" "--enable-samba --with-samba-includes=/usr/include --with-samba-libs=/usr/lib" "--disable-samba" \ "for samba support" optional_depends "gtk-doc" "--enable-gtk-doc" "--disable-gtk-doc" \ diff --git a/net/avahi/CONFLICTS b/net/avahi/CONFLICTS index c4ce3ed..8fe4961 100644 --- a/net/avahi/CONFLICTS +++ b/net/avahi/CONFLICTS @@ -1,2 +1 @@ conflicts mDNSResponder -conflicts howl diff --git a/net/howl/BUILD b/net/howl/BUILD deleted file mode 100644 index 986a17c..0000000 --- a/net/howl/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - patch_it $SOURCE_CACHE/$SOURCE2 1 && - default_build && - ln -sf /usr/include/$MODULE /usr/include/$MODULE-$VERSION && - mkdir -p /etc/howl && - cp $SCRIPT_DIRECTORY/mDNSResponder.conf /etc/howl -) > $C_FIFO 2>&1 diff --git a/net/howl/CONFLICTS b/net/howl/CONFLICTS deleted file mode 100644 index 2b7c2e0..0000000 --- a/net/howl/CONFLICTS +++ /dev/null @@ -1,2 +0,0 @@ -conflicts mDNSResponder && -conflicts avahi diff --git a/net/howl/DEPENDS b/net/howl/DEPENDS deleted file mode 100644 index e69de29..0000000 diff --git a/net/howl/DETAILS b/net/howl/DETAILS deleted file mode 100644 index e5966ef..0000000 --- a/net/howl/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=howl - VERSION=0.9.10 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-types-1.patch - SOURCE_URL=http://www.porchdogsoft.com/download/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:40e9c0fbfa8239641be3afa47a31ae6c10af1127 - SOURCE2_VFY=sha1:50904cdd4a5f557d4f2b0b272ec373183ad4ec5a - WEB_SITE=http://www.porchdogsoft.com/products/howl - ENTERED=20040905 - UPDATED=20050329 - SHORT="A cross-platform implementation of Zeroconf networking." -cat << EOF -Howl is a cross-platform implementation of Zeroconf networking. -Zeroconf brings a new ease of use to IP networking -EOF diff --git a/net/howl/init.d/mDNSResponder b/net/howl/init.d/mDNSResponder deleted file mode 100755 index b482121..0000000 --- a/net/howl/init.d/mDNSResponder +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -# -# mDNSResponder: Starts the mDNSResponder Daemon -# -# chkconfig: 345 97 03 -# description: This is a daemon which runs on Howl clients to perform \ -# Zeroconf service discovery on a network. mDNSResponder must be $# that use Howl for service discovery. \ -# mDNSResponder should not be running otherwise. -# processname: mDNSResponder -# config: /etc/howl/mDNSResponder.conf -# pidfile: /var/run/mDNSResponder.pid - -. /lib/lsb/init-functions $1 diff --git a/net/howl/init.d/nifd b/net/howl/init.d/nifd deleted file mode 100755 index 56086cc..0000000 --- a/net/howl/init.d/nifd +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# -# nifd: Starts the nifd Daemon -# -# chkconfig: 345 97 03 -# description: This is a daemon which runs on Howl clients to monitor the \ -# state of a network interface. nifd must be running on systems \ -# that use autoipd and mDNSResponder to automatically obtain a \ -# Link-Local IPv4 address and do Zeroconf service discovery. \ -# nifd should not be running otherwise. -# processname: nifd -# pidfile: /var/run/nifd.pid -# config: - -. /lib/lsb/init-functions $1 - diff --git a/net/howl/mDNSResponder.conf b/net/howl/mDNSResponder.conf deleted file mode 100644 index 11dca7d..0000000 --- a/net/howl/mDNSResponder.conf +++ /dev/null @@ -1,8 +0,0 @@ -# mDNSResponder conf file -# -# name type domain port text record -# ---- ---- ------ ---- ----------- - -# Some examples: -# test _http._tcp local. 80 -# "Test With Spaces" _http._tcp local. 80 "path=/P" diff --git a/net/mDNSResponder/CONFLICTS b/net/mDNSResponder/CONFLICTS index 511a9f8..9240035 100644 --- a/net/mDNSResponder/CONFLICTS +++ b/net/mDNSResponder/CONFLICTS @@ -1,2 +1 @@ -conflicts howl && conflicts avahi diff --git a/zbeta/obby/DEPENDS b/zbeta/obby/DEPENDS index 2119d79..1c05832 100644 --- a/zbeta/obby/DEPENDS +++ b/zbeta/obby/DEPENDS @@ -1,2 +1,2 @@ depends net6 -optional_depends howl "--with-howl" "" "for ZeroConf support" +optional_depends avahi "--with-zeroconf" "" "for ZeroConf support" From florin at lunar-linux.org Thu Dec 18 13:53:40 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 18 Dec 2008 14:53:40 +0200 Subject: [Lunar-commits] banshee: version bumped to 1.4.1. Message-ID: <20081218125427.CEF31F4099@doppio.foo-projects.org> commit e5ab88713ce3583250f8eb606eadb550e83af7e8 Author: Florin Braescu Date: Thu Dec 18 14:53:40 2008 +0200 banshee: version bumped to 1.4.1. Many bugfixes, new features added and performance improvements. --- zbeta/banshee/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/banshee/DETAILS b/zbeta/banshee/DETAILS index 080bc98..076b142 100644 --- a/zbeta/banshee/DETAILS +++ b/zbeta/banshee/DETAILS @@ -1,12 +1,12 @@ MODULE=banshee - VERSION=1.3.3 + VERSION=1.4.1 SOURCE=$MODULE-1-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-1-$VERSION SOURCE_URL=http://banshee-project.org/files/$MODULE - SOURCE_VFY=sha1:52f27432ce24ab1e4a5f60eb253f624cad4a2061 + SOURCE_VFY=sha1:fadb33c37ca8ae06a54ced188bbcdd84839487f7 WEB_SITE=http://banshee-project.org ENTERED=20071117 - UPDATED=20081026 + UPDATED=20081218 PSAFE="no" SHORT="Music management and playback for gnome" From moe at lunar-linux.org Thu Dec 18 15:55:48 2008 From: moe at lunar-linux.org (Moritz Heiber) Date: Thu, 18 Dec 2008 15:55:48 +0100 Subject: [Lunar-commits] flash-plugin-10: Update to latest release (Security fix; 64bit ONLY! for now!) Message-ID: <20081218145547.11D859B1AD@doppio.foo-projects.org> commit da3b4ca5857a493c118e1dd9a3c8a6aa781ee64e Author: Moritz Heiber Date: Thu Dec 18 15:54:16 2008 +0100 flash-plugin-10: Update to latest release (Security fix; 64bit ONLY! for now!) Please somebody take care of the other half. I have no access to a 32bit machine. --- web/flash-plugin-10/DETAILS.x86_64 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/flash-plugin-10/DETAILS.x86_64 b/web/flash-plugin-10/DETAILS.x86_64 index 4f740d9..b39d774 100644 --- a/web/flash-plugin-10/DETAILS.x86_64 +++ b/web/flash-plugin-10/DETAILS.x86_64 @@ -1,11 +1,11 @@ MODULE=flash-plugin-10 - VERSION=10.0.d20.7 + VERSION=10.0.d21.1 SOURCE=libflashplayer-${VERSION}.linux-x86_64.so.tar.gz SOURCE_URL=http://download.macromedia.com/pub/labs/flashplayer10/ - SOURCE_VFY=sha1:66174de19a8d3a31170569e202e664e1e87d1f52 + SOURCE_VFY=sha1:67aa4a0b205584bc5a841eb948cafab7f888ec79 WEB_SITE=http://labs.adobe.com ENTERED=20080515 - UPDATED=20081206 + UPDATED=20081218 SHORT="Version 10 of the Macromedia Flash plugin for web browsers" cat << EOF From stumbles at lunar-linux.org Thu Dec 18 16:14:29 2008 From: stumbles at lunar-linux.org (Dennis 'stumbles' Veatch) Date: Thu, 18 Dec 2008 10:14:29 -0500 Subject: [Lunar-commits] flash-plugin-10: version bump. Message-ID: <20081218184307.F01059B1AD@doppio.foo-projects.org> commit b5c655c73e164f387386bab22aae03c15a8394ef Author: Dennis 'stumbles' Veatch Date: Thu Dec 18 10:14:29 2008 -0500 flash-plugin-10: version bump. --- 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 dec4250..762bb08 100644 --- a/web/flash-plugin-10/DETAILS +++ b/web/flash-plugin-10/DETAILS @@ -1,12 +1,12 @@ MODULE=flash-plugin-10 - VERSION=10.0.12.36 + VERSION=10.0.15.3 SOURCE=install_flash_player_10_linux.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/install_flash_player_10_linux SOURCE_URL=http://fpdownload.macromedia.com/get/flashplayer/current/ - SOURCE_VFY=sha1:3590bf257b5d20b23f1668b1b789595d452db039 + SOURCE_VFY=sha1:45a37b04f5cbd32eaea8a9b02d38dd71d963ae48 WEB_SITE=http://www.macromedia.com ENTERED=20080515 - UPDATED=20081015 + UPDATED=20081218 SHORT="Version 10 of the Macromedia Flash plugin for web browsers" cat << EOF From florin at lunar-linux.org Fri Dec 19 11:30:18 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 19 Dec 2008 12:30:18 +0200 Subject: [Lunar-commits] libpng: version bumped to 1.2.34. Message-ID: <20081219093259.723FC9B1AD@doppio.foo-projects.org> commit fbb903bde9d65cb681a7cf87447478454102952f Author: Florin Braescu Date: Fri Dec 19 12:30:18 2008 +0200 libpng: version bumped to 1.2.34. Bugfixes release. --- graphics/libpng/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/libpng/DETAILS b/graphics/libpng/DETAILS index 77e267e..e0f3e2f 100644 --- a/graphics/libpng/DETAILS +++ b/graphics/libpng/DETAILS @@ -1,11 +1,11 @@ MODULE=libpng - VERSION=1.2.33 + VERSION=1.2.34 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:72b5327cbc1677d11d8c910ce61b683733f80592 + SOURCE_VFY=sha1:7a9d300dbadd80b554695ca46d37e7fb9ad827b4 WEB_SITE=http://www.libpng.org/pub/png/libpng.html ENTERED=20010922 - UPDATED=20081101 + UPDATED=20081219 SHORT="Library that supports the PNG graphics format" cat << EOF From florin at lunar-linux.org Fri Dec 19 12:51:15 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 19 Dec 2008 13:51:15 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.27.10. Message-ID: <20081219105326.3004C9B1AD@doppio.foo-projects.org> commit 69e92dc89be45337a0320f2138268db3c016e767 Author: Florin Braescu Date: Fri Dec 19 13:51:15 2008 +0200 linux-2.6: version bumped to 2.6.27.10. More bugfixes. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index 2df9184..7e79ad0 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.27.9 + VERSION=2.6.27.10 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:8425ec3be2652f9d511911ff4fcf99039d4574be - SOURCE2_VFY=sha1:79c364b2c9ef009a5983d05f4a83bf67ad6af540 + SOURCE2_VFY=sha1:e5c43acc8bcbcd7c0102e12c556fd773d29bab69 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20081214 + UPDATED=20081219 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Sat Dec 20 17:15:36 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 20 Dec 2008 18:15:36 +0200 Subject: [Lunar-commits] Python: version bumped to 2.6.1. Message-ID: <20081220151750.67CDE9B1B3@doppio.foo-projects.org> commit 89c2869e66f8b1de52064883120f74cb59386a9e Author: Florin Braescu Date: Sat Dec 20 18:15:36 2008 +0200 Python: version bumped to 2.6.1. Bugfixes release. --- python/Python/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/Python/DETAILS b/python/Python/DETAILS index 42545e6..d0ac1b5 100644 --- a/python/Python/DETAILS +++ b/python/Python/DETAILS @@ -1,12 +1,12 @@ MODULE=Python - VERSION=2.6 + VERSION=2.6.1 MAJOR_VERSION=2.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.python.org/ftp/python/$VERSION - SOURCE_VFY=sha1:1a7d60009e72605ddd638f35a5bfe99b4ede6823 + SOURCE_VFY=sha1:419f0cb29e9713ea861dde8c43d107c51329e57b WEB_SITE=http://www.python.org ENTERED=20010922 - UPDATED=20081017 + UPDATED=20081220 PSAFE=no SHORT="Interpreted, interactive, object-oriented programming language" From florin at lunar-linux.org Sat Dec 20 19:25:31 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 20 Dec 2008 20:25:31 +0200 Subject: [Lunar-commits] SDL_images: version bumped to 1.2.7. Message-ID: <20081220172756.F42399B1B3@doppio.foo-projects.org> commit e70fa68e47b883aabedb5446c75cacaeb189eb59 Author: Florin Braescu Date: Sat Dec 20 20:25:31 2008 +0200 SDL_images: version bumped to 1.2.7. Two buffer overflows fixed. --- graphics/SDL_image/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/SDL_image/DETAILS b/graphics/SDL_image/DETAILS index edac27a..a4ef90f 100644 --- a/graphics/SDL_image/DETAILS +++ b/graphics/SDL_image/DETAILS @@ -1,12 +1,12 @@ MODULE=SDL_image - VERSION=1.2.6 + VERSION=1.2.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/libsdl SOURCE_URL[1]=http://www.libsdl.org/projects/$MODULE/release - SOURCE_VFY=sha1:5045df31e4db29d8890110fd18024c9d08efca30 + SOURCE_VFY=sha1:0cffd05e41014651e7114d7fea309c9f37ef2d8a WEB_SITE=http://www.libsdl.org/projects/$MODULE ENTERED=20010922 - UPDATED=20070821 + UPDATED=20081220 SHORT="A simple library to load images as SDL surfaces" cat << EOF From florin at lunar-linux.org Sat Dec 20 23:44:43 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 21 Dec 2008 00:44:43 +0200 Subject: [Lunar-commits] boost-jam: version bumped to 3.1.17. Message-ID: <20081220214715.35ACC9B1B3@doppio.foo-projects.org> commit 7c264fb92fcf3b40710e879bd41bfdd7673b971f Author: Florin Braescu Date: Sun Dec 21 00:44:43 2008 +0200 boost-jam: version bumped to 3.1.17. Stability and performance improvements, bugfixes release. --- devel/boost-jam/BUILD | 6 +++--- devel/boost-jam/DETAILS | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/boost-jam/BUILD b/devel/boost-jam/BUILD index 7cbc539..ad6a8b0 100644 --- a/devel/boost-jam/BUILD +++ b/devel/boost-jam/BUILD @@ -1,13 +1,13 @@ ( - ./build.sh && - prepare_install && + ./build.sh && + prepare_install && if [ "`arch`" = "x86_64" ]; then BJDIR="bin.linuxx86_64" else BJDIR="bin.linuxx86" - fi + fi && cd $BJDIR && install -m755 bjam /usr/bin diff --git a/devel/boost-jam/DETAILS b/devel/boost-jam/DETAILS index f592114..e2f6761 100644 --- a/devel/boost-jam/DETAILS +++ b/devel/boost-jam/DETAILS @@ -1,11 +1,11 @@ MODULE=boost-jam - VERSION=3.1.16 + VERSION=3.1.17 SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL=$SFORGE_URL/boost/ - SOURCE_VFY=sha1:e2dd6ef9c56b18c7be7669aba374bcd24745ae95 + SOURCE_URL=$SFORGE_URL/boost + SOURCE_VFY=sha1:407be994b1239fa944c14c464a9ce7f46f692a1e WEB_SITE=http://www.boost.org ENTERED=20041115 - UPDATED=20071206 + UPDATED=20081220 SHORT="An alternative to make based on FTJam" cat << EOF From florin at lunar-linux.org Sun Dec 21 00:08:58 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 21 Dec 2008 01:08:58 +0200 Subject: [Lunar-commits] boost: version bumped to 1.37.0. Message-ID: <20081220221130.B7BB79B1B3@doppio.foo-projects.org> commit 249baabbd9429b770f476b79b6d4bfb32d5c1fd8 Author: Florin Braescu Date: Sun Dec 21 01:08:58 2008 +0200 boost: version bumped to 1.37.0. New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset, Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered. --- libs/boost/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS index a77b550..94aaeed 100644 --- a/libs/boost/DETAILS +++ b/libs/boost/DETAILS @@ -1,13 +1,13 @@ MODULE=boost - VERSION=1.36.0 - SOURCE=$MODULE\_1_36_0.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_36_0 - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:b8f0f5d90b260aff995ef38fad4eee5e73d00810 + VERSION=1.37.0 + SOURCE=$MODULE\_1_37_0.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_37_0 + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:c0d0cf9ad8d954507824aed51a3e93e6a9da1d99 WEB_SITE=http://www.boost.org ENTERED=20041115 - UPDATED=20080926 - SHORT="a cross-platform supplement to the C++ standard library" + UPDATED=20081220 + SHORT="A cross-platform supplement to the C++ standard library" cat << EOF Boost is a cross-platform supplement to the C++ standard library. It From florin at lunar-linux.org Sun Dec 21 19:10:42 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 21 Dec 2008 20:10:42 +0200 Subject: [Lunar-commits] dhcp: version bumped to 4.1.0. Message-ID: <20081221171312.607F89B1B3@doppio.foo-projects.org> commit b0781ee2187e3fb70fde99d93c0d74613a0e3d06 Author: Florin Braescu Date: Sun Dec 21 20:10:42 2008 +0200 dhcp: version bumped to 4.1.0. It includes several new DHCPv6 features that were not included in DHCP 4.0.x. These include: - Support for the rapid-commit option on the client side - Prefix Delegation support - IA_TA address support - A basic DHCPv6 relay agent - Basic and partial DHCPv6 leasequery support There are a number of DHCPv6 limitations and features missing in this release, which will be addressed in the future: - Only a single address is supported per IA. - DHCPv6 includes human-readable text in status code messages. These should be configurable, and probably localized via gettext() or the like. - The "host-identifier" option is limited to a simple token. - The client and server can only operate DHCPv4 or DHCPv6 at a time, not both. To use both protocols simultaneously, two instances of the relevant daemon are required, one with the '-6' command line option. --- net/dhcp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dhcp/DETAILS b/net/dhcp/DETAILS index 7449cb6..427e17b 100644 --- a/net/dhcp/DETAILS +++ b/net/dhcp/DETAILS @@ -1,11 +1,11 @@ MODULE=dhcp - VERSION=4.0.0 + VERSION=4.1.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.isc.org/isc/dhcp/ - SOURCE_VFY=sha1:acb4ab7634ba002893b15baba1443ef4d6c92201 + SOURCE_VFY=sha1:46e161892140a3b60cd56e62b442f48f51bc605f WEB_SITE=http://www.isc.org/products/DHCP ENTERED=20010922 - UPDATED=20071223 + UPDATED=20081221 SHORT="A server and client for automatic IP configuration" cat << EOF From florin at lunar-linux.org Sun Dec 21 19:21:40 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 21 Dec 2008 20:21:40 +0200 Subject: [Lunar-commits] mercurial: version bumped to 1.1.1. Message-ID: <20081221172507.202DA9B1B3@doppio.foo-projects.org> commit 99f0da73342e835e451565e282b4c17a8d5f05ee Author: Florin Braescu Date: Sun Dec 21 20:21:40 2008 +0200 mercurial: version bumped to 1.1.1. The resolve command now requires a -a switch to resolve all files and its help text has been improved. Recursion was made optional for hgweb; it is triggered by "**" rather than "*". A fncache bug affecting directories ending in " " or "." was fixed. Non-existing directories are now created as needed when applying patches. A copy bug was fixed in the SVN converter. Branch names may now be kept when using the rebase extension. --- devel/mercurial/DEPENDS | 9 +++++---- devel/mercurial/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/devel/mercurial/DEPENDS b/devel/mercurial/DEPENDS index 1b346e3..6a3fec0 100644 --- a/devel/mercurial/DEPENDS +++ b/devel/mercurial/DEPENDS @@ -1,5 +1,6 @@ -depends Python && -depends rcs && -depends patch && -depends diffutils && +depends Python +depends rcs +depends patch +depends diffutils + optional_depends tk "" "" "for a TK front-end hg tool" diff --git a/devel/mercurial/DETAILS b/devel/mercurial/DETAILS index c7860d6..cadab12 100644 --- a/devel/mercurial/DETAILS +++ b/devel/mercurial/DETAILS @@ -1,13 +1,13 @@ MODULE=mercurial - VERSION=1.1 + VERSION=1.1.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.selenic.com/$MODULE/release/ - SOURCE_VFY=sha1:e6cd373e18e9d5154814eb08f58c7a6567608642 - WEB_SITE=http://www.selenic.com/$MODULE/wiki/ + SOURCE_URL=http://www.selenic.com/$MODULE/release + SOURCE_VFY=sha1:42a26a29414dee2c8eb7ce32e4fc6fe447bccc0a + WEB_SITE=http://www.selenic.com/$MODULE/wiki ENTERED=20070408 - UPDATED=20081202 + UPDATED=20081221 PSAFE=no - SHORT="a fast, lightweight SCM system" + SHORT="A fast, lightweight SCM system" cat << EOF Mercurial is a fast, lightweight Source Control Management system designed for From florin at lunar-linux.org Sun Dec 21 19:40:45 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 21 Dec 2008 20:40:45 +0200 Subject: [Lunar-commits] kdbg: version bumped to 2.1.1. Message-ID: <20081221174258.E38549B1B3@doppio.foo-projects.org> commit 7721f1c7ddd21c910273cac39520c8966db40f80 Author: Florin Braescu Date: Sun Dec 21 20:40:45 2008 +0200 kdbg: version bumped to 2.1.1. Bugfixes release. --- kde3/apps/kdbg/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kde3/apps/kdbg/DETAILS b/kde3/apps/kdbg/DETAILS index 61dc762..67fc978 100644 --- a/kde3/apps/kdbg/DETAILS +++ b/kde3/apps/kdbg/DETAILS @@ -1,12 +1,12 @@ MODULE=kdbg - VERSION=2.1.0 + VERSION=2.1.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_URL=$SFORGE_URL/$MODULE MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} - SOURCE_VFY=sha1:93cb318e643f9317dec296de8627273a3aab5f19 - WEB_SITE=http://www.kdbg.org/ + SOURCE_VFY=sha1:e37bde85194bc0b61e193c5ee3af5a46e5d4fed7 + WEB_SITE=http://www.kdbg.org ENTERED=20020524 - UPDATED=20071220 + UPDATED=20081221 SHORT="A graphical user interface to gdb" cat << EOF From florin at lunar-linux.org Sun Dec 21 19:44:45 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 21 Dec 2008 20:44:45 +0200 Subject: [Lunar-commits] mpg123: version bumped to 1.6.3. Message-ID: <20081221174650.B0EEF9B1B3@doppio.foo-projects.org> commit 7efc67a7a3d4eb5cf29aa4497a583e382b4d9c62 Author: Florin Braescu Date: Sun Dec 21 20:44:45 2008 +0200 mpg123: version bumped to 1.6.3. Bugfixes release. --- audio/mpg123/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mpg123/DETAILS b/audio/mpg123/DETAILS index 9f823d2..5e2f754 100644 --- a/audio/mpg123/DETAILS +++ b/audio/mpg123/DETAILS @@ -1,12 +1,12 @@ MODULE=mpg123 - VERSION=1.6.2 + VERSION=1.6.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://www.mpg123.de/download - SOURCE_VFY=sha1:cdb0a98f6b85cfc89545e11063f699dcbdf30fea + SOURCE_VFY=sha1:18229e1aa0ce5b617bf684a331b7ace48e1c452c WEB_SITE=http://mpg123.de ENTERED=20011104 - UPDATED=20081111 + UPDATED=20081221 SHORT="A console MPEG audio player" cat << EOF From tchan at lunar-linux.org Sun Dec 21 19:56:38 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 21 Dec 2008 12:56:38 -0600 Subject: [Lunar-commits] git: Version bump to 1.6.0.6. Message-ID: <20081221185831.709E29B1B4@doppio.foo-projects.org> commit 73773ab2afdab4c1e58cf7b84dd2b72a1d145690 Author: Terry Chan Date: Sun Dec 21 12:56:38 2008 -0600 git: Version bump to 1.6.0.6. --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index 38fb402..b6c94b0 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.0.5 + VERSION=1.6.0.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE2_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:838577673c008dc4cbd60a2b9b1d659ad5f7fb3a - SOURCE2_VFY=sha1:58960a4ab1d70e5d9639bc3e81f213eea6577670 + SOURCE_VFY=sha1:80ad0c2a450e182322c6e006f9345b784dfc66e3 + SOURCE2_VFY=sha1:6a27a20f05cf0ac980915d5577d241a4836134de SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git.or.cz/ ENTERED=20050707 - UPDATED=20081214 + UPDATED=20081221 SHORT="Fast version control system" PSAFE=no From tchan at lunar-linux.org Sun Dec 21 06:29:11 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Sat, 20 Dec 2008 23:29:11 -0600 Subject: [Lunar-commits] abiword: Version bump to 2.6.5 Message-ID: <20081221185831.63A5F9B1B3@doppio.foo-projects.org> commit fbdf85c12373a8a5862f24fc0988ddaed9edd5f2 Author: Terry Chan Date: Sat Dec 20 23:29:11 2008 -0600 abiword: Version bump to 2.6.5 --- gnome2/apps/abiword/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/apps/abiword/DETAILS b/gnome2/apps/abiword/DETAILS index 8f81d74..b2f7efe 100644 --- a/gnome2/apps/abiword/DETAILS +++ b/gnome2/apps/abiword/DETAILS @@ -1,14 +1,14 @@ MODULE=abiword - VERSION=2.6.4 + VERSION=2.6.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-plugins-$VERSION.tar.gz SOURCE_URL=http://www.abisource.com/downloads/$MODULE/$VERSION/source SOURCE2_URL=http://www.abisource.com/downloads/$MODULE/$VERSION/source - SOURCE_VFY=sha1:2629ad6cd98fd6a263d41dfe4f9bcf80d95c3873 - SOURCE2_VFY=sha1:b372cf53cd67c9be801ce04d8889e7a02ceef69a + SOURCE_VFY=sha1:f848e82bcda6b0ece5ce206b516a475af9aa5fa7 + SOURCE2_VFY=sha1:2572bdfe0d19390ff839310102cef75802ba7fa8 WEB_SITE=http://www.abisource.com ENTERED=20011224 - UPDATED=20080927 + UPDATED=20081220 SHORT="a full-featured, yet light and fast word processor" cat << EOF From tchan at lunar-linux.org Mon Dec 22 06:09:12 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 21 Dec 2008 23:09:12 -0600 Subject: [Lunar-commits] p7zip: Version bump to 4.61 Message-ID: <20081222050919.CDC859B1B3@doppio.foo-projects.org> commit e4a034d7ff06dea61eb9ac8bb8e0f66a4cb14708 Author: Terry Chan Date: Sun Dec 21 23:09:12 2008 -0600 p7zip: Version bump to 4.61 --- archive/p7zip/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/p7zip/DETAILS b/archive/p7zip/DETAILS index f3d585a..757cf22 100644 --- a/archive/p7zip/DETAILS +++ b/archive/p7zip/DETAILS @@ -1,12 +1,12 @@ MODULE=p7zip - VERSION=4.58 + VERSION=4.61 SOURCE=${MODULE}_${VERSION}_src_all.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:7525bbb12ec94186e9e40d3614cdfd5f6f63cab6 + SOURCE_VFY=sha1:37223ff1f12dd3ba0d3f95b531bfbd01f974753f WEB_SITE=http://p7zip.sourceforge.net ENTERED=20060922 - UPDATED=20080617 + UPDATED=20081221 SHORT="A quick port of the command line version of 7zip" cat << EOF From florin at lunar-linux.org Mon Dec 22 13:20:37 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 22 Dec 2008 14:20:37 +0200 Subject: [Lunar-commits] Revert "bison: version bumped to 2.4.1." Message-ID: <20081222122051.AB4209B1B3@doppio.foo-projects.org> commit 0b34324e744d722cab4738df32d79b10dccd8791 Author: Florin Braescu Date: Mon Dec 22 14:20:37 2008 +0200 Revert "bison: version bumped to 2.4.1." This reverts commit 9bf035ac5ef115f426a2a394ce5cac575b329388. bison: revert it to 2.3 version. It breaks libIDL module (and possible others). --- devel/bison/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS index 83925b4..77984c5 100644 --- a/devel/bison/DETAILS +++ b/devel/bison/DETAILS @@ -1,13 +1,13 @@ MODULE=bison - VERSION=2.4.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=$GNU_URL/$MODULE + VERSION=2.3 + SOURCE=$MODULE-$VERSION.tar.gz + 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:fc96b28ee4a6a914b18cb1eddb68177d94b83361 + SOURCE_VFY=sha1:4df84c2c5971946111ff1982fb830b3c78d7c57e ENTERED=20010922 - UPDATED=20081215 - SHORT="A replacement for the parser generator yacc" + UPDATED=20060608 + SHORT="replacement for the parser generator yacc" cat << EOF bison - Replacement for the parser generator yacc From florin at lunar-linux.org Mon Dec 22 15:30:32 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 22 Dec 2008 16:30:32 +0200 Subject: [Lunar-commits] dbus-glib: version bumped to 0.78. Message-ID: <20081222143132.7C42D9B1B3@doppio.foo-projects.org> commit ddb89fc87b594f070be5bb1d3e19f05876c0fcf3 Author: Florin Braescu Date: Mon Dec 22 16:30:32 2008 +0200 dbus-glib: version bumped to 0.78. Many bugfixes. --- devel/dbus-glib/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/dbus-glib/DETAILS b/devel/dbus-glib/DETAILS index d77d27f..955d417 100644 --- a/devel/dbus-glib/DETAILS +++ b/devel/dbus-glib/DETAILS @@ -1,11 +1,11 @@ MODULE=dbus-glib - VERSION=0.74 + VERSION=0.78 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://dbus.freedesktop.org/releases/$MODULE/ - SOURCE_VFY=sha1:ea8a1c9269fe6b5f63e6571a2c8a537a558f0211 + SOURCE_URL=http://dbus.freedesktop.org/releases/$MODULE + SOURCE_VFY=sha1:c9d74023f00642dd1040c2e6cc7fdfe91a0c593e WEB_SITE=http://www.freedesktop.org/wiki/Software/DBusBindings ENTERED=20061126 - UPDATED=20070916 + UPDATED=20081222 SHORT="glib-2 bindings to DBUS" cat << EOF From tchan at lunar-linux.org Mon Dec 22 15:43:07 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 22 Dec 2008 08:43:07 -0600 Subject: [Lunar-commits] libIDL: Version bump to 0.8.12 Message-ID: <20081222144528.2E1219B1B3@doppio.foo-projects.org> commit bbc94898d315cc739ab9d7fcf4a20198292a18e6 Author: Terry Chan Date: Mon Dec 22 08:43:07 2008 -0600 libIDL: Version bump to 0.8.12 This version says in the NEWS file, "Fixed the build for bison 2.4" --- gnome2/platform/libIDL/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/platform/libIDL/DETAILS b/gnome2/platform/libIDL/DETAILS index 209bad1..1620d5b 100644 --- a/gnome2/platform/libIDL/DETAILS +++ b/gnome2/platform/libIDL/DETAILS @@ -1,12 +1,12 @@ MODULE=libIDL - VERSION=0.8.10 + VERSION=0.8.12 MAJOR=0.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:643d1aa2a4be94dd568f8d585d7df22e69706cdd + SOURCE_VFY=sha1:75a4a1c4f5190a70e9576b3c60bab487268869fc WEB_SITE=http://www.gnome.org/ ENTERED=20020713 - UPDATED=20080211 + UPDATED=20081222 SHORT="a library for creating trees of CORBA IDL files" cat << EOF From florin at lunar-linux.org Mon Dec 22 20:23:13 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 22 Dec 2008 21:23:13 +0200 Subject: [Lunar-commits] SDL_gfx: version bumped to 2.0.18. Message-ID: <20081222182705.3E7D59B1B3@doppio.foo-projects.org> commit 4323ca6dfc569e75ff453be9ea1d885c83dbc5e9 Author: Florin Braescu Date: Mon Dec 22 21:23:13 2008 +0200 SDL_gfx: version bumped to 2.0.18. Changes: A libtool update for dependencies. MSVC C89 variable hoisting to enable MSVC compilation. A fix for uninitialized variables in _putPixelAlpha(). Reversion to the original alpha routine in _putPixelAlpha(), as the new one was causing issues in 16bbp. A colorkey handling patch for rotozoom. Optimization has been downgraded to -O for asm compatibility with gcc4. --- graphics/SDL_gfx/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/SDL_gfx/DETAILS b/graphics/SDL_gfx/DETAILS index 01f6a79..3639d7d 100644 --- a/graphics/SDL_gfx/DETAILS +++ b/graphics/SDL_gfx/DETAILS @@ -1,11 +1,11 @@ MODULE=SDL_gfx - VERSION=2.0.17 + VERSION=2.0.18 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.ferzkopp.net/Software/$MODULE-2.0 - SOURCE_VFY=sha1:7be52033ca8f014ee7761f6f298feac8336bfa5a + SOURCE_VFY=sha1:99b5728d718c852cbb0ea973285ad81fe7d6f404 WEB_SITE=http://www.ferzkopp.net/joomla/content/view/19/14 ENTERED=20020112 - UPDATED=20080606 + UPDATED=20081222 SHORT="High quality graphics library" cat << EOF From florin at lunar-linux.org Mon Dec 22 21:35:20 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 22 Dec 2008 22:35:20 +0200 Subject: [Lunar-commits] wireless_tools: fix a conflict with kernel-headers-2.6 modules (different wireless.h files) Message-ID: <20081222193800.1F7E09B1B3@doppio.foo-projects.org> commit 387038738189d8a0c6225dd01b95fda6da8624d3 Author: Florin Braescu Date: Mon Dec 22 22:35:20 2008 +0200 wireless_tools: fix a conflict with kernel-headers-2.6 modules (different wireless.h files) --- wifi/wireless_tools/BUILD | 17 +++++++++-------- wifi/wireless_tools/DETAILS | 7 +++++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/wifi/wireless_tools/BUILD b/wifi/wireless_tools/BUILD index 1cedbc5..51810e4 100644 --- a/wifi/wireless_tools/BUILD +++ b/wifi/wireless_tools/BUILD @@ -1,13 +1,14 @@ ( - make && - prepare_install && - cp iwconfig iwgetid iwlist iwspy iwpriv /sbin/ && - cp iwconfig.8 iwlist.8 iwspy.8 iwpriv.8 /usr/share/man/man8/ && - cp libiw.so.${VERSION} /lib/ && - cp iwlib.h wireless.h /usr/include/ && - ln -s /lib/libiw.so.${VERSION} /lib/libiw.so && - ldconfig && + patch_it $SOURCE_CACHE/$SOURCE2 1 && + make && + prepare_install && + cp iwconfig iwgetid iwlist iwspy iwpriv /sbin/ && + cp iwconfig.8 iwlist.8 iwspy.8 iwpriv.8 /usr/share/man/man8/ && + cp libiw.so.${VERSION} /lib/ && + cp iwlib.h /usr/include/ && + ln -s /lib/libiw.so.${VERSION} /lib/libiw.so && + ldconfig && gather_docs HOTPLUG.txt PCMCIA.txt diff --git a/wifi/wireless_tools/DETAILS b/wifi/wireless_tools/DETAILS index 1f1087c..d514670 100644 --- a/wifi/wireless_tools/DETAILS +++ b/wifi/wireless_tools/DETAILS @@ -1,12 +1,15 @@ MODULE=wireless_tools VERSION=29 SOURCE=$MODULE.$VERSION.tar.gz + SOURCE2=$MODULE.$VERSION-header.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION - SOURCE_URL=http://hpl.hp.com/personal/Jean_Tourrilhes/Linux/ + SOURCE_URL=http://hpl.hp.com/personal/Jean_Tourrilhes/Linux + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:22040ac1497f4c5f8ddeca365591b01ae3475710 + SOURCE2_VFY=sha1:06dff05c638b60ce2fb28509e60ab6efc16e4438 WEB_SITE=http://hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html ENTERED=20020219 - UPDATED=20071005 + UPDATED=20081222 SHORT="Tools for wireless networking" cat << EOF From florin at lunar-linux.org Mon Dec 22 22:02:51 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 22 Dec 2008 23:02:51 +0200 Subject: [Lunar-commits] libevent: version bumped to 1.4.9. Message-ID: <20081222200513.7400A9B1B3@doppio.foo-projects.org> commit 618fe3574ee16e96b0a047ca90b2a4fd17b482ea Author: Florin Braescu Date: Mon Dec 22 23:02:51 2008 +0200 libevent: version bumped to 1.4.9. Some new features added, bugfixes and improvements. --- libs/libevent/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libevent/DETAILS b/libs/libevent/DETAILS index 5a191b7..1fbab62 100644 --- a/libs/libevent/DETAILS +++ b/libs/libevent/DETAILS @@ -1,11 +1,11 @@ MODULE=libevent - VERSION=1.4.4-stable + VERSION=1.4.9-stable SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.monkey.org/~provos - SOURCE_VFY=sha1:3f841a82087c5d1a2e779a7370d5aeeb7996801b + SOURCE_VFY=sha1:5033af5ad0ddd9eb16be68e8f91e0c35e7f327c3 WEB_SITE=http://www.monkey.org/~provos/$MODULE ENTERED=20060904 - UPDATED=20080514 + UPDATED=20081222 SHORT="An event notification library" cat << EOF From florin at lunar-linux.org Mon Dec 22 22:03:57 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 22 Dec 2008 23:03:57 +0200 Subject: [Lunar-commits] hylafax: version bumped to 5.2.8. Message-ID: <20081222200719.3FF459B1B3@doppio.foo-projects.org> commit 9aa6b37ae6a249acb9e217a766be87ca2b28474a Author: Florin Braescu Date: Mon Dec 22 23:03:57 2008 +0200 hylafax: version bumped to 5.2.8. Enhacements and bugfixes. --- printer/hylafax/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/hylafax/DETAILS b/printer/hylafax/DETAILS index df91d4d..5a5bebe 100644 --- a/printer/hylafax/DETAILS +++ b/printer/hylafax/DETAILS @@ -1,11 +1,11 @@ MODULE=hylafax - VERSION=5.2.7 + VERSION=5.2.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:b977f8ae8fcbf377ed6df4e549257f28813208bd + SOURCE_VFY=sha1:ac1b79d76cb342871cac08d49bd13a0741bfff7d WEB_SITE=http://www.hylafax.org/content/Main_Page ENTERED=20071031 - UPDATED=20080810 + UPDATED=20081222 SHORT="For sending and receiving facsimiles" PSAFE=no From florin at lunar-linux.org Mon Dec 22 22:41:47 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 22 Dec 2008 23:41:47 +0200 Subject: [Lunar-commits] R: version bumped to 2.8.1. Message-ID: <20081222204403.DED30F3499@doppio.foo-projects.org> commit dcd6c56e77a25d29159b761d987cef4ad8183dfd Author: Florin Braescu Date: Mon Dec 22 23:41:47 2008 +0200 R: version bumped to 2.8.1. New features added, bugfixes and improvements. --- science/R/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/R/DETAILS b/science/R/DETAILS index d5ba6a3..a971873 100644 --- a/science/R/DETAILS +++ b/science/R/DETAILS @@ -1,13 +1,13 @@ MODULE=R - VERSION=2.7.2 + VERSION=2.8.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cran.r-project.org/src/base/R-2 - SOURCE_VFY=sha1:0de9f00ae58e67840fc2daab8973d37d97d78535 + SOURCE_VFY=sha1:71e577dc061ff8720ce399471a75dea5b8fb1dab WEB_SITE=http://www.r-project.org ENTERED=20021010 - UPDATED=20080826 + UPDATED=20081222 MAINTAINER=stumbles at lunar-linux.org - SHORT="language and environment for statistical computing and graphics" + SHORT="Language and environment for statistical computing and graphics" PSAFE=no cat << EOF From florin at lunar-linux.org Mon Dec 22 22:45:13 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 22 Dec 2008 23:45:13 +0200 Subject: [Lunar-commits] swfdec: version bumped to 0.8.4. Message-ID: <20081222204723.4DA659B1B3@doppio.foo-projects.org> commit a7d93341793e81bcc6de0f1a657c874a675f2fc7 Author: Florin Braescu Date: Mon Dec 22 23:45:13 2008 +0200 swfdec: version bumped to 0.8.4. Changes: - support H264, so all Youtube videos play again - fix various portability issues for ARM - fix rare crash with gotoAndPlay() function - fix rare crasher with setTarget() function - fix crashes in BitmapData.copyPixels() - zero memory before rendering in PulseAudio backend - improve Cairo check in testsuite. --- web/swfdec/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/swfdec/DETAILS b/web/swfdec/DETAILS index c686b17..27c80fc 100644 --- a/web/swfdec/DETAILS +++ b/web/swfdec/DETAILS @@ -1,11 +1,11 @@ MODULE=swfdec - VERSION=0.8.2 + VERSION=0.8.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://$MODULE.freedesktop.org/download/$MODULE/0.8 - SOURCE_VFY=sha1:123059d5d230ee1ea8f48d8ea73db4b81a495f0a + SOURCE_VFY=sha1:cf95930ccd0b66146c97d6e111b1e27ec0d802dc WEB_SITE=http://www.schleef.org/swfdec ENTERED=20051108 - UPDATED=20081026 + UPDATED=20081222 SHORT="A library for rendering Flash animations and games" cat << EOF From samuel.verstraete at gmail.com Mon Dec 22 23:00:24 2008 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Mon, 22 Dec 2008 23:00:24 +0100 Subject: [Lunar-commits] libgksu: added missing dependency Message-ID: <20081222220104.9E9FE9B1B3@doppio.foo-projects.org> commit 9d2d7d13b48fea05ac96a5f097b39b0b966d0086 Author: samuel verstraete Date: Mon Dec 22 23:00:24 2008 +0100 libgksu: added missing dependency --- x11/libgksu/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/x11/libgksu/DEPENDS b/x11/libgksu/DEPENDS index b920b82..9adebcc 100644 --- a/x11/libgksu/DEPENDS +++ b/x11/libgksu/DEPENDS @@ -1,5 +1,6 @@ depends gtk+-2 depends libgtop depends startup-notification +depends gnome-keyring optional_depends "gtk-doc" "" "--disable-gtk-doc" \ "to install additional documentation" From florin at lunar-linux.org Tue Dec 23 00:05:19 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 23 Dec 2008 01:05:19 +0200 Subject: [Lunar-commits] wine: version bumped to 1.1.11. Message-ID: <20081222220903.737EE9B1B3@doppio.foo-projects.org> commit a04a8d8ec27499c6fda2347537f3951cb003b0fa Author: Florin Braescu Date: Tue Dec 23 01:05:19 2008 +0200 wine: version bumped to 1.1.11. Changes: Numerous fixes for IE7 support. Support for 64-bit cross-compile using Mingw64. User interface support for crypto certificates. Better support for MSI installation patches. Various Direct3D optimizations. Various bug fixes. --- utils/wine/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/wine/DETAILS b/utils/wine/DETAILS index 739b46b..a05df20 100644 --- a/utils/wine/DETAILS +++ b/utils/wine/DETAILS @@ -1,12 +1,12 @@ MODULE=wine - VERSION=1.1.10 + VERSION=1.1.11 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE - SOURCE_VFY=sha1:21712c3c6195779304cd72f5175ea1528b2a26a0 + SOURCE_VFY=sha1:6ec4fa4feb06048547cc31f1fc3ae483d1143cfa WEB_SITE=http://www.winehq.com ENTERED=20010925 - UPDATED=20081206 + UPDATED=20081222 SHORT="Runs microsoft windows programs" cat << EOF From tchan at lunar-linux.org Wed Dec 24 05:05:54 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 23 Dec 2008 22:05:54 -0600 Subject: [Lunar-commits] ImageMagick: Version bump to 6.4.6-9 Message-ID: <20081224040603.B5D849B1B3@doppio.foo-projects.org> commit af6ebe925a108770791bd24d90515037fbdce680 Author: Terry Chan Date: Tue Dec 23 22:05:54 2008 -0600 ImageMagick: Version bump to 6.4.6-9 --- graphics/ImageMagick/DETAILS | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/graphics/ImageMagick/DETAILS b/graphics/ImageMagick/DETAILS index 5ca7428..2404740 100644 --- a/graphics/ImageMagick/DETAILS +++ b/graphics/ImageMagick/DETAILS @@ -2,30 +2,30 @@ # the x.y.z-0 releases. Instead, ONLY when x.y.z-0 is released, then we # should version bump to x.y.(z-1)-(highest). That version is always # kept on the ftp.imagemagick.org site and should be considered STABLE!!! - MODULE=ImageMagick - VERSION=6.4.5-9 - BASEVERSION=$(echo $VERSION | cut -d- -f1) - SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASEVERSION - SOURCE_URL[0]=ftp://ftp.imagemagick.org/pub/ImageMagick - SOURCE_URL[1]=$SFORGE_URL/imagemagick - SOURCE_URL[2]=ftp://mirror.aarnet.edu.au/pub/ImageMagick - SOURCE_URL[3]=ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick - SOURCE_URL[4]=ftp://ftp.eos.hokudai.ac.jp/pub/graphics/ImageMagick - SOURCE_URL[5]=ftp://ftp.kddlabs.co.jp/graphics/ImageMagick - SOURCE_URL[6]=ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org - SOURCE_URL[7]=ftp://zoffy.asahi-net.or.jp/pub/graphics/ImageMagick - SOURCE_URL[8]=ftp://ftp.nluug.nl/pub/ImageMagick + MODULE=ImageMagick + VERSION=6.4.6-9 + BASEVERSION=$(echo $VERSION | cut -d- -f1) + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASEVERSION + SOURCE_URL[0]=ftp://ftp.imagemagick.org/pub/ImageMagick + SOURCE_URL[1]=$SFORGE_URL/imagemagick + SOURCE_URL[2]=ftp://mirror.aarnet.edu.au/pub/ImageMagick + SOURCE_URL[3]=ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick + SOURCE_URL[4]=ftp://ftp.eos.hokudai.ac.jp/pub/graphics/ImageMagick + SOURCE_URL[5]=ftp://ftp.kddlabs.co.jp/graphics/ImageMagick + SOURCE_URL[6]=ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org + SOURCE_URL[7]=ftp://zoffy.asahi-net.or.jp/pub/graphics/ImageMagick + SOURCE_URL[8]=ftp://ftp.nluug.nl/pub/ImageMagick SOURCE_URL[9]=http://ftp.surfnet.nl/pub/ImageMagick SOURCE_URL[10]=ftp://giswitch.sggw.waw.pl/pub/graphics/ImageMagick SOURCE_URL[11]=ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick 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:34496734b15e90e55ccea6ff5e8428d89f2cddb2 + SOURCE_VFY=sha1:1f1778bdc871ef77db24d92476d395e52c2761cd WEB_SITE=http://www.imagemagick.org ENTERED=20010922 - UPDATED=20081120 + UPDATED=20081223 PSAFE=no SHORT="Automated and interactive manipulation of images" From tchan at lunar-linux.org Wed Dec 24 05:23:31 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 23 Dec 2008 22:23:31 -0600 Subject: [Lunar-commits] ImageMagick: fixed the SOURCE_DIRECTORY Message-ID: <20081224042339.42A2CF3164@doppio.foo-projects.org> commit ef814566fe0207b2877947b1ab084a7df472dae4 Author: Terry Chan Date: Tue Dec 23 22:23:31 2008 -0600 ImageMagick: fixed the SOURCE_DIRECTORY --- graphics/ImageMagick/DETAILS | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/graphics/ImageMagick/DETAILS b/graphics/ImageMagick/DETAILS index 2404740..be3ea3f 100644 --- a/graphics/ImageMagick/DETAILS +++ b/graphics/ImageMagick/DETAILS @@ -4,9 +4,7 @@ # kept on the ftp.imagemagick.org site and should be considered STABLE!!! MODULE=ImageMagick VERSION=6.4.6-9 - BASEVERSION=$(echo $VERSION | cut -d- -f1) SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASEVERSION SOURCE_URL[0]=ftp://ftp.imagemagick.org/pub/ImageMagick SOURCE_URL[1]=$SFORGE_URL/imagemagick SOURCE_URL[2]=ftp://mirror.aarnet.edu.au/pub/ImageMagick From ratler at lunar-linux.org Wed Dec 24 12:39:42 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Wed, 24 Dec 2008 12:39:42 +0100 (CET) Subject: [Lunar-commits] r27030 - in lunar-iso/trunk: conf isolinux kernels/conf/2.6 lunar-install/sbin scripts Message-ID: <20081224113942.F22BAF3F21@doppio.foo-projects.org> Author: ratler Date: 2008-12-24 12:39:42 +0100 (Wed, 24 Dec 2008) New Revision: 27030 Modified: lunar-iso/trunk/conf/base.list lunar-iso/trunk/isolinux/isolinux.bin lunar-iso/trunk/kernels/conf/2.6/base lunar-iso/trunk/lunar-install/sbin/lunar-install lunar-iso/trunk/scripts/isofs Log: * Added support for lsb-release * Removed a few modules in the kernel * Automaticly skip swap file step if a swap partiation was enabled * Bumped isolinux.bin Modified: lunar-iso/trunk/conf/base.list =================================================================== --- lunar-iso/trunk/conf/base.list 2008-10-14 14:04:57 UTC (rev 27029) +++ lunar-iso/trunk/conf/base.list 2008-12-24 11:39:42 UTC (rev 27030) @@ -66,3 +66,4 @@ vim mdadm perl +lsb-release Modified: lunar-iso/trunk/isolinux/isolinux.bin =================================================================== (Binary files differ) Modified: lunar-iso/trunk/kernels/conf/2.6/base =================================================================== --- lunar-iso/trunk/kernels/conf/2.6/base 2008-10-14 14:04:57 UTC (rev 27029) +++ lunar-iso/trunk/kernels/conf/2.6/base 2008-12-24 11:39:42 UTC (rev 27030) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.27 -# Sun Oct 12 16:46:28 2008 +# Linux kernel version: 2.6.27.7 +# Mon Dec 1 16:26:40 2008 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -277,6 +277,7 @@ CONFIG_VIRT_TO_BUS=y CONFIG_MMU_NOTIFIER=y # CONFIG_HIGHPTE is not set +CONFIG_X86_RESERVE_LOW_64K=y # CONFIG_MATH_EMULATION is not set CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set @@ -2661,7 +2662,6 @@ # CONFIG_USB_EHCI_TT_NEWSCHED is not set CONFIG_USB_ISP116X_HCD=m CONFIG_USB_ISP1760_HCD=m -# CONFIG_USB_ISP1760_PCI is not set CONFIG_USB_OHCI_HCD=y # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set @@ -2736,19 +2736,7 @@ CONFIG_USB_SERIAL_IPW=m # CONFIG_USB_SERIAL_IUU is not set CONFIG_USB_SERIAL_KEYSPAN_PDA=m -CONFIG_USB_SERIAL_KEYSPAN=m -# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set -# CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_KLSI=m CONFIG_USB_SERIAL_KOBIL_SCT=m CONFIG_USB_SERIAL_MCT_U232=m @@ -2777,7 +2765,7 @@ CONFIG_USB_EMI26=m CONFIG_USB_ADUTUX=m CONFIG_USB_RIO500=m -CONFIG_USB_LEGOTOWER=m +# CONFIG_USB_LEGOTOWER is not set CONFIG_USB_LCD=m CONFIG_USB_BERRY_CHARGE=m CONFIG_USB_LED=m @@ -2793,15 +2781,11 @@ CONFIG_USB_SISUSBVGA=m # CONFIG_USB_SISUSBVGA_CON is not set CONFIG_USB_LD=m -CONFIG_USB_TRANCEVIBRATOR=m +# CONFIG_USB_TRANCEVIBRATOR is not set CONFIG_USB_IOWARRIOR=m -CONFIG_USB_TEST=m +# CONFIG_USB_TEST is not set CONFIG_USB_ISIGHTFW=m -CONFIG_USB_ATM=m -CONFIG_USB_SPEEDTOUCH=m -CONFIG_USB_CXACRU=m -CONFIG_USB_UEAGLEATM=m -CONFIG_USB_XUSBATM=m +# CONFIG_USB_ATM is not set CONFIG_USB_GADGET=m # CONFIG_USB_GADGET_DEBUG is not set # CONFIG_USB_GADGET_DEBUG_FILES is not set Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install =================================================================== --- lunar-iso/trunk/lunar-install/sbin/lunar-install 2008-10-14 14:04:57 UTC (rev 27029) +++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2008-12-24 11:39:42 UTC (rev 27030) @@ -718,11 +718,14 @@ continue fi && - #case "$FSYS" in + case "$FSYS" in #xfs|jfs|reiserfs) # msgbox "Selecting XFS, JFS or reiserfs for your root and/or boot filesystem *requires* you to compile a kernel later on with XFS, JFS or reiserfs built in to the kernel. The default pre-compiled lunar-linux kernel will NOT work in your case!" # ;; - #esac + swap) + SWAP_ENABLED=1 + ;; + esac MNTPNT=$(get_mount_point $FSYS) && @@ -785,9 +788,15 @@ if [ -n "$ROOT" ]; then if (( STEP <= 4 )) ; then - STEP=5 + # Skip swapfile step if swap partition was set + if [ -n "$SWAP_ENABLED" ]; then + S_OK=\\Z2 + STEP=6 + else + S_OK= + STEP=5 + fi fi - S_OK= T_OK= M_OK=\\Z2 fi @@ -1122,6 +1131,8 @@ # some more missing files: cp /etc/lunar.release $TARGET/etc/ + cp /etc/lsb-release $TARGET/etc/ + echo " LUNAR_MODULE=lunar" > $TARGET/etc/lunar/local/config cp /etc/lunar/local/.config* $TARGET/etc/lunar/local/ Modified: lunar-iso/trunk/scripts/isofs =================================================================== --- lunar-iso/trunk/scripts/isofs 2008-10-14 14:04:57 UTC (rev 27029) +++ lunar-iso/trunk/scripts/isofs 2008-12-24 11:39:42 UTC (rev 27030) @@ -13,6 +13,19 @@ echo "Lunar Linux $ISO_CNAME" > $ISO_TARGET/etc/lunar.release echo "lunar" > $ISO_TARGET/etc/hostname +echo "+ tagging lsb release version" +if [ "x$ISO_MINOR" != "x" ]; then + C_VER="${ISO_MAJOR}-${ISO_MINOR}" +else + C_VER=$ISO_MAJOR +fi +cat >$ISO_TARGET/etc/lsb-release< gutenprint: version bumped to 5.2.3. Message-ID: <20081224175021.C2FF59B1AD@doppio.foo-projects.org> commit 35eb078a6971100b95e79901568339767ef7dc4a Author: Florin Braescu Date: Wed Dec 24 20:47:37 2008 +0200 gutenprint: version bumped to 5.2.3. This release fixes problems with translated CUPS PPD files with CUPS 1.2 and above, and fixes printing on the Epson NX100, S20, Artisan 700, Artisan 800, and related printers. It also fixes duplex support on a number of Epson printers, and finally adds initial support for some Canon printers. --- printer/gutenprint/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/gutenprint/DETAILS b/printer/gutenprint/DETAILS index d05610e..78995e3 100644 --- a/printer/gutenprint/DETAILS +++ b/printer/gutenprint/DETAILS @@ -1,11 +1,11 @@ MODULE=gutenprint - VERSION=5.2.2 + VERSION=5.2.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/gimp-print - SOURCE_VFY=sha1:0efaadf2db4c67ecb66e79f5405315975dd1d11b + SOURCE_VFY=sha1:e4ddb21665578835d58267d59b57d8d970c3ee86 WEB_SITE=http://gutenprint.sourceforge.net ENTERED=20070618 - UPDATED=20081117 + UPDATED=20081224 SHORT="Epson, HP, LaserJet, Canon, Lexmark inkjet printer drivers" cat << EOF From florin at lunar-linux.org Wed Dec 24 20:02:44 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 24 Dec 2008 21:02:44 +0200 Subject: [Lunar-commits] subversion: bumped version to 1.5.5. Message-ID: <20081224180506.E7F009B1AD@doppio.foo-projects.org> commit 99aeb6c1b838603b4f9d9ef5dfc40bd9b47f566b Author: Florin Braescu Date: Wed Dec 24 21:02:44 2008 +0200 subversion: bumped version to 1.5.5. Bugfixes and improvements. --- devel/subversion/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/subversion/DETAILS b/devel/subversion/DETAILS index b070cb3..f77f306 100644 --- a/devel/subversion/DETAILS +++ b/devel/subversion/DETAILS @@ -1,11 +1,11 @@ MODULE=subversion - VERSION=1.5.4 + VERSION=1.5.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://subversion.tigris.org/downloads - SOURCE_VFY=sha1:0bebb7029fcf3c0638206c22a1ba9526121e4365 + SOURCE_VFY=sha1:61c9a7209ccef8eff3c0499629d62ed4d3c89988 WEB_SITE=http://subversion.tigris.org ENTERED=20030126 - UPDATED=20081024 + UPDATED=20081224 PSAFE=no SHORT="A free/open-source version control system" From florin at lunar-linux.org Wed Dec 24 20:12:51 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 24 Dec 2008 21:12:51 +0200 Subject: [Lunar-commits] lm_sensors-2.4: version bumped to 2.10.8. Message-ID: <20081224181531.910F09B1AD@doppio.foo-projects.org> commit 1a339780df676ea6fdbe32b846337df017574ab6 Author: Florin Braescu Date: Wed Dec 24 21:12:51 2008 +0200 lm_sensors-2.4: version bumped to 2.10.8. User-space support for the IT8720F chip was added. The i2c-i801, i2c-piix4, lm78, lm90, and max1619 drivers were cleaned up. Support for the Intel PCH "Ibex Peak" SMBus master was added. sensord will no longer bail out on transient errors. The it87 driver temperature sensor types decoding was fixed. --- utils/lm_sensors-2.4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/lm_sensors-2.4/DETAILS b/utils/lm_sensors-2.4/DETAILS index 93db1b5..51df541 100644 --- a/utils/lm_sensors-2.4/DETAILS +++ b/utils/lm_sensors-2.4/DETAILS @@ -1,12 +1,12 @@ MODULE=lm_sensors-2.4 - VERSION=2.10.7 + VERSION=2.10.8 SOURCE=lm_sensors-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/lm_sensors-$VERSION SOURCE_URL=http://dl.lm-sensors.org/lm-sensors/releases - SOURCE_VFY=sha1:2a5491aa8fa3d855bf14b06c4c0869e6ee45e434 + SOURCE_VFY=sha1:8356c19d1528d061d7b7f1468621c6628f401f07 WEB_SITE=http://www.lm-sensors.org ENTERED=20011021 - UPDATED=20080705 + UPDATED=20081224 SHORT="Hardware health monitoring tools" cat << EOF From florin at lunar-linux.org Wed Dec 24 20:40:53 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 24 Dec 2008 21:40:53 +0200 Subject: [Lunar-commits] bind, bind-utils: version bumped to 9.6.0. Message-ID: <20081224184307.031989B1AD@doppio.foo-projects.org> commit bc7c231408ca30d3e779db4b883a09ea5486ed72 Author: Florin Braescu Date: Wed Dec 24 21:40:53 2008 +0200 bind, bind-utils: version bumped to 9.6.0. Bugfixes and enhacements. --- net/bind-utils/DETAILS | 6 +++--- net/bind/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/bind-utils/DETAILS b/net/bind-utils/DETAILS index 3b5c451..cb50c2e 100644 --- a/net/bind-utils/DETAILS +++ b/net/bind-utils/DETAILS @@ -1,12 +1,12 @@ MODULE=bind-utils - VERSION=9.5.0 + VERSION=9.6.0 SOURCE=bind-${VERSION}.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/bind-${VERSION} SOURCE_URL=ftp://ftp.isc.org/isc/bind9/${VERSION} - SOURCE_VFY=sha1:8d622ebcb6061518770cbc66072258c7ff051cb8 + SOURCE_VFY=sha1:f9b4ac7632ade64645570ef2ba7a4bbf8a0740f6 WEB_SITE=http://www.isc.org/products/BIND ENTERED=20050513 - UPDATED=20080531 + UPDATED=20081224 SHORT="Collection of BIND related client programs" PSAFE=no diff --git a/net/bind/DETAILS b/net/bind/DETAILS index ef30e0d..04d72e9 100644 --- a/net/bind/DETAILS +++ b/net/bind/DETAILS @@ -1,13 +1,13 @@ # If you bump this module also bump bind-utils please kthx! MODULE=bind - VERSION=9.5.0-P2 + VERSION=9.6.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION - SOURCE_VFY=sha1:e93a230e0e80e8e5975c83bf0ca0b1186f53fe52 + SOURCE_VFY=sha1:f9b4ac7632ade64645570ef2ba7a4bbf8a0740f6 WEB_SITE=http://www.isc.org/products/BIND ENTERED=20010922 - UPDATED=20080802 + UPDATED=20081224 SHORT="ISC's DNS (domain name system) server" PSAFE=no From florin at lunar-linux.org Thu Dec 25 09:59:18 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 10:59:18 +0200 Subject: [Lunar-commits] squid: version bumped to 3.0.STABLE11. Message-ID: <20081225080135.192159B1AD@doppio.foo-projects.org> commit 2aac6aa5da93a4f337e78c0f006a553bf3afe04e Author: Florin Braescu Date: Thu Dec 25 10:59:18 2008 +0200 squid: version bumped to 3.0.STABLE11. Bugfixes release. --- web/squid/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/squid/DETAILS b/web/squid/DETAILS index 32094a7..b8002d3 100644 --- a/web/squid/DETAILS +++ b/web/squid/DETAILS @@ -1,12 +1,12 @@ MODULE=squid - VERSION=3.0.STABLE10 + VERSION=3.0.STABLE11 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.squid-cache.org/Versions/v3/3.0 SOURCE_URL[1]=http://www1.nl.squid-cache.org/Versions/v3/3.0 - SOURCE_VFY=sha1:c0aa4883a954137093d851587d0bc68bc9ab7e54 + SOURCE_VFY=sha1:269ad385e0f5156256f50b1624b631a595cf50ba WEB_SITE=http://www.squid-cache.org ENTERED=20011214 - UPDATED=20080914 + UPDATED=20081225 SHORT="A full-featured Web proxy cache" cat << EOF From florin at lunar-linux.org Thu Dec 25 10:02:08 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 11:02:08 +0200 Subject: [Lunar-commits] hdparm: version bumpred to 9.6. Message-ID: <20081225080430.3B9E49B1AD@doppio.foo-projects.org> commit 4ff14075d1da9bfb77b16f62420fb1c90e91b0e3 Author: Florin Braescu Date: Thu Dec 25 11:02:08 2008 +0200 hdparm: version bumpred to 9.6. Bugfixes and improvements. --- utils/hdparm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/hdparm/DETAILS b/utils/hdparm/DETAILS index 7344472..49a7b3c 100644 --- a/utils/hdparm/DETAILS +++ b/utils/hdparm/DETAILS @@ -1,11 +1,11 @@ MODULE=hdparm - VERSION=9.3 + VERSION=9.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:e7193bb4254c27fb7dcc2a782affcbeecf8d422a + SOURCE_VFY=sha1:6c95b15518392db838c041cf1b45f03db0162920 WEB_SITE=http://www.ibiblio.org/pub/Linux/system/hardware ENTERED=20010922 - UPDATED=20081112 + UPDATED=20081225 SHORT="A utility to access/tune Linux's EIDE drivers" cat << EOF From florin at lunar-linux.org Thu Dec 25 10:08:41 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 11:08:41 +0200 Subject: [Lunar-commits] transmission: version bumoed to 1.41. Message-ID: <20081225081057.311A5F3C56@doppio.foo-projects.org> commit 8acda34555d5b19ed3149766da7fb6598950f414 Author: Florin Braescu Date: Thu Dec 25 11:08:41 2008 +0200 transmission: version bumoed to 1.41. Enhacements and bugfixes. --- distributed/transmission/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributed/transmission/DETAILS b/distributed/transmission/DETAILS index cc38570..3dbfe60 100644 --- a/distributed/transmission/DETAILS +++ b/distributed/transmission/DETAILS @@ -1,11 +1,11 @@ MODULE=transmission - VERSION=1.40 + VERSION=1.41 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://mirrors.m0k.org/transmission/files - SOURCE_VFY=sha1:442f092c6a4c3dbce397ca0d8a699a1bc537704f + SOURCE_VFY=sha1:749b53aab7048a20c665aeb776db65dd079ebb2a WEB_SITE=http://transmissionbt.com ENTERED=20060626 - UPDATED=20080918 + UPDATED=20081225 SHORT="A fast and powerful BitTorrent client" cat << EOF From florin at lunar-linux.org Thu Dec 25 11:38:47 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 12:38:47 +0200 Subject: [Lunar-commits] tcl/tk: version bumped to 8.5.6. Message-ID: <20081225094113.E0625F3B80@doppio.foo-projects.org> commit 2893d21a5f6b72df71337787f14bde1324262884 Author: Florin Braescu Date: Thu Dec 25 12:38:47 2008 +0200 tcl/tk: version bumped to 8.5.6. Bugfixes release. --- devel/tcl/DETAILS | 6 +++--- devel/tk/DETAILS | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/tcl/DETAILS b/devel/tcl/DETAILS index 162b67d..4d2389f 100644 --- a/devel/tcl/DETAILS +++ b/devel/tcl/DETAILS @@ -1,12 +1,12 @@ MODULE=tcl - VERSION=8.5.5 + VERSION=8.5.6 SOURCE=$MODULE$VERSION-src.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:af0433feaa7be1da945a1f414c4b10485ffbd386 + SOURCE_VFY=sha1:02c57eea35191f027460c6df289179d03f2e9584 WEB_SITE=http://tcl.sourceforge.net ENTERED=20010922 - UPDATED=20081016 + UPDATED=20081225 SHORT="Tcl provides a multi-platform scripting environment" cat << EOF diff --git a/devel/tk/DETAILS b/devel/tk/DETAILS index 9c6f26d..b7b42c2 100644 --- a/devel/tk/DETAILS +++ b/devel/tk/DETAILS @@ -1,15 +1,15 @@ MODULE=tk - VERSION=8.5.5 + VERSION=8.5.6 SOURCE=$MODULE$VERSION-src.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION SOURCE_URL=$SFORGE_URL/tcl - SOURCE_VFY=sha1:6fd70e43a7ce19038321542c153df2fb2f448feb + SOURCE_VFY=sha1:3b1453d1efb47a5c600fa6b4825fed6afa3a32ad SOURCE2=tcl$VERSION-src.tar.gz SOURCE2_URL=$SFORGE_URL/tcl - SOURCE2_VFY=sha1:af0433feaa7be1da945a1f414c4b10485ffbd386 + SOURCE2_VFY=sha1:02c57eea35191f027460c6df289179d03f2e9584 WEB_SITE=http://tcl.sourceforge.net ENTERED=20031105 - UPDATED=20081016 + UPDATED=20081225 SHORT="Tk provides a portable GUI platform" cat << EOF From florin at lunar-linux.org Thu Dec 25 15:35:55 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 16:35:55 +0200 Subject: [Lunar-commits] libev: version bumped to 3.51. Message-ID: <20081225133813.C9A729B1AD@doppio.foo-projects.org> commit 0dc38b4e15f41197f7a2336303d409cd7a42a3df Author: Florin Braescu Date: Thu Dec 25 16:35:55 2008 +0200 libev: version bumped to 3.51. Bugfixes release. --- zbeta/libev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/libev/DETAILS b/zbeta/libev/DETAILS index f7f08fe..4749bf0 100644 --- a/zbeta/libev/DETAILS +++ b/zbeta/libev/DETAILS @@ -1,11 +1,11 @@ MODULE=libev - VERSION=3.49 + VERSION=3.51 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://dist.schmorp.de/$MODULE/Attic - SOURCE_VFY=sha1:3953bd3332ba1a3e2bbcab7a01e742c771eab4e5 + SOURCE_VFY=sha1:1b5d70aa76c258dfccb4fe26d8c2369208b218ab WEB_SITE=http://software.schworp.de/pkg/libev.html ENTERED=20080229 - UPDATED=20081120 + UPDATED=20081225 SHORT="A library for event loops" cat << EOF From florin at lunar-linux.org Thu Dec 25 15:43:56 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 16:43:56 +0200 Subject: [Lunar-commits] kbd: version bumped to 1.15. Message-ID: <20081225134619.607F99B1AD@doppio.foo-projects.org> commit 2ea6de3ad239ecda7a0063a9d69ebfcb4873eaa0 Author: Florin Braescu Date: Thu Dec 25 16:43:56 2008 +0200 kbd: version bumped to 1.15. Many bugfixes, enhacements, new fonts added. --- utils/kbd/BUILD | 12 ------------ utils/kbd/CONFLICTS | 2 +- utils/kbd/DETAILS | 18 ++++++------------ 3 files changed, 7 insertions(+), 25 deletions(-) diff --git a/utils/kbd/BUILD b/utils/kbd/BUILD deleted file mode 100644 index 26f3dd5..0000000 --- a/utils/kbd/BUILD +++ /dev/null @@ -1,12 +0,0 @@ -( - - sedit "s:(LOADKEYS_BINDIR):(BINDIR):" src/Makefile.in && - - patch_it $SOURCE_CACHE/$SOURCE2 1 && - patch_it $SOURCE_CACHE/$SOURCE3 1 && - - ./configure --datadir=/usr/share $OPTS && - - default_make - -) > $C_FIFO 2>&1 diff --git a/utils/kbd/CONFLICTS b/utils/kbd/CONFLICTS index 2f24d1f..1f05876 100644 --- a/utils/kbd/CONFLICTS +++ b/utils/kbd/CONFLICTS @@ -1,3 +1,3 @@ -conflicts console-tools && +conflicts console-tools conflicts console-data diff --git a/utils/kbd/DETAILS b/utils/kbd/DETAILS index 354613f..2e35217 100644 --- a/utils/kbd/DETAILS +++ b/utils/kbd/DETAILS @@ -1,19 +1,13 @@ MODULE=kbd - VERSION=1.12 + VERSION=1.15 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-gcc4.patch.bz2 - SOURCE3=$MODULE-$VERSION-backspace-1.patch.bz2 - SOURCE_URL=ftp://ftp.win.tue.nl/pub/linux-local/utils/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:d4917da308e01e74d67d7b814bf527063b3919fc - SOURCE2_VFY=sha1:74b3e5fabd12865524e74930cf22df9871f4fd58 - SOURCE3_VFY=sha1:8f1946d6075fee7e2b37d8a384bf03b936c93cdf - WEB_SITE=http://www.kernel.org/pub/linux/utils/$MODULE/ + SOURCE_URL=ftp://devel.altlinux.org/legion/$MODULE + SOURCE_VFY=sha1:ecab5cbee268345b57fab8edec993a0726379d3b + WEB_SITE=http://www.kernel.org/pub/linux/utils/$MODULE ENTERED=20040217 - UPDATED=20060827 + UPDATED=20081225 MAINTAINER=florin at lunar-linux.org - SHORT="kbd allows you to configure and manipulate Linux consoles." + SHORT="kbd allows you to configure and manipulate Linux consoles" cat << EOF The kbd package allows you to set-up and manipulate the Linux console From tchan at lunar-linux.org Thu Dec 25 16:55:55 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Thu, 25 Dec 2008 09:55:55 -0600 Subject: [Lunar-commits] git: Version bump to 1.6.1 Message-ID: <20081225155627.C84A39B1B2@doppio.foo-projects.org> commit d1e0dba12b46e6beede5ad09464cc7fd3f2ccafd Author: Terry Chan Date: Thu Dec 25 09:55:55 2008 -0600 git: Version bump to 1.6.1 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index b6c94b0..fc52110 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.0.6 + VERSION=1.6.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE2_URL=$KERNEL_URL/pub/software/scm/git/ SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:80ad0c2a450e182322c6e006f9345b784dfc66e3 - SOURCE2_VFY=sha1:6a27a20f05cf0ac980915d5577d241a4836134de + SOURCE_VFY=sha1:4caeafd06a5482337052f142073be66f2a39134a + SOURCE2_VFY=sha1:fa2d94dc966484b14ae11d39d0d8336946a93001 SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git.or.cz/ ENTERED=20050707 - UPDATED=20081221 + UPDATED=20081225 SHORT="Fast version control system" PSAFE=no From florin at lunar-linux.org Thu Dec 25 18:17:03 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:17:03 +0200 Subject: [Lunar-commits] util-macros: version bumped to 1.2.1. Message-ID: <20081225161938.9948FF3894@doppio.foo-projects.org> commit ebf6fce0538b3d86031208c761289afeec3decc5 Author: Florin Braescu Date: Thu Dec 25 19:17:03 2008 +0200 util-macros: version bumped to 1.2.1. Bugfixes release. --- xorg7/util/util-macros/CONFLICTS | 10 +++++----- xorg7/util/util-macros/DETAILS | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xorg7/util/util-macros/CONFLICTS b/xorg7/util/util-macros/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/util/util-macros/CONFLICTS +++ b/xorg7/util/util-macros/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/util/util-macros/DETAILS b/xorg7/util/util-macros/DETAILS index cedef58..f63c759 100644 --- a/xorg7/util/util-macros/DETAILS +++ b/xorg7/util/util-macros/DETAILS @@ -1,12 +1,12 @@ MODULE=util-macros - VERSION=1.1.6 + VERSION=1.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/util - SOURCE_VFY=sha1:9d0d08630a3549a02cd6cee181d7fbf1a1c8c05c + SOURCE_VFY=sha1:820737f9aaac814f0e0898ab8cca3be71a689afd MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20080405 + UPDATED=20081225 SHORT="Create dependencies in makefiles using 'gcc -M'" cat << EOF From florin at lunar-linux.org Thu Dec 25 18:20:04 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:20:04 +0200 Subject: [Lunar-commits] mkfontscale: version bumped to 1.0.6. Message-ID: <20081225162224.75657F3894@doppio.foo-projects.org> commit 234a5ccb07959742b96d080dde89666ed5b722b7 Author: Florin Braescu Date: Thu Dec 25 19:20:04 2008 +0200 mkfontscale: version bumped to 1.0.6. Bugfixes. --- xorg7/app/mkfontscale/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/app/mkfontscale/DETAILS b/xorg7/app/mkfontscale/DETAILS index 713fee5..f873181 100644 --- a/xorg7/app/mkfontscale/DETAILS +++ b/xorg7/app/mkfontscale/DETAILS @@ -1,12 +1,12 @@ MODULE=mkfontscale - VERSION=1.0.5 + VERSION=1.0.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:ad0d57b9ad7b6626cb6ab4c2c137ca052708f973 + SOURCE_VFY=sha1:7bb7caa5a365d1e31a25ed9e837ca744aaa83db0 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20080523 + UPDATED=20081225 SHORT="The X.Org scalable font directory creator" cat << EOF From florin at lunar-linux.org Thu Dec 25 18:22:35 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:22:35 +0200 Subject: [Lunar-commits] xextproto: version bumped to 7.0.4. Message-ID: <20081225162504.059C4F3935@doppio.foo-projects.org> commit ddecdcdb76b5793f2d43394ae89a9c987e2def25 Author: Florin Braescu Date: Thu Dec 25 19:22:35 2008 +0200 xextproto: version bumped to 7.0.4. Code cleanups. --- 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 b2ced70..40179b1 100644 --- a/xorg7/proto/xextproto/DETAILS +++ b/xorg7/proto/xextproto/DETAILS @@ -1,12 +1,12 @@ MODULE=xextproto - VERSION=7.0.3 + VERSION=7.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:4a59150f0d9400f3997df542828834969a2c4842 + SOURCE_VFY=sha1:cb5d78633eb909f706cf5904910083471c53089d MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080601 + UPDATED=20081225 SHORT="Protocol headers for various extensions" cat << EOF From florin at lunar-linux.org Thu Dec 25 18:26:22 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:26:22 +0200 Subject: [Lunar-commits] libXfonr: version bumped to 1.3.4. Message-ID: <20081225162902.3628EF3935@doppio.foo-projects.org> commit 5eb4a8c48a664583a5d527b166ff65e9d5f252d5 Author: Florin Braescu Date: Thu Dec 25 19:26:22 2008 +0200 libXfonr: version bumped to 1.3.4. Bugfixes and some new features added. --- xorg7/lib/libXfont/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/libXfont/DETAILS b/xorg7/lib/libXfont/DETAILS index fedb2d3..2b7f2c0 100644 --- a/xorg7/lib/libXfont/DETAILS +++ b/xorg7/lib/libXfont/DETAILS @@ -1,12 +1,12 @@ MODULE=libXfont - VERSION=1.3.3 + VERSION=1.3.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:bfbdd25239ef6cd515bb7afe888f0556454b34c7 + SOURCE_VFY=sha1:d7782b506f82cfce928c8be35be859c18f1e852f MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080718 + UPDATED=20081225 SHORT="The X.Org font rasterisation library" cat << EOF From florin at lunar-linux.org Thu Dec 25 18:29:39 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:29:39 +0200 Subject: [Lunar-commits] xf86-video-vesa: version bumped to 2.1.0. Message-ID: <20081225163225.40FEAF3969@doppio.foo-projects.org> commit 59692daa43bed0f81c721b66ae254573c199b69c Author: Florin Braescu Date: Thu Dec 25 19:29:39 2008 +0200 xf86-video-vesa: version bumped to 2.1.0. Bugfixes and enhacements. --- xorg7/driver/xf86-video-vesa/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xorg7/driver/xf86-video-vesa/DETAILS b/xorg7/driver/xf86-video-vesa/DETAILS index 593150b..4ef5313 100644 --- a/xorg7/driver/xf86-video-vesa/DETAILS +++ b/xorg7/driver/xf86-video-vesa/DETAILS @@ -1,16 +1,16 @@ MODULE=xf86-video-vesa - VERSION=2.0.0 + VERSION=2.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:657804e5544b9a92bfd695e61958c688a1e8b3ef + SOURCE_VFY=sha1:e58c779780c70e069f3a70473e542226475c0fb8 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080714 + UPDATED=20081225 SHORT="The X.Org VESA video driver for all video cards" cat << EOF -xf86-video-vesa provides the X.Org generic VESA video driver. This +xf86-video-vesa provides the X.Org generic VESA video driver. This driver uses the standard VESA interface provided on all video cards. Note that this driver runs completely unaccelerated and is not recommended for normal daily use, however it is good to have available From florin at lunar-linux.org Thu Dec 25 18:35:19 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:35:19 +0200 Subject: [Lunar-commits] inputproto: version bumped to 1.5.0. Message-ID: <20081225163831.9FEB8F3C12@doppio.foo-projects.org> commit 3f2e24d6e712318e013fe26ba9794263ff0e960a Author: Florin Braescu Date: Thu Dec 25 19:35:19 2008 +0200 inputproto: version bumped to 1.5.0. Additions over 1.4: input device properties support. IDP are modelled after window properties and work much in the same manner. Each X Input device can have multiple properties of arbitrary types at any point in time. These properties can be interpreted by the server and/or the driver and thus allow cheap, easily expandable ways of configuring devices. IDP can also be read by other clients, allowing clients to label devices or device specific features. Two of the more obvious cases are to label a device as "primary", or to label each axis to denote it's function ("press", "tilt", "rotation", etc.). --- xorg7/proto/inputproto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/proto/inputproto/DETAILS b/xorg7/proto/inputproto/DETAILS index 08221ad..79f4c70 100644 --- a/xorg7/proto/inputproto/DETAILS +++ b/xorg7/proto/inputproto/DETAILS @@ -1,12 +1,12 @@ MODULE=inputproto - VERSION=1.4.4 + VERSION=1.5.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:9501ae977350a561a1510a543f17167568a7415c + SOURCE_VFY=sha1:c6514843f35e2591fadc13f3fc87bf3752b7197c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080731 + UPDATED=20081225 SHORT="The X.Org Input protocol headers" cat << EOF From florin at lunar-linux.org Thu Dec 25 18:37:37 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:37:37 +0200 Subject: [Lunar-commits] libXi: version bumped to 1.2.0. Message-ID: <20081225164028.5D9E2F3C12@doppio.foo-projects.org> commit 373005c2850c3fa21a899c4f8c91429b4e0eb38e Author: Florin Braescu Date: Thu Dec 25 19:37:37 2008 +0200 libXi: version bumped to 1.2.0. Sync it with inputproto 1.5.0. --- 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 8ae7392..2994833 100644 --- a/xorg7/lib/libXi/DETAILS +++ b/xorg7/lib/libXi/DETAILS @@ -1,12 +1,12 @@ MODULE=libXi - VERSION=1.1.4 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:ee9fdfc55b44926d76b39c5ee58670f5ab0fafef + SOURCE_VFY=sha1:2395265b87556bd60216d0e5b56080380d0a3bd5 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20081126 + UPDATED=20081225 SHORT="The X.Org XINPUT extension library" cat << EOF From florin at lunar-linux.org Thu Dec 25 18:41:43 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:41:43 +0200 Subject: [Lunar-commits] libdrm: version bumped to 2.4.3. Message-ID: <20081225164644.8F30BF3E72@doppio.foo-projects.org> commit 6961192cc3e20870df6c351b1086631c2cf16760 Author: Florin Braescu Date: Thu Dec 25 19:41:43 2008 +0200 libdrm: version bumped to 2.4.3. Add modesetting userland support. --- xorg7/extra/libdrm/CONFLICTS | 10 +++++----- xorg7/extra/libdrm/DETAILS | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/xorg7/extra/libdrm/CONFLICTS b/xorg7/extra/libdrm/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/extra/libdrm/CONFLICTS +++ b/xorg7/extra/libdrm/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/extra/libdrm/DETAILS b/xorg7/extra/libdrm/DETAILS index 6bf7ea5..fec924d 100644 --- a/xorg7/extra/libdrm/DETAILS +++ b/xorg7/extra/libdrm/DETAILS @@ -1,18 +1,18 @@ MODULE=libdrm - VERSION=2.4.1 + VERSION=2.4.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://dri.freedesktop.org/libdrm/ - SOURCE_VFY=sha1:eaaaf08726d5ac6f3a7f20bf5ec0a013772d7b55 + SOURCE_URL=http://dri.freedesktop.org/libdrm + SOURCE_VFY=sha1:7daff622a1c68d55a02b0fe1a48205188682c018 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.freedesktop.org/ + WEB_SITE=http://www.freedesktop.org ENTERED=20061017 - UPDATED=20081106 + UPDATED=20081225 SHORT="the userspace interface to kernel DRM services" cat << EOF libdrm is a library that implements the userspace interface to the -kernel DRM services. DRM stands for "Direct Rendering Manager", which +kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" -(DRI). The DRI is currently used on Linux to provide hardware- +(DRI). The DRI is currently used on Linux to provide hardware- accelerated OpenGL drivers. EOF From florin at lunar-linux.org Thu Dec 25 18:50:42 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:50:42 +0200 Subject: [Lunar-commits] xf86-video-apm: version bumoed to 1.2.1. Message-ID: <20081225165303.0C9D8F3F83@doppio.foo-projects.org> commit 178397b914be9c464928c94b346b1fb91bc62d48 Author: Florin Braescu Date: Thu Dec 25 19:50:42 2008 +0200 xf86-video-apm: version bumoed to 1.2.1. Code cleanups and bugfixes. --- xorg7/driver/xf86-video-apm/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-apm/DETAILS | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/xorg7/driver/xf86-video-apm/CONFLICTS b/xorg7/driver/xf86-video-apm/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-apm/CONFLICTS +++ b/xorg7/driver/xf86-video-apm/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-apm/DETAILS b/xorg7/driver/xf86-video-apm/DETAILS index 94dcc1f..bc3d35a 100644 --- a/xorg7/driver/xf86-video-apm/DETAILS +++ b/xorg7/driver/xf86-video-apm/DETAILS @@ -1,17 +1,17 @@ MODULE=xf86-video-apm - VERSION=1.2.0 + VERSION=1.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:6ca22e88d5cbb70a09f04b6f89c3a3c061d7d6d6 + SOURCE_URL=$XORG_URL/individual/driver + SOURCE_VFY=sha1:881eaf215c9f111e513e90d4765582af89f72a25 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20080415 - SHORT="the X.Org video dirver for Alliance ProMotion video cards" + UPDATED=20081225 + SHORT="The X.Org video dirver for Alliance ProMotion video cards" cat << EOF xf86-video-apm provides the X.Org video drivers for the Alliance ProMotion -family of video cards. The driver is accelerated for supported +family of video cards. The driver is accelerated for supported hardware/depth combination. It supports framebuffer depths of 8, 15, 16, 24 and 32 bits. For 6420, 6422, AT24, AT3D and AT25, all depths are fully accelerated except 24 bpp for which only screen to screen copy and rectangle From florin at lunar-linux.org Thu Dec 25 18:53:53 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:53:53 +0200 Subject: [Lunar-commits] xf86-video-ast: version bumped to 0.87.0. Message-ID: <20081225165612.27957F3FB3@doppio.foo-projects.org> commit 39f8c04f65c235232cd6b48a6d44ed2afe2e0c45 Author: Florin Braescu Date: Thu Dec 25 19:53:53 2008 +0200 xf86-video-ast: version bumped to 0.87.0. Bugfixes and code cleanups. --- xorg7/driver/xf86-video-ast/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-ast/DETAILS | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xorg7/driver/xf86-video-ast/CONFLICTS b/xorg7/driver/xf86-video-ast/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-ast/CONFLICTS +++ b/xorg7/driver/xf86-video-ast/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-ast/DETAILS b/xorg7/driver/xf86-video-ast/DETAILS index 6699218..c66954d 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.85.0 + VERSION=0.87.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:a4c8144ec595e975a640ac51649e1afa2b92ad36 + SOURCE_URL=$XORG_URL/individual/driver + SOURCE_VFY=sha1:6f03a5af51daf7813940540facd95598fb461bfe MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20080415 + UPDATED=20081225 SHORT="" cat << EOF From florin at lunar-linux.org Thu Dec 25 18:59:21 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 19:59:21 +0200 Subject: [Lunar-commits] xf86-video-chips: version bumped to 1.2.1. Message-ID: <20081225170139.99452F4030@doppio.foo-projects.org> commit f14aed7ef8eb5c3bca8c2010fc468f1a00e502ee Author: Florin Braescu Date: Thu Dec 25 19:59:21 2008 +0200 xf86-video-chips: version bumped to 1.2.1. Bugfixes and code cleanups. --- xorg7/driver/xf86-video-chips/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-chips/DETAILS | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/xorg7/driver/xf86-video-chips/CONFLICTS b/xorg7/driver/xf86-video-chips/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-chips/CONFLICTS +++ b/xorg7/driver/xf86-video-chips/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-chips/DETAILS b/xorg7/driver/xf86-video-chips/DETAILS index 6e8a544..62263ad 100644 --- a/xorg7/driver/xf86-video-chips/DETAILS +++ b/xorg7/driver/xf86-video-chips/DETAILS @@ -1,25 +1,25 @@ MODULE=xf86-video-chips - VERSION=1.2.0 + VERSION=1.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:6a668d55502e128b1419397e62e23ec7219d56d4 + SOURCE_URL=$XORG_URL/individual/driver + SOURCE_VFY=sha1:95705cb8d970fb52fb21e05acad952b71afb808b MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20080415 - SHORT="the X.Org video driver for Chips and Technologies based cards" + UPDATED=20081225 + SHORT="The X.Org video driver for Chips and Technologies based cards" cat << EOF xf86-video-chips provides the X.Org video drivers for the Chips & Technologies family of video cards. The majority of the Chips & Technologies chipsets are supported by -this driver. In general the limitation on the capabilities of this -driver are determined by the chipset on which it is run. Where +this driver. In general the limitation on the capabilities of this +driver are determined by the chipset on which it is run. Where possible, this driver provides full acceleration and supports the following depths: 1, 4, 8, 15, 16, 24 and on the latest chipsets an -8+16 overlay mode. All visual types are supported for depth 1, 4, +8+16 overlay mode. All visual types are supported for depth 1, 4, and 8 and both TrueColor and DirectColor visuals are supported where -possible. Multi-head configurations are supported on PCI or AGP +possible. Multi-head configurations are supported on PCI or AGP buses. EOF From florin at lunar-linux.org Thu Dec 25 19:02:13 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 20:02:13 +0200 Subject: [Lunar-commits] xf86-video-glint: version bumped to 1.2.2. Message-ID: <20081225170433.9DE19F415B@doppio.foo-projects.org> commit cd12fdc324f4ff1db3f7f7701664258b4241e2e0 Author: Florin Braescu Date: Thu Dec 25 20:02:13 2008 +0200 xf86-video-glint: version bumped to 1.2.2. Bugfixes and code cleanups. --- xorg7/driver/xf86-video-glint/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-glint/DETAILS b/xorg7/driver/xf86-video-glint/DETAILS index f6dadf0..91d2e00 100644 --- a/xorg7/driver/xf86-video-glint/DETAILS +++ b/xorg7/driver/xf86-video-glint/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-glint - VERSION=1.2.1 + VERSION=1.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:9e4959c2a39c22bf4a81b1eba4ec809f9c571bc8 + SOURCE_VFY=sha1:4b352d503f747172790605ea3dcded412bbf1921 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20080714 + UPDATED=20081225 SHORT="The X.Org video driver for GLINT/Permedia based cards" cat << EOF From florin at lunar-linux.org Thu Dec 25 19:05:01 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 20:05:01 +0200 Subject: [Lunar-commits] xf86-video-neomagic: version bumped to 1.2.2. Message-ID: <20081225170723.D3C96F415B@doppio.foo-projects.org> commit 55d2ac3776887d32019616ed402f2c4d4e555c14 Author: Florin Braescu Date: Thu Dec 25 20:05:01 2008 +0200 xf86-video-neomagic: version bumped to 1.2.2. Bugfixes and code cleanups. --- xorg7/driver/xf86-video-neomagic/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-neomagic/DETAILS b/xorg7/driver/xf86-video-neomagic/DETAILS index 613d504..be914fe 100644 --- a/xorg7/driver/xf86-video-neomagic/DETAILS +++ b/xorg7/driver/xf86-video-neomagic/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-neomagic - VERSION=1.2.1 + VERSION=1.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:fcb919e8a78fb75654b21b2358783df14d2c8dfc + SOURCE_VFY=sha1:f40c877a8592a2f977a20cfdcb8082421cbf5a60 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20080601 + UPDATED=20081225 SHORT="The X.Org video driver for Neomagic MagicGraph based cards" cat << EOF From florin at lunar-linux.org Thu Dec 25 19:08:54 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 20:08:54 +0200 Subject: [Lunar-commits] xf86-video-sis: version bumped to 0.10.1. Message-ID: <20081225171107.0F9C1F4189@doppio.foo-projects.org> commit 824e08528b4466de33becb005f53b4d1d60313ec Author: Florin Braescu Date: Thu Dec 25 20:08:54 2008 +0200 xf86-video-sis: version bumped to 0.10.1. Bugfixes release. --- xorg7/driver/xf86-video-sis/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-sis/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/driver/xf86-video-sis/CONFLICTS b/xorg7/driver/xf86-video-sis/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-sis/CONFLICTS +++ b/xorg7/driver/xf86-video-sis/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-sis/DETAILS b/xorg7/driver/xf86-video-sis/DETAILS index fb7cd12..e9a1895 100644 --- a/xorg7/driver/xf86-video-sis/DETAILS +++ b/xorg7/driver/xf86-video-sis/DETAILS @@ -1,21 +1,21 @@ MODULE=xf86-video-sis - VERSION=0.10.0 + VERSION=0.10.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:ec3fc258186d7de221ad875d7762c91f598b8c57 + SOURCE_VFY=sha1:27d5090d04c496ca0c1192d3ea3f74ffa6d44a42 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060303 - UPDATED=20080415 - SHORT="the X.Org video driver for SiS and XGI based cards" + UPDATED=20081225 + SHORT="The X.Org video driver for SiS and XGI based cards" cat << EOF xf86-video-sis provides the X.Org video drivers for the SiS (Silicon Integrated Systems) and XGI Volari based video vards. The driver is accelerated and provides support for colordepths of 8, -16 and 24 bpp. XVideo, Render and other extensions are supported as -well. This driver supports PCI, AGP and PCIe video cards based on the +16 and 24 bpp. XVideo, Render and other extensions are supported as +well. This driver supports PCI, AGP and PCIe video cards based on the following chipsets: SiS5597/5598 SiS530/620 SiS6326/AGP/DVD SiS300/305 SiS540 SiS630/730 SiS315/E/H/PRO SiS550/551/552 SiS650/651/661/741 SiS330 (Xabre) From florin at lunar-linux.org Thu Dec 25 19:12:57 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 20:12:57 +0200 Subject: [Lunar-commits] xf86-video-s3: version bumped to 0.6.1. Message-ID: <20081225171516.B4F88F41A3@doppio.foo-projects.org> commit dc221707d1a533ccfabbb9e8d7a0ecaba5f8efd0 Author: Florin Braescu Date: Thu Dec 25 20:12:57 2008 +0200 xf86-video-s3: version bumped to 0.6.1. Bugfixes and code cleanups. --- xorg7/driver/xf86-video-s3/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-s3/DETAILS | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/xorg7/driver/xf86-video-s3/CONFLICTS b/xorg7/driver/xf86-video-s3/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-s3/CONFLICTS +++ b/xorg7/driver/xf86-video-s3/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-s3/DETAILS b/xorg7/driver/xf86-video-s3/DETAILS index 7d40337..749dd32 100644 --- a/xorg7/driver/xf86-video-s3/DETAILS +++ b/xorg7/driver/xf86-video-s3/DETAILS @@ -1,17 +1,17 @@ MODULE=xf86-video-s3 - VERSION=0.6.0 + VERSION=0.6.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:8167d89ab2e548246a341aa3ca34a8fa58de285a + SOURCE_URL=$XORG_URL/individual/driver + SOURCE_VFY=sha1:6dcc29988ce89a68a5011b156fc95b8d0755dd70 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20080415 - SHORT="the X.Org video driver for legacy S3 based cards" + UPDATED=20081225 + SHORT="The X.Org video driver for legacy S3 based cards" cat << EOF xf86-video-s3 provides the X.Org video driver for certain legacy S3 -based video cards, including the Trio64 and 96x cards. It does not +based video cards, including the Trio64 and 96x cards. It does not provide support the ViRGE/Trio3D or Savage chipsets; support for those cards is provides by xf86-video-s3virge and xf86-video-savage, respectively. From florin at lunar-linux.org Thu Dec 25 19:15:56 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 20:15:56 +0200 Subject: [Lunar-commits] xf86-input-vmmouse: version bumped to 12.6.3. Message-ID: <20081225171830.EDEA4F41A3@doppio.foo-projects.org> commit 6a235669281d350c612291ef279c8a2d3d1765e3 Author: Florin Braescu Date: Thu Dec 25 20:15:56 2008 +0200 xf86-input-vmmouse: version bumped to 12.6.3. Bugfixes and improvements. --- 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 1a8b21b..d4a6f88 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.2 + VERSION=12.6.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:d48a420a2f822d5461a4ad07f72c31fad9bd5a70 + SOURCE_VFY=sha1:9181902f29d97dc46e906dcb8c22c25840148fd1 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060124 - UPDATED=20081126 + UPDATED=20081225 SHORT="The X.Org mouse input device driver for vm" cat << EOF From florin at lunar-linux.org Thu Dec 25 19:29:31 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 20:29:31 +0200 Subject: [Lunar-commits] xf86-video-ark: version bumped to 0.7.1. Message-ID: <20081225173156.E5F0CF41C8@doppio.foo-projects.org> commit dfaafd9c32f970db21229a7059030f757de507f0 Author: Florin Braescu Date: Thu Dec 25 20:29:31 2008 +0200 xf86-video-ark: version bumped to 0.7.1. Bugfixes and code cleanups. --- xorg7/driver/xf86-video-ark/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-ark/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/driver/xf86-video-ark/CONFLICTS b/xorg7/driver/xf86-video-ark/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-ark/CONFLICTS +++ b/xorg7/driver/xf86-video-ark/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-ark/DETAILS b/xorg7/driver/xf86-video-ark/DETAILS index 0570d19..8a7023e 100644 --- a/xorg7/driver/xf86-video-ark/DETAILS +++ b/xorg7/driver/xf86-video-ark/DETAILS @@ -1,13 +1,13 @@ MODULE=xf86-video-ark - VERSION=0.7.0 + VERSION=0.7.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:ee92db52c5ee9b35fcb3d6d7469ded272119664e + SOURCE_URL=$XORG_URL/individual/driver + SOURCE_VFY=sha1:d2e929cddda2e5f2df87a1ef53db585bcedb0c59 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20080415 - SHORT="the X.Org video dirver for ARK video cards" + UPDATED=20081225 + SHORT="The X.Org video dirver for ARK video cards" cat << EOF xf86-video-ark provides the X.Org video drivers for the ARK family of video cards. From florin at lunar-linux.org Thu Dec 25 19:33:00 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 20:33:00 +0200 Subject: [Lunar-commits] xf86-video-s3virge: version bumped to 1.10.2. Message-ID: <20081225173520.A7A68F41CB@doppio.foo-projects.org> commit ae78376cec20e267067c92b6947835bb03c25e9b Author: Florin Braescu Date: Thu Dec 25 20:33:00 2008 +0200 xf86-video-s3virge: version bumped to 1.10.2. Bugfixes. --- xorg7/driver/xf86-video-s3virge/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xorg7/driver/xf86-video-s3virge/DETAILS b/xorg7/driver/xf86-video-s3virge/DETAILS index dd1cb11..8fb0cfe 100644 --- a/xorg7/driver/xf86-video-s3virge/DETAILS +++ b/xorg7/driver/xf86-video-s3virge/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-s3virge - VERSION=1.10.1 + VERSION=1.10.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:8689860cc4f6e5dd8679a4fe5e9f6b5a09511a50 + SOURCE_VFY=sha1:f153846fbc18e7d46d996157cdc74be8ea95ad87 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20080601 + UPDATED=20081225 SHORT="The X.Org video driver for S3 ViRGE and Trio3D based cards" cat << EOF @@ -14,11 +14,11 @@ xf86-video-s3virge provides the X.Org video driver for the S3 ViRGE and Trio3D family of video cards. The driver is fully accelerated, and provides support for the following -framebuffer depths: 8, 15, 16, and 24. All visual types are supported +framebuffer depths: 8, 15, 16, and 24. All visual types are supported for depth 8, and TrueColor visuals are supported for the other depths. XVideo hardware up scaling is supported in depth 16 and 24 on the DX, -GX, GX2, MX, MX+, and Trio3D/2X. Doublescan modes are supported and -tested in depth 8 and 16 on DX, but disables XVideo. Doublescan modes +GX, GX2, MX, MX+, and Trio3D/2X. Doublescan modes are supported and +tested in depth 8 and 16 on DX, but disables XVideo. Doublescan modes on other chipsets are untested. The s3virge driver supports PCI and AGP video cards based on the From florin at lunar-linux.org Thu Dec 25 19:43:45 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 25 Dec 2008 20:43:45 +0200 Subject: [Lunar-commits] xf86-video-radeonhd: version bumped to 1.2.4. Message-ID: <20081225174645.CFD55F41D2@doppio.foo-projects.org> commit c71167dcb81fbbd375e2c320e81050912d6545cb Author: Florin Braescu Date: Thu Dec 25 20:43:45 2008 +0200 xf86-video-radeonhd: version bumped to 1.2.4. Changes: - Added HDMI support. - Added support for RV710, RV730 (DCE 3.2). - Added screen rotation support. - Added RandR 1.3 panning support. - Many acceleration and build fixes. --- xorg7/driver/xf86-video-radeonhd/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-radeonhd/DETAILS | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xorg7/driver/xf86-video-radeonhd/CONFLICTS b/xorg7/driver/xf86-video-radeonhd/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-radeonhd/CONFLICTS +++ b/xorg7/driver/xf86-video-radeonhd/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-radeonhd/DETAILS b/xorg7/driver/xf86-video-radeonhd/DETAILS index df4e054..57fd269 100644 --- a/xorg7/driver/xf86-video-radeonhd/DETAILS +++ b/xorg7/driver/xf86-video-radeonhd/DETAILS @@ -1,13 +1,13 @@ MODULE=xf86-video-radeonhd - VERSION=1.2.3 + VERSION=1.2.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:031d00676b0263beafba0b26060e49bf7ba52791 + SOURCE_URL=$XORG_URL/individual/driver + SOURCE_VFY=sha1:1634e354c54a703910c0ae547fd27285e02afb28 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://wiki.x.org/wiki/radeonhd ENTERED=20071130 - UPDATED=20081013 - SHORT="the X.Org video driver for R500 and newer ATI based cards" + UPDATED=20081225 + SHORT="The X.Org video driver for R500 and newer ATI based cards" cat << EOF The radeonhd driver supports video cards based on the following ATI chips: From moe at lunar-linux.org Thu Dec 25 23:41:51 2008 From: moe at lunar-linux.org (Moritz Heiber) Date: Thu, 25 Dec 2008 23:41:51 +0100 Subject: [Lunar-commits] gnumeric: Add some logic to the rc file to make it less error prone Message-ID: <20081225224243.CA6899B1B2@doppio.foo-projects.org> commit 62ed716ec29ddea45e69e5c64c4e658a8984a4c2 Author: Moritz Heiber Date: Thu Dec 25 23:41:51 2008 +0100 gnumeric: Add some logic to the rc file to make it less error prone --- gnome2/apps/gnumeric/profile.d/gnumeric.rc | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/gnome2/apps/gnumeric/profile.d/gnumeric.rc b/gnome2/apps/gnumeric/profile.d/gnumeric.rc index 6b73ea2..0c350af 100644 --- a/gnome2/apps/gnumeric/profile.d/gnumeric.rc +++ b/gnome2/apps/gnumeric/profile.d/gnumeric.rc @@ -1,2 +1,8 @@ export PATH=$PATH:/opt/lunar/gnumeric/bin -export XDG_DATA_DIRS=$XDG_DATA_DIRS:/opt/lunar/gnumeric/share + +# We need a little logic otherwise this might break +if [ -z $XDG_DATA_DIRS ] ; then + export XDG_DATA_DIRS="/usr/share:/opt/lunar/gnumeric/share" +else + export XDG_DATA_DIRS="$XDG_DATA_DIRS:/opt/lunar/gnumeric/share" +fi From zmcgrew at lunar-linux.org Fri Dec 26 20:44:16 2008 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 26 Dec 2008 11:44:16 -0800 Subject: [Lunar-commits] dhcpcd: version bump to 4.0.7 Message-ID: <20081226194521.401A9F430D@doppio.foo-projects.org> commit eb5b26fd7751a2d489ba967d70c776c29832aa4b Author: Zachary McGrew Date: Fri Dec 26 11:27:19 2008 -0800 dhcpcd: version bump to 4.0.7 This included a sedit to work around our older kernel headers. --- net/dhcpcd/BUILD | 7 +++++++ net/dhcpcd/DETAILS | 11 +++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD new file mode 100644 index 0000000..6a64e1e --- /dev/null +++ b/net/dhcpcd/BUILD @@ -0,0 +1,7 @@ +( + + sedit 's:c99:gnu99:g' mk/cc.mk && + + default_build + +) > $C_FIFO 2>&1 diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS index 396a6b0..aea0e3b 100644 --- a/net/dhcpcd/DETAILS +++ b/net/dhcpcd/DETAILS @@ -1,12 +1,11 @@ MODULE=dhcpcd - VERSION=3.2.1 + VERSION=4.0.7 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=http://download.berlios.de/$MODULE/ - SOURCE_URL[1]=http://roy.marples.name/$MODULE/ - SOURCE_VFY=sha1:0c017b14095ac66c23f3e4d172feb4db8a0cb729 - WEB_SITE=http://dhcpcd.berlios.de/ + SOURCE_URL=http://roy.marples.name/downloads/dhcpcd/ + SOURCE_VFY=sha1:949be0a4d4dbb087cc53f5f8dc26515ef9f9dd0b + WEB_SITE=http://roy.marples.name/projects/dhcpcd ENTERED=20011126 - UPDATED=20080215 + UPDATED=20081226 SHORT="DHCP client/daemon that works with @home" cat << EOF From zmcgrew at lunar-linux.org Fri Dec 26 20:50:49 2008 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 26 Dec 2008 11:50:49 -0800 Subject: [Lunar-commits] virtualbox: version bump to 2.1.0 Message-ID: <20081226195148.7CDF5F4315@doppio.foo-projects.org> commit 2d0807703c017121c5c97f80f5d7ff55aee74d06 Author: Zachary McGrew Date: Fri Dec 26 11:50:49 2008 -0800 virtualbox: version bump to 2.1.0 Lots of new features including the switch to Qt4 for the interface. Also included experimental support for 3D acceleration! --- x11-utils/virtualbox/BUILD | 19 +++++++++++-------- x11-utils/virtualbox/DEPENDS | 7 ++++--- x11-utils/virtualbox/DETAILS | 6 +++--- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/x11-utils/virtualbox/BUILD b/x11-utils/virtualbox/BUILD index bc41db9..5cc6889 100644 --- a/x11-utils/virtualbox/BUILD +++ b/x11-utils/virtualbox/BUILD @@ -1,15 +1,18 @@ -( +( - # We need the qt3 paths - . /etc/profile.d/qt3.rc + #lets disable qt3 + sedit s at WITH_QT3=1 at WITH_QT3=0@ configure && - # Substitute hard-coded QTDIR with QTDIR from the qt3 profile - sedit 's/QT3DIR=.*/QT3DIR="$QTDIR"/g' configure && + # We need the qt4 paths + . /etc/profile.d/qt4.rc && # Build VirtualBox - ./configure && - source ./env.sh && - kmk && + # Disable hardending so normal users can run it + OPTS+=" --disable-hardening" && + OPTS+=" --with-qt4-dir=$QTDIR" && + ./configure $OPTS && + source ./env.sh && + kmk && # Build kernel module pushd out/linux.x86/release/bin/src && diff --git a/x11-utils/virtualbox/DEPENDS b/x11-utils/virtualbox/DEPENDS index 53cfebc..d81683e 100644 --- a/x11-utils/virtualbox/DEPENDS +++ b/x11-utils/virtualbox/DEPENDS @@ -3,8 +3,9 @@ depends iasl depends dev86 depends libxslt depends libXcursor -depends qt3 +depends qt4 depends libIDL -depends SDL +depends SDL_ttf depends alsa-lib -depends pulseaudio +depends libcap +optional_depends pulseaudio "" "--disable-pulse" "For pulseauio backend" diff --git a/x11-utils/virtualbox/DETAILS b/x11-utils/virtualbox/DETAILS index c4e0472..656c3ff 100644 --- a/x11-utils/virtualbox/DETAILS +++ b/x11-utils/virtualbox/DETAILS @@ -1,14 +1,14 @@ MODULE=virtualbox - BASE_VERSION=1.6.6 + BASE_VERSION=2.1.0 VERSION=$BASE_VERSION SOURCE=VirtualBox-${VERSION}-OSE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-$VERSION SOURCE_URL=http://download.virtualbox.org/$MODULE/$VERSION - SOURCE_VFY=sha1:7c323b35d77277c650cbce2821ab6778d1e3270e + SOURCE_VFY=sha1:83127e780d76a4d1256b07f5ac01aa14f08ffa25 MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/} WEB_SITE=http://virtualbox.org ENTERED=20071004 - UPDATED=20080905 + UPDATED=20081218 SHORT="Full virtualizer for x86 hardware" cat << EOF From zmcgrew at lunar-linux.org Fri Dec 26 23:05:02 2008 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 26 Dec 2008 14:05:02 -0800 Subject: [Lunar-commits] virtualbox: fix .desktop entry Message-ID: <20081226220605.9786CF4089@doppio.foo-projects.org> commit e536f9de65b2d2e663b446fa92bcd7a552a1ce69 Author: Zachary McGrew Date: Fri Dec 26 14:05:02 2008 -0800 virtualbox: fix .desktop entry --- x11-utils/virtualbox/BUILD | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/x11-utils/virtualbox/BUILD b/x11-utils/virtualbox/BUILD index 5cc6889..dd71f38 100644 --- a/x11-utils/virtualbox/BUILD +++ b/x11-utils/virtualbox/BUILD @@ -43,6 +43,10 @@ mkdir -p /etc/vbox && echo "INSTALL_DIR=$MODULE_PREFIX" > /etc/vbox/vbox.cfg && + #Install .desktop entry and icon + install /usr/lib/virtualbox/VirtualBox.desktop /usr/share/applications/ + install /usr/lib/virtualbox/VBox.png /usr/share/icons/hicolor/32x32/apps/ + # Create the vboxusers group groupadd -f vboxusers From zbiggy at lunar-linux.org Sun Dec 28 01:09:00 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 00:09:00 +0000 Subject: [Lunar-commits] sun-jdk: updated to 1.6.0_11 Message-ID: <20081228020032.9E07E9B1B3@doppio.foo-projects.org> commit 0e1204172d05807dc012d09aad5d1bf804ef1417 Author: Zbigniew Luszpinski Date: Sun Dec 28 00:09:00 2008 +0000 sun-jdk: updated to 1.6.0_11 --- compilers/sun-jdk/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compilers/sun-jdk/DETAILS b/compilers/sun-jdk/DETAILS index c93297a..a4fff56 100644 --- a/compilers/sun-jdk/DETAILS +++ b/compilers/sun-jdk/DETAILS @@ -1,13 +1,13 @@ MODULE=sun-jdk - VERSION=1.6.0_10 - SR=6u10 + VERSION=1.6.0_11 + SR=6u11 SOURCE=jdk-$SR-dlj-linux-i586.bin SOURCE_URL=http://download.java.net/dlj/binaries/ - SOURCE_VFY=sha1:f4dc9d497042c5196afb7ae75257de8614673ea6 + SOURCE_VFY=sha1:6c1bb54d383e1fff69c5e33bfe9e3fcc05c653ab WEB_SITE=https://jdk-distros.dev.java.net/developer.html LICENSE="proprietary" ENTERED=20070210 - UPDATED=20081018 + UPDATED=20081213 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" From zbiggy at lunar-linux.org Sun Dec 28 04:30:20 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 03:30:20 +0000 Subject: [Lunar-commits] fglrx: updated to 8.12; this version is fully compatible with current X.org Message-ID: <20081228023200.80A2D9B1B3@doppio.foo-projects.org> commit 51ca95076cbcd94b0f6a6c9fada56a1162f72ec0 Author: Zbigniew Luszpinski Date: Sun Dec 28 03:30:20 2008 +0000 fglrx: updated to 8.12; this version is fully compatible with current X.org --- x11/fglrx/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/fglrx/DETAILS b/x11/fglrx/DETAILS index 4dc1a4d..72c54ab 100644 --- a/x11/fglrx/DETAILS +++ b/x11/fglrx/DETAILS @@ -1,12 +1,12 @@ MODULE=fglrx - VERSION=8.11 + VERSION=8.12 FVERSION=`echo $VERSION |tr . -` SOURCE=ati-driver-installer-$FVERSION-x86.x86_64.run SOURCE_URL=https://www2.ati.com/drivers/linux/ - SOURCE_VFY=sha1:75f9775f3df412617aa2897ef8d75e10c9fc9017 + SOURCE_VFY=sha1:886112b82f9cd0976cb73e59fcaed0f086e8c760 WEB_SITE=http://ati.amd.com/ ENTERED=20040220 - UPDATED=20081117 + UPDATED=20081211 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" cat << EOF From florin at lunar-linux.org Sun Dec 28 10:05:46 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 28 Dec 2008 11:05:46 +0200 Subject: [Lunar-commits] gob2: version bmped to 2.0.15. Message-ID: <20081228080808.E32B29B1B3@doppio.foo-projects.org> commit 166189fc40ba5a4a282fbb2908958b8ac9009cda Author: Florin Braescu Date: Sun Dec 28 11:05:46 2008 +0200 gob2: version bmped to 2.0.15. Changes: * Fix --file-sep usage with respect to private headers * Don't use /dev/null to help portability on non-unix * Fix segfault on bad include statement (debian bug #443907) * Fix my-person.gob example --- devel/gob2/DEPENDS | 2 +- devel/gob2/DETAILS | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/gob2/DEPENDS b/devel/gob2/DEPENDS index e595253..1091f14 100644 --- a/devel/gob2/DEPENDS +++ b/devel/gob2/DEPENDS @@ -1,2 +1,2 @@ -depends glib-2 && +depends glib-2 depends flex diff --git a/devel/gob2/DETAILS b/devel/gob2/DETAILS index 1d5dd35..1fbfc90 100644 --- a/devel/gob2/DETAILS +++ b/devel/gob2/DETAILS @@ -1,18 +1,18 @@ MODULE=gob2 - VERSION=2.0.14 + VERSION=2.0.15 MAJOR=2.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:603873f1f9455ee5a03ff5ba7d327489e91b700d - WEB_SITE=http://www.5z.com/jirka/gob.html/ + SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR + SOURCE_VFY=sha1:615e968e4a3fb16ac0a6f8668c57765554ca3f30 + WEB_SITE=http://www.5z.com/jirka/gob.html ENTERED=20020713 - UPDATED=20060111 + UPDATED=20081228 SHORT="A preprocessor for making GObjects with inline C code" cat << EOF GOB2 is a preprocessor for making GObjects with inline C code so that -generated files are not edited. Syntax is inspired by Java and Yacc -or Lex. The implementation is intentionally kept simple, and no C +generated files are not edited. Syntax is inspired by Java and Yacc +or Lex. The implementation is intentionally kept simple, and no C actual code parsing is done. Reasons: From florin at lunar-linux.org Sun Dec 28 10:37:22 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 28 Dec 2008 11:37:22 +0200 Subject: [Lunar-commits] libmpd: version bumped to 0.17.0. Message-ID: <20081228083940.3420C9B1B3@doppio.foo-projects.org> commit 62493824c70d6e7be1ffe8de09997afafca72eb1 Author: Florin Braescu Date: Sun Dec 28 11:37:22 2008 +0200 libmpd: version bumped to 0.17.0. Bugfixes and enhacements. --- audio/libmpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/libmpd/DETAILS b/audio/libmpd/DETAILS index 8c97fb3..cedb505 100644 --- a/audio/libmpd/DETAILS +++ b/audio/libmpd/DETAILS @@ -1,11 +1,11 @@ MODULE=libmpd - VERSION=0.16.1 + VERSION=0.17.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.sarine.nl/Programs/gmpc/$VERSION - SOURCE_VFY=sha1:9d5fdb65a59c0f87f45612b61e191d18abe4cd5d + SOURCE_VFY=sha1:b15146683d620217d57e32042e238747e4b32cc1 WEB_SITE=http://sarine.nl/home ENTERED=20060421 - UPDATED=20081214 + UPDATED=20081228 SHORT="Abstraction library around libmpdclient" cat << EOF From florin at lunar-linux.org Sun Dec 28 10:38:18 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 28 Dec 2008 11:38:18 +0200 Subject: [Lunar-commits] gmpc: version bumped to 0.17.0. Message-ID: <20081228084101.2C9CD9B1B3@doppio.foo-projects.org> commit 38cfc4f9ab2f901fe1bf0e1b3e61ca7add492b4f Author: Florin Braescu Date: Sun Dec 28 11:38:18 2008 +0200 gmpc: version bumped to 0.17.0. Add gob2 as a depend, bugfixes and improvements. --- audio/gmpc/DEPENDS | 2 +- audio/gmpc/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/gmpc/DEPENDS b/audio/gmpc/DEPENDS index 718e83f..311b503 100644 --- a/audio/gmpc/DEPENDS +++ b/audio/gmpc/DEPENDS @@ -2,4 +2,4 @@ depends gtk+-2 depends libglade depends libmpd depends curl - +depends gob2 diff --git a/audio/gmpc/DETAILS b/audio/gmpc/DETAILS index 2aef461..d7f09e6 100644 --- a/audio/gmpc/DETAILS +++ b/audio/gmpc/DETAILS @@ -1,11 +1,11 @@ MODULE=gmpc - VERSION=0.16.1 + VERSION=0.17.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.sarine.nl/Programs/$MODULE/$VERSION - SOURCE_VFY=sha1:d3a8531da4209105e524aef4315c1964aa6731ee + SOURCE_VFY=sha1:2b4d4f33e3374440936e91ddc790a98cff13ef1b WEB_SITE=http://sarine.nl/home ENTERED=20060421 - UPDATED=20081214 + UPDATED=20081228 SHORT="GTK+-2 based frontend to mpd (music player daemon)" cat << EOF From florin at lunar-linux.org Sun Dec 28 10:41:21 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 28 Dec 2008 11:41:21 +0200 Subject: [Lunar-commits] gob: remove it from the moonbase. Message-ID: <20081228084334.3FCBD9B1B3@doppio.foo-projects.org> commit eb1576c16eb9ef57a0a94418d8201ffd66dd7f48 Author: Florin Braescu Date: Sun Dec 28 11:41:21 2008 +0200 gob: remove it from the moonbase. --- devel/gob/DEPENDS | 2 -- devel/gob/DETAILS | 24 ------------------------ 2 files changed, 0 insertions(+), 26 deletions(-) diff --git a/devel/gob/DEPENDS b/devel/gob/DEPENDS deleted file mode 100644 index a0affac..0000000 --- a/devel/gob/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends byacc && -depends gtk+ diff --git a/devel/gob/DETAILS b/devel/gob/DETAILS deleted file mode 100644 index 3f9bc4a..0000000 --- a/devel/gob/DETAILS +++ /dev/null @@ -1,24 +0,0 @@ - MODULE=gob - VERSION=1.0.12 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://ftp.5z.com/pub/gob/ - SOURCE_VFY=sha1:ebdc5c9d24b3eb0eb2c16c9c4bb3e9da225383e3 - WEB_SITE=http://www.5z.com/jirka/gob.html - ENTERED=20020713 - UPDATED=20020713 - SHORT="A preprocessor for making GTK+ objects with inline C code" - -cat << EOF -GOB is a preprocessor for making GTK+ objects with inline C code so -that generated files are not editted. Syntax is inspired by java and -yacc or lex. The implementation is intentionaly kept simple, and no C -actual code parsing is done. - -Reasons: - * C is a perfect (well mostly) language, no need for another language - * Writing a fully featured GTK+ object is a hassle - * GTK+ has little typesafety, GOB improves on it - * Need for a generator that doesn't require changes to generated code - * I like how Java writes method code directly into the class - definition -EOF From florin at lunar-linux.org Sun Dec 28 10:51:49 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 28 Dec 2008 11:51:49 +0200 Subject: [Lunar-commits] mjpegtools: version bumped to 1.9.0rc4. Message-ID: <20081228085441.A43219B1B3@doppio.foo-projects.org> commit 73e773ebae5a630299ac205eb8e08e627aab1ae8 Author: Florin Braescu Date: Sun Dec 28 11:51:49 2008 +0200 mjpegtools: version bumped to 1.9.0rc4. It use glib-2 ang gtk+-2 now. --- video/mjpegtools/DEPENDS | 9 +++++---- video/mjpegtools/DETAILS | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/video/mjpegtools/DEPENDS b/video/mjpegtools/DEPENDS index 2bdfea6..04412cf 100644 --- a/video/mjpegtools/DEPENDS +++ b/video/mjpegtools/DEPENDS @@ -1,4 +1,5 @@ -depends glib -optional_depends gtk+ "" "" "" -optional_depends avifile "" "" "" -optional_depends SDL "" "" "" +depends glib-2 + +optional_depends gtk+-2 "" "" "GTK+-2 support" +optional_depends avifile "" "" "avifile support" +optional_depends SDL "" "" "SDL support" diff --git a/video/mjpegtools/DETAILS b/video/mjpegtools/DETAILS index f53060e..ff591d8 100644 --- a/video/mjpegtools/DETAILS +++ b/video/mjpegtools/DETAILS @@ -1,13 +1,14 @@ MODULE=mjpegtools - VERSION=1.9.0rc3 + VERSION=1.9.0rc4 SOURCE=${MODULE}-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/mjpeg/ - SOURCE_VFY=sha1:417816e548d9fbb6c336df64b88f31b02d6ff3b1 + SOURCE_URL=$SFORGE_URL/mjpeg + SOURCE_VFY=sha1:b3b7ad281d2aff04e82e7bdf973620d552fb4c9c WEB_SITE=http://mjpeg.sourceforge.net ENTERED=20021207 - UPDATED=20080606 + UPDATED=20081228 PSAFE=no SHORT="Tools for working with MJPEG/MPEG files" + cat << EOF The mjpeg programs are a set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of From ratler at lunar-linux.org Sun Dec 28 11:28:43 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 28 Dec 2008 11:28:43 +0100 (CET) Subject: [Lunar-commits] r27031 - in lunar-iso/trunk: . kernels/conf/2.6 Message-ID: <20081228102843.ED01D9B1B3@doppio.foo-projects.org> Author: ratler Date: 2008-12-28 11:28:43 +0100 (Sun, 28 Dec 2008) New Revision: 27031 Modified: lunar-iso/trunk/NEWS lunar-iso/trunk/kernels/conf/2.6/base.x86_64 Log: Kernel config for x86-64. Updated NEWS file Modified: lunar-iso/trunk/NEWS =================================================================== --- lunar-iso/trunk/NEWS 2008-12-24 11:39:42 UTC (rev 27030) +++ lunar-iso/trunk/NEWS 2008-12-28 10:28:43 UTC (rev 27031) @@ -1,3 +1,17 @@ +20081224 1.6.4 ratler + * Final release of 1.6.4 'Lacus Autumni' for both i686 and x86-64 + + * Modules + - Kernel bumped to 2.6.27.10 + - Removed USB modem modules from the precompiled kernels + - All packages refreshed + - lsb-release added + + * Installer + - The installer will now skip 'swap file' step if a swap partition + was added + - Bumped isolinux.bin version + 20081012 1.6.4-beta1 ratler * Beta 1 release! Modified: lunar-iso/trunk/kernels/conf/2.6/base.x86_64 =================================================================== --- lunar-iso/trunk/kernels/conf/2.6/base.x86_64 2008-12-24 11:39:42 UTC (rev 27030) +++ lunar-iso/trunk/kernels/conf/2.6/base.x86_64 2008-12-28 10:28:43 UTC (rev 27031) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.27 -# Sat Oct 11 20:29:48 2008 +# Linux kernel version: 2.6.27.10 +# Wed Dec 24 13:46:25 2008 # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -270,6 +270,7 @@ CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_MMU_NOTIFIER=y +CONFIG_X86_RESERVE_LOW_64K=y CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set # CONFIG_X86_PAT is not set @@ -2602,7 +2603,6 @@ # CONFIG_USB_EHCI_TT_NEWSCHED is not set CONFIG_USB_ISP116X_HCD=m CONFIG_USB_ISP1760_HCD=m -# CONFIG_USB_ISP1760_PCI is not set CONFIG_USB_OHCI_HCD=y # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set @@ -2727,10 +2727,10 @@ CONFIG_USB_TEST=m # CONFIG_USB_ISIGHTFW is not set CONFIG_USB_ATM=m -CONFIG_USB_SPEEDTOUCH=m -CONFIG_USB_CXACRU=m -CONFIG_USB_UEAGLEATM=m -CONFIG_USB_XUSBATM=m +# CONFIG_USB_SPEEDTOUCH is not set +# CONFIG_USB_CXACRU is not set +# CONFIG_USB_UEAGLEATM is not set +# CONFIG_USB_XUSBATM is not set CONFIG_USB_GADGET=m # CONFIG_USB_GADGET_DEBUG is not set # CONFIG_USB_GADGET_DEBUG_FILES is not set From ratler at lunar-linux.org Sun Dec 28 11:30:13 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 28 Dec 2008 11:30:13 +0100 (CET) Subject: [Lunar-commits] r27032 - lunar-iso/tags Message-ID: <20081228103013.9D5289B1B3@doppio.foo-projects.org> Author: ratler Date: 2008-12-28 11:30:13 +0100 (Sun, 28 Dec 2008) New Revision: 27032 Added: lunar-iso/tags/1.6.4/ Log: Tagging final release 1.6.4 From florin at lunar-linux.org Sun Dec 28 14:28:57 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 28 Dec 2008 15:28:57 +0200 Subject: [Lunar-commits] alsaplayer: use gtk+-2 as an optional depend. Message-ID: <20081228123157.4D61C9B1B3@doppio.foo-projects.org> commit 7b4fa78fa96ee97866f9d830e9ce3b654e5d44ab Author: Florin Braescu Date: Sun Dec 28 15:28:57 2008 +0200 alsaplayer: use gtk+-2 as an optional depend. Proposed by O. Dietsch. --- audio/alsaplayer/DEPENDS | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/audio/alsaplayer/DEPENDS b/audio/alsaplayer/DEPENDS index ab7aab5..1a84c83 100644 --- a/audio/alsaplayer/DEPENDS +++ b/audio/alsaplayer/DEPENDS @@ -1,7 +1,10 @@ -depends gtk+-2 - optional_depends "alsa-utils" "" "" "for ALSA sound drivers and utils" +optional_depends "gtk+-2" \ + "--enable-gtk2" \ + "--disable-gtk2" \ + "for GTK+-2 GUI support" + optional_depends "audiofile" \ "--enable-audiofile" \ "--disable-audiofile" \ From zbiggy at lunar-linux.org Sun Dec 28 14:42:02 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 13:42:02 +0000 Subject: [Lunar-commits] gparted: updated to 0.4.1 Message-ID: <20081228124315.744639B1B3@doppio.foo-projects.org> commit f468d53956c6b345815ff6bf2f4fb246ced8f4a8 Author: Zbigniew Luszpinski Date: Sun Dec 28 13:42:02 2008 +0000 gparted: updated to 0.4.1 --- x11-utils/gparted/DEPENDS | 1 - x11-utils/gparted/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/x11-utils/gparted/DEPENDS b/x11-utils/gparted/DEPENDS index 8bbd67f..473b31b 100644 --- a/x11-utils/gparted/DEPENDS +++ b/x11-utils/gparted/DEPENDS @@ -1,5 +1,4 @@ depends parted depends gtkmm -depends gnome-doc-utils optional_depends "mtools" "" "" "for fat32 volume label support" diff --git a/x11-utils/gparted/DETAILS b/x11-utils/gparted/DETAILS index 10da517..9ba967c 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.4.0 + VERSION=0.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:01ec2c013a54b53d6e363bff580f90840705ee71 + SOURCE_VFY=sha1:2d264ba79e51cf395eb050e970b16ad906766c02 WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20081130 + UPDATED=20081228 SHORT="A graphical frontend to parted" cat << EOF From zbiggy at lunar-linux.org Sun Dec 28 14:51:21 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 13:51:21 +0000 Subject: [Lunar-commits] tar: updated to 1.21 Message-ID: <20081228125148.0E2279B1B3@doppio.foo-projects.org> commit 1039d2851e67773819f3c6fb7d7b17e252357292 Author: Zbigniew Luszpinski Date: Sun Dec 28 13:51:21 2008 +0000 tar: updated to 1.21 --- archive/tar/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/tar/DETAILS b/archive/tar/DETAILS index 80d16d3..1ab11db 100644 --- a/archive/tar/DETAILS +++ b/archive/tar/DETAILS @@ -1,15 +1,15 @@ MODULE=tar - VERSION=1.20 + VERSION=1.21 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE.1-1.20.gz SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:4d4cda2ce857b5ea77b39dc718260ab09c145335 + SOURCE_VFY=sha1:4563bc828e7d285eb466a9587af88e7e1556cf88 SOURCE2_VFY=sha1:1a1e80c4bc615016362f6b73c4ac8e1b97ffc8e2 WEB_SITE=http://www.gnu.org/software/tar/tar.html ENTERED=20010922 - UPDATED=20080415 + UPDATED=20081228 SHORT="Creates GNU tar archives" cat << EOF From zbiggy at lunar-linux.org Sun Dec 28 16:42:31 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 15:42:31 +0000 Subject: [Lunar-commits] sun-jre: updated to 1.6.0_11 Message-ID: <20081228144257.05B579B1B3@doppio.foo-projects.org> commit 1c987b931868d19ef16321b57a4cf9bb3cb48f9f Author: Zbigniew Luszpinski Date: Sun Dec 28 15:42:31 2008 +0000 sun-jre: updated to 1.6.0_11 --- compilers/sun-jre/DETAILS | 10 +++++----- compilers/sun-jre/DETAILS.x86_64 | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compilers/sun-jre/DETAILS b/compilers/sun-jre/DETAILS index fafc6c8..d9053d1 100644 --- a/compilers/sun-jre/DETAILS +++ b/compilers/sun-jre/DETAILS @@ -1,12 +1,12 @@ MODULE=sun-jre - VERSION=1.6.0_10 - SOURCE=jre-6u10-linux-i586.bin - SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=25051&/" - SOURCE_VFY=sha1:dd4f5ad43e74340b485f3ca27512aeae84332931 + VERSION=1.6.0_11 + SOURCE=jre-6u11-linux-i586.bin + SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=26214&/" + SOURCE_VFY=sha1:85f6e820bc5c31a2eb1eab1a0b4ab3c9cf449445 WEB_SITE=http://www.java.com/en/download/manual.jsp LICENSE="proprietary" ENTERED=20061113 - UPDATED=20081101 + UPDATED=20081228 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" diff --git a/compilers/sun-jre/DETAILS.x86_64 b/compilers/sun-jre/DETAILS.x86_64 index ee0a129..f5cdb2d 100644 --- a/compilers/sun-jre/DETAILS.x86_64 +++ b/compilers/sun-jre/DETAILS.x86_64 @@ -1,12 +1,12 @@ MODULE=sun-jre - VERSION=1.6.0_10 - SOURCE=jre-6u10-linux-x64.bin - SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=25053&/" - SOURCE_VFY=sha1:9de590f8a658312bc775017175aee93a952b9864 + VERSION=1.6.0_11 + SOURCE=jre-6u11-linux-x64.bin + SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=26218&/" + SOURCE_VFY=sha1:6523cc5654b3fb30996befe76b2edb74b01b37d7 WEB_SITE=http://www.java.com/en/download/manual.jsp LICENSE="proprietary" ENTERED=20061113 - UPDATED=20081101 + UPDATED=20081228 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" From zbiggy at lunar-linux.org Sun Dec 28 16:47:44 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 15:47:44 +0000 Subject: [Lunar-commits] samba: updated to 3.2.6, cleaned up BUILD Message-ID: <20081228144815.A630EF386E@doppio.foo-projects.org> commit ecc297663ff688409700c8c6fe3be66cb0128285 Author: Zbigniew Luszpinski Date: Sun Dec 28 15:47:44 2008 +0000 samba: updated to 3.2.6, cleaned up BUILD --- net/samba/BUILD | 8 -------- net/samba/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/net/samba/BUILD b/net/samba/BUILD index 3e32d4d..df248e3 100644 --- a/net/samba/BUILD +++ b/net/samba/BUILD @@ -9,19 +9,14 @@ --sysconfdir=/etc \ --localstatedir=/var \ --with-piddir=/var/run \ - --with-smbmount \ --with-fhs \ --mandir=/usr/share/man \ $WITH_PAM \ --with-swatdir=/usr/share/samba/swat \ $OPTS || exit 1 - cp Makefile Makefile.orig && - sedit "s/-msse2//g" Makefile && - mkdir -p /etc/samba /usr/share/samba /var/log/samba && - make -C client mount.cifs umount.cifs && default_make && # These do not seem to be needed anymore. If uncommented vlc, mplayer to name a @@ -30,9 +25,6 @@ # ln -sf /usr/lib/samba/libsmbclient.so /usr/lib/libsmbclient.so.0 && # ln -sf /usr/lib/samba/libsmbclient.so /usr/lib/libsmbclient.so && - # install cifs mount helpers - install -m0755 client/{,u}mount.cifs /sbin/ && - if module_installed cups ; then ln -sf /usr/bin/smbspool /usr/lib/cups/backend/smb fi && diff --git a/net/samba/DETAILS b/net/samba/DETAILS index f63d32e..406d3a9 100644 --- a/net/samba/DETAILS +++ b/net/samba/DETAILS @@ -1,5 +1,5 @@ MODULE=samba - VERSION=3.2.5 + VERSION=3.2.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://us1.samba.org/$MODULE/ftp SOURCE_URL[1]=http://us2.samba.org/$MODULE/ftp @@ -7,10 +7,10 @@ SOURCE_URL[3]=http://us6.samba.org/$MODULE/ftp SOURCE_URL[4]=ftp://se.samba.org/pub/$MODULE SOURCE_URL[5]=ftp://de.samba.org/samba.org - SOURCE_VFY=sha1:ed2d5f84fb070dc59b28d36f6b5323fa121da3e1 + SOURCE_VFY=sha1:6c2ce11b9f17f30803366e85dc08e4050f4c4dfa WEB_SITE=http://www.samba.org ENTERED=20010922 - UPDATED=20081128 + UPDATED=20081228 PSAFE=no SHORT="Samba provides file and print services to SMB/CIFS clients" From florin at lunar-linux.org Sun Dec 28 15:12:57 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 28 Dec 2008 16:12:57 +0200 Subject: [Lunar-commits] transmission: version bumped to 1.42. Message-ID: <20081228150357.3D7C09B1B3@doppio.foo-projects.org> commit 5a4a1a758a6c7b9b1679d340bb59292e294e278b Author: Florin Braescu Date: Sun Dec 28 16:12:57 2008 +0200 transmission: version bumped to 1.42. Bugfixes release. --- distributed/transmission/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributed/transmission/DETAILS b/distributed/transmission/DETAILS index 3dbfe60..b249eb8 100644 --- a/distributed/transmission/DETAILS +++ b/distributed/transmission/DETAILS @@ -1,11 +1,11 @@ MODULE=transmission - VERSION=1.41 + VERSION=1.42 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://mirrors.m0k.org/transmission/files - SOURCE_VFY=sha1:749b53aab7048a20c665aeb776db65dd079ebb2a + SOURCE_VFY=sha1:109ef121bc4d032c78b14d7d3934f20a5ed98035 WEB_SITE=http://transmissionbt.com ENTERED=20060626 - UPDATED=20081225 + UPDATED=20081228 SHORT="A fast and powerful BitTorrent client" cat << EOF From tchan at lunar-linux.org Sun Dec 28 17:44:28 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 28 Dec 2008 10:44:28 -0600 Subject: [Lunar-commits] tar: Updated the manpage for tar to 1.21 Message-ID: <20081228164607.17C759B1B3@doppio.foo-projects.org> commit 4ea836ee63870663cc0066da13b2707640ef8df7 Author: Terry Chan Date: Sun Dec 28 10:44:28 2008 -0600 tar: Updated the manpage for tar to 1.21 --- archive/tar/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/tar/DETAILS b/archive/tar/DETAILS index 1ab11db..13d2245 100644 --- a/archive/tar/DETAILS +++ b/archive/tar/DETAILS @@ -1,12 +1,12 @@ MODULE=tar VERSION=1.21 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE.1-1.20.gz + SOURCE2=$MODULE.1-1.21.gz SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/ SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:4563bc828e7d285eb466a9587af88e7e1556cf88 - SOURCE2_VFY=sha1:1a1e80c4bc615016362f6b73c4ac8e1b97ffc8e2 + SOURCE2_VFY=sha1:c6822d7947049dc44a01e1c018b9dfe0dc37926e WEB_SITE=http://www.gnu.org/software/tar/tar.html ENTERED=20010922 UPDATED=20081228 From tchan at lunar-linux.org Sun Dec 28 17:45:27 2008 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 28 Dec 2008 10:45:27 -0600 Subject: [Lunar-commits] tar-static: Version bump to 1.21 Message-ID: <20081228164607.20B2B9B1B4@doppio.foo-projects.org> commit 15a0f4f05c20f44c1afa4b509b227a7df81ee3b2 Author: Terry Chan Date: Sun Dec 28 10:45:27 2008 -0600 tar-static: Version bump to 1.21 --- archive/tar-static/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/tar-static/DETAILS b/archive/tar-static/DETAILS index 1eca15e..7fcf243 100644 --- a/archive/tar-static/DETAILS +++ b/archive/tar-static/DETAILS @@ -1,13 +1,13 @@ MODULE=tar-static BASENAME=tar - VERSION=1.20 + VERSION=1.21 SOURCE=$BASENAME-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME-$VERSION SOURCE_URL=ftp://ftp.gnu.org/gnu/$BASENAME/ - SOURCE_VFY=sha1:4d4cda2ce857b5ea77b39dc718260ab09c145335 + SOURCE_VFY=sha1:4563bc828e7d285eb466a9587af88e7e1556cf88 WEB_SITE=http://www.gnu.org/software/tar/tar.html ENTERED=20010922 - UPDATED=20080414 + UPDATED=20081228 SHORT="Creates GNU tar archives (static linked version)" cat << EOF From zbiggy at lunar-linux.org Sun Dec 28 21:37:21 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 20:37:21 +0000 Subject: [Lunar-commits] physfs: updated to 1.1.1 Message-ID: <20081228193818.179AD9B1B3@doppio.foo-projects.org> commit 7ba17f068df4abdcb3ff9be0983f6cd0b0da08fd Author: Zbigniew Luszpinski Date: Sun Dec 28 20:37:21 2008 +0000 physfs: updated to 1.1.1 --- devel/physfs/BUILD | 6 ++++++ devel/physfs/DEPENDS | 1 + devel/physfs/DETAILS | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD new file mode 100644 index 0000000..b8afad2 --- /dev/null +++ b/devel/physfs/BUILD @@ -0,0 +1,6 @@ +( + + cmake -DCMAKE_INSTALL_PREFIX:=/usr && + default_make + +) > $C_FIFO 2>&1 diff --git a/devel/physfs/DEPENDS b/devel/physfs/DEPENDS new file mode 100644 index 0000000..60dd614 --- /dev/null +++ b/devel/physfs/DEPENDS @@ -0,0 +1 @@ +depends cmake diff --git a/devel/physfs/DETAILS b/devel/physfs/DETAILS index cddb4db..c2af5a1 100644 --- a/devel/physfs/DETAILS +++ b/devel/physfs/DETAILS @@ -1,11 +1,11 @@ MODULE=physfs - VERSION=1.0.1 + VERSION=1.1.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://icculus.org/physfs/downloads/ - SOURCE_VFY=sha1:48803ceb60b44a4d3b7511b7a2d66a020d86e95a + SOURCE_VFY=sha1:7d167955732415b61dd93dae1b2419e98cd6419a WEB_SITE=http://icculus.org/physfs ENTERED=20030215 - UPDATED=20080317 + UPDATED=20081228 SHORT="library to provide abstract access to various archives." cat << EOF From zbiggy at lunar-linux.org Sun Dec 28 21:40:24 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 20:40:24 +0000 Subject: [Lunar-commits] supertux: updated to 0.3.1d Message-ID: <20081228200601.EB63D9B1B3@doppio.foo-projects.org> commit 8cc5599d23bb222768b9005c0993c2e9c08e7fb1 Author: Zbigniew Luszpinski Date: Sun Dec 28 20:40:24 2008 +0000 supertux: updated to 0.3.1d --- games/supertux/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/supertux/DETAILS b/games/supertux/DETAILS index 322c72e..9a9b3f7 100644 --- a/games/supertux/DETAILS +++ b/games/supertux/DETAILS @@ -1,14 +1,14 @@ MODULE=supertux - VERSION=0.3.0 + VERSION=0.3.1d SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://download.berlios.de/$MODULE/ - SOURCE_VFY=sha1:3a2b7ff90759982af697ecf62243b4ec2736ac53 + SOURCE_VFY=sha1:5d9fd1ee9da7c207ed3294fbc6aa189e68768d93 WEB_SITE=http://super-tux.berlios.de/ ENTERED=20040630 - UPDATED=20070603 + UPDATED=20081228 MAINTAINER=florin at lunar-linux.org SHORT="jump'n run like game" - +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-`echo $VERSION | cut -dd -f1` cat < scons: updated to 1.2.0 Message-ID: <20081228200602.050639B1B4@doppio.foo-projects.org> commit f9253fe08e4de999486f8ca3711728eb0e417376 Author: Zbigniew Luszpinski Date: Sun Dec 28 20:41:51 2008 +0000 scons: updated to 1.2.0 --- devel/scons/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/scons/DETAILS b/devel/scons/DETAILS index b0f3bb9..12a557a 100644 --- a/devel/scons/DETAILS +++ b/devel/scons/DETAILS @@ -1,11 +1,11 @@ MODULE=scons - VERSION=0.98.5 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:d2ab8835fe850c6aea1ae22fb3f4eea777feee14 + SOURCE_VFY=sha1:cd6be8698a384ea2ac4f5191cef94f57b2f84bbb WEB_SITE=http://www.scons.org ENTERED=20041011 - UPDATED=20080626 + UPDATED=20081228 SHORT="Pathetic attempt to replace make" cat << EOF From zbiggy at lunar-linux.org Sun Dec 28 21:44:48 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 20:44:48 +0000 Subject: [Lunar-commits] ode: updated to 0.10.1 Message-ID: <20081228200602.188049B1B5@doppio.foo-projects.org> commit 0a027c653bbb05d168aba1285bf9c290907da088 Author: Zbigniew Luszpinski Date: Sun Dec 28 20:44:48 2008 +0000 ode: updated to 0.10.1 --- libs/ode/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/ode/DETAILS b/libs/ode/DETAILS index 27db037..2947298 100644 --- a/libs/ode/DETAILS +++ b/libs/ode/DETAILS @@ -1,11 +1,11 @@ MODULE=ode - VERSION=0.8 - SOURCE=$MODULE-src-$VERSION.zip + VERSION=0.10.1 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/opende/ - SOURCE_VFY=sha1:8e8a956ecebfc9e1f5f76b4e0083147581d85abe + SOURCE_VFY=sha1:2099b96567d6264def7bbd42b524260bf15d7f25 WEB_SITE=http://www.ode.org/ ENTERED=20041011 - UPDATED=20070409 + UPDATED=20081228 SHORT="Open Dynamics Engine" cat << EOF ODE is an open source, high performance library for simulating rigid From zbiggy at lunar-linux.org Sun Dec 28 21:50:17 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 20:50:17 +0000 Subject: [Lunar-commits] esound: updated to 0.2.41 Message-ID: <20081228200602.41C6A9B1B8@doppio.foo-projects.org> commit 67790e37528c5419fa997c82601a8e8b03fa7c4f Author: Zbigniew Luszpinski Date: Sun Dec 28 20:50:17 2008 +0000 esound: updated to 0.2.41 --- audio/esound/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/esound/DETAILS b/audio/esound/DETAILS index 24cc4bf..7656ec5 100644 --- a/audio/esound/DETAILS +++ b/audio/esound/DETAILS @@ -1,13 +1,13 @@ MODULE=esound MAJOR=0.2 - VERSION=0.2.38 + VERSION=0.2.41 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:29133b0acd17ddac10c3a6769afa40a7cb596c91 + SOURCE_VFY=sha1:6c343483b3789f439277935eaad7e478bee685ea WEB_SITE=http://www.tux.org/~ricdude/EsounD.html ENTERED=20010922 - UPDATED=20070507 + UPDATED=20081228 SHORT="The Enlightened Sound Daemon" cat << EOF From zbiggy at lunar-linux.org Sun Dec 28 22:02:29 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 21:02:29 +0000 Subject: [Lunar-commits] xkeyboard-config: updated to 1.4; evdev 2.1 driver requirement Message-ID: <20081228200602.590529B1B3@doppio.foo-projects.org> commit f6b3ab249aa53760d330f53f3085874c0443e9df Author: Zbigniew Luszpinski Date: Sun Dec 28 21:02:29 2008 +0000 xkeyboard-config: updated to 1.4; evdev 2.1 driver requirement --- xorg7/data/xkeyboard-config/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/data/xkeyboard-config/DETAILS b/xorg7/data/xkeyboard-config/DETAILS index 6aa2731..c8cf989 100644 --- a/xorg7/data/xkeyboard-config/DETAILS +++ b/xorg7/data/xkeyboard-config/DETAILS @@ -1,12 +1,12 @@ MODULE=xkeyboard-config - VERSION=1.2 + VERSION=1.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://xlibs.freedesktop.org/xkbdesc - SOURCE_VFY=sha1:d258d46dd2c5255aa60d489810ea246d5d224881 + SOURCE_VFY=sha1:7ad0ff286233b3569ea38ab951f61efb2e4745b9 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20070329 - UPDATED=20070206 + UPDATED=20081123 SHORT="keyboard data files for the X.Org server" cat << EOF From zbiggy at lunar-linux.org Sun Dec 28 22:05:11 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 21:05:11 +0000 Subject: [Lunar-commits] xf86-input-evdev: updated to 2.1.0 Message-ID: <20081228200602.751D19B1B4@doppio.foo-projects.org> commit 735c7be1a9559a09eb6576816a09360485daf4b8 Author: Zbigniew Luszpinski Date: Sun Dec 28 21:05:11 2008 +0000 xf86-input-evdev: updated to 2.1.0 --- xorg7/driver/xf86-input-evdev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS index 71f27e0..84122b6 100644 --- a/xorg7/driver/xf86-input-evdev/DETAILS +++ b/xorg7/driver/xf86-input-evdev/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-evdev - VERSION=2.0.8 + VERSION=2.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:57a88717a621957d82169b7508ef293214f4b952 + SOURCE_VFY=sha1:afa5b981e4205fbefe1a21b95fa973f1c6532142 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20081209 + UPDATED=20081210 SHORT="An input driver" cat << EOF From zbiggy at lunar-linux.org Sun Dec 28 22:49:22 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 21:49:22 +0000 Subject: [Lunar-commits] mysql: updated to 5.0.75 Message-ID: <20081228204945.9A5359B1B3@doppio.foo-projects.org> commit 440f2db206ea70a05a450e883b1e08ccb8ab038b Author: Zbigniew Luszpinski Date: Sun Dec 28 21:49:22 2008 +0000 mysql: updated to 5.0.75 --- sql/mysql/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/mysql/DETAILS b/sql/mysql/DETAILS index 74d119f..0e16dc6 100644 --- a/sql/mysql/DETAILS +++ b/sql/mysql/DETAILS @@ -1,14 +1,14 @@ MODULE=mysql - VERSION=5.0.67 + VERSION=5.0.75 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0 SOURCE_URL[1]=ftp://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-5.0 SOURCE_URL[2]=http://mysql.mirrors.pair.com/Downloads/MySQL-5.0 SOURCE_URL[3]=http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0 - SOURCE_VFY=sha1:168090a4698a3a5efa2f2c9380a4352d4433d377 + SOURCE_VFY=sha1:9deae85a6abf7913f05d89db4b745acb2512bf78 WEB_SITE=http://www.mysql.com ENTERED=20011114 - UPDATED=20080809 + UPDATED=20081228 SHORT="A widely used and fast SQL database server" cat << EOF From zbiggy at lunar-linux.org Sun Dec 28 23:34:31 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 22:34:31 +0000 Subject: [Lunar-commits] NVIDIA-fx: driver for GeforceFX Message-ID: <20081228224154.03CBF9B1B3@doppio.foo-projects.org> commit ca2ff60c85cd008ed2dc8999af5461e36d02fea9 Author: Zbigniew Luszpinski Date: Sun Dec 28 22:34:31 2008 +0000 NVIDIA-fx: driver for GeforceFX --- x11/NVIDIA-fx/BUILD | 89 ++++++++++++++++++++++++++++++++++ x11/NVIDIA-fx/CONFLICTS | 4 ++ x11/NVIDIA-fx/DETAILS | 39 +++++++++++++++ x11/NVIDIA-fx/DETAILS.x86_64 | 39 +++++++++++++++ x11/NVIDIA-fx/PRE_BUILD | 7 +++ x11/NVIDIA-fx/profile.d/nvidia_gl.rc | 11 ++++ 6 files changed, 189 insertions(+), 0 deletions(-) diff --git a/x11/NVIDIA-fx/BUILD b/x11/NVIDIA-fx/BUILD new file mode 100644 index 0000000..bfbe919 --- /dev/null +++ b/x11/NVIDIA-fx/BUILD @@ -0,0 +1,89 @@ +( + + # We make the kernel modules on our own + cd $SOURCE_DIRECTORY/usr/src/nv && + + sedit "s:KBUILD_VERBOSE=1:KBUILD_VERBOSE=0:g" Makefile.kbuild && + + make SYSSRC=/usr/src/linux module && + + prepare_install && + + make SYSSRC=/usr/src/linux install && + + cd $SOURCE_DIRECTORY && + rm -rf old.libraries && + + # This is installer less build script. If you find bugs let me know: zbiggy at o2.pl + sedit "s/__GENERATED_BY__/nvidia-installer\:\ 1.0.7/" usr/lib/libGL.la && + sedit "s/__LIBGL_PATH__/\/usr\/\/lib\/opengl\/nvidia/" usr/lib/libGL.la && + sedit "s/__UTILS_PATH__/\/usr\/bin/" usr/share/applications/nvidia-settings.desktop && + sedit "s/__PIXMAP_PATH__/\/usr\/share\/doc\/NVIDIA_GLX-1.0/" usr/share/applications/nvidia-settings.desktop && + + mkdir -p /usr/lib/opengl/nvidia && + + cd $SOURCE_DIRECTORY && + cp -f nvidia-installer /usr/bin && + mkdir -p /usr/share/doc/NVIDIA_GLX-1.0 && + cp -f LICENSE /usr/share/doc/NVIDIA_GLX-1.0 && + cp -f usr/X11R6/lib/lib* /usr/lib/opengl/nvidia/ && + cp -f usr/X11R6/lib/modules/lib* /usr/X11/lib/xorg/modules && + cp -f usr/share/applications/nvidia-settings.desktop /usr/share/applications/nvidia-settings.desktop + cd /usr/X11/lib/xorg/modules && + ln -sf libnvidia-wfb.so.$VERSION libnvidia-wfb.so.1 && + + cd $SOURCE_DIRECTORY && + cp -rf usr/X11R6/lib/modules/drivers /usr/X11/lib/xorg/modules && + cp -rf usr/X11R6/lib/modules/extensions /usr/X11/lib/xorg/modules && + cd /usr/X11/lib/xorg/modules/extensions && + ln -sf libglx.so.$VERSION libglx.so && + + cd $SOURCE_DIRECTORY && + cp -f usr/bin/nvidia* /usr/bin && + cp -rf usr/include/cuda /usr/X11/include && + cp -rf usr/lib/tls /usr/lib/opengl/nvidia/ && + cd /usr/lib/opengl/nvidia/tls && + ln -sf libnvidia-tls.so.$VERSION libnvidia-tls.so.1 && + + cd $SOURCE_DIRECTORY && + cp -f usr/lib/lib* /usr/lib/opengl/nvidia/ && + cd /usr/lib/opengl/nvidia && + ln -sf libGL.so.$VERSION libGL.so.1 && + ln -sf libGL.so.1 libGL.so && + ln -sf libGLcore.so.$VERSION libGLcore.so.1 && + ln -sf libXvMCNVIDIA.so.$VERSION libXvMCNVIDIA_dynamic.so.1 && + ln -sf libnvidia-cfg.so.$VERSION libnvidia-cfg.so.1 && + ln -sf libnvidia-cfg.so.1 libnvidia-cfg.so && + ln -sf libnvidia-tls.so.$VERSION libnvidia-tls.so.1 && + + cd $SOURCE_DIRECTORY && + cp -rf usr/share/doc/html /usr/share/doc/NVIDIA_GLX-1.0 && + cp -rf usr/include/GL /usr/share/doc/NVIDIA_GLX-1.0 && + cp -f usr/share/doc/NV* /usr/share/doc/NVIDIA_GLX-1.0 && + cp -f usr/share/doc/R* /usr/share/doc/NVIDIA_GLX-1.0 && + cp -f usr/share/doc/X* /usr/share/doc/NVIDIA_GLX-1.0 && + cp -f usr/share/doc/nv* /usr/share/doc/NVIDIA_GLX-1.0 && + cp -rf usr/share/man /usr/share && + cp -f usr/share/pixmaps/* /usr/share/doc/NVIDIA_GLX-1.0 && + + # Register Nvidia XvMC library for use in any XvMC enabled media player + rm -f /etc/X11/XvMCConfig && + touch /etc/X11/XvMCConfig && + echo libXvMCNVIDIA_dynamic.so.1 > /etc/X11/XvMCConfig && + chmod 644 /etc/X11/XvMCConfig + + # Get a sane default if haven't set it yet + if [ "x$LUNAR_GL" == "x" ] ; then + set_local_config LUNAR_GL binary + fi + + # This is a temp workaround for braindead dlopen calls inside the NVIDIA + # libglx.so + + ln -sf /usr/lib/opengl/nvidia/libGLcore.so.1 \ + /usr/lib/libGLcore.so.1 && + + ln -sf /usr/lib/opengl/nvidia/tls/libnvidia-tls.so.1 \ + /usr/lib/libnvidia-tls.so.1 + +) > $C_FIFO 2>&1 diff --git a/x11/NVIDIA-fx/CONFLICTS b/x11/NVIDIA-fx/CONFLICTS new file mode 100644 index 0000000..5cbab6e --- /dev/null +++ b/x11/NVIDIA-fx/CONFLICTS @@ -0,0 +1,4 @@ +conflicts NVIDIA-legacy +conflicts NVIDIA +conflicts NVIDIA-old +conflicts NVIDIA-beta diff --git a/x11/NVIDIA-fx/DETAILS b/x11/NVIDIA-fx/DETAILS new file mode 100644 index 0000000..eca7f08 --- /dev/null +++ b/x11/NVIDIA-fx/DETAILS @@ -0,0 +1,39 @@ + MODULE=NVIDIA-fx + VERSION=173.14.15 + SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run +SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 + SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[1]=http://download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[2]=http://us.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[3]=http://pl.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[4]=http://de.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[5]=http://uk.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[6]=http://es.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[7]=http://fr.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[8]=http://in.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[9]=http://sg.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[10]=http://cn.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[11]=http://tw.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[12]=http://jp.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[13]=http://kr.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[14]=http://ru.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION/ + SOURCE_VFY=sha1:e480c29f5c1ead123c546be10b81d747bd7a675c + WEB_SITE=http://www.nvidia.com/ + LICENSE="proprietary" + ENTERED=20030804 + UPDATED=20081228 + SHORT="X11 binary drivers provided by NVIDIA for Geforce FX" + +cat << EOF +These are the nvidia provided binary X11 drivers for their graphics +cards. It also has the Linux kernel module needed for all supported NVIDIA +Geforce FX cards. Supported GPUs: Geforce FX family known also as Geforce 5. + +If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) +check NVIDIA-old module. +If you have Geforce 2MX/3/4 check NVIDIA-legacy module. +If you have Geforce 6/7/8/9 check NVIDIA module. +EOF diff --git a/x11/NVIDIA-fx/DETAILS.x86_64 b/x11/NVIDIA-fx/DETAILS.x86_64 new file mode 100644 index 0000000..0a596a4 --- /dev/null +++ b/x11/NVIDIA-fx/DETAILS.x86_64 @@ -0,0 +1,39 @@ + MODULE=NVIDIA-fx + VERSION=173.14.15 + SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run +SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 + SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[1]=http://download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[2]=http://us.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[3]=http://pl.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[4]=http://de.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[5]=http://uk.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[6]=http://es.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[7]=http://fr.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[8]=http://in.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[9]=http://sg.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[10]=http://cn.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[11]=http://tw.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[12]=http://jp.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[13]=http://kr.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[14]=http://ru.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ + SOURCE_VFY=sha1:b9bc495c5221da83744ba882f91367cfde062446 + WEB_SITE=http://www.nvidia.com/ + LICENSE="proprietary" + ENTERED=20030804 + UPDATED=20081228 + SHORT="X11 binary drivers provided by NVIDIA for Geforce FX" + +cat << EOF +These are the nvidia provided binary X11 drivers for their graphics +cards. It also has the Linux kernel module needed for all NVIDIA +Geforce FX. Supported GPUs: Geforce FX known also as Geforce 5. + +If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) +check NVIDIA-old module. +If you have Geforce 2MX/3/4 check NVIDIA-legacy module. +If you have Geforce 6/7/8/9 check NVIDIA module. +EOF diff --git a/x11/NVIDIA-fx/PRE_BUILD b/x11/NVIDIA-fx/PRE_BUILD new file mode 100644 index 0000000..aa47872 --- /dev/null +++ b/x11/NVIDIA-fx/PRE_BUILD @@ -0,0 +1,7 @@ +( + + cd $BUILD_DIRECTORY && + rm -rf $SOURCE_DIRECTORY && + sh $SOURCE_CACHE/$SOURCE --extract-only + +) diff --git a/x11/NVIDIA-fx/profile.d/nvidia_gl.rc b/x11/NVIDIA-fx/profile.d/nvidia_gl.rc new file mode 100644 index 0000000..60c63d2 --- /dev/null +++ b/x11/NVIDIA-fx/profile.d/nvidia_gl.rc @@ -0,0 +1,11 @@ +#!/bin/bash + +source /etc/lunar/local/config + +if [ "$LUNAR_GL" == "binary" ] || [ "x$LUNAR_GL" == "x" ] ; then + if ! [ "x$LD_LIBRARY_PATH" == "x" ] ; then + export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia:$LD_LIBRARY_PATH" + else + export LD_LIBRARY_PATH="/usr/lib/opengl/nvidia" + fi +fi From zbiggy at lunar-linux.org Mon Dec 29 00:41:20 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 28 Dec 2008 23:41:20 +0000 Subject: [Lunar-commits] NVIDIA drivers clean up Message-ID: <20081228224154.151F29B1B4@doppio.foo-projects.org> commit efd606b23b9933ae8433185616e21d8f23b66db0 Author: Zbigniew Luszpinski Date: Sun Dec 28 23:41:20 2008 +0000 NVIDIA drivers clean up --- games/tuxracer/BUILD | 2 +- kernel/kernel-reqs/POST_INSTALL | 2 +- x11/NVIDIA-beta/CONFLICTS | 1 + x11/NVIDIA-beta/DETAILS | 12 ++++++------ x11/NVIDIA-beta/DETAILS.x86_64 | 12 ++++++------ x11/NVIDIA-fx/DETAILS | 4 ++-- x11/NVIDIA-fx/DETAILS.x86_64 | 4 ++-- x11/NVIDIA-legacy/CONFLICTS | 1 + x11/NVIDIA-legacy/DETAILS | 8 +++++--- x11/NVIDIA-legacy/DETAILS.x86_64 | 6 ++++-- x11/NVIDIA-old/CONFLICTS | 1 + x11/NVIDIA-old/DETAILS | 6 ++++-- x11/NVIDIA-old/DETAILS.x86_64 | 6 ++++-- x11/NVIDIA/CONFLICTS | 1 + x11/NVIDIA/DETAILS | 11 ++++++----- x11/NVIDIA/DETAILS.x86_64 | 17 +++++++++-------- 16 files changed, 54 insertions(+), 40 deletions(-) diff --git a/games/tuxracer/BUILD b/games/tuxracer/BUILD index d7d47aa..3b44c02 100644 --- a/games/tuxracer/BUILD +++ b/games/tuxracer/BUILD @@ -1,6 +1,6 @@ ( - if ! module_installed NVIDIA || ! module_installed NVIDIA-beta || ! module_installed NVIDIA-legacy || ! module_installed NVIDIA-old; then + if ! module_installed NVIDIA-fx || ! module_installed NVIDIA || ! module_installed NVIDIA-beta || ! module_installed NVIDIA-legacy || ! module_installed NVIDIA-old; then sedit "s:glXGetProcAddressARB:glXGetProcAddress:g" configure fi && diff --git a/kernel/kernel-reqs/POST_INSTALL b/kernel/kernel-reqs/POST_INSTALL index 730c899..7c548aa 100644 --- a/kernel/kernel-reqs/POST_INSTALL +++ b/kernel/kernel-reqs/POST_INSTALL @@ -1,4 +1,4 @@ -kreqs="alsa-driver bluez-kernel cipe cryptoapi cvsfs drm-git fglrx ftpfs hostap-driver ieee80211 igb iptables ipw2100 ipw2200 ipw3945 i2c ixgbe ndiswrapper ltmodem madwifi madwifi-svn fuse mwavem NFORCE NVIDIA NVIDIA-old NVIDIA-beta NVIDIA-legacy openafs-driver pcmcia-cs slmodem snare-core submount e1000 gspcav1 kqemu iwlwifi virtualbox" +kreqs="alsa-driver bluez-kernel cipe cryptoapi cvsfs drm-git fglrx ftpfs hostap-driver ieee80211 igb iptables ipw2100 ipw2200 ipw3945 i2c ixgbe ndiswrapper ltmodem madwifi madwifi-svn fuse mwavem NFORCE NVIDIA NVIDIA-old NVIDIA-beta NVIDIA-legacy NVIDIA-fx openafs-driver pcmcia-cs slmodem snare-core submount e1000 gspcav1 kqemu iwlwifi virtualbox" for req in $kreqs; do if module_installed $req ; then diff --git a/x11/NVIDIA-beta/CONFLICTS b/x11/NVIDIA-beta/CONFLICTS index e5711f9..90ce191 100644 --- a/x11/NVIDIA-beta/CONFLICTS +++ b/x11/NVIDIA-beta/CONFLICTS @@ -1,3 +1,4 @@ conflicts NVIDIA-legacy conflicts NVIDIA conflicts NVIDIA-old +conflicts NVIDIA-fx diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS index a3bcf78..ec48326 100644 --- a/x11/NVIDIA-beta/DETAILS +++ b/x11/NVIDIA-beta/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=180.08 + VERSION=180.18 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,16 +20,16 @@ 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:af194061fa4e5d0d87f1edd9fa3c2bf40830aa62 + SOURCE_VFY=sha1:54998a4741d590177f07018ec1117b495d61bcdb WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20081118 - SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs" + UPDATED=20081228 + SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx" cat << EOF These are the nvidia provided binary X11 drivers for their graphics -cards. It also has the Linux kernel module needed for all supported NVIDIA +cards. It also has the Linux kernel module needed for Geforce 6/7/8/9/GT2xx cards. Supported GPUs: (6/7/8/9/GTX 2xx families only) all Geforce 6xxx all Geforce 7xxx @@ -42,5 +42,5 @@ some models may be not supported yet. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. -If you have Geforce FX/6/7/8/9 check NVIDIA module. +If you have Geforce FX check NVIDIA-fx module. EOF diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64 index 09f79fe..843e71e 100644 --- a/x11/NVIDIA-beta/DETAILS.x86_64 +++ b/x11/NVIDIA-beta/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=180.08 + VERSION=180.18 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,16 +20,16 @@ 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:c9e6e640328458d55cab9ffbc735cfb09047d6d7 + SOURCE_VFY=sha1:1f6b1b8de24a8dff9774d8490376be9626efe084 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20081118 - SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs" + UPDATED=20081228 + SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF These are the nvidia provided binary X11 drivers for their graphics -cards. It also has the Linux kernel module needed for all NVIDIA +cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx cards. Supported GPUs: (6/7/8/9/GTX 2xx families only) all Geforce 6xxx all Geforce 7xxx @@ -42,5 +42,5 @@ some models may be not supported yet. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. -If you have Geforce FX/6/7/8/9 check NVIDIA module. +If you have Geforce FX check NVIDIA-fx module. EOF diff --git a/x11/NVIDIA-fx/DETAILS b/x11/NVIDIA-fx/DETAILS index eca7f08..c184c42 100644 --- a/x11/NVIDIA-fx/DETAILS +++ b/x11/NVIDIA-fx/DETAILS @@ -25,7 +25,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 LICENSE="proprietary" ENTERED=20030804 UPDATED=20081228 - SHORT="X11 binary drivers provided by NVIDIA for Geforce FX" + SHORT="X11 NVIDIA binary driver for Geforce FX" cat << EOF These are the nvidia provided binary X11 drivers for their graphics @@ -35,5 +35,5 @@ Geforce FX cards. Supported GPUs: Geforce FX family known also as Geforce 5. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. -If you have Geforce 6/7/8/9 check NVIDIA module. +If you have Geforce 6/7/8/9/GT2xx check NVIDIA or NVIDIA-beta module. EOF diff --git a/x11/NVIDIA-fx/DETAILS.x86_64 b/x11/NVIDIA-fx/DETAILS.x86_64 index 0a596a4..c7f9340 100644 --- a/x11/NVIDIA-fx/DETAILS.x86_64 +++ b/x11/NVIDIA-fx/DETAILS.x86_64 @@ -25,7 +25,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 LICENSE="proprietary" ENTERED=20030804 UPDATED=20081228 - SHORT="X11 binary drivers provided by NVIDIA for Geforce FX" + SHORT="X11 NVIDIA binary driver for Geforce FX" cat << EOF These are the nvidia provided binary X11 drivers for their graphics @@ -35,5 +35,5 @@ Geforce FX. Supported GPUs: Geforce FX known also as Geforce 5. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. -If you have Geforce 6/7/8/9 check NVIDIA module. +If you have Geforce 6/7/8/9/GT2xx check NVIDIA or NVIDIA-beta module. EOF diff --git a/x11/NVIDIA-legacy/CONFLICTS b/x11/NVIDIA-legacy/CONFLICTS index b67580f..44e27ef 100644 --- a/x11/NVIDIA-legacy/CONFLICTS +++ b/x11/NVIDIA-legacy/CONFLICTS @@ -1,3 +1,4 @@ conflicts NVIDIA conflicts NVIDIA-old conflicts NVIDIA-beta +conflicts NVIDIA-fx diff --git a/x11/NVIDIA-legacy/DETAILS b/x11/NVIDIA-legacy/DETAILS index e16d420..92e3164 100644 --- a/x11/NVIDIA-legacy/DETAILS +++ b/x11/NVIDIA-legacy/DETAILS @@ -25,10 +25,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 LICENSE="proprietary" ENTERED=20030804 UPDATED=20081103 - SHORT="X11 binary drivers provided by NVIDIA for legacy GPUs" + SHORT="X11 NVIDIA binary driver for Geforce 2MX/3/4" cat << EOF These are the nvidia provided binary X11 drivers for their legacy graphics -cards. It also has the Linux kernel module needed for all NVIDIA +cards. It also has the Linux kernel module needed for all Geforce 2MX/3/4 legacy cards. Supported GPUs: (Geforce2 (MX and integrated only), Geforce 3-4) Geforce2 Integrated GPU (nForce mainboard) Geforce2 MX/100/200/400/Go @@ -43,6 +43,8 @@ Quadro4 380/550/580/700/750/780/900/980 XGL Geforce4 410 Go 16M/440 Go 64M Quadro NVS/280 SD/50 PCI Quadro4 500/700 GoGL -For Geforce/Quadro FX and later use NVIDIA module +For Riva TNT/Geforce1/2Ti use NVIDIA-old. +For Geforce FX/Quadro FX use NVIDIA-fx module. +For Geforce 6/7/8/9/GT2xx use NVIDIA module or NVIDIA-beta if you wish to use the hottest release. EOF diff --git a/x11/NVIDIA-legacy/DETAILS.x86_64 b/x11/NVIDIA-legacy/DETAILS.x86_64 index 69cf21e..876a2cf 100644 --- a/x11/NVIDIA-legacy/DETAILS.x86_64 +++ b/x11/NVIDIA-legacy/DETAILS.x86_64 @@ -25,7 +25,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 LICENSE="proprietary" ENTERED=20030804 UPDATED=20081103 - SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs" + SHORT="X11 NVIDIA binary driver for Geforce 2MX/3/4" cat << EOF These are the nvidia provided binary X11 drivers for their graphics cards. It also has the Linux kernel module needed for all NVIDIA @@ -43,5 +43,7 @@ Quadro4 380/550/580/700/750/780/900/980 XGL Geforce4 410 Go 16M/440 Go 64M Quadro NVS/280 SD/50 PCI Quadro4 500/700 GoGL -For Geforce/Quadro FX and later use NVIDIA module +For Riva TNT/Geforce1/2Ti use NVIDIA-old module. +For Geforce FX/Quadro FX use NVIDIA-fx module. +For Geforce 6/7/8/9/GT2xx use NVIDIA or NVIDIA-beta module. EOF diff --git a/x11/NVIDIA-old/CONFLICTS b/x11/NVIDIA-old/CONFLICTS index f3fd9cf..c126905 100644 --- a/x11/NVIDIA-old/CONFLICTS +++ b/x11/NVIDIA-old/CONFLICTS @@ -1,3 +1,4 @@ conflicts NVIDIA conflicts NVIDIA-beta conflicts NVIDIA-legacy +conflicts NVIDIA-fx diff --git a/x11/NVIDIA-old/DETAILS b/x11/NVIDIA-old/DETAILS index 5bd33fe..029a712 100644 --- a/x11/NVIDIA-old/DETAILS +++ b/x11/NVIDIA-old/DETAILS @@ -24,7 +24,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 WEB_SITE=http://www.nvidia.com ENTERED=20030804 UPDATED=20081103 - SHORT="X11 binary driver provided by NVIDIA for old GPUs." + SHORT="X11 NVIDIA binary driver for RIVA TNT/Geforce1/2Ti" cat << EOF This is the nvidia provided binary X11 driver for their old graphics @@ -38,5 +38,7 @@ GeForce 256/DDR Quadro GeForce2 GTS/Pro/Ti/Ultra Quadro2 Pro -For later GPUs check NVIDIA-legacy module +For Geforce 2MX/3/4 GPUs check NVIDIA-legacy module. +For Geforce FX/PCX GPUs check NVIDIA-fx module. +For Geforce 6/7/8/9/GT2xx and later GPUs check NVIDIA or NVIDIA-beta module. EOF diff --git a/x11/NVIDIA-old/DETAILS.x86_64 b/x11/NVIDIA-old/DETAILS.x86_64 index 91a8e26..69ba955 100644 --- a/x11/NVIDIA-old/DETAILS.x86_64 +++ b/x11/NVIDIA-old/DETAILS.x86_64 @@ -24,7 +24,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 WEB_SITE=http://www.nvidia.com ENTERED=20030804 UPDATED=20081103 - SHORT="X11 binary driver provided by NVIDIA for old GPUs." + SHORT="X11 NVIDIA binary driver for RIVA TNT/Geforce1/2Ti" cat << EOF This is the nvidia provided binary X11 driver for their old graphics cards. It also has the Linux kernel module needed for all old NVIDIA @@ -37,5 +37,7 @@ GeForce 256/DDR Quadro GeForce2 GTS/Pro/Ti/Ultra Quadro2 Pro -For later GPUs check NVIDIA-legacy module +For Geforce 2MX/3/4 check NVIDIA-legacy module. +For Geforce FX/PCX check NVIDIA-fx module. +For Geforce 6/7/8/9/GT2xx check NVIDIA or NVIDIA-beta module. EOF diff --git a/x11/NVIDIA/CONFLICTS b/x11/NVIDIA/CONFLICTS index 561a254..2d61001 100644 --- a/x11/NVIDIA/CONFLICTS +++ b/x11/NVIDIA/CONFLICTS @@ -1,3 +1,4 @@ conflicts NVIDIA-legacy conflicts NVIDIA-beta conflicts NVIDIA-old +conflicts NVIDIA-fx diff --git a/x11/NVIDIA/DETAILS b/x11/NVIDIA/DETAILS index 0577bf9..5589ecc 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -25,20 +25,21 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 LICENSE="proprietary" ENTERED=20030804 UPDATED=20081113 - SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs" + SHORT="X11 NVIDIA binary driver for Geforce6/7/8/9/GT2xx" cat << EOF These are the nvidia provided binary X11 drivers for their graphics -cards. It also has the Linux kernel module needed for all NVIDIA -cards. Supported GPUs: (FX/PCX/6/7/8 families only) -all Geforce/Quadro FX -all Geforce PCX +cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx +cards. Supported GPUs: (6/7/8/9/GT2xx families only) all Geforce 6xxx all Geforce 7xxx all Geforce 8xxx +all Geforce 9xxx +all Geforce GT2xx some models may be not supported yet. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. +If you have Geforce FX/PCX check NVIDIA-fx module. EOF diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64 index 27d4a81..fba7aeb 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=169.12 + VERSION=177.82 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,25 +20,26 @@ 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:0dc62aa6000136a5a564b9bdcc15c900b6fcfd50 + SOURCE_VFY=sha1:2f0a3fb705c5f190c0b5d262f5b07d6fba6efa29 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20080310 - SHORT="X11 binary drivers provided by NVIDIA for NVIDIA GPUs" + UPDATED=20081228 + SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF These are the nvidia provided binary X11 drivers for their graphics -cards. It also has the Linux kernel module needed for all NVIDIA -cards. Supported GPUs: (FX/PCX/6/7/8 families only) -all Geforce/Quadro FX -all Geforce PCX +cards. It also has the Linux kernel module needed for all Geforce 6/7/8/9/GT2xx +cards. Supported GPUs: (6/7/8/9/GT2xx families only) all Geforce 6xxx all Geforce 7xxx all Geforce 8xxx +all Geforce 9xxx +all Geforce GT2xx some models may be not supported yet. If you have RIVA/Vanta/TNT/Geforce1/Quadro1-2/Geforce2 (not MX) check NVIDIA-old module. If you have Geforce 2MX/3/4 check NVIDIA-legacy module. +If you have Geforce FX/PCX check NVIDIA-fx module. EOF From zbiggy at lunar-linux.org Mon Dec 29 01:19:15 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Mon, 29 Dec 2008 00:19:15 +0000 Subject: [Lunar-commits] atk: updated to 1.24.0 Message-ID: <20081228231938.38D4A9B1B3@doppio.foo-projects.org> commit ee33a785d69e34c4820b526ab9b48255a1086efe Author: Zbigniew Luszpinski Date: Mon Dec 29 00:19:15 2008 +0000 atk: updated to 1.24.0 --- libs/atk/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/atk/DETAILS b/libs/atk/DETAILS index 5d3d90f..221ebc0 100644 --- a/libs/atk/DETAILS +++ b/libs/atk/DETAILS @@ -1,12 +1,12 @@ MODULE=atk - MAJOR=1.22 - VERSION=1.22.0 + MAJOR=1.24 + VERSION=1.24.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:d07a42aff241f58e3bde7fe25be94f989361c605 + SOURCE_VFY=sha1:85ff5bd8f1879d2a43dfcf4842fc5ea9125dec11 WEB_SITE=http://www.gtk.org ENTERED=20020313 - UPDATED=20080416 + UPDATED=20081102 SHORT="A library of useful C routines required for gtk+2" cat << EOF From zbiggy at lunar-linux.org Mon Dec 29 08:18:34 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Mon, 29 Dec 2008 07:18:34 +0000 Subject: [Lunar-commits] blender: updated to 2.48a Message-ID: <20081229061856.BA7C6F3F0B@doppio.foo-projects.org> commit ece447ae3e11adcd44162b90d4241b5061032396 Author: Zbigniew Luszpinski Date: Mon Dec 29 07:18:34 2008 +0000 blender: updated to 2.48a --- graphics/blender/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/blender/DETAILS b/graphics/blender/DETAILS index f4aa7b2..66b5391 100644 --- a/graphics/blender/DETAILS +++ b/graphics/blender/DETAILS @@ -1,11 +1,12 @@ MODULE=blender - VERSION=2.48 + VERSION=2.48a SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.blender.org/source - SOURCE_VFY=sha1:0e3bc8a0f82d2e5c047a498b1e64c61204be905c + SOURCE_URL[0]=http://download.blender.org/source + SOURCE_URL[1]=http://mirror.cs.umn.edu/blender.org/source + SOURCE_VFY=sha1:9fb2dbf5d6cfcba8ae2d6d9b93ca9e3e66aae6c7 WEB_SITE=http://www.blender.org ENTERED=20030929 - UPDATED=20081016 + UPDATED=20081228 SHORT="3D editor for modeling, animation, and rendering" cat << EOF From ratler at lunar-linux.org Mon Dec 29 09:29:38 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Mon, 29 Dec 2008 09:29:38 +0100 Subject: [Lunar-commits] samba: Added last resort download url, moved PSAFE to the proper location Message-ID: <20081229083023.720889B1B3@doppio.foo-projects.org> commit b47172d88b33cf01abc8082ca58bde0f40e71a8b Author: Stefan Wold Date: Mon Dec 29 09:29:38 2008 +0100 samba: Added last resort download url, moved PSAFE to the proper location --- net/samba/DETAILS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/net/samba/DETAILS b/net/samba/DETAILS index 406d3a9..f81a4b3 100644 --- a/net/samba/DETAILS +++ b/net/samba/DETAILS @@ -7,12 +7,13 @@ SOURCE_URL[3]=http://us6.samba.org/$MODULE/ftp SOURCE_URL[4]=ftp://se.samba.org/pub/$MODULE SOURCE_URL[5]=ftp://de.samba.org/samba.org + SOURCE_URL[6]=http://us1.samba.org/$MODULE/ftp/old-versions SOURCE_VFY=sha1:6c2ce11b9f17f30803366e85dc08e4050f4c4dfa WEB_SITE=http://www.samba.org ENTERED=20010922 UPDATED=20081228 - PSAFE=no SHORT="Samba provides file and print services to SMB/CIFS clients" +PSAFE=no cat << EOF SMB server to provide Windows NT and LAN manager-style file and print From florin at lunar-linux.org Mon Dec 29 14:56:37 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 29 Dec 2008 15:56:37 +0200 Subject: [Lunar-commits] ngrep: fix the compile. Message-ID: <20081229135625.72D369B1B3@doppio.foo-projects.org> commit dc1f45122e484efaecb310b9fb39a8cf0e4ee66f Author: Florin Braescu Date: Mon Dec 29 15:56:37 2008 +0200 ngrep: fix the compile. --- net/ngrep/BUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/ngrep/BUILD b/net/ngrep/BUILD index 241c7ca..9deb313 100644 --- a/net/ngrep/BUILD +++ b/net/ngrep/BUILD @@ -1,6 +1,7 @@ ( sedit "s/\/man\/man8/\/share\0/" Makefile.in + OPTS="$OPTS --with-pcap-includes=/usr/include/pcap" touch * default_build From florin at lunar-linux.org Mon Dec 29 15:20:44 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 29 Dec 2008 16:20:44 +0200 Subject: [Lunar-commits] rkhunter: fix the install. contributed by aGaTHoS. Message-ID: <20081229142055.8B8719B1B3@doppio.foo-projects.org> commit c1716b86944511e48a8e28d52519a082e3a80aef Author: Florin Braescu Date: Mon Dec 29 16:20:44 2008 +0200 rkhunter: fix the install. contributed by aGaTHoS. --- security/rkhunter/BUILD | 18 +----------------- 1 files changed, 1 insertions(+), 17 deletions(-) diff --git a/security/rkhunter/BUILD b/security/rkhunter/BUILD index 593f118..2f23ad8 100644 --- a/security/rkhunter/BUILD +++ b/security/rkhunter/BUILD @@ -1,22 +1,6 @@ ( - BASE_LOCATION="$MODULE_PREFIX/lib/$MODULE" - - cd files && prepare_install && - - mkdir -p $BASE_LOCATION/db && - mkdir -p $BASE_LOCATION/scripts && - install *.dat $BASE_LOCATION/db/ && - install *.pl $BASE_LOCATION/scripts/ && - install check_update.sh $BASE_LOCATION/scripts/ && - - install -m0755 rkhunter $MODULE_PREFIX/bin && - sedit "s:#DBDIR=/usr/local/rkhunter/db:DBDIR=$MODULE_PREFIX/lib/$MODULE/db\nINSTALLDIR=$MODULE_PREFIX:" rkhunter.conf && - install -m0644 rkhunter.conf /etc && - - cp rkhunter.8 $MODULE_PREFIX/share/man/man8 && - - gather_docs WISHLIST + ./installer.sh --layout '/usr' --install ) > $C_FIFO 2>&1 From florin at lunar-linux.org Mon Dec 29 15:32:19 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 29 Dec 2008 16:32:19 +0200 Subject: [Lunar-commits] libsepol: version bumped to 1.16.14. Message-ID: <20081229143212.9B4DA9B1B3@doppio.foo-projects.org> commit 2d94920883cdbc0cb26209710bf8324177c87f7c Author: Florin Braescu Date: Mon Dec 29 16:32:19 2008 +0200 libsepol: version bumped to 1.16.14. Changes: * Merge r2886 from trunk: merge user and role mapping support. * Fix endianness bug in the handling of network node addresses. Only affects big endian platforms. --- security/libsepol/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/libsepol/DETAILS b/security/libsepol/DETAILS index fc92b76..67d03f2 100644 --- a/security/libsepol/DETAILS +++ b/security/libsepol/DETAILS @@ -1,11 +1,11 @@ MODULE=libsepol - VERSION=1.16.12 + VERSION=1.16.14 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.nsa.gov/selinux/archives - SOURCE_VFY=sha1:ba26a935c315763981f2b237879bfe7c83b109b3 + SOURCE_VFY=sha1:5129832c390190915b56173bb430fb995d059602 WEB_SITE=http://www.nsa.gov/selinux ENTERED=20060214 - UPDATED=20080308 + UPDATED=20081229 SHORT="An interface for manipulating SELinux binary policies" cat << EOF From florin at lunar-linux.org Mon Dec 29 15:39:03 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 29 Dec 2008 16:39:03 +0200 Subject: [Lunar-commits] libselinux: fix the sha1 sum. Message-ID: <20081229143849.6D4749B1B3@doppio.foo-projects.org> commit 0340b36a51eb7a0076a48c75a223f1f5a144c1aa Author: Florin Braescu Date: Mon Dec 29 16:39:03 2008 +0200 libselinux: fix the sha1 sum. --- security/libselinux/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/security/libselinux/DETAILS b/security/libselinux/DETAILS index 650adb3..c17a917 100644 --- a/security/libselinux/DETAILS +++ b/security/libselinux/DETAILS @@ -2,7 +2,7 @@ VERSION=1.34.15 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.nsa.gov/selinux/archives - SOURCE_VFY=sha1:7ceb2e849f7a46710b52f9291885c5829ebc76eb + SOURCE_VFY=sha1:ed624dc583bd365ad60eb6bb379e264e75afad63 WEB_SITE=http://www.nsa.gov/selinux ENTERED=20060214 UPDATED=20080308 From florin at lunar-linux.org Mon Dec 29 15:43:48 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 29 Dec 2008 16:43:48 +0200 Subject: [Lunar-commits] checkpolicy: version bumped to 1.34.7. Message-ID: <20081229144424.724709B1B3@doppio.foo-projects.org> commit cb5ad6a8c5c3ddcf071eea8cb8b218b5583ffaeb Author: Florin Braescu Date: Mon Dec 29 16:43:48 2008 +0200 checkpolicy: version bumped to 1.34.7. Bugfixes. --- security/checkpolicy/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/checkpolicy/DETAILS b/security/checkpolicy/DETAILS index 7bd42c6..c17a917 100644 --- a/security/checkpolicy/DETAILS +++ b/security/checkpolicy/DETAILS @@ -1,14 +1,14 @@ - MODULE=checkpolicy - VERSION=1.34.5 + MODULE=libselinux + VERSION=1.34.15 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.nsa.gov/selinux/archives - SOURCE_VFY=sha1:53b5cbb8f499ae7ffedd3414de6ae0c26ac8e369 + SOURCE_VFY=sha1:ed624dc583bd365ad60eb6bb379e264e75afad63 WEB_SITE=http://www.nsa.gov/selinux ENTERED=20060214 UPDATED=20080308 - SHORT="SELinux binary policy compiler" + SHORT="An interface for security-aware SELinux applications" cat << EOF -This is the checkpolicy policy compiler, which is needed to -compile policies to the binary form used by the kernel. +This library provides an interface for security-aware +SELinux applications. EOF From florin at lunar-linux.org Mon Dec 29 15:47:27 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 29 Dec 2008 16:47:27 +0200 Subject: [Lunar-commits] libsemanage: fix the sha1 sum. Message-ID: <20081229144713.B288F9B1B3@doppio.foo-projects.org> commit 77ed3e82a60c4afae9b51eeb1c267bda6d780ad5 Author: Florin Braescu Date: Mon Dec 29 16:47:27 2008 +0200 libsemanage: fix the sha1 sum. --- security/libsemanage/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/security/libsemanage/DETAILS b/security/libsemanage/DETAILS index abfb2e2..ec92062 100644 --- a/security/libsemanage/DETAILS +++ b/security/libsemanage/DETAILS @@ -2,7 +2,7 @@ VERSION=1.10.9 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.nsa.gov/selinux/archives - SOURCE_VFY=sha1:68dee98dd11ef49dd6c65bc73fa4dc1e42a079f0 + SOURCE_VFY=sha1:935b0553860fdc10412bcf2a2d7d0b2b9d528075 WEB_SITE=http://www.nsa.gov/selinux ENTERED=20060214 UPDATED=20080308 From florin at lunar-linux.org Mon Dec 29 15:50:38 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 29 Dec 2008 16:50:38 +0200 Subject: [Lunar-commits] policycoreutils: version bumped to 1.34.16. Message-ID: <20081229145032.D1FDD9B1B3@doppio.foo-projects.org> commit 7d09f36043d18763748253ef91119f4ed791cfda Author: Florin Braescu Date: Mon Dec 29 16:50:38 2008 +0200 policycoreutils: version bumped to 1.34.16. Bugfix. --- security/policycoreutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/policycoreutils/DETAILS b/security/policycoreutils/DETAILS index ea9a9f7..1f21eaa 100644 --- a/security/policycoreutils/DETAILS +++ b/security/policycoreutils/DETAILS @@ -1,11 +1,11 @@ MODULE=policycoreutils - VERSION=1.34.15 + VERSION=1.34.16 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.nsa.gov/selinux/archives - SOURCE_VFY=sha1:602d1c20a6242720d5fa3142ac3b0560a0dd9904 + SOURCE_VFY=sha1:2629c17a221a2cab40e0aa09288b1b4d28af8038 WEB_SITE=http://www.nsa.gov/selinux ENTERED=20060214 - UPDATED=20080308 + UPDATED=20081229 SHORT="SELinux policy core utilities" cat << EOF From florin at lunar-linux.org Mon Dec 29 16:10:11 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 29 Dec 2008 17:10:11 +0200 Subject: [Lunar-commits] openquicktime: remove it from the moonbase. Message-ID: <20081229151046.3AB699B1B3@doppio.foo-projects.org> commit af16fbe4672f39d06062c5cd1985fed57511e7a9 Author: Florin Braescu Date: Mon Dec 29 17:10:11 2008 +0200 openquicktime: remove it from the moonbase. It is unmaintained by it's devs (last release in 2003) and libquicktime work better. --- video/openquicktime/BUILD | 7 ------- video/openquicktime/DEPENDS | 1 - video/openquicktime/DETAILS | 17 ----------------- 3 files changed, 0 insertions(+), 25 deletions(-) diff --git a/video/openquicktime/BUILD b/video/openquicktime/BUILD deleted file mode 100644 index aeeab2a..0000000 --- a/video/openquicktime/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - patch_it $SOURCE_CACHE/$SOURCE2 1 && - - default_build - -) > $C_FIFO 2>&1 diff --git a/video/openquicktime/DEPENDS b/video/openquicktime/DEPENDS deleted file mode 100644 index 3f76a72..0000000 --- a/video/openquicktime/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends jpeg diff --git a/video/openquicktime/DETAILS b/video/openquicktime/DETAILS deleted file mode 100644 index f084dca..0000000 --- a/video/openquicktime/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=openquicktime - VERSION=1.0 - SOURCE=$MODULE-$VERSION-src.tgz - SOURCE2=openquicktime-1.0-gcc34-1.patch -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-src - SOURCE_URL[0]=$SFORGE_URL/$MODULE/ - SOURCE2_URL[0]=http://www.linuxfromscratch.org/patches/downloads/$MODULE/ - SOURCE_VFY=sha1:1304ac28acb953351780dd3626fdb6a73f23c97f - SOURCE2_VFY[0]=sha1:4ba9ceac1f3e0c8e38b2685b487e0f5d0977dd93 - WEB_SITE=http://openquicktime.sourceforge.net/ - ENTERED=20030529 - UPDATED=20050912 - SHORT="handles Apple's QuickTime media format" -cat << EOF -Openquicktime is a portable library for handling -Apple's QuickTime media format. -EOF From zbiggy at lunar-linux.org Mon Dec 29 17:35:06 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Mon, 29 Dec 2008 16:35:06 +0000 Subject: [Lunar-commits] rsync: updated to 3.0.5 Message-ID: <20081229153532.1F5299B1B3@doppio.foo-projects.org> commit 82769cf5801d0d5371872f8f1297deca6397c014 Author: Zbigniew Luszpinski Date: Mon Dec 29 16:35:06 2008 +0000 rsync: updated to 3.0.5 --- net/rsync/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/rsync/DETAILS b/net/rsync/DETAILS index 4bfb507..aff330a 100644 --- a/net/rsync/DETAILS +++ b/net/rsync/DETAILS @@ -1,12 +1,12 @@ MODULE=rsync - VERSION=3.0.4 + VERSION=3.0.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://rsync.samba.org/ftp/$MODULE SOURCE_URL[1]=ftp://rsync.samba.org/pub/$MODULE - SOURCE_VFY=sha1:e89ed8d84fe0b6740208ba8183ee1dbc220ba5e5 + SOURCE_VFY=sha1:d95e75af9456b0edca68bde17260c98261b4b8c5 WEB_SITE=http://rsync.samba.org ENTERED=20010922 - UPDATED=20080907 + UPDATED=20081229 SHORT="A replacement for rcp" PSAFE=no From florin at lunar-linux.org Mon Dec 29 22:53:44 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 29 Dec 2008 23:53:44 +0200 Subject: [Lunar-commits] xscreensaver: version bumped to 5.08. Message-ID: <20081229205636.14A839B1B3@doppio.foo-projects.org> commit f7e682cf3002fbb7a3b171d2dbe84c7fc273f0a2 Author: Florin Braescu Date: Mon Dec 29 23:53:44 2008 +0200 xscreensaver: version bumped to 5.08. A new hack: photopile. Updates to sonar, jigsaw, maze, m6502, hypnowheel, timetunnel, munch, and webcollage. EXIF rotation support. RANDR fixes. Some old, boring screen savers have been retired. --- x11-apps/xscreensaver/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-apps/xscreensaver/DETAILS b/x11-apps/xscreensaver/DETAILS index 3899d23..37e6fa8 100644 --- a/x11-apps/xscreensaver/DETAILS +++ b/x11-apps/xscreensaver/DETAILS @@ -1,12 +1,12 @@ MODULE=xscreensaver - VERSION=5.07 + VERSION=5.08 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://www.jwz.org/$MODULE SOURCE_URL[1]=http://packetstorm.widexs.nl/UNIX/admin - SOURCE_VFY=sha1:82c611ab271807ad871aa46a3a7f6b95706d31aa + SOURCE_VFY=sha1:4e6889d7171eaf18b856c484a87d5701787e5dc6 WEB_SITE=http://www.jwz.org/$MODULE ENTERED=20010922 - UPDATED=20080811 + UPDATED=20081229 SHORT="A modular screen saver and locker for X" PSAFE=no From florin at lunar-linux.org Mon Dec 29 23:11:24 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 30 Dec 2008 00:11:24 +0200 Subject: [Lunar-commits] gambas2: version bumped to 2.10.0. Message-ID: <20081229211439.3B6D29B1B3@doppio.foo-projects.org> commit ad449e639978265c7dea97bd9eed01cc35410c4c Author: Florin Braescu Date: Tue Dec 30 00:11:24 2008 +0200 gambas2: version bumped to 2.10.0. Crashes in the IDE property sheet, in the debugger, and in form save were fixed. Automatic completion now works correctly on lines having non-ASCII characters. Dir() and RDir() now work correctly on relative paths. SUPER now works inside overridden static methods. String and BLOB quoting in the PostgreSQL component are fixed. Sockets will not take 100% CPU anymore. Startup forms hidden at design time are not shown automatically anymore. The XSLT component works again. Many bugs were fixed in the GTK+ component. --- kde3/apps/gambas2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde3/apps/gambas2/DETAILS b/kde3/apps/gambas2/DETAILS index c7037dc..d72e45f 100644 --- a/kde3/apps/gambas2/DETAILS +++ b/kde3/apps/gambas2/DETAILS @@ -1,12 +1,12 @@ MODULE=gambas2 - VERSION=2.9.0 + VERSION=2.10.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/gambas - SOURCE_VFY=sha1:87e14ff42ad84333b014ccffcca70a231158244e + SOURCE_VFY=sha1:851aa24f677ee74001882cdc34b35406bbf1ff21 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://gambas.sourceforge.net ENTERED=20070603 - UPDATED=20081030 + UPDATED=20081229 SHORT="A graphical IDE inspired by Visual Basic for KDE" cat << EOF From perldude at lunar-linux.org Mon Dec 29 23:55:19 2008 From: perldude at lunar-linux.org (Jens Luedicke) Date: Mon, 29 Dec 2008 23:55:19 +0100 Subject: [Lunar-commits] audacious-plugins-ugly: delete module. upstream doesn't provide a package anymore. Message-ID: <20081229225650.122499B1B3@doppio.foo-projects.org> commit 4bfff4c1dd5a53ed53f71599d1125d314b90b1dc Author: Jens Luedicke Date: Mon Dec 29 23:54:11 2008 +0100 audacious-plugins-ugly: delete module. upstream doesn't provide a package anymore. --- audio/audacious-plugins-ugly/DEPENDS | 6 ------ audio/audacious-plugins-ugly/DETAILS | 20 -------------------- 2 files changed, 0 insertions(+), 26 deletions(-) diff --git a/audio/audacious-plugins-ugly/DEPENDS b/audio/audacious-plugins-ugly/DEPENDS deleted file mode 100644 index 235c7ab..0000000 --- a/audio/audacious-plugins-ugly/DEPENDS +++ /dev/null @@ -1,6 +0,0 @@ -depends audacious - -optional_depends "libnotify" "--enable-notify" "--disable-notify" \ - "to build the libnotify plugin" -optional_depends "MPlayer" "--enable-mplayer" "--disable-mplayer" \ - "to build the mplayer back-end plugin" diff --git a/audio/audacious-plugins-ugly/DETAILS b/audio/audacious-plugins-ugly/DETAILS deleted file mode 100644 index 567d17b..0000000 --- a/audio/audacious-plugins-ugly/DETAILS +++ /dev/null @@ -1,20 +0,0 @@ - MODULE=audacious-plugins-ugly - VERSION=1.3.0 - SOURCE=$MODULE-$VERSION.tgz - WEB_SITE=http://audacious-media-player.org - SOURCE_URL=http://static.audacious-media-player.org/release/ - SOURCE_VFY=sha1:ca2bf2365e649bc5a90a3d05c9e6e2f6e9d5c814 - ENTERED=20070919 - UPDATED=20070919 - SHORT="additional, unsupported plugins for Audacious" - -cat << EOF -audacious-plugins-ugly contains some unsupported plugins for Audacious - * Mplayer controls (use mplayer as input backend) - * Cube (ADX and other formats support) - * Libnotify support - * IRIS 3D vizualisation - -Once upstream consider theses plugins enough reliable, they will be -merged to audacious-plugins. -EOF From perldude at lunar-linux.org Tue Dec 30 00:00:52 2008 From: perldude at lunar-linux.org (Jens Luedicke) Date: Tue, 30 Dec 2008 00:00:52 +0100 Subject: [Lunar-commits] filer: SOURCE_URL and WEB_SITE change. Message-ID: <20081229230116.0B51D9B1B3@doppio.foo-projects.org> commit e1705fa60e0621f452500b735eba4c524286dbe8 Author: Jens Luedicke Date: Mon Dec 29 23:59:52 2008 +0100 filer: SOURCE_URL and WEB_SITE change. --- filemanagers/filer/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filemanagers/filer/DETAILS b/filemanagers/filer/DETAILS index e474c24..b465395 100644 --- a/filemanagers/filer/DETAILS +++ b/filemanagers/filer/DETAILS @@ -1,10 +1,10 @@ MODULE=filer VERSION=0.0.12 SOURCE=filer-$VERSION.tar.gz - SOURCE_URL=http://perldude.de/projects/filer/downloads/ + SOURCE_URL=http://perldude.de/code/filer SOURCE_VFY=sha1:57d4b0152390f96367b60b7437be565deb75e077 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE=http://filer.foo-projects.org/ + WEB_SITE=http://perldude.de/wiki/doku.php?id=filer ENTERED=20040728 UPDATED=20050704 SHORT="small two-paned File Manager." From ratler at lunar-linux.org Tue Dec 30 14:44:06 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Tue, 30 Dec 2008 14:44:06 +0100 Subject: [Lunar-commits] libfwbuilder, fwbuilder: Version bump to 3.0.3 Message-ID: <20081230140834.0C4209B1B3@doppio.foo-projects.org> commit 07377d852aec04539895da2755dba4e4fad5df5d Author: Stefan Wold Date: Tue Dec 30 14:44:06 2008 +0100 libfwbuilder, fwbuilder: Version bump to 3.0.3 --- libs/libfwbuilder/DETAILS | 6 +++--- security/fwbuilder/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/libfwbuilder/DETAILS b/libs/libfwbuilder/DETAILS index e09cc2e..db06f4e 100644 --- a/libs/libfwbuilder/DETAILS +++ b/libs/libfwbuilder/DETAILS @@ -1,12 +1,12 @@ MODULE=libfwbuilder - VERSION=3.0.1 + VERSION=3.0.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/fwbuilder/ - SOURCE_VFY=sha1:cecb43ef2260a28d52599e6ff082d8ec1694e71b + SOURCE_VFY=sha1:d49ec3650c2d54842b370bbaf24225bbfc69b1fc WEB_SITE=http://www.fwbuilder.org/ MAINTAINER=ratler at lunar-linux.org ENTERED=20040730 - UPDATED=20081020 + UPDATED=20081230 SHORT="Library for fwbuilder" cat << EOF diff --git a/security/fwbuilder/DETAILS b/security/fwbuilder/DETAILS index 512cd6e..51623a5 100644 --- a/security/fwbuilder/DETAILS +++ b/security/fwbuilder/DETAILS @@ -1,12 +1,12 @@ MODULE=fwbuilder - VERSION=3.0.1 + VERSION=3.0.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/fwbuilder/ - SOURCE_VFY=sha1:5fe6d9d63c78f1a37504abcf004a09d8a5501c24 + SOURCE_VFY=sha1:04df912936aecd5e6de8b2cde07077565191ab74 WEB_SITE=http://www.fwbuilder.org/ MAINTAINER=ratler at lunar-linux.org ENTERED=20040730 - UPDATED=20081020 + UPDATED=20081230 SHORT="A firewall configuration and management tool" cat << EOF From ratler at lunar-linux.org Tue Dec 30 14:49:55 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Tue, 30 Dec 2008 14:49:55 +0100 Subject: [Lunar-commits] rxvt-unicode: Version bump to 9.06 Message-ID: <20081230140834.188149B1B4@doppio.foo-projects.org> commit dfac7400fe8d053a183000e3a614b9b3c74614ce Author: Stefan Wold Date: Tue Dec 30 14:49:55 2008 +0100 rxvt-unicode: Version bump to 9.06 --- terminal/rxvt-unicode/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/terminal/rxvt-unicode/DETAILS b/terminal/rxvt-unicode/DETAILS index e9651d5..90decd6 100644 --- a/terminal/rxvt-unicode/DETAILS +++ b/terminal/rxvt-unicode/DETAILS @@ -1,12 +1,12 @@ MODULE=rxvt-unicode - VERSION=9.05 + VERSION=9.06 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://dist.schmorp.de/rxvt-unicode/ SOURCE_URL[1]=http://dist.schmorp.de/rxvt-unicode/Attic/ - SOURCE_VFY=sha1:758d57a88c3521f780bcd21c70d3995f53a2f6e3 + SOURCE_VFY=sha1:df623ebdad001de534781721f8298ba1add0df2c WEB_SITE=http://software.schmorp.de/pkg/rxvt-unicode.html ENTERED=20070203 - UPDATED=20080622 + UPDATED=20081230 SHORT="rxvt-unicode is a clone of rxvt" cat << EOF From ratler at lunar-linux.org Tue Dec 30 15:07:07 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Tue, 30 Dec 2008 15:07:07 +0100 Subject: [Lunar-commits] shadow: Security update, version bumped to 4.1.2.2 Message-ID: <20081230140834.2AFDD9B1B5@doppio.foo-projects.org> commit 5e287d60bed09864795a40ac3ff4650d55b8a7e8 Author: Stefan Wold Date: Tue Dec 30 15:07:07 2008 +0100 shadow: Security update, version bumped to 4.1.2.2 Security notes: - Fix a race condition in login that could lead to gaining ownership or changing mode of arbitrary files. - Fix a possible login DOS, which could be caused by injecting forged entries in utmp. --- security/shadow/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS index 24674a1..3ccdb3b 100644 --- a/security/shadow/DETAILS +++ b/security/shadow/DETAILS @@ -1,16 +1,16 @@ MODULE=shadow - VERSION=4.1.2.1 + VERSION=4.1.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=login-1.3.defs.pam SOURCE_URL=ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/ SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:a007e90d844d25d67a49699d508613ccea54e068 + SOURCE_VFY=sha1:6cbd29104c219ff6776eececb8068f7326d57a45 SOURCE2_VFY=sha1:92676e80ec2e8e83d0dcbd688e1e4026b647232e WEB_SITE=http://packages.qa.debian.org/s/shadow.html MAINTAINER=ratler at lunar-linux.org ENTERED=20010922 - UPDATED=20080724 + UPDATED=20081230 SHORT="Contains the shadow password file utilities" PSAFE=no From ratler at lunar-linux.org Tue Dec 30 15:18:32 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Tue, 30 Dec 2008 15:18:32 +0100 Subject: [Lunar-commits] gkrellm2: Version bump to 2.3.2 Message-ID: <20081230141911.500819B1B3@doppio.foo-projects.org> commit ecbee7719fad3b2d34ca20fb6410cc0e7af6768f Author: Stefan Wold Date: Tue Dec 30 15:18:32 2008 +0100 gkrellm2: Version bump to 2.3.2 --- x11-utils/gkrellm2/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-utils/gkrellm2/DETAILS b/x11-utils/gkrellm2/DETAILS index d7a103d..740b91f 100644 --- a/x11-utils/gkrellm2/DETAILS +++ b/x11-utils/gkrellm2/DETAILS @@ -1,17 +1,17 @@ MODULE=gkrellm2 - VERSION=2.3.1 + VERSION=2.3.2 SOURCE=gkrellm-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/gkrellm-$VERSION SOURCE_URL=http://members.dslextreme.com/users/billw/gkrellm/ - SOURCE_VFY=sha1:f5e8206aeee93f5b3a6afff9cc55c58e9d511f56 + SOURCE_VFY=sha1:fe94996c4fe084c28bf7a7fbc3f8d4fd64724ac0 WEB_SITE=http://www.gkrellm.net/ MAINTAINER=sofar at lunar-linux.org ENTERED=20020814 - UPDATED=20071204 + UPDATED=20081230 SHORT="GKrellM monitors EVERYTHING" cat << EOF -GKrellM is a GTK based stacked monitor program that charts SMP +GKrellM is a GTK based stacked monitor program that charts SMP CPUs, disk, load, active net interfaces, and internet connections. There are also monitors for memory and swap, file system with mount/umount feature, mailbox checking including POP3 and IMAP, From ratler at lunar-linux.org Tue Dec 30 15:23:45 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Tue, 30 Dec 2008 15:23:45 +0100 Subject: [Lunar-commits] nss_ldap: Bug fix release, bumped to 264 Message-ID: <20081230142407.977259B1B3@doppio.foo-projects.org> commit 021e6e0c7e14bd7700eb3a2344234c1537353470 Author: Stefan Wold Date: Tue Dec 30 15:23:45 2008 +0100 nss_ldap: Bug fix release, bumped to 264 --- security/nss_ldap/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/nss_ldap/DETAILS b/security/nss_ldap/DETAILS index 90cf3b7..eb0794a 100644 --- a/security/nss_ldap/DETAILS +++ b/security/nss_ldap/DETAILS @@ -1,11 +1,11 @@ MODULE=nss_ldap - VERSION=262 + VERSION=264 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.padl.com/download/ - SOURCE_VFY=sha1:846419cc10fbcccc173744176bdd88f9607e7f28 + SOURCE_VFY=sha1:b06a8ac04bf1cf6a4aaeef8ae6dbb3fad097a668 WEB_SITE=http://www.padl.com/OSS/nss_ldap.html ENTERED=20040507 - UPDATED=20080828 + UPDATED=20081230 SHORT="nss_ldap provides NSS services for LDAP" cat << EOF The resolution of the entities defined in RFC 2307 From ratler at lunar-linux.org Tue Dec 30 15:34:34 2008 From: ratler at lunar-linux.org (Stefan Wold) Date: Tue, 30 Dec 2008 15:34:34 +0100 Subject: [Lunar-commits] grails-bin: Version bump to 1.0.4 Message-ID: <20081230143449.0C2F89B1B3@doppio.foo-projects.org> commit 9161f8ae217b048093b7f15d4939d7515f68aae1 Author: Stefan Wold Date: Tue Dec 30 15:34:34 2008 +0100 grails-bin: Version bump to 1.0.4 --- java/grails-bin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/grails-bin/DETAILS b/java/grails-bin/DETAILS index a7c9e64..879ab8f 100644 --- a/java/grails-bin/DETAILS +++ b/java/grails-bin/DETAILS @@ -1,12 +1,12 @@ MODULE=grails-bin - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=${MODULE}-${VERSION}.tar.gz SOURCE_URL=http://dist.codehaus.org/grails/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/grails-$VERSION - SOURCE_VFY=sha1:001a0b7106a54a30929b7a40c77d0b92fcb9eafb + SOURCE_VFY=sha1:6019e589250656fd43504350f03d49b491c5a929 WEB_SITE="http://grails.codehaus.org/" ENTERED=20080828 - UPDATED=20080828 + UPDATED=20081230 SHORT="An open-source web application framework based on groovy and java" cat < licq: version bump to 1.3.6; this release includes a new qt4 based gui. Message-ID: <20081230164614.B5D739B1AD@doppio.foo-projects.org> commit cf49e1e4ea482055796f4005442f308573c61fd9 Author: Jens Luedicke Date: Tue Dec 30 17:44:24 2008 +0100 licq: version bump to 1.3.6; this release includes a new qt4 based gui. --- chat/licq/BUILD | 22 ++++++++++++++++++++-- chat/licq/DEPENDS | 5 +++++ chat/licq/DETAILS | 9 +++------ 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/chat/licq/BUILD b/chat/licq/BUILD index 50d5189..9b188e0 100644 --- a/chat/licq/BUILD +++ b/chat/licq/BUILD @@ -1,8 +1,7 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 - CONSOLE_PLUGIN="no" QT_PLUGIN="no" + QT4_PLUGIN="no" MSN_PLUGIN="no" OSD_PLUGIN="no" @@ -13,6 +12,9 @@ if in_depends licq qt3; then QT_PLUGIN="yes" fi + if in_depends licq qt4; then + QT4_PLUGIN="yes" + fi if in_depends licq openssl; then MSN_PLUGIN="yes" fi @@ -26,6 +28,7 @@ echo echo " * Console frontend: ${CONSOLE_PLUGIN}" echo " * Qt3 frontend: ${QT_PLUGIN}" + echo " * Qt4 frontend: ${QT4_PLUGIN}" echo " * MSN support: ${MSN_PLUGIN}" echo " * OSD support: ${OSD_PLUGIN}" echo @@ -53,6 +56,15 @@ make fi && + # Compile Qt4 frontend + if [[ "$QT4_PLUGIN" = "yes" ]]; then + . /etc/profile.d/qt4.rc && + cd $SOURCE_DIRECTORY/plugins/qt4-gui && + cmake $SOURCE_DIRECTORY/plugins/qt4-gui -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + default_make + fi && + # Compile MSN support if [[ "$MSN_PLUGIN" = "yes" ]]; then cd $SOURCE_DIRECTORY/plugins/msn && @@ -84,6 +96,12 @@ make install fi && + # Install Qt4 frontend + if [[ "$QT4_PLUGIN" = "yes" ]]; then + cd $SOURCE_DIRECTORY/plugins/qt4-gui && + make install + fi && + # Install MSN support if [[ "$MSN_PLUGIN" = "yes" ]]; then cd $SOURCE_DIRECTORY/plugins/msn && diff --git a/chat/licq/DEPENDS b/chat/licq/DEPENDS index 515964f..6a9ed7c 100644 --- a/chat/licq/DEPENDS +++ b/chat/licq/DEPENDS @@ -18,6 +18,11 @@ optional_depends "qt3" \ "" \ "for Qt frontend" && +optional_depends "qt4" \ + "" \ + "" \ + "for Qt4 frontend" && + optional_depends "cdk" \ "" \ "" \ diff --git a/chat/licq/DETAILS b/chat/licq/DETAILS index 977dc15..b73435c 100644 --- a/chat/licq/DETAILS +++ b/chat/licq/DETAILS @@ -1,14 +1,11 @@ MODULE=licq - VERSION=1.3.5 + VERSION=1.3.6 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=licq-1.3.5-logonfix.patch SOURCE_URL=$SFORGE_URL/licq/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:a1059173f36694e6e5ec9ba62ced6e9738807916 - SOURCE2_VFY=sha1:ad2e257feaf0bcd735eb1e06d8f8c2c3d3ca6359 + SOURCE_VFY=sha1:1451da41c82b9a13424c96d8641e642895b723ac WEB_SITE=http://www.licq.org ENTERED=20011031 - UPDATED=20080701 + UPDATED=20081230 SHORT="A multi-threaded ICQ clone" MAINTAINER=jannis at lunar-linux.org From perldude at lunar-linux.org Tue Dec 30 19:22:20 2008 From: perldude at lunar-linux.org (Jens Luedicke) Date: Tue, 30 Dec 2008 19:22:20 +0100 Subject: [Lunar-commits] x264-snapshot: add missing dependency. Message-ID: <20081230182250.9E1639B1AD@doppio.foo-projects.org> commit 0574aa24bd7b49b0e5d965e39ae97ed6914b95bd Author: Jens Luedicke Date: Tue Dec 30 19:21:40 2008 +0100 x264-snapshot: add missing dependency. --- zbeta/x264-snapshot/DEPENDS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/zbeta/x264-snapshot/DEPENDS b/zbeta/x264-snapshot/DEPENDS index 330e3ce..fdff393 100644 --- a/zbeta/x264-snapshot/DEPENDS +++ b/zbeta/x264-snapshot/DEPENDS @@ -1 +1,3 @@ +depends gtk+-2 + optional_depends yasm "" "" "for assembly code support" From perldude at lunar-linux.org Tue Dec 30 19:44:54 2008 From: perldude at lunar-linux.org (Jens Luedicke) Date: Tue, 30 Dec 2008 19:44:54 +0100 Subject: [Lunar-commits] Proc-Simple: version bump. Message-ID: <20081230184548.893669B1AD@doppio.foo-projects.org> commit bacacb806df2521d15b7e25ea9e752289656be70 Author: Jens Luedicke Date: Tue Dec 30 19:41:09 2008 +0100 Proc-Simple: version bump. --- perl/Proc-Simple/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/perl/Proc-Simple/DETAILS b/perl/Proc-Simple/DETAILS index c85e85b..3b8f6d1 100644 --- a/perl/Proc-Simple/DETAILS +++ b/perl/Proc-Simple/DETAILS @@ -1,12 +1,12 @@ MODULE=Proc-Simple - VERSION=1.22 + VERSION=1.23 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI - SOURCE_VFY=sha1:468a147363463c9c298a8dc6c6584d1be0fadc73 + SOURCE_VFY=sha1:01796fdea759df0d5ac9450a6e545a434f0e8294 WEB_SITE=http://search.cpan.org/~mschilli/$MODULE-$VERSION MAINTAINER=perldude at lunar-linux.org ENTERED=20060802 - UPDATED=20071020 + UPDATED=20081230 SHORT="launch and control background processes." cat << EOF The Proc::Simple package provides objects mimicing real-life processes From perldude at lunar-linux.org Tue Dec 30 19:45:21 2008 From: perldude at lunar-linux.org (Jens Luedicke) Date: Tue, 30 Dec 2008 19:45:21 +0100 Subject: [Lunar-commits] filer: change WEB_SITE Message-ID: <20081230184548.9CD199B1B3@doppio.foo-projects.org> commit 25d214602ef83511b8833d9b27ba47d4b3193192 Author: Jens Luedicke Date: Tue Dec 30 19:34:03 2008 +0100 filer: change WEB_SITE --- filemanagers/filer/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/filemanagers/filer/DETAILS b/filemanagers/filer/DETAILS index b465395..eed05f4 100644 --- a/filemanagers/filer/DETAILS +++ b/filemanagers/filer/DETAILS @@ -4,7 +4,7 @@ SOURCE_URL=http://perldude.de/code/filer SOURCE_VFY=sha1:57d4b0152390f96367b60b7437be565deb75e077 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE=http://perldude.de/wiki/doku.php?id=filer + WEB_SITE=http://perldude.de/wiki/doku.php?id=code:filer ENTERED=20040728 UPDATED=20050704 SHORT="small two-paned File Manager." From zbiggy at lunar-linux.org Tue Dec 30 23:08:18 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 30 Dec 2008 22:08:18 +0000 Subject: [Lunar-commits] beecrypt: fixed broken build, other fixes Message-ID: <20081230210902.61A7F9B1B3@doppio.foo-projects.org> commit c0fdfb657af73e1c535eea02381bc014a6d2a5b3 Author: Zbigniew Luszpinski Date: Tue Dec 30 22:08:18 2008 +0000 beecrypt: fixed broken build, other fixes --- crypto/beecrypt/BUILD | 16 ++++++++++++++++ crypto/beecrypt/DETAILS | 7 +++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/crypto/beecrypt/BUILD b/crypto/beecrypt/BUILD new file mode 100644 index 0000000..b8bf94b --- /dev/null +++ b/crypto/beecrypt/BUILD @@ -0,0 +1,16 @@ +( + + unpack $SOURCE2 && + patch_it beecrypt-cvs-libaltdir.patch 0 && + patch_it beecrypt-4.1.2-threads.patch 1 && + patch_it beecrypt-4.1.2-python-Makefile-am.patch 1 && + patch_it beecrypt-4.1.2-python-debug-py-c.patch 1 && + patch_it beecrypt-4.1.2-gcc4.patch 1 && + patch_it beecrypt-4.1.2-build.patch 1 && + libtoolize --force --copy && + aclocal && + automake --add-missing && + autoreconf && + default_build + +) > $C_FIFO 2>&1 diff --git a/crypto/beecrypt/DETAILS b/crypto/beecrypt/DETAILS index b34ca45..1e2ca51 100644 --- a/crypto/beecrypt/DETAILS +++ b/crypto/beecrypt/DETAILS @@ -1,11 +1,14 @@ MODULE=beecrypt VERSION=4.1.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/beecrypt/ + SOURCE2=$MODULE-$VERSION-patches.tar.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE2_URL=$PATCH_URL/ SOURCE_VFY=sha1:71cebd3329bb2561ffba24a2004dfac50b143f59 + SOURCE2_VFY=sha1:e292f77544c49e9da9671d93572b877f485097b9 WEB_SITE=http://sourceforge.net/projects/beecrypt/ ENTERED=20070522 - UPDATED=20070522 + UPDATED=20081230 SHORT="provides a strong and fast cryptography toolkit" cat << EOF BeeCrypt is an ongoing project to provide a strong and fast From zbiggy at lunar-linux.org Tue Dec 30 23:06:15 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 30 Dec 2008 22:06:15 +0000 Subject: [Lunar-commits] elfutils: updated to 0.137 Message-ID: <20081230210902.533AD9B1AD@doppio.foo-projects.org> commit ac728d182dde9610c02676ef8bb16297934304a0 Author: Zbigniew Luszpinski Date: Tue Dec 30 22:06:15 2008 +0000 elfutils: updated to 0.137 --- devel/elfutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/elfutils/DETAILS b/devel/elfutils/DETAILS index af58198..94f2346 100644 --- a/devel/elfutils/DETAILS +++ b/devel/elfutils/DETAILS @@ -1,11 +1,11 @@ MODULE=elfutils - VERSION=0.135 + VERSION=0.137 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=https://fedorahosted.org/releases/e/l/elfutils/ - SOURCE_VFY=sha1:f356280a14a8c32509cbc15e4de692ab67281250 + SOURCE_VFY=sha1:5918fba9864970713ae82f7412895beb08096649 WEB_SITE=https://fedorahosted.org/elfutils/ ENTERED=20021102 - UPDATED=20080809 + UPDATED=20081230 SHORT="Utilities related to ELF (UNIX binaries) objects" PSAFE=no USE_WRAPPERS=no From zbiggy at lunar-linux.org Tue Dec 30 23:11:50 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 30 Dec 2008 22:11:50 +0000 Subject: [Lunar-commits] openoffice-src: fixed printeradmin shortcut Message-ID: <20081230211219.5C0379B1AD@doppio.foo-projects.org> commit bfb72694d061585a8dc89593c1ef701d857a5ba8 Author: Zbigniew Luszpinski Date: Tue Dec 30 22:11:50 2008 +0000 openoffice-src: fixed printeradmin shortcut --- x11-apps/openoffice-src/BUILD | 2 +- x11-apps/openoffice-src/BUILD.x86_64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-apps/openoffice-src/BUILD b/x11-apps/openoffice-src/BUILD index 75e7223..4df734e 100644 --- a/x11-apps/openoffice-src/BUILD +++ b/x11-apps/openoffice-src/BUILD @@ -114,7 +114,7 @@ install -m644 $file /usr/share/applications; done && - sedit 's/printeradmin/spadmin/g' printeradmin.desktop && + sedit 's/sprinteradmin$/spadmin/' printeradmin.desktop && install -m644 printeradmin.desktop /usr/share/applications && update-desktop-database diff --git a/x11-apps/openoffice-src/BUILD.x86_64 b/x11-apps/openoffice-src/BUILD.x86_64 index ca89776..b4a7aac 100644 --- a/x11-apps/openoffice-src/BUILD.x86_64 +++ b/x11-apps/openoffice-src/BUILD.x86_64 @@ -113,7 +113,7 @@ install -m644 $file /usr/share/applications; done && - sedit 's/printeradmin/spadmin/g' printeradmin.desktop && + sedit 's/sprinteradmin$/spadmin/' printeradmin.desktop && install -m644 printeradmin.desktop /usr/share/applications && update-desktop-database From zbiggy at lunar-linux.org Tue Dec 30 23:15:37 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 30 Dec 2008 22:15:37 +0000 Subject: [Lunar-commits] lzma-sdk: updated to 4.62 Message-ID: <20081230211822.C18B09B1AD@doppio.foo-projects.org> commit 1d7c0abae8e68c031a2c0395e2d573f9d7006798 Author: Zbigniew Luszpinski Date: Tue Dec 30 22:15:37 2008 +0000 lzma-sdk: updated to 4.62 --- archive/lzma-sdk/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/lzma-sdk/DETAILS b/archive/lzma-sdk/DETAILS index 65e8806..deacecd 100644 --- a/archive/lzma-sdk/DETAILS +++ b/archive/lzma-sdk/DETAILS @@ -1,12 +1,12 @@ MODULE=lzma-sdk - VERSION=457 + VERSION=462 SOURCE=lzma$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/sevenzip/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:bd1b46ba42fe1ad7351a39c131e8b7657e909001 + SOURCE_VFY=sha1:67e2d45e9657c4c4b694151edf0140742e2bf02a WEB_SITE=http://www.7-zip.org/ ENTERED=20080129 - UPDATED=20080201 + UPDATED=20081230 SHORT="LZMA archiver generated from genuine SDK" cat << EOF Genuine LZMA utils from SDK kit. These tools have different From zbiggy at lunar-linux.org Tue Dec 30 23:17:02 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 30 Dec 2008 22:17:02 +0000 Subject: [Lunar-commits] kdevelop: updated to 3.5.4 Message-ID: <20081230211822.D17B89B1B3@doppio.foo-projects.org> commit 66219dc650f2982065859a4962959a8b46cdc4f0 Author: Zbigniew Luszpinski Date: Tue Dec 30 22:17:02 2008 +0000 kdevelop: updated to 3.5.4 --- kde3/apps/kdevelop/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde3/apps/kdevelop/DETAILS b/kde3/apps/kdevelop/DETAILS index 2adde99..b743bef 100644 --- a/kde3/apps/kdevelop/DETAILS +++ b/kde3/apps/kdevelop/DETAILS @@ -1,13 +1,13 @@ MODULE=kdevelop - VERSION=3.5.3 + VERSION=3.5.4 KDEVER=3.5.10 SOURCE=kdevelop-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/$KDEVER/src - SOURCE_VFY=sha1:1577f195c1e0b00d8121f0d2b61dd76c6a3c7b53 + SOURCE_VFY=sha1:4b51f23b26705de61fdbffa5f0ce31ff71586eed MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://www.kde.org ENTERED=20020523 - UPDATED=20080827 + UPDATED=20081229 MAINTAINER=florin at lunar-linux.org SHORT="A programming IDE for KDE" From zbiggy at lunar-linux.org Wed Dec 31 00:18:28 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 30 Dec 2008 23:18:28 +0000 Subject: [Lunar-commits] openoffice-src-pl: updated to 3.0.0 Message-ID: <20081230221857.2C22A9B1AD@doppio.foo-projects.org> commit 42de4134a5856dfe64cc22534a0d6a2a09523da4 Author: Zbigniew Luszpinski Date: Tue Dec 30 23:18:28 2008 +0000 openoffice-src-pl: updated to 3.0.0 --- x11-apps/openoffice-src-pl/BUILD | 13 ++++--------- x11-apps/openoffice-src-pl/DETAILS | 16 +++++++++------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/x11-apps/openoffice-src-pl/BUILD b/x11-apps/openoffice-src-pl/BUILD index 24198ef..3992e18 100644 --- a/x11-apps/openoffice-src-pl/BUILD +++ b/x11-apps/openoffice-src-pl/BUILD @@ -1,16 +1,11 @@ ( - cd $SOURCE_DIRECTORY && - rpmunpack openoffice.org-pl-${VERSION}-9310.i586.rpm && - rpmunpack openoffice.org-pl-help-${VERSION}-9310.i586.rpm && - rpmunpack openoffice.org-pl-res-${VERSION}-9310.i586.rpm && + for file in `ls *.rpm`; do rpmunpack $file; done && rm -f *.rpm && gunzip *.gz && - cpio -idv < openoffice.org-pl-${VERSION}-9310.cpio && - cpio -idv < openoffice.org-pl-help-${VERSION}-9310.cpio && - cpio -idv < openoffice.org-pl-res-${VERSION}-9310.cpio && - cd $SOURCE_DIRECTORY/opt/openoffice.org2.4 && + for file in `ls *.cpio`; do cpio -idvI $file; done && + rm -f *.cpio && prepare_install && - cp -a . /opt/lunar/openoffice-src + cp -a opt/* /opt/lunar/openoffice-src ) > $C_FIFO 2>&1 diff --git a/x11-apps/openoffice-src-pl/DETAILS b/x11-apps/openoffice-src-pl/DETAILS index 8f1ef4b..0f73b40 100644 --- a/x11-apps/openoffice-src-pl/DETAILS +++ b/x11-apps/openoffice-src-pl/DETAILS @@ -1,13 +1,15 @@ MODULE=openoffice-src-pl - VERSION=2.4.1 - SOURCE=OOo_${VERSION}_LinuxIntel_langpack_pl.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOH680_m17_native_packed-1_pl.9310/RPMS - SOURCE_URL[0]=ftp://sunsite.icm.edu.pl/packages/OpenOffice/official/localized/pl/$VERSION/ - SOURCE_URL[1]=http://mirror.icis.pcz.pl/OOO/localized/pl/$VERSION/ - SOURCE_VFY=md5:b61ab05b7be0b3b4d6e838ea62f816d2 + VERSION=3.0.0 + RELEASE=9358 + MILESTONE=m9 + LANGUAGE=pl + SOURCE=OOo_${VERSION}_LinuxIntel_langpack_${LANGUAGE}.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_${MILESTONE}_native_packed-1_${LANGUAGE}.${RELEASE}/RPMS + SOURCE_URL=http://mirror.icis.pcz.pl/OOO/extended/localized/$LANGUAGE/$VERSION/ + SOURCE_VFY=sha1:4c2cea5ddc14a5ab67754ed7224b9fc8c0c64b6e WEB_SITE=http://www.openoffice.org ENTERED=20080706 - UPDATED=20080706 + UPDATED=20081230 SHORT="OpenOffice.org Office - Polish localization" cat << EOF OpenOffice.org Office Suite - Polish localization pack for: From zbiggy at lunar-linux.org Wed Dec 31 00:49:39 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 30 Dec 2008 23:49:39 +0000 Subject: [Lunar-commits] beecrypt: my previous build code was lame. This is optimization. Message-ID: <20081230225008.E97779B1AD@doppio.foo-projects.org> commit f1c50d6455b3fb17444e02018dc737a89ce3c00e Author: Zbigniew Luszpinski Date: Tue Dec 30 23:49:39 2008 +0000 beecrypt: my previous build code was lame. This is optimization. --- crypto/beecrypt/BUILD | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/crypto/beecrypt/BUILD b/crypto/beecrypt/BUILD index b8bf94b..adb9a0e 100644 --- a/crypto/beecrypt/BUILD +++ b/crypto/beecrypt/BUILD @@ -2,11 +2,7 @@ unpack $SOURCE2 && patch_it beecrypt-cvs-libaltdir.patch 0 && - patch_it beecrypt-4.1.2-threads.patch 1 && - patch_it beecrypt-4.1.2-python-Makefile-am.patch 1 && - patch_it beecrypt-4.1.2-python-debug-py-c.patch 1 && - patch_it beecrypt-4.1.2-gcc4.patch 1 && - patch_it beecrypt-4.1.2-build.patch 1 && + for patch in `ls $MODULE-$VERSION-*.patch`; do patch_it $patch 1; done && libtoolize --force --copy && aclocal && automake --add-missing && From zbiggy at lunar-linux.org Wed Dec 31 01:52:34 2008 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 31 Dec 2008 00:52:34 +0000 Subject: [Lunar-commits] openoffice-src-pl: added Polish dictionary, thezaurus, spellchecking Message-ID: <20081230235318.7B2B29B1AD@doppio.foo-projects.org> commit 616d610911725b4dba3976a8cd7e9159a1163571 Author: Zbigniew Luszpinski Date: Wed Dec 31 00:52:34 2008 +0000 openoffice-src-pl: added Polish dictionary,thezaurus,spellchecking --- x11-apps/openoffice-src-pl/BUILD | 3 ++- x11-apps/openoffice-src-pl/DETAILS | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-apps/openoffice-src-pl/BUILD b/x11-apps/openoffice-src-pl/BUILD index 3992e18..8dfc839 100644 --- a/x11-apps/openoffice-src-pl/BUILD +++ b/x11-apps/openoffice-src-pl/BUILD @@ -6,6 +6,7 @@ for file in `ls *.cpio`; do cpio -idvI $file; done && rm -f *.cpio && prepare_install && - cp -a opt/* /opt/lunar/openoffice-src + cp -a opt/* /opt/lunar/openoffice-src && + install -m644 $SOURCE_CACHE/$SOURCE2 /opt/lunar/openoffice-src/openoffice.org3/share/extension/install/dict-pl.oxt ) > $C_FIFO 2>&1 diff --git a/x11-apps/openoffice-src-pl/DETAILS b/x11-apps/openoffice-src-pl/DETAILS index 0f73b40..7a6acf4 100644 --- a/x11-apps/openoffice-src-pl/DETAILS +++ b/x11-apps/openoffice-src-pl/DETAILS @@ -4,12 +4,15 @@ MILESTONE=m9 LANGUAGE=pl SOURCE=OOo_${VERSION}_LinuxIntel_langpack_${LANGUAGE}.tar.gz + SOURCE2=pl-dict.oxt SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_${MILESTONE}_native_packed-1_${LANGUAGE}.${RELEASE}/RPMS SOURCE_URL=http://mirror.icis.pcz.pl/OOO/extended/localized/$LANGUAGE/$VERSION/ + SOURCE2_URL=http://extensions.services.openoffice.org/files/806/4/ SOURCE_VFY=sha1:4c2cea5ddc14a5ab67754ed7224b9fc8c0c64b6e + SOURCE2_VFY=sha1:d5704efc735f5492284e8b9cd2ea717a700033c3 WEB_SITE=http://www.openoffice.org ENTERED=20080706 - UPDATED=20081230 + UPDATED=20081231 SHORT="OpenOffice.org Office - Polish localization" cat << EOF OpenOffice.org Office Suite - Polish localization pack for: From florin at lunar-linux.org Wed Dec 31 16:19:13 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 31 Dec 2008 17:19:13 +0200 Subject: [Lunar-commits] rkhunter: version bumped to 1.3.4. Message-ID: <20081231142223.C72BD9B1AD@doppio.foo-projects.org> commit 10b30e1b28a3f00bb5330ff9be1db018cbeb679f Author: Florin Braescu Date: Wed Dec 31 17:19:13 2008 +0200 rkhunter: version bumped to 1.3.4. Some new rootkits signatures added, bugfixes and enhacements. --- security/rkhunter/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/rkhunter/DETAILS b/security/rkhunter/DETAILS index 8479020..8263f80 100644 --- a/security/rkhunter/DETAILS +++ b/security/rkhunter/DETAILS @@ -1,11 +1,11 @@ MODULE=rkhunter - VERSION=1.3.2 + VERSION=1.3.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:90915f197c265d8a0661a16b9fa13a3143dfcf93 + SOURCE_VFY=sha1:1d3d54852a6320e9eb1a77aee0d674816223d8d1 WEB_SITE=http://www.rootkit.nl ENTERED=20050109 - UPDATED=20080305 + UPDATED=20081231 SHORT="A scanner to check for things like rootkits and backdoors" cat << EOF From florin at lunar-linux.org Wed Dec 31 17:53:45 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 31 Dec 2008 18:53:45 +0200 Subject: [Lunar-commits] dbus: version bumped to 1.2.10. Message-ID: <20081231155939.E855A9B1AD@doppio.foo-projects.org> commit 9d4ca7cbfafe61b7207af5878695eb234989d144 Author: Florin Braescu Date: Wed Dec 31 18:53:45 2008 +0200 dbus: version bumped to 1.2.10. Security release with many bugfixes. --- devel/dbus/DETAILS | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/devel/dbus/DETAILS b/devel/dbus/DETAILS index 8e67e5e..0f31d23 100644 --- a/devel/dbus/DETAILS +++ b/devel/dbus/DETAILS @@ -1,16 +1,20 @@ MODULE=dbus - VERSION=1.2.3 + VERSION=1.2.10 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://$MODULE.freedesktop.org/releases/$MODULE/ - SOURCE_VFY=sha1:ceb8d496bc1a9c2dcdbe559515c01ec9c0cdcf81 - WEB_SITE=http://dbus.freedesktop.org/ + SOURCE2=$MODULE-$VERSION-fix-warning.patch.bz2 + SOURCE_URL=http://$MODULE.freedesktop.org/releases/$MODULE + SOURCE_VFY=sha1:63088b3443b5fea2df2550fd5827dd514dc31262 + SOURCE2_URL=$PATCH_URL + SOURCE2_VFY=sha1:2561ead3959618e3f44cb20d1934571524597dde + WEB_SITE=http://dbus.freedesktop.org ENTERED=20031219 - UPDATED=20080816 + UPDATED=20081231 SHORT="A message bus system for applications" LUNAR_RESTART_SERVICES=off + cat << EOF D-BUS is a message bus system, a simple way for applications to talk -to one another. It supplies both a system daemon and a +to one another. It supplies both a system daemon and a per-user-login-session daemon. Also, the message bus is built on top of general one-to-one message passing framework, which can be used by any two apps to communicate directly. From florin at lunar-linux.org Wed Dec 31 18:48:44 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 31 Dec 2008 19:48:44 +0200 Subject: [Lunar-commits] gsl: version bumped to 1.12. Message-ID: <20081231165138.079059B1AD@doppio.foo-projects.org> commit a89dc62729e01ece3773660aceb80d163045cd21 Author: Florin Braescu Date: Wed Dec 31 19:48:44 2008 +0200 gsl: version bumped to 1.12. Bugfixes and a new O(N) simplex minimizer added. --- science/gsl/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/science/gsl/DETAILS b/science/gsl/DETAILS index f99d7a2..720393c 100644 --- a/science/gsl/DETAILS +++ b/science/gsl/DETAILS @@ -1,12 +1,12 @@ MODULE=gsl - VERSION=1.11 + VERSION=1.12 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$GNU_URL/$MODULE/ - SOURCE_VFY=sha1:5a154d1cc66ac479197d25dd93a56da12a034c49 - WEB_SITE=http://www.gnu.org/software/gsl/ + SOURCE_URL=$GNU_URL/$MODULE + SOURCE_VFY=sha1:3b5cba13f4b90e1473f693a5dc7efdcaae55fc46 + WEB_SITE=http://www.gnu.org/software/gsl ENTERED=20050902 - UPDATED=20080713 - SHORT="numerical library for C and C++ programmers" + UPDATED=20081231 + SHORT="Numerical library for C and C++ programmers" cat << EOF The GNU Scientific Library (GSL) is a numerical library for C and C++ From florin at lunar-linux.org Wed Dec 31 20:18:32 2008 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 31 Dec 2008 21:18:32 +0200 Subject: [Lunar-commits] dbus: fix the BUILD file. Message-ID: <20081231192428.AFD039B1AD@doppio.foo-projects.org> commit 86ca55e73cc6882a2a3d3fc17c35617f61d697f9 Author: Florin Braescu Date: Wed Dec 31 21:18:32 2008 +0200 dbus: fix the BUILD file. --- devel/dbus/BUILD | 24 ++++++++++-------------- 1 files changed, 10 insertions(+), 14 deletions(-) diff --git a/devel/dbus/BUILD b/devel/dbus/BUILD index 32d27ea..67b2197 100644 --- a/devel/dbus/BUILD +++ b/devel/dbus/BUILD @@ -1,30 +1,26 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 1 && + if module_installed qt3 ; then . /etc/profile.d/qt3.rc - fi - - if module_installed gtk-sharp ; then - OPTS="$OPTS --enable-mono" - else - OPTS="$OPTS --disable-mono" - fi + fi && - OPTS="$OPTS --enable-checks --with-xml=expat \ - --with-system-pid-file=/var/run/messagebus.pid \ - --with-system-socket=/var/lib/dbus/system_bus_socket \ - --with-session-socket-dir=/tmp --with-dbus-user=messagebus \ + OPTS="$OPTS --enable-checks --with-xml=expat \ + --with-system-pid-file=/var/run/messagebus.pid \ + --with-system-socket=/var/lib/dbus/system_bus_socket \ + --with-session-socket-dir=/tmp --with-dbus-user=messagebus \ --disable-xml-docs --with-init-scripts=none --disable-verbose-mode" default_build && # The following used to be in POST_INSTALL but the service wasn't starting # on FIRST install due to the lack of existing /var/lib/dbus - add_priv_user messagebus:messagebus -d /dev/null -s /bin/false && + add_priv_user messagebus:messagebus -d /dev/null -s /bin/false && mkdir -p /var/lib/dbus && - chown -R messagebus:messagebus /var/lib/dbus && + chown -R messagebus:messagebus /var/lib/dbus && - mkdir -p /etc/X11/xinit/xinitrc.d/ && + mkdir -p /etc/X11/xinit/xinitrc.d/ && install -m755 $SCRIPT_DIRECTORY/30-dbus /etc/X11/xinit/xinitrc.d/ ) > $C_FIFO 2>&1 From sofar at foo-projects.org Tue Dec 30 20:44:16 2008 From: sofar at foo-projects.org (Auke Kok) Date: Tue, 30 Dec 2008 20:44:16 +0100 Subject: [Lunar-commits] libplayer-hg: Silly me. Message-ID: <20090105175535.BF8779B1FD@doppio.foo-projects.org> commit 068f315522b1707c63153331c99a263077c78f99 Author: O. Dietsch Date: Tue Dec 30 20:44:16 2008 +0100 libplayer-hg: Silly me. --- zbeta/libplayer-hg/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/libplayer-hg/DETAILS b/zbeta/libplayer-hg/DETAILS index 36b9192..be34899 100644 --- a/zbeta/libplayer-hg/DETAILS +++ b/zbeta/libplayer-hg/DETAILS @@ -4,7 +4,7 @@ SOURCE_URL=hg+http://hg.geexbox.org/libplayer WEB_SITE=http://libplayer.geexbox.org ENTERED=20081103 - UPDATED=`date -u %Y%m%d` + UPDATED=`date -u +%Y%m%d` SHORT="A multimedia A/V abstraction layer API." MODULE_PREFIX=/usr From sofar at foo-projects.org Tue Dec 30 20:44:25 2008 From: sofar at foo-projects.org (Auke Kok) Date: Tue, 30 Dec 2008 20:44:25 +0100 Subject: [Lunar-commits] LiVES: Version update and dependencies. Message-ID: <20090105175535.C8EEE9B1FF@doppio.foo-projects.org> commit 5c9e42c1ab7a3aab811e06611930f837353a218f Author: O. Dietsch Date: Tue Dec 30 20:44:25 2008 +0100 LiVES: Version update and dependencies. --- video/LiVES/DEPENDS | 4 ++++ video/LiVES/DETAILS | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/video/LiVES/DEPENDS b/video/LiVES/DEPENDS index 737ca1e..2eca009 100644 --- a/video/LiVES/DEPENDS +++ b/video/LiVES/DEPENDS @@ -8,10 +8,14 @@ depends gtk+-2 depends jpeg depends sox depends Python +depends libtool optional_depends "SDL" "" "" "for SDL support" optional_depends "libtheora" "" "" "for Theora video support" optional_depends "mjpegtools" "" "" "for mjpeg encode support" +optional_depends "libvisual" "" "--disable-libvisual" "for audio visualisation support" +optional_depends "liboil" "" "--disable-liboil" "for libOIL support" +optional_depends "jack" "" "--disable-jack" "for JACK support" # # optional packages that i'm leaving out for now diff --git a/video/LiVES/DETAILS b/video/LiVES/DETAILS index 75a7923..168208e 100644 --- a/video/LiVES/DETAILS +++ b/video/LiVES/DETAILS @@ -1,12 +1,12 @@ MODULE=LiVES - VERSION=0.9.9.1 + VERSION=0.9.9.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/lives-$VERSION SOURCE_URL=http://www.xs4all.nl/~salsaman/lives/current - SOURCE_VFY=sha1:5ce4f6181ae8c182cfb8f6c688909971e82dbc9d + SOURCE_VFY=sha1:d4ebe25b11ea03febe45a0419b070fa58524297d WEB_SITE=http://lives.sourceforge.net ENTERED=20050106 - UPDATED=20080716 + UPDATED=20081128 SHORT="Video Editing System" cat << EOF From sofar at foo-projects.org Tue Dec 30 20:45:04 2008 From: sofar at foo-projects.org (Auke Kok) Date: Tue, 30 Dec 2008 20:45:04 +0100 Subject: [Lunar-commits] aubio: Initial submission. Required for newer versions of ardour and friends. Message-ID: <20090105175535.DCD2F9B200@doppio.foo-projects.org> commit 6d2a5d194a84d91ba3454973c9d55140752a4261 Author: O. Dietsch Date: Tue Dec 30 20:45:04 2008 +0100 aubio: Initial submission. Required for newer versions of ardour and friends. --- zbeta/aubio/DEPENDS | 21 +++++++++++++++++++++ zbeta/aubio/DETAILS | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+), 0 deletions(-) diff --git a/zbeta/aubio/DEPENDS b/zbeta/aubio/DEPENDS new file mode 100644 index 0000000..b9d11b8 --- /dev/null +++ b/zbeta/aubio/DEPENDS @@ -0,0 +1,21 @@ +optional_depends "fftw3" \ + "--enable-fftw3" \ + "--disable-fftw3" \ + "for FFTW support" + +optional_depends "jack" \ + "--enable-jack" \ + "--disable-jack" \ + "for JACK support" + +optional_depends "alsa-lib" \ + "--enable-alsa" \ + "--disable-alsa" \ + "for ALSA support" + +optional_depends "lash" \ + "--enable-lash" \ + "--disable-lash" \ + "for JACK and ALSA session management" + +#optional_depends "complex" "" "" diff --git a/zbeta/aubio/DETAILS b/zbeta/aubio/DETAILS new file mode 100644 index 0000000..a66d3c1 --- /dev/null +++ b/zbeta/aubio/DETAILS @@ -0,0 +1,21 @@ + MODULE=aubio + VERSION=0.3.2 + SOURCE=${MODULE}-${VERSION}.tar.gz + SOURCE_URL=http://aubio.org/pub/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:8ef7ccbf18a4fa6db712a9192acafc9c8d080978 + WEB_SITE="http://aubio.org" + ENTERED=20081205 + UPDATED=20081205 + SHORT="Audio labelling library" +cat < ardour: Version update and updated DEPENDS Message-ID: <20090105175535.F18A19B201@doppio.foo-projects.org> commit ec4f1bd5719d47de62f23d4dea235919c18ba4e8 Author: O. Dietsch Date: Tue Dec 30 20:45:10 2008 +0100 ardour: Version update and updated DEPENDS --- audio/ardour/DEPENDS | 1 + audio/ardour/DETAILS | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/audio/ardour/DEPENDS b/audio/ardour/DEPENDS index e5ca661..5375833 100644 --- a/audio/ardour/DEPENDS +++ b/audio/ardour/DEPENDS @@ -12,6 +12,7 @@ depends libgnomecanvasmm depends boost depends liblo depends soundtouch +depends aubio optional_depends "alsa-utils" \ "" \ diff --git a/audio/ardour/DETAILS b/audio/ardour/DETAILS index ec5da6c..d8f4d70 100644 --- a/audio/ardour/DETAILS +++ b/audio/ardour/DETAILS @@ -1,12 +1,12 @@ MODULE=ardour - VERSION=2.3.1 + VERSION=2.7 SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/ardour-2.3 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/ardour-$VERSION SOURCE_URL=http://ardour.org/files/releases/ - SOURCE_VFY=sha1:bce5a495bb2406277a45ff67423a3f04b443071c + SOURCE_VFY=sha1:b3e8ee9f35bed5807a025122e06effdce330f902 WEB_SITE=http://ardour.org ENTERED=20020408 - UPDATED=20080220 + UPDATED=20081205 SHORT="A multichannel hard disk recorder" MAINTAINER=jannis at lunar-linux.org From sofar at foo-projects.org Tue Dec 30 20:46:04 2008 From: sofar at foo-projects.org (Auke Kok) Date: Tue, 30 Dec 2008 20:46:04 +0100 Subject: [Lunar-commits] picprog: new module proposal Message-ID: <20090105175536.0F06B9B1FD@doppio.foo-projects.org> commit 28f81bbf83eb0bd7d27e82197cf40a2984e6b137 Author: aGaTHoS Date: Tue Dec 30 20:46:04 2008 +0100 picprog: new module proposal --- zbeta/picprog/BUILD | 4 ++++ zbeta/picprog/DETAILS | 13 +++++++++++++ 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/zbeta/picprog/BUILD b/zbeta/picprog/BUILD new file mode 100644 index 0000000..5304723 --- /dev/null +++ b/zbeta/picprog/BUILD @@ -0,0 +1,4 @@ +( + sedit "s:/usr/local/:/usr/:" Makefile + default_make +) > $C_FIFO 2>&1 diff --git a/zbeta/picprog/DETAILS b/zbeta/picprog/DETAILS new file mode 100644 index 0000000..75fc292 --- /dev/null +++ b/zbeta/picprog/DETAILS @@ -0,0 +1,13 @@ + MODULE=picprog + VERSION=1.9.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://hyvatti.iki.fi/~jaakko/pic/ + SOURCE_VFY=sha1:4e4a9f4b26e46bf95461598b4886d63bbf02307f + WEB_SITE=http://hyvatti.iki.fi/~jaakko/pic/ + ENTERED=20081208 + UPDATED=20081208 + SHORT="A Microchip PIC programmer" + +cat << EOF +PIC16, PIC12 and PIC18 microcontroller programmer for Linux and Windows/Cygwin. +EOF From sofar at foo-projects.org Tue Dec 30 20:46:23 2008 From: sofar at foo-projects.org (Auke Kok) Date: Tue, 30 Dec 2008 20:46:23 +0100 Subject: [Lunar-commits] totem-pl-parser: added missing dependency evolution-data-server Message-ID: <20090105175536.1C9479B202@doppio.foo-projects.org> commit e16ff35cd42243f719ab19a959722ea27f04cb28 Author: Javier Adrian Ortiz de la Tabla Date: Tue Dec 30 20:46:23 2008 +0100 totem-pl-parser: added missing dependency evolution-data-server --- gnome2/desktop/totem-pl-parser/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gnome2/desktop/totem-pl-parser/DEPENDS b/gnome2/desktop/totem-pl-parser/DEPENDS index 83471b2..ee28a64 100644 --- a/gnome2/desktop/totem-pl-parser/DEPENDS +++ b/gnome2/desktop/totem-pl-parser/DEPENDS @@ -3,3 +3,4 @@ depends gnome-vfs depends dbus depends hal depends libxml2 +depends evolution-data-server From sofar at foo-projects.org Tue Dec 30 20:46:27 2008 From: sofar at foo-projects.org (Auke Kok) Date: Tue, 30 Dec 2008 20:46:27 +0100 Subject: [Lunar-commits] cairo-dock: version bump Message-ID: <20090105175536.3458C9B1FF@doppio.foo-projects.org> commit 7424e7050345a34fd2d6ac522ba18dffa42e8104 Author: Denis <0lvin at ukr.net> Date: Tue Dec 30 20:46:27 2008 +0100 cairo-dock: version bump support freedesktop standart --- zbeta/cairo-dock/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/cairo-dock/DETAILS b/zbeta/cairo-dock/DETAILS index 05faec5..cd554ff 100644 --- a/zbeta/cairo-dock/DETAILS +++ b/zbeta/cairo-dock/DETAILS @@ -1,12 +1,12 @@ MODULE=cairo-dock - VERSION=1.6.2.3 + VERSION=1.6.3.1 SOURCE=${MODULE}-${VERSION}.tar.bz2 SOURCE_URL=http://download.berlios.de/cairo-dock/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:4705be8d013976c3805d0e49070e5e79a8ee5afb + SOURCE_VFY=sha1:de02bc4759ad0b69d1857041536a965240690622 WEB_SITE="http://developer.berlios.de/projects/cairo-dock/" ENTERED=20080922 - UPDATED=20080922 + UPDATED=20081220 SHORT="A dock" cat < cairo-dock-plugins: version bump Message-ID: <20090105175536.483669B200@doppio.foo-projects.org> commit a71a0c48e5069607c382eb72fbdb9056eecb97be Author: Denis <0lvin at ukr.net> Date: Tue Dec 30 20:46:32 2008 +0100 cairo-dock-plugins: version bump support freedesktop standart --- zbeta/cairo-dock-plugins/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/cairo-dock-plugins/DETAILS b/zbeta/cairo-dock-plugins/DETAILS index 28c9963..cbdefd6 100644 --- a/zbeta/cairo-dock-plugins/DETAILS +++ b/zbeta/cairo-dock-plugins/DETAILS @@ -1,12 +1,12 @@ MODULE=cairo-dock-plugins - VERSION=1.6.2.3 + VERSION=1.6.3.1 SOURCE=${MODULE}-${VERSION}.tar.bz2 SOURCE_URL=http://download.berlios.de/cairo-dock/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:85e3fcad16cb205566700c3d9e8391743d81e5cf + SOURCE_VFY=sha1:45ce02888f9eb474d7eb04accd97e17f05f106c2 WEB_SITE="http://developer.berlios.de/projects/cairo-dock/" ENTERED=20080922 - UPDATED=20080922 + UPDATED=20081220 SHORT="plugins for cairo dock" cat < cairo-dock-themes: version bump Message-ID: <20090105175536.5C7D29B203@doppio.foo-projects.org> commit e37b965a0274b0d55b7675da0c9537e7169b96e8 Author: Denis <0lvin at ukr.net> Date: Tue Dec 30 20:46:44 2008 +0100 cairo-dock-themes: version bump support freedesktop standart --- zbeta/cairo-dock-themes/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/cairo-dock-themes/DETAILS b/zbeta/cairo-dock-themes/DETAILS index a793cb8..af2ec59 100644 --- a/zbeta/cairo-dock-themes/DETAILS +++ b/zbeta/cairo-dock-themes/DETAILS @@ -1,12 +1,12 @@ MODULE=cairo-dock-themes - VERSION=1.6.2.3 + VERSION=1.6.3.1 SOURCE=${MODULE}-${VERSION}.tar.bz2 SOURCE_URL=http://download.berlios.de/cairo-dock/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:0d80e84322fefd70622b2a343f6604108ff1e43a + SOURCE_VFY=sha1:9c73c9559daed9abde8fd86c374376ac989917fb WEB_SITE="http://developer.berlios.de/projects/cairo-dock/" ENTERED=20080922 - UPDATED=20080922 + UPDATED=20081020 SHORT="themes for cairo-dock" cat < rubygems: version bump to 1.3.1 Message-ID: <20090108045708.2428F9B1B9@doppio.foo-projects.org> commit 78d45da0e70c6dd52b90bfceed22fde7ab1b56e3 Author: Dave Brown Date: Wed Dec 24 16:09:14 2008 +0900 rubygems: version bump to 1.3.1 --- devel/rubygems/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygems/DETAILS b/devel/rubygems/DETAILS index 34c8eab..a593997 100644 --- a/devel/rubygems/DETAILS +++ b/devel/rubygems/DETAILS @@ -1,11 +1,11 @@ MODULE=rubygems - VERSION=1.2.0 + VERSION=1.3.1 SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL=http://rubyforge.org/frs/download.php/38646/ - SOURCE_VFY=sha1:89f8e35f03e1e8057cc8e237f2df025642653dde + SOURCE_URL=http://rubyforge.org/frs/download.php/45905/ + SOURCE_VFY=sha1:a21ae466146bffb28ece05cddbdced0b908ca74f WEB_SITE=http://rubygems.rubyforge.org ENTERED=20050412 - UPDATED=20080624 + UPDATED=20081224 SHORT="Package management framework for the Ruby programming language." cat << EOF