blob: 2e1733f905fa066273e01052fa775563599b73c1 (
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
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$
#
COMMENT = Communication utilities
SUBDIR += acfax
SUBDIR += aldo
SUBDIR += anyremote
SUBDIR += aprsd
SUBDIR += asmodem
SUBDIR += atslog
SUBDIR += bfhist
SUBDIR += bforce
SUBDIR += bforce-kst
SUBDIR += birda
SUBDIR += bluegps
SUBDIR += bluez-firmware
SUBDIR += bpl+
SUBDIR += cdr_read
SUBDIR += chu
SUBDIR += comserv
SUBDIR += conserver
SUBDIR += conserver-com
SUBDIR += cutecom
SUBDIR += cwdaemon
SUBDIR += dfu-util
SUBDIR += ebook2cw
SUBDIR += echolinux
SUBDIR += efax
SUBDIR += efax-gtk
SUBDIR += esmska
SUBDIR += fldigi
SUBDIR += gammu
SUBDIR += garmin-utils
SUBDIR += geoid
SUBDIR += ghfaxviewer
SUBDIR += gkermit
SUBDIR += gmfsk
SUBDIR += gnocky
SUBDIR += gnokii
SUBDIR += gnuradio
SUBDIR += gpredict
SUBDIR += gpsk31
SUBDIR += grig
SUBDIR += gscmxx
SUBDIR += gsmlib
SUBDIR += hamfax
SUBDIR += hamlib
SUBDIR += hcfmdm
SUBDIR += hcidump
SUBDIR += hf
SUBDIR += hso-kmod
SUBDIR += hylafax
SUBDIR += ib-kmod
SUBDIR += ibp
SUBDIR += java-commapi
SUBDIR += java-commapi-freebsd
SUBDIR += jerm
SUBDIR += kallers
SUBDIR += kb
SUBDIR += kermit
SUBDIR += klog
SUBDIR += kmobiletools
SUBDIR += kpsk
SUBDIR += ktrack
SUBDIR += libfec
SUBDIR += libirman
SUBDIR += libsyncml
SUBDIR += libticables
SUBDIR += libticables2
SUBDIR += libticalcs2
SUBDIR += linpsk
SUBDIR += linrad
SUBDIR += lirc
SUBDIR += locator
SUBDIR += lrzsz
SUBDIR += ltmdm
SUBDIR += mgetty+sendfax
SUBDIR += minicom
SUBDIR += mlan
SUBDIR += mlan3
SUBDIR += mserver
SUBDIR += nasawash
SUBDIR += ncid
SUBDIR += nec2c
SUBDIR += nokryptia
SUBDIR += o2sms
SUBDIR += obexapp
SUBDIR += openobex
SUBDIR += p5-Device-Gsm
SUBDIR += p5-Device-Modem
SUBDIR += p5-Device-SerialPort
SUBDIR += p5-Fax-Hylafax-Client
SUBDIR += p5-SMS-Send
SUBDIR += p5-SMS-Send-DeviceGsm
SUBDIR += p5-SMS-Send-TW-PChome
SUBDIR += p5-SMS-Send-TW-ShareSMS
SUBDIR += p5-SMS-Send-TW-emome
SUBDIR += picocom
SUBDIR += pr
SUBDIR += predict
SUBDIR += py-bulksms
SUBDIR += py-lirc
SUBDIR += py-serial
SUBDIR += pyla
SUBDIR += qfaxreader
SUBDIR += qico
SUBDIR += qicosi
SUBDIR += qpage
SUBDIR += qrq
SUBDIR += qsstv
SUBDIR += ruby-serialport
SUBDIR += ruby-termios
SUBDIR += rxtx
SUBDIR += scmxx
SUBDIR += scud
SUBDIR += ser2net
SUBDIR += serialoverip
SUBDIR += seyon
SUBDIR += sms_client
SUBDIR += smstools
SUBDIR += smstools3
SUBDIR += snooper
SUBDIR += soundmodem
SUBDIR += spandsp
SUBDIR += spandsp-devel
SUBDIR += spandsp-devel5
SUBDIR += splat
SUBDIR += sredird
SUBDIR += syncterm
SUBDIR += tcpser
SUBDIR += thebridge
SUBDIR += tilp2
SUBDIR += tits
SUBDIR += tkhylafax
SUBDIR += tkscanfax
SUBDIR += tlf
SUBDIR += trustedqsl
SUBDIR += twpsk
SUBDIR += uird
SUBDIR += unixcw
SUBDIR += uticom
SUBDIR += viewfax
SUBDIR += vrflash
SUBDIR += wsjt
SUBDIR += wwl
SUBDIR += wy60
SUBDIR += xastir
SUBDIR += xdx
SUBDIR += xlog
SUBDIR += xmorse
SUBDIR += xnecview
SUBDIR += xwota
SUBDIR += yagiuda
SUBDIR += yaps
SUBDIR += yawmppp
SUBDIR += yfklog
SUBDIR += zmtx-zmrx
SUBDIR += zssh
.include <bsd.port.subdir.mk>
|