mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
38d5dff616
- FEATURE: Brand new torrent addition dialog - FEATURE: Add the ability to choose the save path when using magnet links (mutoso) - FEATURE: Add support for adding multiple local torrents at once (Web UI) - COSMETIC: Improve style of left panel - BUGFIX: Lower panels no longer gets disabled - BUGFIX: Major code refactoring and various optimizations. - BUGFIX: No longer strip root folder from torrent files For the port: - Move to unversioned directory. The last few major releases have been stable upgrades, so there is no reason to maintain different versions.
129 lines
3.3 KiB
Makefile
129 lines
3.3 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = peer-to-peer network applications
|
|
|
|
SUBDIR += amule
|
|
SUBDIR += amule-devel
|
|
SUBDIR += azureus2
|
|
SUBDIR += bitcoin
|
|
SUBDIR += bitflu
|
|
SUBDIR += bittyrant
|
|
SUBDIR += bnbt
|
|
SUBDIR += btpd
|
|
SUBDIR += btqueue
|
|
SUBDIR += cdonkey
|
|
SUBDIR += createtorrent
|
|
SUBDIR += ctcs
|
|
SUBDIR += ctorrent
|
|
SUBDIR += dclib
|
|
SUBDIR += deluge
|
|
SUBDIR += ed2k
|
|
SUBDIR += edonkey-tool-hash
|
|
SUBDIR += eiskaltdcpp-cli
|
|
SUBDIR += eiskaltdcpp-daemon
|
|
SUBDIR += eiskaltdcpp-data
|
|
SUBDIR += eiskaltdcpp-gtk
|
|
SUBDIR += eiskaltdcpp-lib
|
|
SUBDIR += eiskaltdcpp-qt
|
|
SUBDIR += frost
|
|
SUBDIR += gkremldk
|
|
SUBDIR += gnewtellium
|
|
SUBDIR += gnunet
|
|
SUBDIR += gnunet-gtk
|
|
SUBDIR += gtk-gnutella
|
|
SUBDIR += gtkhx
|
|
SUBDIR += gtorrentviewer
|
|
SUBDIR += i2p
|
|
SUBDIR += jigdo
|
|
SUBDIR += kmldonkey
|
|
SUBDIR += ktorrent
|
|
SUBDIR += ktorrent2
|
|
SUBDIR += libbt
|
|
SUBDIR += liberator
|
|
SUBDIR += libktorrent
|
|
SUBDIR += libpdtp
|
|
SUBDIR += libtorrent
|
|
SUBDIR += libtorrent-devel
|
|
SUBDIR += libtorrent-rasterbar-15
|
|
SUBDIR += libtorrent-rasterbar-15-python
|
|
SUBDIR += libtorrent-rasterbar-16
|
|
SUBDIR += libtorrent-rasterbar-16-python
|
|
SUBDIR += limewire
|
|
SUBDIR += linux-jigdo
|
|
SUBDIR += linuxdcpp
|
|
SUBDIR += lopster
|
|
SUBDIR += microdc2
|
|
SUBDIR += minder
|
|
SUBDIR += mktorrent
|
|
SUBDIR += mldonkey
|
|
SUBDIR += mldonkey-core
|
|
SUBDIR += mldonkey-gui
|
|
SUBDIR += mldonkey-perlreactor
|
|
SUBDIR += mldonkey-urlslave
|
|
SUBDIR += moodriver
|
|
SUBDIR += mooseekd
|
|
SUBDIR += museekplus
|
|
SUBDIR += napshare
|
|
SUBDIR += ncdc
|
|
SUBDIR += nicotine-plus
|
|
SUBDIR += opendchub
|
|
SUBDIR += opennap
|
|
SUBDIR += p5-Net-BitTorrent
|
|
SUBDIR += p5-Net-BitTorrent-File
|
|
SUBDIR += p5-Net-BitTorrent-PeerPacket
|
|
SUBDIR += p5-Net-DirectConnect
|
|
SUBDIR += p5-Net-DirectConnect-TigerHash
|
|
SUBDIR += p5-WWW-BitTorrent
|
|
SUBDIR += p5-pdonkey
|
|
SUBDIR += phex
|
|
SUBDIR += py-bittornado
|
|
SUBDIR += py-bittornado-core
|
|
SUBDIR += py-fngrab
|
|
SUBDIR += py-kenosis
|
|
SUBDIR += py-py2play
|
|
SUBDIR += py-transmissionrpc
|
|
SUBDIR += py-vertex
|
|
SUBDIR += qbittorrent
|
|
SUBDIR += qbittorrent-nox11
|
|
SUBDIR += qtella
|
|
SUBDIR += qtorrent
|
|
SUBDIR += retroshare
|
|
SUBDIR += rtgui
|
|
SUBDIR += rtorrent
|
|
SUBDIR += rtorrent-devel
|
|
SUBDIR += solidcoin
|
|
SUBDIR += squall
|
|
SUBDIR += teknap
|
|
SUBDIR += torrentsniff
|
|
SUBDIR += transmission
|
|
SUBDIR += transmission-cli
|
|
SUBDIR += transmission-daemon
|
|
SUBDIR += transmission-gtk2
|
|
SUBDIR += transmission-qt4
|
|
SUBDIR += transmission25
|
|
SUBDIR += transmission25-cli
|
|
SUBDIR += transmission25-daemon
|
|
SUBDIR += transmission25-gtk2
|
|
SUBDIR += transmission25-qt4
|
|
SUBDIR += transmission-remote-gui
|
|
SUBDIR += tribler
|
|
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>
|