1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-p2p/Makefile
Kurt Jaeger b6618efec3 New port: net-p2p/libswift
LibSwift is the reference UDP-based implementation of IETF RFC7574,
a multi-peer transport layer protocol. Its mission is to disseminate
content among a swarm of peers.

Given a root hash, the data is received from whatever source available
and data integrity is checked cryptographically with Merkle hash
trees.

WWW: https://tools.ietf.org/html/rfc7574

PR:		211945
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>
2016-08-17 18:10:01 +00:00

113 lines
2.8 KiB
Makefile

# $FreeBSD$
#
COMMENT = Peer-to-peer network applications
SUBDIR += amule
SUBDIR += amule-devel
SUBDIR += bitcoin
SUBDIR += bitcoin-daemon
SUBDIR += bitcoin-utils
SUBDIR += bitflu
SUBDIR += bitmessage
SUBDIR += bnbt
SUBDIR += btpd
SUBDIR += btsync
SUBDIR += cpuminer
SUBDIR += createtorrent
SUBDIR += ctcs
SUBDIR += ctorrent
SUBDIR += dclib
SUBDIR += deluge
SUBDIR += digitalcoin
SUBDIR += dogecoin
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 += go-ethereum
SUBDIR += gtk-gnutella
SUBDIR += gtorrentviewer
SUBDIR += hs-torrent
SUBDIR += jigdo
SUBDIR += ktorrent
SUBDIR += libbt
SUBDIR += liberator
SUBDIR += libktorrent
SUBDIR += libpdtp
SUBDIR += libswift
SUBDIR += libtorrent
SUBDIR += libtorrent-rasterbar
SUBDIR += libtorrent-rasterbar-python
SUBDIR += linuxdcpp
SUBDIR += litecoin
SUBDIR += litecoin-daemon
SUBDIR += litecoin-utils
SUBDIR += lopster
SUBDIR += microdc2
SUBDIR += minder
SUBDIR += mktorrent
SUBDIR += mldonkey
SUBDIR += mldonkey-core
SUBDIR += mldonkey-gui
SUBDIR += namecoin
SUBDIR += namecoin-daemon
SUBDIR += napshare
SUBDIR += ncdc
SUBDIR += opendchub
SUBDIR += p5-Net-BitTorrent
SUBDIR += p5-Net-BitTorrent-File
SUBDIR += p5-Net-BitTorrent-PeerPacket
SUBDIR += p5-Net-DirectConnect
SUBDIR += p5-WWW-BitTorrent
SUBDIR += phex
SUBDIR += py-py2play
SUBDIR += py-transmissionrpc
SUBDIR += py-vertex
SUBDIR += qbittorrent
SUBDIR += qbittorrent-nox11
SUBDIR += retroshare
SUBDIR += rtgui
SUBDIR += rtorrent
SUBDIR += shx
SUBDIR += sonarr
SUBDIR += squall
SUBDIR += torrentcheck
SUBDIR += torrentsniff
SUBDIR += transmission
SUBDIR += transmission-cli
SUBDIR += transmission-daemon
SUBDIR += transmission-gtk
SUBDIR += transmission-qt4
SUBDIR += transmission-remote-gui
SUBDIR += tribler
SUBDIR += twister
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 += vuze
SUBDIR += xnap
SUBDIR += zetacoin
SUBDIR += zetacoin-nox11
.include <bsd.port.subdir.mk>