blob: 4d5d0ca67b7c3a3a5bb0eefcf81e630dc574f336 (
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
|
# $FreeBSD$
#
COMMENT = peer-to-peer network applications
SUBDIR += amule2
SUBDIR += apollon
SUBDIR += azureus
SUBDIR += azureus2
SUBDIR += bitflu
SUBDIR += bittyrant
SUBDIR += bnbt
SUBDIR += btpd
SUBDIR += btpeer
SUBDIR += btqueue
SUBDIR += cdonkey
SUBDIR += createtorrent
SUBDIR += ctcs
SUBDIR += ctorrent
SUBDIR += dcd
SUBDIR += dclib
SUBDIR += dctc
SUBDIR += dctc-gui
SUBDIR += dctc-gui-qt
SUBDIR += deluge
SUBDIR += ed2k
SUBDIR += edonkey-gui-gtk
SUBDIR += edonkey-gui-gtk-urlslave
SUBDIR += edonkey-tool-hash
SUBDIR += eiskaltdc
SUBDIR += fcptools
SUBDIR += fidelio
SUBDIR += frost
SUBDIR += frostwire
SUBDIR += gift
SUBDIR += gift-ares
SUBDIR += gift-fasttrack
SUBDIR += gift-gnutella
SUBDIR += gift-openft
SUBDIR += giftcurs
SUBDIR += giftoxic
SUBDIR += giftui
SUBDIR += gkrellm-gift
SUBDIR += gkremldk
SUBDIR += gnewtellium
SUBDIR += gnunet
SUBDIR += gtk-gnutella
SUBDIR += gtkhx
SUBDIR += gtorrentviewer
SUBDIR += hagelslag
SUBDIR += hrktorrent
SUBDIR += hx
SUBDIR += i2p
SUBDIR += javadc
SUBDIR += jigdo
SUBDIR += kmldonkey
SUBDIR += ktorrent
SUBDIR += ktorrent-devel
SUBDIR += ktorrent2
SUBDIR += libbt
SUBDIR += liberator
SUBDIR += libpdtp
SUBDIR += libtorrent
SUBDIR += libtorrent-devel
SUBDIR += libtorrent-rasterbar-14
SUBDIR += libtorrent-rasterbar-15
SUBDIR += limewire
SUBDIR += linux-agsatellite
SUBDIR += linux-edonkey-core
SUBDIR += linux-edonkey-server
SUBDIR += linux-edonkey-tool-recovermet
SUBDIR += linux-jigdo
SUBDIR += linuxdcpp
SUBDIR += lopster
SUBDIR += microdc2
SUBDIR += minder
SUBDIR += mldonkey
SUBDIR += mldonkey-core
SUBDIR += mldonkey-gui
SUBDIR += mldonkey-perlreactor
SUBDIR += mldonkey-serverspy
SUBDIR += mldonkey-urlslave
SUBDIR += moodriver
SUBDIR += mooseekd
SUBDIR += museekplus
SUBDIR += mutella
SUBDIR += napshare
SUBDIR += nicotine-plus
SUBDIR += opendchub
SUBDIR += opennap
SUBDIR += p5-Net-BitTorrent
SUBDIR += p5-Net-BitTorrent-File
SUBDIR += p5-Net-BitTorrent-PeerPacket
SUBDIR += p5-WWW-BitTorrent
SUBDIR += p5-pdonkey
SUBDIR += phex
SUBDIR += py-bittornado
SUBDIR += py-bittornado-core
SUBDIR += py-bittorrent
SUBDIR += py-bittorrent-core
SUBDIR += py-fngrab
SUBDIR += py-kenosis
SUBDIR += py-py2play
SUBDIR += py-vertex
SUBDIR += pyslsk
SUBDIR += qbittorrent-22
SUBDIR += qtella
SUBDIR += qtorrent
SUBDIR += rtgui
SUBDIR += rtorrent
SUBDIR += rtorrent-devel
SUBDIR += sharktorrent
SUBDIR += squall
SUBDIR += teknap
SUBDIR += torrent_swapper
SUBDIR += torrentflux
SUBDIR += torrentsniff
SUBDIR += torrentvolve
SUBDIR += trackerbt
SUBDIR += transmission
SUBDIR += transmission-cli
SUBDIR += transmission-daemon
SUBDIR += transmission-gtk2
SUBDIR += transmisson-remote-gui
SUBDIR += tribler
SUBDIR += tvrss
SUBDIR += uhub
SUBDIR += unworkable
SUBDIR += valknut
SUBDIR += verlihub
SUBDIR += verlihub-plugins
SUBDIR += verlihub-plugins-chatroom
SUBDIR += verlihub-plugins-floodprotect
SUBDIR += verlihub-plugins-forbid
SUBDIR += verlihub-plugins-iplog
SUBDIR += verlihub-plugins-isp
SUBDIR += verlihub-plugins-luascript
SUBDIR += verlihub-plugins-messanger
SUBDIR += verlihub-plugins-stats
SUBDIR += vhcp
SUBDIR += vuze
SUBDIR += xnap
.include <bsd.port.subdir.mk>
|