non port: net-p2p/py-vertex/Makefile |
SVNWeb
|
Number of commits found: 27 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] ef8eaee (Only the first 10 of 57 ports in this commit are shown above. )
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 )
|
Fri, 25 Mar 2022
|
[ 13:37 Po-Chuan Hsieh (sunpoet) ] 0c9aa1c
net-p2p/py-vertex: Fix build with setuptools 58.0.0+
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Wed, 27 May 2020
|
[ 14:55 danfe ] (Only the first 10 of 37 ports in this commit are shown above. )
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Sun, 17 Dec 2017
|
[ 15:54 sunpoet ]
Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Thu, 18 May 2017
|
[ 16:03 sunpoet ]
Change from USES=twisted to devel/py-twisted
- Add LICENSE_FILE
- Remove BUILD_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 8 Dec 2015
|
[ 15:59 vanilla ]
Upgrade to 0.3.1.
|
Mon, 8 Dec 2014
|
[ 13:53 feld ]
Update "BSD" license in net-p2p category
|
Fri, 24 Oct 2014
|
[ 16:29 mva ] (Only the first 10 of 49 ports in this commit are shown above. )
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
|
Sat, 28 Dec 2013
|
[ 11:29 wg ]
net-p2p/py-vertex: support staging
|
Sun, 8 Dec 2013
|
[ 12:04 mva ] (Only the first 10 of 28 ports in this commit are shown above. )
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
|
Fri, 20 Sep 2013
|
[ 22:28 bapt ] (Only the first 10 of 108 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
|
Sun, 3 Jun 2012
|
[ 12:14 cs ] (Only the first 10 of 11 ports in this commit are shown above. )
Set maintainership back to ports@
|
Thu, 15 Sep 2011
|
[ 12:33 cs ] (Only the first 10 of 50 ports in this commit are shown above. )
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor)
|
Thu, 16 Sep 2010
|
[ 00:47 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>
|
Fri, 12 Oct 2007
|
[ 22:22 alexbl ]
- update to 0.2.0
- drop maintainership
PR: 115410
Submitted by: Piet Delport <pjd@satori.za.net>
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- 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
|
Wed, 13 Sep 2006
|
[ 03:21 alexbl ] (Only the first 10 of 42 ports in this commit are shown above. )
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel
|
Sat, 20 May 2006
|
[ 01:22 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)
|
Number of commits found: 27 |