blob: 013e9e2aedd68043cc86397160376a858053c0a3 (
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
|
# $FreeBSD$
#
COMMENT = Communication utilities
SUBDIR += acfax
SUBDIR += aldo
SUBDIR += amtterm
SUBDIR += anyremote
SUBDIR += aprsd
SUBDIR += atslog
SUBDIR += bfhist
SUBDIR += bforce
SUBDIR += bforce-kst
SUBDIR += birda
SUBDIR += bluegps
SUBDIR += bluez-firmware
SUBDIR += bpl+
SUBDIR += callsign
SUBDIR += cdr_read
SUBDIR += chu
SUBDIR += comserv
SUBDIR += conserver
SUBDIR += conserver-com
SUBDIR += cutecom
SUBDIR += cwdaemon
SUBDIR += dfu-programmer
SUBDIR += dfu-util
SUBDIR += ebook2cw
SUBDIR += echolinux
SUBDIR += efax
SUBDIR += efax-gtk
SUBDIR += ems-flasher
SUBDIR += esmska
SUBDIR += fl_moxgen
SUBDIR += fldigi
SUBDIR += flwrap
SUBDIR += gammu
SUBDIR += gammu-devel
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 += gtkmmorse
SUBDIR += hamfax
SUBDIR += hamlib
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 += kremotecontrol
SUBDIR += ktrack
SUBDIR += libfec
SUBDIR += libimobiledevice
SUBDIR += libirman
SUBDIR += libticables
SUBDIR += libticables2
SUBDIR += libticalcs2
SUBDIR += linpsk
SUBDIR += linrad
SUBDIR += lirc
SUBDIR += locator
SUBDIR += lrzsz
SUBDIR += mgetty+sendfax
SUBDIR += minicom
SUBDIR += mlan
SUBDIR += mlan3
SUBDIR += morse
SUBDIR += nasawash
SUBDIR += ncid
SUBDIR += nec2c
SUBDIR += nokryptia
SUBDIR += o2sms
SUBDIR += obexapp
SUBDIR += openobex
SUBDIR += p5-Cisco-UCS
SUBDIR += p5-Device-Gsm
SUBDIR += p5-Device-Modem
SUBDIR += p5-Device-SerialPort
SUBDIR += p5-Fax-Hylafax-Client
SUBDIR += p5-Nexmo-SMS
SUBDIR += p5-SMS-SMS77
SUBDIR += p5-SMS-Send
SUBDIR += p5-SMS-Send-DeviceGsm
SUBDIR += p5-SMS-Send-NexmoUnicode
SUBDIR += p5-SMS-Send-TW-HiAir
SUBDIR += p5-SMS-Send-TW-PChome
SUBDIR += p5-SMS-Send-TW-Qma
SUBDIR += p5-SMS-Send-TW-ShareSMS
SUBDIR += p5-SMS-Send-TW-Socket2Air
SUBDIR += p5-SMS-Send-TW-chtsns
SUBDIR += p5-SMS-Send-TW-emome
SUBDIR += pear-Horde_ActiveSync
SUBDIR += pear-Horde_SyncMl
SUBDIR += picocom
SUBDIR += pr
SUBDIR += predict
SUBDIR += py-bulksms
SUBDIR += py-lirc
SUBDIR += py-serial
SUBDIR += pyla
SUBDIR += qfaxreader
SUBDIR += qico
SUBDIR += qpage
SUBDIR += qrq
SUBDIR += qsstv
SUBDIR += qtel
SUBDIR += remserial
SUBDIR += rubygem-callsign
SUBDIR += rubygem-ruby-termios
SUBDIR += rxtx
SUBDIR += scmxx
SUBDIR += scud
SUBDIR += ser2net
SUBDIR += serialoverip
SUBDIR += seyon
SUBDIR += smstools3
SUBDIR += snooper
SUBDIR += soundmodem
SUBDIR += spandsp
SUBDIR += spandsp-devel
SUBDIR += splat
SUBDIR += sredird
SUBDIR += syncterm
SUBDIR += tcpser
SUBDIR += thebridge
SUBDIR += tilp2
SUBDIR += tits
SUBDIR += tkhylafax
SUBDIR += tkscanfax
SUBDIR += tlf
SUBDIR += tqsllib
SUBDIR += trustedqsl
SUBDIR += twpsk
SUBDIR += uarduno
SUBDIR += uartlirc
SUBDIR += uhso-kmod
SUBDIR += uird
SUBDIR += umcs7840
SUBDIR += unixcw
SUBDIR += usbmuxd
SUBDIR += uticom
SUBDIR += viewfax
SUBDIR += vrflash
SUBDIR += wsjt
SUBDIR += wspr
SUBDIR += wwl
SUBDIR += wy60
SUBDIR += xastir
SUBDIR += xdx
SUBDIR += xlog
SUBDIR += xmorse
SUBDIR += xnecview
SUBDIR += xwota
SUBDIR += yagiuda
SUBDIR += yaps
SUBDIR += yfklog
SUBDIR += zmtx-zmrx
SUBDIR += zssh
.include <bsd.port.subdir.mk>
|