prt-get/misc/prt-get.conf
Johannes Winkelmann d8c1e157ab introduce svn-typical layout
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@9 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2005-11-09 21:43:05 +00:00

43 lines
1.0 KiB
Plaintext

###
### prt-get conf
###
prtdir /usr/ports/base
prtdir /usr/ports/opt
### clc ports
prtdir /usr/ports/contrib
### use mypackage form local directory
# prtdir /home/packages/build:mypackage
### use alternate cache file (default: /var/lib/pkg/prt-get.cache
# cachefile /mnt/nfs/cache
### 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
### print README information:
# readme verbose # (verbose|compact|disabled)
### run pre- and post-installs scripts; yes is equivalent to the
### --install-scripts option
# runscripts no # (no|yes)
### alternative commands
# makecommand pkgmk
# addcommand pkgadd
# removecommand pkgrm
# runscriptcommand sh
### prefer higher versions in sysup / diff
# preferhigher no # (yes|no)
### use regexp search
# useregex no # (yes|no)