Skip to content

Instantly share code, notes, and snippets.

Created December 13, 2013 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7952764 to your computer and use it in GitHub Desktop.
Save anonymous/7952764 to your computer and use it in GitHub Desktop.
/etc/prt-get.conf
###
### prt-get conf
###
# note: the order matters: the package found first is used
prtdir /home/fredrik/brew
prtdir /usr/ports/fredrik
prtdir /usr/ports/xorg
prtdir /usr/ports/core
prtdir /usr/ports/opt
prtdir /usr/ports/meta
#prtdir /usr/ports/e17
# the following line enables the user maintained contrib collection
#prtdir /usr/ports/contrib-x86_64
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 no # (no|yes)
logfile /var/log/ports/%n-%v.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 pkgmk
# addcommand pkgadd
# removecommand pkgrm
# runscriptcommand sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment