blob: dd9eac54950bf35466b180acae735c5becbff31a (
plain) (
blame)
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
|
# $FreeBSD$
#
COMMENT = Things that used to be on the desktop before computers were invented
SUBDIR += abacus
SUBDIR += aspostit
SUBDIR += autocutsel
SUBDIR += babytrans
SUBDIR += basket
SUBDIR += bigyear
SUBDIR += cal
SUBDIR += checkrdf
SUBDIR += dailystrips
SUBDIR += dlume
SUBDIR += dragstack
SUBDIR += fusenshi
SUBDIR += gaddr
SUBDIR += gcal
SUBDIR += gdeskcal
SUBDIR += gdeskcal-skins
SUBDIR += gdesklets
SUBDIR += gdesklets-calendar
SUBDIR += gdesklets-ltvariations
SUBDIR += gdesklets-psi_displaypackage
SUBDIR += gdesklets-psi_themes
SUBDIR += gdesklets-recentlyused
SUBDIR += gdesklets-sensor-displayconstraints
SUBDIR += gdesklets-sensor-psi_externalinterval
SUBDIR += gdesklets-sensor-psi_iconbutton
SUBDIR += gdesklets-sensor-psi_memo
SUBDIR += gdesklets-sensor-psi_memoover
SUBDIR += gdesklets-sensor-psi_theme
SUBDIR += gdesklets-sensor-psi_variableborder
SUBDIR += gdesklets-starterbar
SUBDIR += gemcal
SUBDIR += genius
SUBDIR += gkrellm-gtodo
SUBDIR += glabels
SUBDIR += gmcal
SUBDIR += gnomeblog
SUBDIR += gnomepim
SUBDIR += gnomeutils2
SUBDIR += gnotime
SUBDIR += goats
SUBDIR += gtimer
SUBDIR += gtkjournal
SUBDIR += gtodo
SUBDIR += gucharmap
SUBDIR += gworkspace
SUBDIR += howm
SUBDIR += ical
SUBDIR += ithought
SUBDIR += jlj
SUBDIR += journal
SUBDIR += karamba
SUBDIR += kbirthday
SUBDIR += kblticker
SUBDIR += kdepim3
SUBDIR += kickpim
SUBDIR += kluje
SUBDIR += knowit
SUBDIR += krefty
SUBDIR += kronolith
SUBDIR += krss
SUBDIR += ktagebuch
SUBDIR += kuake
SUBDIR += ljcharm
SUBDIR += ljclive
SUBDIR += logjam
SUBDIR += logjam2
SUBDIR += mcal
SUBDIR += mdh
SUBDIR += mencal
SUBDIR += mhc
SUBDIR += mhc-emacs20
SUBDIR += mhc-xemacs21-mule
SUBDIR += mnemo
SUBDIR += moregroupware
SUBDIR += multi-backgrounds-daemon
SUBDIR += multisync
SUBDIR += multisync-backup
SUBDIR += multisync-evolution
SUBDIR += multisync-syncml
SUBDIR += nag
SUBDIR += narval
SUBDIR += notebook
SUBDIR += offix-trash
SUBDIR += pal
SUBDIR += phpgroupware
SUBDIR += phpicalendar
SUBDIR += plan
SUBDIR += planner
SUBDIR += preferences.app
SUBDIR += remind
SUBDIR += rolo
SUBDIR += rox-memo
SUBDIR += rubrica
SUBDIR += sliderule
SUBDIR += splashsetter
SUBDIR += superkaramba
SUBDIR += taskjuggler
SUBDIR += teapot
SUBDIR += tuxcards
SUBDIR += wmpinboard
SUBDIR += xcalendar
SUBDIR += xchm
SUBDIR += xfce4-calendar
SUBDIR += xfce4-notes-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>
|