freebsd-ports/net-p2p/Makefile
Ion-Mihai Tetcu af78f9ada8 Vertex is an implementation of the Q2Q protocol (sort of like P2P, but one
better). There are a few moving parts in Vertex:

    * PTCP: a protocol which is nearly identical to TCP, but which runs over
      UDP. This lets Q2Q penetrate most NAT configurations.
    * JUICE ([JU]ice [I]s [C]oncurrent [E]vents): a very simple but immensely
      flexible protocol which forms the basis of the high-level aspects of Q2Q
    * vertex: a command line tool which exposes a few features useful in many
      situations (such as registration and authentication)

The Q2Q network has some decentralized features (there is no one server or
company which can control all Q2Q addresses) and features of centralization
(addresses beneath a particular domain are issued by a server for that domain;
once issued, some activities require the server to be contacted again, while
others do not). Vertex includes an identity server capable of hosting Q2Q
addresses.

WWW: http://divmod.org/trac/wiki/DivmodVertex

PR:		ports/97506
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	lawrance (mentor)
2006-05-20 01:22:31 +00:00

114 lines
2.8 KiB
Makefile

# $FreeBSD$
#
COMMENT = peer-to-peer network applications
SUBDIR += amule1
SUBDIR += amule2
SUBDIR += apollon
SUBDIR += azureus
SUBDIR += bnbt
SUBDIR += btpeer
SUBDIR += btqueue
SUBDIR += cdonkey
SUBDIR += ctorrent
SUBDIR += dcd
SUBDIR += dclib
SUBDIR += dctc
SUBDIR += dctc-gui
SUBDIR += dctc-gui-qt
SUBDIR += edonkey-gui-gtk
SUBDIR += edonkey-gui-gtk-urlslave
SUBDIR += edonkey-tool-hash
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 += gnome-btdownload
SUBDIR += gnunet
SUBDIR += gtkhx
SUBDIR += gtk-gnutella
SUBDIR += gtorrentviewer
SUBDIR += hagelslag
SUBDIR += hx
SUBDIR += i2p
SUBDIR += javadc
SUBDIR += jigdo
SUBDIR += kmldonkey
SUBDIR += ktorrent
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 += linux-overnet-core
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-sancho
SUBDIR += mldonkey-serverspy
SUBDIR += mldonkey-urlslave
SUBDIR += mutella
SUBDIR += mute-net
SUBDIR += mute-net-gui
SUBDIR += mute-net-text
SUBDIR += napshare
SUBDIR += nicotine
SUBDIR += opendchub
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-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 += valknut
SUBDIR += verlihub
SUBDIR += verlihub-plugins
SUBDIR += xmule
SUBDIR += xnap
.include <bsd.port.subdir.mk>