aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-vertex
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* Set maintainership back to ports@Carlo Strub2012-06-031-1/+1
| | | | Notes: svn path=/head/; revision=298080
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | | | | Approved by: wen@ (mentor) Notes: svn path=/head/; revision=281802
* - Fixed WWW link after divmod.org went offlineGreg Larkin2011-08-181-1/+1
| | | | | | | | PR: ports/158977 Submitted by: C-S <c-s@c-s.li> (maintainer) Notes: svn path=/head/; revision=279974
* - Kick MD5 SupportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276919
* - Updated to 0.3.0Greg Larkin2010-09-163-8/+103
| | | | | | | | | | | | - Passed maintainership to submitter - Added LICENSE - Updated MASTER_SITES to avoid strangely-suffixed distfile name PR: ports/150276 Submitted by: C-S <c-s at c-s dot li> Notes: svn path=/head/; revision=261250
* - update to 0.2.0Alexander Botero-Lowry2007-10-123-33/+11
| | | | | | | | | | - drop maintainership PR: 115410 Submitted by: Piet Delport <pjd@satori.za.net> Notes: svn path=/head/; revision=201370
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry2006-09-131-1/+1
| | | | | | | Approved by: novel Notes: svn path=/head/; revision=172903
* Vertex is an implementation of the Q2Q protocol (sort of like P2P, but oneIon-Mihai Tetcu2006-05-204-0/+159
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) Notes: svn path=/head/; revision=162846