blob: 1b541261366a29fcfa0767608ed44b8c36d2b4cd (
plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
|
# $FreeBSD$
#
SUBDIR += yawho
SUBDIR += LPRng
SUBDIR += afio
SUBDIR += asapm
SUBDIR += ascpu
SUBDIR += asfsm
SUBDIR += asmem
SUBDIR += asmon
SUBDIR += battstat-applet
SUBDIR += bchunk
SUBDIR += bkpupsd
SUBDIR += cd-write
SUBDIR += cd9660_unicode
SUBDIR += cdrecord
SUBDIR += cfengine
SUBDIR += checkservice
SUBDIR += clockspeed
SUBDIR += comconsole
SUBDIR += consolehm
SUBDIR += contool
SUBDIR += copytape
SUBDIR += cpbk
SUBDIR += cpdup
SUBDIR += cronolog
SUBDIR += cvsweb-converters
SUBDIR += daemontools
SUBDIR += daemontools53
SUBDIR += deleted
SUBDIR += detach
SUBDIR += diskusage
SUBDIR += doconfig
SUBDIR += eject
SUBDIR += extipl
SUBDIR += fcron
SUBDIR += ffsrecov
SUBDIR += fileutils
SUBDIR += flexbackup
SUBDIR += fontedit
SUBDIR += fortunelock
SUBDIR += fsck_ext2fs
SUBDIR += ftrace
SUBDIR += gcombust
SUBDIR += gkrellm
SUBDIR += glload
SUBDIR += gnomecontrolcenter
SUBDIR += gnomefind
SUBDIR += gpart
SUBDIR += grub
SUBDIR += gtoaster
SUBDIR += gtop
SUBDIR += guitar
SUBDIR += gupsc
SUBDIR += healthd
SUBDIR += heat
SUBDIR += idled
SUBDIR += installwatch
SUBDIR += ipa
SUBDIR += ipsc
SUBDIR += kdeadmin
SUBDIR += lavaps
SUBDIR += libretto-config
SUBDIR += lmmon
SUBDIR += logrotate
SUBDIR += logtool
SUBDIR += lsof
SUBDIR += manck
SUBDIR += medusa
SUBDIR += mei
SUBDIR += memtest
SUBDIR += mgeupsd
SUBDIR += mkisofs
SUBDIR += mksunbootcd
SUBDIR += monitord
SUBDIR += muse
SUBDIR += no-login
SUBDIR += npadmin
SUBDIR += nut
SUBDIR += nwclient
SUBDIR += obliterate
SUBDIR += p5-Filesys-DiskSpace
SUBDIR += p5-Quota
SUBDIR += p5-Schedule-At
SUBDIR += p5-Schedule-Cron
SUBDIR += p5-Schedule-Match
SUBDIR += p5-SyslogScan
SUBDIR += p5-Unix-ConfigFile
SUBDIR += p5-Unix-Syslog
SUBDIR += personality
SUBDIR += pib
SUBDIR += pkg_remove
SUBDIR += portupgrade
SUBDIR += prips
SUBDIR += procmap
SUBDIR += pslist
SUBDIR += psmisc
SUBDIR += pwgen
SUBDIR += qtpkg
SUBDIR += rdate
SUBDIR += rotate
SUBDIR += rtty
SUBDIR += rmonitor
SUBDIR += roottail
SUBDIR += ruby-syslog
SUBDIR += safecat
SUBDIR += samefile
SUBDIR += sarah
SUBDIR += sdd
SUBDIR += setcdboot
SUBDIR += setquota
SUBDIR += skill
SUBDIR += socket
SUBDIR += star
SUBDIR += stat
SUBDIR += stmpclean
SUBDIR += stow
SUBDIR += stowES
SUBDIR += su2
SUBDIR += symlinks
SUBDIR += syslog-ng
SUBDIR += tcplist
SUBDIR += truncate
SUBDIR += tua
SUBDIR += ucspi-tcp
SUBDIR += upsd
SUBDIR += upsmon
SUBDIR += uwatch
SUBDIR += webmin
SUBDIR += whowatch
SUBDIR += wmapm
SUBDIR += wmavgload
SUBDIR += wmbattery
SUBDIR += wmfire
SUBDIR += wmfsm
SUBDIR += wmhm
SUBDIR += wminet
SUBDIR += wmlmmon
SUBDIR += wmmon
SUBDIR += wmmount
SUBDIR += wmpccard
SUBDIR += wmtop
SUBDIR += xbatt
SUBDIR += xbattbar
SUBDIR += xcdroast
SUBDIR += xcpustate
SUBDIR += xdu
SUBDIR += xfsm
SUBDIR += xloadface
SUBDIR += xlogmaster
SUBDIR += xosview
SUBDIR += xperfmon
SUBDIR += xperfmon3
SUBDIR += xsysinfo
SUBDIR += xsysstats
SUBDIR += xw
SUBDIR += xwatch
SUBDIR += xwipower
.include <bsd.port.subdir.mk>
|