Author: jw Date: 2006-04-12 22:05:21 +0200 (Wed, 12 Apr 2006) New Revision: 1240 Added: crux-2.1/ports/core/prt-get/prt-get.aliases crux-2.1/ports/core/prt-get/prt-get.conf Log: prt-get (2.1): add missing files (thanks Jukka) Added: crux-2.1/ports/core/prt-get/prt-get.aliases =================================================================== --- crux-2.1/ports/core/prt-get/prt-get.aliases (rev 0) +++ crux-2.1/ports/core/prt-get/prt-get.aliases 2006-04-12 20:05:21 UTC (rev 1240) @@ -0,0 +1,7 @@ +j2sdk: j2re +openmotif: lesstif +postfix: sendmail +exim: sendmail +qmail: sendmail +masqmail: sendmail +xorg: x11 Added: crux-2.1/ports/core/prt-get/prt-get.conf =================================================================== --- crux-2.1/ports/core/prt-get/prt-get.conf (rev 0) +++ crux-2.1/ports/core/prt-get/prt-get.conf 2006-04-12 20:05:21 UTC (rev 1240) @@ -0,0 +1,46 @@ +### +### prt-get conf +### + +# note: the order matters: the package found first is used +prtdir /usr/ports/core +prtdir /usr/ports/opt + +# the following line enables the user maintained contrib collection +#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 +