aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/py-vertex
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
commit3f42e716135bc048b90cb6cca188f324e65c69dc (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /net-p2p/py-vertex
parente127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff)
downloadfreebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'net-p2p/py-vertex')
-rw-r--r--net-p2p/py-vertex/pkg-descr22
1 files changed, 11 insertions, 11 deletions
diff --git a/net-p2p/py-vertex/pkg-descr b/net-p2p/py-vertex/pkg-descr
index 9c7ed85a9bf5..fc8138cfa7e7 100644
--- a/net-p2p/py-vertex/pkg-descr
+++ b/net-p2p/py-vertex/pkg-descr
@@ -1,18 +1,18 @@
-Vertex is an implementation of the Q2Q protocol (sort of like P2P, but one
+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
+ * 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
+ * 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)
+ * 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.
+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: https://launchpad.net/divmod