Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0_1 16 May 2024 06:22:09 |
Po-Chuan Hsieh (sunpoet) |
net/py-pypcap: Add LICENSE_FILE |
1.3.0_1 13 May 2024 14:04:38 |
Po-Chuan Hsieh (sunpoet) |
net/py-pypcap: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.3.0 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> |
1.3.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.3.0 03 Oct 2022 02:15:22 |
Po-Chuan Hsieh (sunpoet) |
net/py-pypcap: Update to 1.3.0
Changes: https://github.com/pynetwork/pypcap/releases
https://github.com/pynetwork/pypcap/blob/master/Changelog.md |
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) |
1.2.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 ) |
1.2.3 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.2.3 25 Oct 2021 15:57:34 |
Po-Chuan Hsieh (sunpoet) |
net/py-pypcap: Cosmetic change |
1.2.3 29 Apr 2021 14:24:03 |
Po-Chuan Hsieh (sunpoet) |
net/py-pypcap: Cosmetic change |
1.2.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.3 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.2.3 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
1.2.3 30 Sep 2019 04:19:18 |
sunpoet |
Workaround to avoid using /usr/lib32 over /usr/lib
PR: 239725
Reported by: bofh
Submitted by: leres |
1.2.3 21 Jul 2019 20:48:26 |
sunpoet |
Update to 1.2.3
Changes: https://github.com/pynetwork/pypcap/releases
https://github.com/pynetwork/pypcap/blob/master/Changelog.md |
1.2.2_1 06 Apr 2019 14:43:38 |
sunpoet |
Fix build on Python 3.7
- Bump PORTREVISION for package change |
1.2.2 05 Apr 2019 23:28:11 |
amdmi3 |
- Document incompatibility with python 3.7+
Approved by: portmgr blanket |
1.2.2 16 May 2018 23:55:12 |
sunpoet |
Update to 1.2.2
Changes: https://github.com/pynetwork/pypcap/releases
https://github.com/pynetwork/pypcap/blob/master/Changelog.md |
1.2.1 29 Apr 2018 19:46:39 |
sunpoet |
Update to 1.2.1
- Do not silence installation messages
- Update pkg-descr
- Take maintainership
Changes: https://github.com/pynetwork/pypcap/releases |
1.2.0 11 Mar 2018 11:21:23 |
rene |
Return wxs@'s ports to the pool after his commit bit expired.
With hat: portmgr |
1.2.0 24 Feb 2018 23:41:25 |
yuri |
net/py-pypcap: Update to 1.2.0
Maintainer's timeout expired wxs@.
Additiojnal port changes:
* Source from CHEESESHOP instead of GH
* Removed LICENSE_FILE (not available)
* Added USE_PYTHON=cython (instead of pyrex)
* Removed post-patch
* Now works for all python versions
* Updated WWW
PR: 223864
Reported by: yuri
Approved by: portmgr (maintainer timeout, 14 days)
Approved by: tcberner (mentor, implicit) |
1.1_6 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 ) |
1.1_6 03 May 2017 12:16:49 |
mat |
Simplify USE_GITHUB usage.
Sponsored by: Absolight |
1.1_6 30 Apr 2017 20:47:16 |
ler |
net/py-pypcap: Unbreak, remove expiration.
PR: 217372
Submitted by: dbaio@bsd.com.br
Approved by: adamw (mentor, implicit), wxs (maintainer timeout) |
1.1_5 03 Mar 2017 16:00:20 |
mat |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight |
1.1_5 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.1_5 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.1_5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.1_5 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.1_5 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
1.1_5 31 Jan 2014 07:55:12 |
miwi |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREV |
1.1_4 15 Dec 2013 13:51:16 |
wg |
net/py-pypcap: fix usage of python
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
1.1_4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.1_4 18 Dec 2011 19:44:58 |
wxs |
Fix build on 9 and 10.
PR: ports/163341
Submitted by: Jan Beich <jbeich@tormail.net> |
1.1_4 02 Oct 2011 02:55:21 |
wxs |
- Bring in the following changes from upstream:
80, 85, 86, 90, 91, 92, 93, 100, 101
These can all be removed if there is ever a new release in the future.
- Silence a post-patch line.
Requested by: Fausto Marzi |
1.1_3 16 Apr 2011 03:07:18 |
wxs |
Take this port under my wing. I can give it a good home. |
1.1_3 16 Apr 2011 02:52:57 |
tabthorpe |
- Reassign to the heap
Submitted by: tmclaugh |
1.1_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.1_3 28 Jan 2010 03:58:50 |
tmclaugh |
Fix pcap.h detection on FreeBSD <8.x.
Noticed by: pointyhat |
1.1_3 24 Jan 2010 23:39:07 |
tmclaugh |
Correct pcap.h detection and additionally unbreak on 8.x. |
1.1_2 11 Jun 2009 09:12:45 |
erwin |
Mark BROKEN on 8.x: does not build. |
1.1_2 06 Mar 2008 22:19:52 |
edwin |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
1.1_2 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 |
1.1_2 05 Jun 2007 00:59:37 |
tmclaugh |
- Take over maintainership
- Remove EXPIRATION_DATE
* Though it hasn't been updated in some time upstream it's commonly
distributed with other opensource OSes and having it around makes
it easier for those of us who use those OSes by day but secretly
fight crime using FreeBSD by night.
Approved by: gnn |
1.1_2 24 May 2007 22:27:36 |
erwin |
This project has been included in net/pcs, so mark this port for
GC in one month.
Submitted by: gnn (maintainer) |
1.1_2 24 Mar 2007 19:23:00 |
tmclaugh |
Remove non-standard patch to API.
- pcap.inject() can be found in net/pcs's pcs.pcap module.
Approved by: maintainer |
1.1_1 06 Mar 2007 18:21:59 |
tmclaugh |
Update MASTER_SITES. Project moved to googlecode.com.
Notified by: fennerbot |
1.1_1 05 Feb 2007 17:18:25 |
tmclaugh |
Fix plist for all versions of python by using PYTHON_SITELIBDIR
PR: 107337
Submitted by: Li-Wen Hsu
Approved by: Maintainer timeout |
1.1 20 Jul 2006 12:21:37 |
erwin |
A simplified object-oriented Python extension module for libpcap
WWW: http://monkey.org/~dugsong/pypcap/
PR: ports/100601
Submitted by: George V. Neville-Neil |