[ create a new paste ] login | about

Link: http://codepad.org/P7KvURLu    [ raw code | fork ]

Plain Text, pasted on Jun 22:
###
### prt-get conf
###

# my packages have the highest priority
prtdir /home/j/local/ports/joe9/crux
# only the nano in romster repo has nano.static
prtdir /usr/ports/romster:nano
prtdir /home/j/local/ports
# below 2 are romster's git trees
prtdir /home/j/local/ports/opt
prtdir /home/j/local/ports/contrib/
# jue's rc package mucks up everything
prtdir /usr/ports/core:rc,glib

#prtdir /usr/ports/crshd
#prtdir /usr/ports/vico
prtdir /usr/ports/jue
prtdir /usr/ports/romster
#prtdir /usr/ports/sepen
#prtdir /usr/ports/swhitton

# note: the order matters: the package found first is used
prtdir /usr/ports/xorg
prtdir /usr/ports/core
prtdir /usr/ports/opt
prtdir /usr/ports/meta

# the following line enables the user maintained contrib collection
prtdir /usr/ports/contrib
prtdir /usr/ports/alan
prtdir /usr/ports/gnome
prtdir /usr/ports/kde4
#prtdir /usr/ports/haskell
#prtdir /usr/ports/rmull
#prtdir /usr/ports/rho
prtdir /usr/ports/crshd
#prtdir /usr/ports/flaveur
#prtdir /usr/ports/prologic
prtdir /usr/ports/jaeger
prtdir /usr/ports/pitillo
prtdir /usr/ports/jue
#prtdir /usr/ports/predatorfreak
#prtdir /usr/ports/swhitton
#prtdir /usr/ports/vico
#prtdir /usr/ports/rehabdoll
#prtdir /usr/ports/sepen
#prtdir /usr/ports/hnc
prtdir /usr/ports/tilman
# prtdir /usr/ports/df
prtdir /usr/ports/bdfy

### use mypackage form local directory
# prtdir /home/packages/build:mypackage
prtdir /home/j/local/ports/joe9/crux
prtdir /home/j/local/ports/

### log options:
# 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

### print README information:
# readme verbose           # (verbose|compact|disabled)

### 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)
runscripts yes


### EXPERT SECTION ###

### alternative commands
# makecommand      pkgmk
# addcommand       pkgadd
# removecommand    pkgrm
# runscriptcommand sh

# --- added the below lines to the end of /etc/sudoers file
   # below added by siva 20120611 to allow pkgmk to work
   #	 without prompting for password
   # joe main=(pkgmk) NOPASSWD:ALL
   # joe main=(ALL) NOPASSWD:/usr/bin/pkgadd
# --- added the above lines to the end of /etc/sudoers file.
# the above joe lines are uncommented ofcourse in the sudoers file

makecommand       sudo -H -u pkgmk /usr/bin/fakeroot /usr/bin/pkgmk
addcommand        sudo pkgadd
removecommand     sudo pkgrm
runscriptcommand  sudo sh



Create a new paste based on this one


Comments: