CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: updated to 3.1
[ports/efikamx-arm.git] / prt-get / prt-get.conf
CommitLineData
bc118aea
VM
1###
2### prt-get conf
3###
4
5# note: the order matters: the package found first is used
6prtdir /usr/ports/efikamx-arm
7prtdir /usr/ports/core-arm
8prtdir /usr/ports/opt-arm
9prtdir /usr/ports/xorg-arm
10prtdir /usr/ports/core
11prtdir /usr/ports/opt
12prtdir /usr/ports/xorg
13
14# the following line enables the user maintained contrib collection
15#prtdir /usr/ports/contrib
16
17### use mypackage form local directory
18# prtdir /home/packages/build:mypackage
19
20### log options:
21# writelog enabled # (enabled|disabled)
22# logmode overwrite # (append|overwrite)
23# rmlog_on_success yes # (no|yes)
24logfile /var/log/pkgbuild/%n.log
25 # path, %p=path to port dir, %n=port name
26 # %v=version, %r=release
27
28### use alternate cache file (default: /var/lib/pkg/prt-get.cache
29# cachefile /mnt/nfs/cache
30
31### print README information:
32# readme verbose # (verbose|compact|disabled)
33
34### prefer higher versions in sysup / diff
35# preferhigher no # (yes|no)
36
37### use regexp search
38# useregex no # (yes|no)
39
40### run pre- and post-installs scripts; yes is equivalent to the
41### --install-scripts option
42# runscripts no # (no|yes)
43
44
45### EXPERT SECTION ###
46
47### alternative commands
48# makecommand pkgmk
49# addcommand pkgadd
50# removecommand pkgrm
51# runscriptcommand sh
52