Author: viper Date: 2006-01-12 19:06:02 +0100 (Thu, 12 Jan 2006) New Revision: 548 Added: crux-2.1/ports/opt/9base/.footprint crux-2.1/ports/opt/9base/.md5sum crux-2.1/ports/opt/9base/Pkgfile Log: Initial import of 9base. Added: crux-2.1/ports/opt/9base/.footprint =================================================================== --- crux-2.1/ports/opt/9base/.footprint 2006-01-12 18:05:30 UTC (rev 547) +++ crux-2.1/ports/opt/9base/.footprint 2006-01-12 18:06:02 UTC (rev 548) @@ -0,0 +1,50 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/9base/ +drwxr-xr-x root/root usr/share/9base/bin/ +-rwxr-xr-x root/root usr/share/9base/bin/awk +-rwxr-xr-x root/root usr/share/9base/bin/basename +-rwxr-xr-x root/root usr/share/9base/bin/bc +-rwxr-xr-x root/root usr/share/9base/bin/cat +-rwxr-xr-x root/root usr/share/9base/bin/cleanname +-rwxr-xr-x root/root usr/share/9base/bin/date +-rwxr-xr-x root/root usr/share/9base/bin/echo +-rwxr-xr-x root/root usr/share/9base/bin/grep +-rwxr-xr-x root/root usr/share/9base/bin/mk +-rwxr-xr-x root/root usr/share/9base/bin/rc +-rwxr-xr-x root/root usr/share/9base/bin/sed +-rwxr-xr-x root/root usr/share/9base/bin/seq +-rwxr-xr-x root/root usr/share/9base/bin/sleep +-rwxr-xr-x root/root usr/share/9base/bin/sort +-rwxr-xr-x root/root usr/share/9base/bin/tee +-rwxr-xr-x root/root usr/share/9base/bin/test +-rwxr-xr-x root/root usr/share/9base/bin/touch +-rwxr-xr-x root/root usr/share/9base/bin/tr +-rwxr-xr-x root/root usr/share/9base/bin/uniq +-rwxr-xr-x root/root usr/share/9base/bin/yacc +drwxr-xr-x root/root usr/share/9base/etc/ +-rwxr-xr-x root/root usr/share/9base/etc/rcmain +drwxr-xr-x root/root usr/share/9base/man/ +drwxr-xr-x root/root usr/share/9base/man/man1/ +-r--r--r-- root/root usr/share/9base/man/man1/awk.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/basename.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/bc.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/cat.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/cleanname.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/date.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/echo.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/grep.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/mk.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/rc.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/sed.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/seq.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/sleep.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/sort.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/tee.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/test.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/touch.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/tr.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/uniq.1.gz +-r--r--r-- root/root usr/share/9base/man/man1/yacc.1.gz +drwxr-xr-x root/root usr/share/9base/man/man7/ +-r--r--r-- root/root usr/share/9base/man/man7/regexp.7.gz Added: crux-2.1/ports/opt/9base/.md5sum =================================================================== --- crux-2.1/ports/opt/9base/.md5sum 2006-01-12 18:05:30 UTC (rev 547) +++ crux-2.1/ports/opt/9base/.md5sum 2006-01-12 18:06:02 UTC (rev 548) @@ -0,0 +1 @@ +d93257acb894ed80a0f1db2b60582eed 9base-1.tar.gz Added: crux-2.1/ports/opt/9base/Pkgfile =================================================================== --- crux-2.1/ports/opt/9base/Pkgfile 2006-01-12 18:05:30 UTC (rev 547) +++ crux-2.1/ports/opt/9base/Pkgfile 2006-01-12 18:06:02 UTC (rev 548) @@ -0,0 +1,17 @@ +# Description: ports of Plan 9 standard tools (e.g. rc shell) +# URL: http://wmii.de/ +# Maintainer: Simon Glo�ner, viper at hometux dot de + +name=9base +version=1 +release=1 +source=(http://wmii.de/download/$name-$version.tar.gz) + +build() { + cd $name-$version + + sed -i 's|^PREFIX.*|PREFIX=/usr/share/9base|' config.mk + sed -i 's|^MANPREFIX.*|MANPREFIX=/usr/share/9base/man|' config.mk + + make DESTDIR=$PKG install +}