From 35d615c06dbee219e3f802849b737aa4b7194e0f Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sat, 8 Aug 2009 22:19:16 +0200 Subject: Ajout de prt-get#5.16-1 --- base/prt-get/prt-get.conf | 53 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 base/prt-get/prt-get.conf (limited to 'base/prt-get/prt-get.conf') diff --git a/base/prt-get/prt-get.conf b/base/prt-get/prt-get.conf new file mode 100644 index 000000000..2129e7e48 --- /dev/null +++ b/base/prt-get/prt-get.conf @@ -0,0 +1,53 @@ +### +### prt-get conf +### + +# note: the order matters: the package found first is used +prtdir /usr/ports/base +prtdir /usr/ports/xorg +prtdir /usr/ports/extra +prtdir /usr/ports/xfce +prtdir /usr/ports/gnome +prtdir /usr/ports/kde + + +# 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) +# rmlog_on_success yes # (no|yes) +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 yes # (no|yes) + + +### EXPERT SECTION ### + +### alternative commands +# makecommand pkgmk +# addcommand pkgadd +# removecommand pkgrm +# runscriptcommand sh + + -- cgit v1.2.3-70-g09d2