diff options
author | punk <punk@libernaut> | 2021-04-21 15:26:19 +0100 |
---|---|---|
committer | punk <punk@libernaut> | 2021-04-21 15:26:19 +0100 |
commit | eac48b5a8d709135a95abcc2243b369095f074f4 (patch) | |
tree | a2e34d995cef5ac8068ec7047e93b1125c80d175 /linux/conf/prt-get.conf | |
parent | 3bd43803fc8cb7a39a87394cb7c491ddc151e06b (diff) | |
parent | 452477a2635d85ecf772a5242ce97d9479503bb3 (diff) | |
download | doc-eac48b5a8d709135a95abcc2243b369095f074f4.tar.gz |
release 0.7.0
Diffstat (limited to 'linux/conf/prt-get.conf')
-rw-r--r-- | linux/conf/prt-get.conf | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/linux/conf/prt-get.conf b/linux/conf/prt-get.conf new file mode 100644 index 0000000..c18b425 --- /dev/null +++ b/linux/conf/prt-get.conf @@ -0,0 +1,66 @@ +### +### prt-get conf +### + +# note: the order matters: the package found first is used +prtdir /usr/ports/core +prtdir /usr/ports/opt +prtdir /usr/ports/xorg +prtdir /usr/ports/contrib +prtdir /usr/ports/utilities +prtdir /usr/ports/mate +#prtdir /usr/ports/kde5 +#prtdir /usr/ports/romster +#prtdir /usr/ports/tb +#prtdir /usr/ports/timcowchip +#prtdir /usr/ports/6c37 +#prtdir /usr/ports/nilp +#prtdir /usr/ports/nullspoon +#prtdir /usr/ports/dbrooke +#prtdir /usr/ports/pitillo + +# 6c37 team provides a collection with freetype-iu, fontconfig-iu +# and cairo-iu ports. +# the following line enables the user maintained contrib collection +# prtdir /usr/ports/6c37-dropin +# prtdir /usr/ports/6c37 + + +# the following line enables the multilib compat-32 collection +#prtdir /usr/ports/compat-32 + +### 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 /usr/ports/pkgbuild/%n-%v-%r.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 yes # (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 sudo -H -u pkgmk -g pkgmk fakeroot pkgmk +addcommand sudo pkgadd +removecommand sudo pkgrm +runscriptcommand sudo sh |