e4719e8e84
Built for mission-critical use: miners, service providers, and exchanges need fast synchronisation and maximum uptime. Parity Ethereum provides the core infrastructure essential for speedy and reliable services. * Clean, modular codebase for easy customisation * Advanced CLI-based client * Minimal memory and storage footprint * Synchronise in hours, not days with Warp Sync * Modular for light integration into your service or product WWW: https://github.com/paritytech/parity-ethereum/
99 lines
2.4 KiB
Makefile
99 lines
2.4 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Peer-to-peer network applications
|
|
|
|
SUBDIR += amule
|
|
SUBDIR += amule-devel
|
|
SUBDIR += awgg
|
|
SUBDIR += bitcoin
|
|
SUBDIR += bitcoin-daemon
|
|
SUBDIR += bitcoin-utils
|
|
SUBDIR += bitflu
|
|
SUBDIR += couchpotato
|
|
SUBDIR += cpuminer
|
|
SUBDIR += createtorrent
|
|
SUBDIR += ctcs
|
|
SUBDIR += ctorrent
|
|
SUBDIR += dclib
|
|
SUBDIR += deluge
|
|
SUBDIR += deluge-cli
|
|
SUBDIR += ed2k
|
|
SUBDIR += edonkey-tool-hash
|
|
SUBDIR += eiskaltdcpp-cli
|
|
SUBDIR += eiskaltdcpp-daemon
|
|
SUBDIR += eiskaltdcpp-data
|
|
SUBDIR += eiskaltdcpp-gtk
|
|
SUBDIR += eiskaltdcpp-lib
|
|
SUBDIR += frost
|
|
SUBDIR += go-ethereum
|
|
SUBDIR += gtk-gnutella
|
|
SUBDIR += gtorrentviewer
|
|
SUBDIR += jackett
|
|
SUBDIR += jigdo
|
|
SUBDIR += ktorrent
|
|
SUBDIR += libbt
|
|
SUBDIR += liberator
|
|
SUBDIR += libktorrent
|
|
SUBDIR += libpdtp
|
|
SUBDIR += libswift
|
|
SUBDIR += libtorrent
|
|
SUBDIR += libtorrent-rasterbar
|
|
SUBDIR += lidarr
|
|
SUBDIR += linuxdcpp
|
|
SUBDIR += litecoin
|
|
SUBDIR += litecoin-daemon
|
|
SUBDIR += litecoin-utils
|
|
SUBDIR += microdc2
|
|
SUBDIR += minder
|
|
SUBDIR += mktorrent
|
|
SUBDIR += mldonkey
|
|
SUBDIR += mldonkey-core
|
|
SUBDIR += mldonkey-gui
|
|
SUBDIR += monero-cli
|
|
SUBDIR += namecoin
|
|
SUBDIR += namecoin-daemon
|
|
SUBDIR += namecoin-utils
|
|
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 += parity-ethereum
|
|
SUBDIR += phex
|
|
SUBDIR += py-libtorrent-rasterbar
|
|
SUBDIR += py-py2play
|
|
SUBDIR += py-transmissionrpc
|
|
SUBDIR += py-tremc
|
|
SUBDIR += py-vertex
|
|
SUBDIR += qbittorrent
|
|
SUBDIR += qtum
|
|
SUBDIR += radarr
|
|
SUBDIR += retroshare
|
|
SUBDIR += rslsync
|
|
SUBDIR += rtorrent
|
|
SUBDIR += shx
|
|
SUBDIR += sonarr
|
|
SUBDIR += sonarr-devel
|
|
SUBDIR += squall
|
|
SUBDIR += torrent-file-editor
|
|
SUBDIR += torrentcheck
|
|
SUBDIR += torrentsniff
|
|
SUBDIR += transmission
|
|
SUBDIR += transmission-cli
|
|
SUBDIR += transmission-daemon
|
|
SUBDIR += transmission-gtk
|
|
SUBDIR += transmission-qt
|
|
SUBDIR += transmission-remote-gui
|
|
SUBDIR += tribler
|
|
SUBDIR += uhub
|
|
SUBDIR += vuze
|
|
SUBDIR += xmrig
|
|
SUBDIR += zetacoin
|
|
SUBDIR += zetacoin-daemon
|
|
SUBDIR += zetacoin-utils
|
|
|
|
.include <bsd.port.subdir.mk>
|