r1189 - in crux-2.2/ports: core/pkg-config opt/cogito opt/ctags opt/diffstat opt/directfb opt/doxygen opt/esmtp opt/ethereal opt/gift opt/gift-ares opt/gift-fasttrack opt/gift-gnutella opt/gift-openft opt/giftcurs opt/git opt/lftp opt/libesmtp opt/libtxc_dxtn opt/netdate opt/quilt opt/rake opt/ruby-gtk opt/rxvt-unicode opt/scons opt/shared-mime-info opt/valgrind opt/vorbis-tools opt/vorbisgain opt/xxd
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: tilman Date: 2006-04-08 17:21:33 +0200 (Sat, 08 Apr 2006) New Revision: 1189 Modified: crux-2.2/ports/core/pkg-config/Pkgfile crux-2.2/ports/opt/cogito/Pkgfile crux-2.2/ports/opt/ctags/Pkgfile crux-2.2/ports/opt/diffstat/Pkgfile crux-2.2/ports/opt/directfb/Pkgfile crux-2.2/ports/opt/doxygen/Pkgfile crux-2.2/ports/opt/esmtp/Pkgfile crux-2.2/ports/opt/ethereal/Pkgfile crux-2.2/ports/opt/gift-ares/Pkgfile crux-2.2/ports/opt/gift-fasttrack/Pkgfile crux-2.2/ports/opt/gift-gnutella/Pkgfile crux-2.2/ports/opt/gift-openft/Pkgfile crux-2.2/ports/opt/gift/Pkgfile crux-2.2/ports/opt/giftcurs/Pkgfile crux-2.2/ports/opt/git/Pkgfile crux-2.2/ports/opt/lftp/Pkgfile crux-2.2/ports/opt/libesmtp/Pkgfile crux-2.2/ports/opt/libtxc_dxtn/Pkgfile crux-2.2/ports/opt/netdate/Pkgfile crux-2.2/ports/opt/quilt/Pkgfile crux-2.2/ports/opt/rake/Pkgfile crux-2.2/ports/opt/ruby-gtk/Pkgfile crux-2.2/ports/opt/rxvt-unicode/Pkgfile crux-2.2/ports/opt/scons/Pkgfile crux-2.2/ports/opt/shared-mime-info/Pkgfile crux-2.2/ports/opt/valgrind/Pkgfile crux-2.2/ports/opt/vorbis-tools/Pkgfile crux-2.2/ports/opt/vorbisgain/Pkgfile crux-2.2/ports/opt/xxd/Pkgfile Log: several ports: fixed indentation, general clean up, email change Modified: crux-2.2/ports/core/pkg-config/Pkgfile =================================================================== --- crux-2.2/ports/core/pkg-config/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/core/pkg-config/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: A system for managing library compile/link flags -# URL: http://pkgconfig.freedesktop.org/wiki/ -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# URL: http://pkgconfig.freedesktop.org/wiki/ +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=pkg-config version=0.20 @@ -8,8 +8,8 @@ source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz) build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install } Modified: crux-2.2/ports/opt/cogito/Pkgfile =================================================================== --- crux-2.2/ports/opt/cogito/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/cogito/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: Distributed SCM based on GIT # URL: http://kernel.org/pub/software/scm/cogito/README -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: git name=cogito @@ -8,7 +8,7 @@ release=1 source=(http://kernel.org/pub/software/scm/$name/$name-$version.tar.bz2) -build () { +build() { cd $name-$version make prefix=/usr Modified: crux-2.2/ports/opt/ctags/Pkgfile =================================================================== --- crux-2.2/ports/opt/ctags/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/ctags/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,16 +1,16 @@ # Description: A multilanguage implementation of Ctags, for effective editing of source code. # URL: http://ctags.sourceforge.net -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de # Packager: H�vard Moen, vanilje at netcom dot no +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=ctags version=5.5.4 release=1 source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz) -build () { - cd $name-$version - ./configure --prefix=/usr --disable-etags - make - make prefix=$PKG/usr install +build() { + cd $name-$version + ./configure --prefix=/usr --disable-etags + make + make prefix=$PKG/usr install } Modified: crux-2.2/ports/opt/diffstat/Pkgfile =================================================================== --- crux-2.2/ports/opt/diffstat/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/diffstat/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,13 +1,13 @@ # Description: Generates statistics for diffs # URL: http://invisible-island.net/diffstat/ -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=diffstat version=1.41 release=1 source=(ftp://invisible-island.net/$name/$name-$version.tgz) -build () { +build() { cd $name-$version ./configure --prefix=/usr Modified: crux-2.2/ports/opt/directfb/Pkgfile =================================================================== --- crux-2.2/ports/opt/directfb/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/directfb/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,13 +1,13 @@ # Description: Graphics library for the Linux framebuffer device # URL: http://www.directfb.org -# Maintainer: Tilman Sauerbeck, tilman at code-monkey de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=directfb version=0.9.24 release=1 source=(http://www.directfb.org/download/DirectFB/DirectFB-$version.tar.gz) -build () { +build() { local EXTRA_ARGS # uncomment the following line to build with support for the multi Modified: crux-2.2/ports/opt/doxygen/Pkgfile =================================================================== --- crux-2.2/ports/opt/doxygen/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/doxygen/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ -# Description: Documentation generation tool +# Description: Documentation generation tool # URL: http://www.doxygen.org -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=doxygen version=1.4.6 Modified: crux-2.2/ports/opt/esmtp/Pkgfile =================================================================== --- crux-2.2/ports/opt/esmtp/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/esmtp/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: A small relay-only MTA based on libesmtp # URL: http://esmtp.sourceforge.net -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: libesmtp name=esmtp @@ -8,7 +8,7 @@ release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) -build () { +build() { cd $name-$version CPPFLAGS=`libesmtp-config --cflags` ./configure --prefix=/usr Modified: crux-2.2/ports/opt/ethereal/Pkgfile =================================================================== --- crux-2.2/ports/opt/ethereal/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/ethereal/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,7 +1,7 @@ # Description: Network Sniffer with nice GTK+ UI # URL: http://www.ethereal.com -# Maintainer: Tilman Sauerbeck, tilman at code-monkey de # Packager: Martin Opel, mo at obbl-net dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: glib gtk libpcap # Nice to have: libpcre @@ -10,7 +10,7 @@ release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) -build () { +build() { cd $name-$version export LDFLAGS="-L$PKG/usr/lib $LDFLAGS" ./configure --prefix=/usr --disable-nls --enable-snmp --enable-gtk2 @@ -24,4 +24,4 @@ install -m 644 \ image/{elogo3d48x48,hi??-app-ethereal,lo??-app-ethereal}.png \ $PKG/usr/share/$name/pixmaps -} +} Modified: crux-2.2/ports/opt/gift/Pkgfile =================================================================== --- crux-2.2/ports/opt/gift/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/gift/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,14 +1,14 @@ # Description: a completely abstract low-level filesharing protocol # URL: http://gift.sourceforge.net/ # Packager: Coviello Giuseppe, giuseppecoviello at tin dot it -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=gift version=0.11.8.1 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) -build () { +build() { cd $name-$version ./configure --prefix=/usr Modified: crux-2.2/ports/opt/gift-ares/Pkgfile =================================================================== --- crux-2.2/ports/opt/gift-ares/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/gift-ares/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: Ares network plugin for giFT # URL: http://gift-ares.berlios.de/ -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: gift name=gift-ares @@ -8,11 +8,11 @@ release=1 source=(http://download.berlios.de/$name/$name-$version.tar.bz2) -build () { - cd $name-$version +build() { + cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install } Modified: crux-2.2/ports/opt/gift-fasttrack/Pkgfile =================================================================== --- crux-2.2/ports/opt/gift-fasttrack/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/gift-fasttrack/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,7 +1,7 @@ # Description: the FastTrack plugin for gift # URL: http://developer.berlios.de/projects/gift-fasttrack # Packager: Coviello Giuseppe, giuseppecoviello at tin dot it -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: gift name=gift-fasttrack @@ -9,7 +9,7 @@ release=1 source=(http://download.berlios.de/$name/giFT-FastTrack-$version.tar.gz) -build () { +build() { cd giFT-FastTrack-$version ./configure --prefix=/usr Modified: crux-2.2/ports/opt/gift-gnutella/Pkgfile =================================================================== --- crux-2.2/ports/opt/gift-gnutella/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/gift-gnutella/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,7 +1,7 @@ # Description: the gnutella plugin for gift # URL: http://gift.sourceforge.net/ # Packager: Coviello Giuseppe, giuseppecoviello at tin dot it -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: gift name=gift-gnutella @@ -9,7 +9,7 @@ release=1 source=(http://dl.sourceforge.net/sourceforge/gift/$name-$version.tar.bz2) -build () { +build() { cd $name-$version ./configure --prefix=/usr Modified: crux-2.2/ports/opt/gift-openft/Pkgfile =================================================================== --- crux-2.2/ports/opt/gift-openft/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/gift-openft/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,7 +1,7 @@ # Description: the openft plugin for gift # URL: http://sourceforge.net/projects/gift/ # Packager: Coviello Giuseppe, giuseppecoviello at tin dot it -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: gift name=gift-openft @@ -9,7 +9,7 @@ release=1 source=(http://dl.sourceforge.net/sourceforge/gift/$name-$version.tar.bz2) -build () { +build() { cd $name-$version ./configure --prefix=/usr Modified: crux-2.2/ports/opt/giftcurs/Pkgfile =================================================================== --- crux-2.2/ports/opt/giftcurs/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/giftcurs/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: A cursed frontend to the giFT daemon. # URL: http://www.nongnu.org/giftcurs/ -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: gift name=giftcurs @@ -9,7 +9,7 @@ source=(http://savannah.nongnu.org/download/$name/giFTcurs-$version.tar.gz \ $name.diff) -build () { +build() { cd giFTcurs-$version # don't mess with my term's title if you don't set it back! Modified: crux-2.2/ports/opt/git/Pkgfile =================================================================== --- crux-2.2/ports/opt/git/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/git/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: Directory content manager # URL: http://www.kernel.org/pub/software/scm/git/ -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: openssl, curl name=git @@ -8,7 +8,7 @@ release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-$version.tar.bz2) -build () { +build() { cd $name-$version make CFLAGS="$CFLAGS" prefix=/usr Modified: crux-2.2/ports/opt/lftp/Pkgfile =================================================================== --- crux-2.2/ports/opt/lftp/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/lftp/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: Sophisticated command line based FTP client # URL: http://lftp.yar.ru/ -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: openssl name=lftp @@ -8,7 +8,7 @@ release=1 source=(http://ftp.yars.free.net/$name/$name-$version.tar.bz2) -build () { +build() { cd $name-$version ./configure --prefix=/usr --disable-nls --with-openssl=/usr Modified: crux-2.2/ports/opt/libesmtp/Pkgfile =================================================================== --- crux-2.2/ports/opt/libesmtp/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/libesmtp/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: A library for posting electronic mail # URL: http://www.stafford.uklinux.net/libesmtp/ -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: openssl name=libesmtp @@ -8,7 +8,7 @@ release=1 source=(http://www.stafford.uklinux.net/$name/$name-$version.tar.bz2) -build () { +build() { cd $name-$version ./configure \ --prefix=/usr \ Modified: crux-2.2/ports/opt/libtxc_dxtn/Pkgfile =================================================================== --- crux-2.2/ports/opt/libtxc_dxtn/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/libtxc_dxtn/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: Implementation of S3TC # URL: http://homepage.hispeed.ch/rscheidegger/dri_experimental/s3tc_index.html -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=libtxc_dxtn version=050908 @@ -8,7 +8,7 @@ source=(http://homepage.hispeed.ch/rscheidegger/dri_experimental/$name$version.tar.g... \ $name.diff) -build () { +build() { cd $name patch -Np1 -i ../$name.diff Modified: crux-2.2/ports/opt/netdate/Pkgfile =================================================================== --- crux-2.2/ports/opt/netdate/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/netdate/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: Sync local time against a time server. # URL: N/A -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=netdate version=1.2 @@ -8,7 +8,7 @@ source=(ftp://code-monkey.de/pub/$name/$name-$version.tar.bz2 \ ftp://code-monkey.de/pub/$name/$name-$version.patch) -build () { +build() { cd $name-$version patch -Np1 -i ../$name-$version.patch Modified: crux-2.2/ports/opt/quilt/Pkgfile =================================================================== --- crux-2.2/ports/opt/quilt/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/quilt/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,15 +1,15 @@ # Description: Patch management tool # URL: http://savannah.nongnu.org/projects/quilt -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: diffstat name=quilt version=0.44 release=1 source=(http://download.savannah.nongnu.org/releases/$name/$name-$version.tar.gz \ - $name.diff) + $name.diff) -build () { +build() { cd $name-$version patch -Np1 -i ../$name.diff Modified: crux-2.2/ports/opt/rake/Pkgfile =================================================================== --- crux-2.2/ports/opt/rake/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/rake/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: Make like utility with Ruby syntax # URL: http://rake.rubyforge.org -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: ruby name=rake @@ -8,7 +8,7 @@ release=1 source=(http://rubyforge.org/frs/download.php/8129/$name-$version.tgz) -build () { +build() { cd $name-$version DESTDIR=$PKG ruby install.rb Modified: crux-2.2/ports/opt/ruby-gtk/Pkgfile =================================================================== --- crux-2.2/ports/opt/ruby-gtk/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/ruby-gtk/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,7 +1,7 @@ # Description: Ruby bindings for glib2, pango, atk, gdkpixbuf2 and gtk2 # URL: http://ruby-gnome2.sourceforge.jp/ -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de # Packager: H�vard Moen, vanilje at netcom dot no +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: ruby, gtk name=ruby-gtk Modified: crux-2.2/ports/opt/rxvt-unicode/Pkgfile =================================================================== --- crux-2.2/ports/opt/rxvt-unicode/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/rxvt-unicode/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: rxvt fork with unicode and xft support # URL: http://software.schmorp.de/#rxvt-unicode -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: x11, perl name=rxvt-unicode @@ -8,7 +8,7 @@ release=1 source=(http://dist.schmorp.de/$name/$name-$version.tar.bz2) -build () { +build() { cd $name-$version ./configure --prefix=/usr \ Modified: crux-2.2/ports/opt/scons/Pkgfile =================================================================== --- crux-2.2/ports/opt/scons/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/scons/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: Software construction tool # URL: http://www.scons.org -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: python name=scons Modified: crux-2.2/ports/opt/shared-mime-info/Pkgfile =================================================================== --- crux-2.2/ports/opt/shared-mime-info/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/shared-mime-info/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: core database of common types # URL: http://freedesktop.org/Software/shared-mime-info -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: glib,libxml2,p5-xml-parser # Group: gnome Modified: crux-2.2/ports/opt/valgrind/Pkgfile =================================================================== --- crux-2.2/ports/opt/valgrind/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/valgrind/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,13 +1,13 @@ # Description: An open-source memory debugger for x86-GNU/Linux # URL: http://valgrind.org -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=valgrind version=3.1.1 release=1 source=(http://$name.org/downloads/$name-$version.tar.bz2) -build () { +build() { cd $name-$version ./configure --prefix=/usr make Modified: crux-2.2/ports/opt/vorbis-tools/Pkgfile =================================================================== --- crux-2.2/ports/opt/vorbis-tools/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/vorbis-tools/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,7 +1,7 @@ # Description: tools used to create/alter ogg/vorbis files # URL: http://www.vorbis.com/ # Packager: Matt Housh, jaeger at morpheus dot net -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: libao, libogg, libvorbis, curl name=vorbis-tools Modified: crux-2.2/ports/opt/vorbisgain/Pkgfile =================================================================== --- crux-2.2/ports/opt/vorbisgain/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/vorbisgain/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,14 +1,14 @@ # Description: Computes replaygain information for Ogg Vorbis files # URL: http://sjeng.org/vorbisgain.html +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: libogg, libvorbis -# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de name=vorbisgain version=0.34 release=1 source=(http://sjeng.org/ftp/vorbis/$name-$version.zip) -build () { +build() { cd $name-$version sh configure --prefix=/usr Modified: crux-2.2/ports/opt/xxd/Pkgfile =================================================================== --- crux-2.2/ports/opt/xxd/Pkgfile 2006-04-08 15:07:48 UTC (rev 1188) +++ crux-2.2/ports/opt/xxd/Pkgfile 2006-04-08 15:21:33 UTC (rev 1189) @@ -1,6 +1,6 @@ # Description: xxd creates a hex dump of a given file or standard input. # URL: N/A -# Maintainer: Tilman Sauerbeck tilman at code-monkey dot de +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xxd version=1.10
participants (1)
-
crux@crux.nu