8c09acb3f5
to bring a native, full-featured client to Linux, BSD, and other *NIX GTK desktop environments such as Gnome and XFCE. Deluge uses Rasterbar's version of libtorrent as the main ingredient in its bittorrent protocol backend. WWW: http://deluge-torrent.org/ -- deluge-0.4.90.3 as in Deluge 0.5 Beta 3, I have added two patches from its SVN to fix the memory leaks.
129 lines
3.1 KiB
Makefile
129 lines
3.1 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = peer-to-peer network applications
|
|
|
|
SUBDIR += amule1
|
|
SUBDIR += amule2
|
|
SUBDIR += apollon
|
|
SUBDIR += azureus
|
|
SUBDIR += bitflu
|
|
SUBDIR += bnbt
|
|
SUBDIR += btpeer
|
|
SUBDIR += btqueue
|
|
SUBDIR += cdonkey
|
|
SUBDIR += createtorrent
|
|
SUBDIR += ctorrent
|
|
SUBDIR += dcd
|
|
SUBDIR += dclib
|
|
SUBDIR += dclibc
|
|
SUBDIR += dctc
|
|
SUBDIR += dctc-gui
|
|
SUBDIR += dctc-gui-qt
|
|
SUBDIR += edonkey-gui-gtk
|
|
SUBDIR += edonkey-gui-gtk-urlslave
|
|
SUBDIR += edonkey-tool-hash
|
|
SUBDIR += deluge
|
|
SUBDIR += ed2k
|
|
SUBDIR += fcptools
|
|
SUBDIR += fidelio
|
|
SUBDIR += freenet
|
|
SUBDIR += frost
|
|
SUBDIR += gift
|
|
SUBDIR += giftcurs
|
|
SUBDIR += giftoxic
|
|
SUBDIR += giftui
|
|
SUBDIR += gift-fasttrack
|
|
SUBDIR += gift-gnutella
|
|
SUBDIR += gift-openft
|
|
SUBDIR += gkrellm-gift
|
|
SUBDIR += gkremldk
|
|
SUBDIR += gnewtellium
|
|
SUBDIR += gnunet
|
|
SUBDIR += gtkhx
|
|
SUBDIR += gtk-gnutella
|
|
SUBDIR += gtorrentviewer
|
|
SUBDIR += hagelslag
|
|
SUBDIR += hx
|
|
SUBDIR += i2p
|
|
SUBDIR += javadc
|
|
SUBDIR += jigdo
|
|
SUBDIR += kmldonkey
|
|
SUBDIR += ktorrent
|
|
SUBDIR += ktorrent-devel
|
|
SUBDIR += libbt
|
|
SUBDIR += liberator
|
|
SUBDIR += libfreenet
|
|
SUBDIR += libpdtp
|
|
SUBDIR += libtorrent
|
|
SUBDIR += libtorrent-devel
|
|
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 += microdc
|
|
SUBDIR += microdc2
|
|
SUBDIR += minder
|
|
SUBDIR += mldonkey
|
|
SUBDIR += mldonkey-core
|
|
SUBDIR += mldonkey-core-devel
|
|
SUBDIR += mldonkey-devel
|
|
SUBDIR += mldonkey-gui
|
|
SUBDIR += mldonkey-gui-devel
|
|
SUBDIR += mldonkey-perlreactor
|
|
SUBDIR += mldonkey-serverspy
|
|
SUBDIR += mldonkey-urlslave
|
|
SUBDIR += museekplus
|
|
SUBDIR += mutella
|
|
SUBDIR += moodriver
|
|
SUBDIR += mooseekd
|
|
SUBDIR += mute-net
|
|
SUBDIR += mute-net-gui
|
|
SUBDIR += mute-net-text
|
|
SUBDIR += napshare
|
|
SUBDIR += nicotine
|
|
SUBDIR += nicotine-plus
|
|
SUBDIR += opendchub
|
|
SUBDIR += opennap
|
|
SUBDIR += peercast
|
|
SUBDIR += phex
|
|
SUBDIR += py-vertex
|
|
SUBDIR += pyslsk
|
|
SUBDIR += py-bittornado
|
|
SUBDIR += py-bittornado-core
|
|
SUBDIR += py-bittorrent
|
|
SUBDIR += py-bittorrent-core
|
|
SUBDIR += py-bittorrent-core-devel
|
|
SUBDIR += py-bittorrent-devel
|
|
SUBDIR += py-fngrab
|
|
SUBDIR += py-kenosis
|
|
SUBDIR += py-kenosis-bittorrent
|
|
SUBDIR += py-py2play
|
|
SUBDIR += p5-Net-BitTorrent-File
|
|
SUBDIR += p5-Net-BitTorrent-PeerPacket
|
|
SUBDIR += p5-WWW-BitTorrent
|
|
SUBDIR += p5-pdonkey
|
|
SUBDIR += qtella
|
|
SUBDIR += qtorrent
|
|
SUBDIR += rblibtorrent
|
|
SUBDIR += rtorrent
|
|
SUBDIR += rtorrent-devel
|
|
SUBDIR += squall
|
|
SUBDIR += torrentflux
|
|
SUBDIR += torrentsniff
|
|
SUBDIR += trackerbt
|
|
SUBDIR += transmission
|
|
SUBDIR += transmission-gtk2
|
|
SUBDIR += tvrss
|
|
SUBDIR += valknut
|
|
SUBDIR += verlihub
|
|
SUBDIR += verlihub-plugins
|
|
SUBDIR += xmule
|
|
SUBDIR += xnap
|
|
|
|
.include <bsd.port.subdir.mk>
|