blob: 7d2182077ea8045a61e169d68223142a382296fa (
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
162
163
164
165
166
167
168
|
# $FreeBSD$
#
COMMENT = Things that used to be on the desktop before computers were invented
SUBDIR += abacus
SUBDIR += adesklets
SUBDIR += alacarte
SUBDIR += alexandria
SUBDIR += aspostit
SUBDIR += autocutsel
SUBDIR += babytrans
SUBDIR += basket
SUBDIR += bigyear
SUBDIR += bitcollider
SUBDIR += blogtk
SUBDIR += bmp-docklet
SUBDIR += buoh
SUBDIR += cal
SUBDIR += calcurse
SUBDIR += checkrdf
SUBDIR += cycle
SUBDIR += dailystrips
SUBDIR += deskbar-applet
SUBDIR += dlume
SUBDIR += doodle
SUBDIR += dragstack
SUBDIR += drivel
SUBDIR += egroupware
SUBDIR += etask
SUBDIR += everygui
SUBDIR += evolution-jescs
SUBDIR += freemind
SUBDIR += fusenshi
SUBDIR += gaddr
SUBDIR += ganttproject
SUBDIR += gcal
SUBDIR += gdeskcal
SUBDIR += gdeskcal-skins
SUBDIR += gdesklets
SUBDIR += gdesklets-recentlyused
SUBDIR += gdesklets-sensor-displayconstraints
SUBDIR += gdesklets-starterbar
SUBDIR += gemcal
SUBDIR += genius
SUBDIR += gkrellm-gtodo
SUBDIR += gkrellm-reminder2
SUBDIR += glabels
SUBDIR += gmcal
SUBDIR += gnochm
SUBDIR += gnome-menu-editor
SUBDIR += gnomeblog
SUBDIR += gnomepim
SUBDIR += gnomeutils2
SUBDIR += gnotime
SUBDIR += goats
SUBDIR += gourmet
SUBDIR += gruler
SUBDIR += gtimer
SUBDIR += gtkjournal
SUBDIR += gtodo
SUBDIR += gtweakui
SUBDIR += gucharmap
SUBDIR += gworkspace
SUBDIR += gxmessage
SUBDIR += hot-babe
SUBDIR += howm
SUBDIR += ical
SUBDIR += ithought
SUBDIR += jlj
SUBDIR += karamba
SUBDIR += kbirthday
SUBDIR += kblticker
SUBDIR += kchm
SUBDIR += kchmviewer
SUBDIR += kdepim3
SUBDIR += kdissert
SUBDIR += kickpim
SUBDIR += klipoquery
SUBDIR += kluje
SUBDIR += knowit
SUBDIR += kompose
SUBDIR += krefty
SUBDIR += kronolith
SUBDIR += krss
SUBDIR += ksmoothdock
SUBDIR += ktagebuch
SUBDIR += kuake
SUBDIR += linux-sunbird
SUBDIR += ljcharm
SUBDIR += ljclive
SUBDIR += ljit
SUBDIR += logjam
SUBDIR += mcal
SUBDIR += mcatalog
SUBDIR += mdh
SUBDIR += mencal
SUBDIR += metabar
SUBDIR += mhc
SUBDIR += mhc-emacs20
SUBDIR += mhc-xemacs21-mule
SUBDIR += mnemo
SUBDIR += moregroupware
SUBDIR += mrundlg
SUBDIR += multi-backgrounds-daemon
SUBDIR += multisync
SUBDIR += multisync-backup
SUBDIR += multisync-syncml
SUBDIR += nag
SUBDIR += narval
SUBDIR += nautilus-actions
SUBDIR += nautilus-locked-folder
SUBDIR += nautilus-open-terminal
SUBDIR += nautilus-sendto
SUBDIR += notification-daemon
SUBDIR += offix-trash
SUBDIR += p5-Data-ICal
SUBDIR += pal
SUBDIR += phpgroupware
SUBDIR += phpicalendar
SUBDIR += phprojekt
SUBDIR += plan
SUBDIR += planner
SUBDIR += planner.el
SUBDIR += plans
SUBDIR += preferences.app
SUBDIR += py-dosage
SUBDIR += pypanel
SUBDIR += recoll
SUBDIR += remember.el
SUBDIR += remind
SUBDIR += rolo
SUBDIR += rox-memo
SUBDIR += rubrica
SUBDIR += sliderule
SUBDIR += splashsetter
SUBDIR += sugarcrm
SUBDIR += sunbird
SUBDIR += superkaramba
SUBDIR += superswitcher
SUBDIR += taskjuggler
SUBDIR += teapot
SUBDIR += timer-applet
SUBDIR += tomboy
SUBDIR += tpb
SUBDIR += treeline
SUBDIR += tuxcards
SUBDIR += vym
SUBDIR += wmpinboard
SUBDIR += xcalendar
SUBDIR += xchm
SUBDIR += xfce4-calendar
SUBDIR += xfce4-notes-plugin
SUBDIR += xfce4-taskbar-plugin
SUBDIR += xfce4-windowlist-plugin
SUBDIR += xfce4-xkb-plugin
SUBDIR += xmaddressbook
SUBDIR += xmdiary
SUBDIR += xopps
SUBDIR += xpad
SUBDIR += xpostit
SUBDIR += xpostitPlus
SUBDIR += xrolo
SUBDIR += xwrits
SUBDIR += yank
SUBDIR += zorro
.include <bsd.port.subdir.mk>
|