| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
03 Jun 2012 12:14:38
0.3.0
|
cs  |
Set maintainership back to ports@ |
15 Sep 2011 12:33:27
0.3.0
|
cs  |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
18 Aug 2011 15:05:05
0.3.0
|
glarkin  |
- Fixed WWW link after divmod.org went offline
PR: ports/158977
Submitted by: C-S <c-s@c-s.li> (maintainer) |
02 Jul 2011 18:06:14
0.3.0
|
miwi  |
- Kick MD5 Support |
16 Sep 2010 00:47:46
0.3.0
|
glarkin  |
- Updated to 0.3.0
- 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> |
12 Oct 2007 22:22:00
0.2.0
|
alexbl  |
- update to 0.2.0
- drop maintainership
PR: 115410
Submitted by: Piet Delport <pjd@satori.za.net> |
30 Jul 2007 09:42:28
0.1
|
alexbl  |
- Make Python 2.5.1 the default Python version
- 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 |
13 Sep 2006 03:21:38
0.1
|
alexbl  |
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel |
20 May 2006 01:22:31
0.1
|
itetcu  |
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) |