Author: jw Date: 2006-02-24 14:34:16 +0100 (Fri, 24 Feb 2006) New Revision: 822 Added: crux-2.2/ports/core/prt-get/prt-get.conf Modified: crux-2.2/ports/core/prt-get/.md5sum crux-2.2/ports/core/prt-get/Pkgfile Log: 2.2: update prt-get to reflect our new ports structure Modified: crux-2.2/ports/core/prt-get/.md5sum =================================================================== --- crux-2.2/ports/core/prt-get/.md5sum 2006-02-24 13:08:29 UTC (rev 821) +++ crux-2.2/ports/core/prt-get/.md5sum 2006-02-24 13:34:16 UTC (rev 822) @@ -1 +1,2 @@ a9297b69ec9eacd555b291bc9ef50ad5 prt-get-0.5.11.tar.gz +2b1cec6ab2834ae7402b92f7bbd54d3b prt-get.conf Modified: crux-2.2/ports/core/prt-get/Pkgfile =================================================================== --- crux-2.2/ports/core/prt-get/Pkgfile 2006-02-24 13:08:29 UTC (rev 821) +++ crux-2.2/ports/core/prt-get/Pkgfile 2006-02-24 13:34:16 UTC (rev 822) @@ -5,11 +5,14 @@ name=prt-get version=0.5.11 release=1 -source=(http://jw.tks6.net/files/crux/prt-get-$version.tar.gz) +source=(http://jw.tks6.net/files/crux/prt-get-$version.tar.gz \ + prt-get.conf) build() { cd ${name}-${version} ./configure --prefix=/usr make make DESTDIR=$PKG install + + install -m 644 $SRC/prt-get.conf $PKG/etc/ } Added: crux-2.2/ports/core/prt-get/prt-get.conf =================================================================== --- crux-2.2/ports/core/prt-get/prt-get.conf 2006-02-24 13:08:29 UTC (rev 821) +++ crux-2.2/ports/core/prt-get/prt-get.conf 2006-02-24 13:34:16 UTC (rev 822) @@ -0,0 +1,44 @@ +### +### prt-get conf +### + +# note: the order matters: the package found first is used +prtdir /usr/ports/core +prtdir /usr/ports/opt +prtdir /usr/ports/contrib + +### use mypackage form local directory +# prtdir /home/packages/build:mypackage + +### log options: +# writelog enabled # (enabled|disabled) +# logmode overwrite # (append|overwrite) +logfile /var/log/pkgbuild/%n.log + # path, %p=path to port dir, %n=port name + # %v=version, %r=release + +### use alternate cache file (default: /var/lib/pkg/prt-get.cache +# cachefile /mnt/nfs/cache + +### print README information: +# readme verbose # (verbose|compact|disabled) + +### prefer higher versions in sysup / diff +# preferhigher no # (yes|no) + +### use regexp search +# useregex no # (yes|no) + +### run pre- and post-installs scripts; yes is equivalent to the +### --install-scripts option +# runscripts no # (no|yes) + + +### EXPERT SECTION ### + +### alternative commands +# makecommand pkgmk +# addcommand pkgadd +# removecommand pkgrm +# runscriptcommand sh +