Port details |
- py-vertex Implementation of Q2Q protocol
- 0.3.1_3 net-p2p
=1 0.3.1_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Abandoned project since 7 years back
This port expired on: 2024-03-31
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2006-05-20 01:23:28
- Last Update: 2024-04-01 11:45:30
- Commit Hash: cfbd021
- People watching this port, also watch:: pure-ftpd, publicfile, py39-simpy
- Also Listed In: python
- License: MIT
- WWW:
- https://launchpad.net/divmod
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}vertex>0:net-p2p/py-vertex@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-vertex
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (Vertex-0.3.1.tar.gz) = 2a81a33bb21392ae2c068399d6a720c6c5fef8b3591528ba7300749d1a054c43
SIZE (Vertex-0.3.1.tar.gz) = 89909
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-epsilon>=0 : devel/py-epsilon@py39
- py39-openssl>=0,1 : security/py-openssl@py39
- py39-twisted>=0 : devel/py-twisted@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-p2p_py-vertex
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.1_3 01 Apr 2024 11:45:30 |
Rene Ladan (rene) |
net-p2p/py-vertex: Remove expired port
2024-03-31 net-p2p/py-vertex: Abandoned project since 7 years back |
0.3.1_3 25 Feb 2024 19:56:07 |
Daniel Engberg (diizzy) |
net-p2p/py-vertex: Deprecate and set expiration date to 2024-03-31
Abandoned project since 7 years ago
PR: 276981
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.3.1_3 05 Oct 2023 02:00:24 |
Po-Chuan Hsieh (sunpoet) |
net-p2p/py-vertex: Update version requirement of RUN_DEPENDS |
0.3.1_3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.3.1_3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.1_3 20 Jul 2022 14:22:43 |
Tobias C. Berner (tcberner) |
net-p2p: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Chad J. Milios <milios@ccsys.com>
* Damian Gerow <dgerow@afflictions.org>
* Daniel Morante <daniel@morante.net>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dereckson <dereckson@gmail.com>
* Devin Teske <dteske@FreeBSD.org>
* Dmitriy Limonov (Only the first 15 lines of the commit message are shown above ) |
0.3.1_3 25 Mar 2022 13:37:11 |
Po-Chuan Hsieh (sunpoet) |
net-p2p/py-vertex: Fix build with setuptools 58.0.0+ |
0.3.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.1_3 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.3.1_3 27 May 2020 14:55:03 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
0.3.1_3 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.3.1_2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.3.1_2 17 Dec 2017 15:54:15 |
sunpoet |
Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change |
0.3.1_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.3.1_1 18 May 2017 16:03:36 |
sunpoet |
Change from USES=twisted to devel/py-twisted
- Add LICENSE_FILE
- Remove BUILD_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership |
0.3.1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.3.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.3.1 08 Dec 2015 15:59:13 |
vanilla |
Upgrade to 0.3.1. |
0.3.0 08 Dec 2014 13:53:08 |
feld |
Update "BSD" license in net-p2p category |
0.3.0 24 Oct 2014 16:29:52 |
mva |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit) |
0.3.0 28 Dec 2013 11:29:07 |
wg |
net-p2p/py-vertex: support staging |
0.3.0 08 Dec 2013 12:04:08 |
mva |
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run |
0.3.0 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
0.3.0 03 Jun 2012 12:14:38 |
cs |
Set maintainership back to ports@ |
0.3.0 15 Sep 2011 12:33:27 |
cs |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
0.3.0 18 Aug 2011 15:05:05 |
glarkin |
- Fixed WWW link after divmod.org went offline
PR: ports/158977
Submitted by: C-S <c-s@c-s.li> (maintainer) |
0.3.0 02 Jul 2011 18:06:14 |
miwi |
- Kick MD5 Support |
0.3.0 16 Sep 2010 00:47:46 |
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> |
0.2.0 12 Oct 2007 22:22:00 |
alexbl |
- update to 0.2.0
- drop maintainership
PR: 115410
Submitted by: Piet Delport <pjd@satori.za.net> |
0.1 30 Jul 2007 09:42:28 |
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 |
0.1 13 Sep 2006 03:21:38 |
alexbl |
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel |
0.1 20 May 2006 01:22:31 |
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) |