updated prt-get.conf

This commit is contained in:
Tim Biermann 2022-04-18 15:45:57 +02:00
parent 24fe8b8a39
commit f119565a2a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 35 additions and 33 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqtNGWIqYViHA2pR6MzNnW8gZoFCevyemOb49V7CVtM50oSKCYQlehhx9LgkorScj5+JqgT8jcoVXXOBnmsJFoAU=
SHA256 (Pkgfile) = fd098a18c12d4958d93cc4ee74372fe581897ba835ef22ec726e3071398abfb0
RWRJc1FUaeVeqhZk+hElFUIrYQb0PSeQd5G01h4rbjZjyJY/rmIhvaskWcgF0zIvfHko2y7l1daO5MVgYBO3iQZ7DocK40nqeQE=
SHA256 (Pkgfile) = 70410644f5e0f09e1a2fbfaa08e59b9211a3b6f7a908c94f48f90900d329feec
SHA256 (.footprint) = b65f00dc4c655c49808834f086edbe203139728a128cdadaef7b0112bb77c041
SHA256 (prt-get-5.19.5.tar.xz) = 62ea02fd94eda36fbec45d5ff05fef0dabad159d9478bec1a7ab570f70d0fae3
SHA256 (prt-get.conf) = 475cfe36af3f5d8d0b4ae411fdec37facdcec920b019964055407ac170ec90dc
SHA256 (prt-get.conf) = 451f8afe4acc2bbe3ea98144f2e8817d04fc71f1fc4b25bd357e514877b5eed0
SHA256 (prt-get.aliases) = 2603ea52a4dd4263898b2ca5219b19963e84714c990c5fa80dcc0a82d2dd65e5

View File

@ -4,7 +4,7 @@
name=prt-get
version=5.19.5
release=2
release=3
source=(http://crux.nu/files/prt-get-$version.tar.xz
prt-get.conf prt-get.aliases)

View File

@ -1,50 +1,52 @@
###
### prt-get conf
### /etc/prt-get.conf: prt-get(8) configuration
###
# note: the order matters: the package found first is used
## configure directories prt-get will source ports from
## note: the order matters: the package found first is used
prtdir /usr/ports/core
prtdir /usr/ports/opt
prtdir /usr/ports/xorg
# the following line enables the multilib compat-32 collection
## the following line enables the multilib compat-32 collection
#prtdir /usr/ports/compat-32
# the following line enables the user maintained contrib collection
## the following line enables the user maintained contrib collection
#prtdir /usr/ports/contrib
### use mypackage form local directory
# prtdir /home/packages/build:mypackage
## use mypackage from local directory
#prtdir /home/packages/build:mypackage
### log options:
# writelog enabled # (enabled|disabled)
# logmode overwrite # (append|overwrite)
# rmlog_on_success yes # (no|yes)
## log options
## logfile variables: %p=path to port dir,
## %n=port name, %v=version, %r=release
#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
## use alternate cache file (default: /var/lib/pkg/prt-get.cache)
#cachefile /mnt/nfs/cache
### print README information:
# readme verbose # (verbose|compact|disabled)
## print README information
#readme verbose # (verbose|compact|disabled)
### prefer higher versions in sysup / diff
# preferhigher no # (yes|no)
## 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 no # (no|yes)
## 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
## alternative commands
#makecommand pkgmk
#addcommand pkgadd
#removecommand pkgrm
#runscriptcommand sh
# End of file