summary refs log tree commit diff stats
path: root/test/tc_direction.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed unittestshut2010-04-181-2/+2
* dirarg: added unit test and almost working implementaitonhut2010-04-131-0/+7
* tc_direction: fixedhut2010-04-081-1/+1
* comment out test_duck_typinghut2010-04-071-4/+5
* dc_direction: added test_move()hut2010-04-071-0/+9
* added test case for ranger.ext.directionhut2010-04-071-0/+71
ommit/core/conf/prt-get.conf?id=d0caaf447c7aef7bd329e7d1a99fb127c658f784'>d0caaf4 ^
c178db8 ^









aef9e68 ^
c178db8 ^







c178db8 ^


ef1f1f6 ^
4c909d9 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52












                                                                   



                         
 



                                       


                                             
                                   









                                                                    
                                







                                                                


                        
                                                


                            
###
### 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

# the following line enables the multilib compat-32 collection
#prtdir /usr/ports/compat-32

# the following line enables the user maintained contrib collection
prtdir /usr/ports/contrib
prtdir /usr/ports/ports
prtdir /usr/ports/mate
prtdir /usr/ports/kde5

### 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.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 fakeroot pkgmk
addcommand       sudo pkgadd
removecommand    sudo pkgrm
runscriptcommand sudo sh