Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.22 05 Apr 2024 00:39:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pycparser: Update to 2.22
- Convert to USE_PYTHON=pep517
Changes: https://github.com/eliben/pycparser/releases |
2.21 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) |
2.21 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 ) |
2.21 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.21 29 Jun 2022 16:32:42 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pycparser: Convert to USE_PYTHON=unittest |
2.21 23 Jun 2022 09:03:25 |
Antoine Brodin (antoine) |
devel/py-pycparser: py27 flavor is no longer needed by the ports tree |
2.21 21 Nov 2021 18:20:21 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pycparser: Update to 2.21
Changes: https://github.com/eliben/pycparser/blob/master/CHANGES |
2.20 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.20 04 Feb 2021 14:35:00 |
mat |
Those ports are allowed to build a 2.7 flavor, for now. |
2.20 19 May 2020 05:16:40 |
sunpoet |
Remove comment
It tests Python 2.7, 3.5 to 3.8 with AppVeyor and TravisCI.
Reference: https://github.com/eliben/pycparser/blob/master/appveyor.yml
https://github.com/eliben/pycparser/blob/master/.travis.yml |
2.20 18 May 2020 19:48:29 |
sunpoet |
Take maintainership |
2.20 18 May 2020 19:06:10 |
wg |
devel/py-pycparser: update to 2.20
- Drop maintainership
PR: 245934
Submitted by: Daniel Engberg |
2.19 30 Jun 2019 19:48:53 |
swills |
devel/py-pycparser: Update to 2.19
PR: 238456
Approved by: wg (maintainer) |
2.18 01 Apr 2018 03:58:04 |
koobs |
devel/py-pycparser: Update to 2.18
* Update PORTVERSION and distinfo checksum (2.18)
* Add version compatibility comment
* Add LICENSE_FILE
* Add test target
* Enable architecture independence (NO_ARCH)
Approved by: wg (maintainer)
Differential Revision: D7301 |
2.10 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 ) |
2.10 02 Jun 2017 18:14:00 |
sunpoet |
Add NO_ARCH
- While I'm here, sort USE_PYTHON
Approved by: portmgr (blanket)
With hat: python |
2.10 02 Jun 2017 11:02:51 |
araujo |
- Create a python3 version of devel/py-pycparser. |
2.10 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
2.10 24 Feb 2014 12:09:49 |
koobs |
devel/py-pycparser: Update LICENSE (BSD3CLAUSE)
- Update LICENSE (BSD3CLAUSE)
While I'm here, whitespace align.
Approved by: portmgr (blanket) |
2.10 29 Nov 2013 00:15:57 |
wg |
devel/py-pycparser: C parser in Python
pycparser is a complete parser of the C language, written in pure Python using
the PLY parsing library. It parses C code into an AST and can serve as a
front-end for C compilers or analysis tools.
WWW: https://github.com/eliben/pycparser |