Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.18.0 04 Aug 2024 17:14:33 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-pygments: Remove outdated CONFLICTS_INSTALL
textproc/py-pygments-25 has been removed 8 months ago.
Reference: https://cgit.freebsd.org/ports/commit/?id=3df4e19a61cf19631b3d92322394450a1daa7c10
Approved by: portmgr (blanket)
With hat: python |
2.18.0 03 Aug 2024 16:02:04 |
Nicola Vitale (nivit) |
textproc/py-pygments: Remove useless line in Makefile
Reported by Anton Saietskii <vsasjason@gmail.com> as a comment
to the (closed) PR 280547. |
2.18.0 01 Aug 2024 15:31:46 |
Nicola Vitale (nivit) Author: Nicholas Kirby |
textproc/py-pygments: Update to 2.18.0
- Update test dependencies
Release changes: https://github.com/pygments/pygments/releases/tag/2.18.0
PR: 280547 |
2.17.2 27 Nov 2023 10:30:09 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-pygments: Clean up BUILD_DEPENDS
from pyproject.toml:
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
from CHANGES:
- Use Hatchling as a build backend instead of setuptools.
This change is transparent to most users. Distribution packagers
who build without build isolation need to add hatchling as a build
dependency and remove setuptools. People downloading source distributions
and wheels from PyPI directly should note that they now have ``pygments``
in their file names instead of ``Pygments``. (#2573)
Reference: https://github.com/pygments/pygments/blob/master/pyproject.toml#L1-L3
https://github.com/pygments/pygments/blob/master/CHANGES#L84-L89 |
2.17.2 21 Nov 2023 21:01:34 |
Nicola Vitale (nivit) |
textproc/py-pygments: Update to 2.17.2
Reported by: Matthäus G. Chajdas <notifications@github.com> |
2.17.1 19 Nov 2023 14:49:37 |
Nicola Vitale (nivit) |
textproc/py-pygments: Update to 2.17.1
Release notes: https://pygments.org/docs/changelog/#version-2-17-1
Reported by: Matthäus G. Chajdas <notifications@github.com> |
2.16.1 26 Aug 2023 21:42:27 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-pygments: Remove outdated PYTHON_REL check after lang/python37
removal
Approved by: portmgr (blanket)
With hat: python |
2.16.1 06 Aug 2023 20:05:54 |
Nicola Vitale (nivit) |
textproc/py-pygments: Update to 2.16.1
Release changes: https://github.com/pygments/pygments/releases/tag/2.16.1 |
2.16.0 06 Aug 2023 13:39:36 |
Nicola Vitale (nivit) |
textproc/py-pygments: Update to 2.16.0
Release changes: https://github.com/pygments/pygments/releases/tag/2.16.0 |
2.15.1 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
2.15.1 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> |
2.15.1 19 Apr 2023 16:46:28 |
Nicola Vitale (nivit) |
textproc/py-pygments: Update to 2.15.1
- Add pytest to USE_PYTHON and remove do-test target (now included
in python.mk)
Release notes:://github.com/pygments/pygments/releases/tag/2.15.1 |
2.15.0 11 Apr 2023 10:01:08 |
Nicola Vitale (nivit) |
textproc/py-pygments: Update to 2.15.0
- Convert to PEP-517
- Add devel/py-importlib-metadata to run dependencies
when Python version < 3.8
- Rename Project name in pyproject.toml to fix the following error
when generating the packing list, even if the best solution would
be to rename PORTNAME:
===> Staging for py39-pygments-2.15.0
===> py39-pygments-2.15.0 depends on file: /usr/local/bin/python3.9 - found
===> Generating temporary packing list
Traceback (most recent call last):
File "/usr/local/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None, (Only the first 15 lines of the commit message are shown above ) |
2.14.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 |
2.14.0 01 Jan 2023 14:28:19 |
Nicola Vitale (nivit) |
textproc/py-pygments: Update to 2.14.0
Changes log: https://github.com/pygments/pygments/releases/tag/2.14.0 |
2.13.0 18 Nov 2022 17:20:14 |
Nicola Vitale (nivit) |
textproc/py-pygments: update to 2.13.0 |
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.9.0 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.9.0 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.9.0 19 Feb 2022 15:08:48 |
Thierry Thomas (thierry) |
textproc/py-pygments: upgrade to 2.9.0
Release notes at <https://github.com/pygments/pygments/releases/tag/2.9.0>.
- Remove conflict with the defunct paraview.
- Add a test target (3710 passed, 3 skipped).
Exp-run by antoine.
PR: 256995
Approved by: maintainer’s time-out |
2.7.2 29 Aug 2021 18:49:07 |
Bernhard Froehlich (decke) |
textproc/py-pygments: Add CPE information
Approved by: portmgr (blanket) |
2.7.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.2 19 Dec 2020 07:16:56 |
ygy |
textproc/py-pygments: Update to 2.7.2
PR: 251175
Submitted by: lwhsu
Approved by: lwhsu (implicit), nivit (maintainer timeout, 1 month) |
2.7.1 21 Sep 2020 19:42:35 |
nivit |
- Update to 2.7.1 |
2.6.1 21 Sep 2020 12:12:41 |
antoine |
Use the PY_PYGMENTS variable
With hat: portmgr |
2.6.1 21 Sep 2020 04:22:54 |
yuri |
devel/ipython5: Fix build after the recent update of textproc/py-pygments by
adding textproc/py-pygments-25 because ipython5 requires this version
Reported by: linimon |
2.6.1 20 Sep 2020 00:28:28 |
yuri |
textproc/py-pygments: Update 2.5.2 -> 2.6.1
PR: 249131
Approved by: nivit (maintainer timeout 14 days) |
2.5.2 12 Aug 2020 09:36:33 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
2.5.2 13 Jan 2020 08:26:17 |
ale |
Update to 2.5.2 release.
Approved by: maintainer |
2.4.1 25 May 2019 16:29:31 |
nivit |
- Update to 2.4.1
PR: 238091
Submitted by: <takefu@airport.fm> |
2.3.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.3.0 03 Dec 2018 16:57:49 |
nivit |
- Update to 2.3.0
- Pet portlint |
2.2.0 29 Sep 2018 07:34:45 |
yuri |
textproc/py-pygments: Corect the .if condition for CONFLICTS_INSTALL
Reported by: mat |
2.2.0 28 Sep 2018 02:41:26 |
yuri |
textproc/py-pygments and science/paraview conflict each other
Approved by: portmgr blanket |
2.2.0 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.2.0 16 Apr 2017 13:38:25 |
nivit |
- Allow overriding of Python version from its slave port |
2.2.0 02 Apr 2017 13:46:56 |
mmokhi |
textproc/py-pygments: Update to 2.2.0
Regarding to r437555 as dependency of devel/py-gdbgui
Reviewed by: mat (mentor), nivit (maintainer)
Approved by: mat (mentor), nivit (maintainer)
Differential Revision: https://reviews.freebsd.org/D10200 |
2.1.3_1 14 Feb 2017 11:12:28 |
demon |
Allow concurrent installs.
PR: 214295
Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
maintainer timeout. |
2.1.3 25 Apr 2016 14:01:18 |
nivit |
- Update to 2.1.3
- Add NO_ARCH
PR: 208752
Submitted by: olivierd |
2.1 20 Jan 2016 16:26:57 |
nivit |
- Update to 2.1
- Remove files/patch-CVE-2015-8557 |
2.0.2_1 17 Jan 2016 12:03:37 |
rakuco |
Add upstream patch to fix CVE-2015-8557.
PR: 206072
Approved by: ports-secteam (miwi)
Security: 5f276780-b6ce-11e5-9731-5453ed2e2b49 |
2.0.2 22 Jan 2015 14:23:43 |
nivit |
- Update to 2.0.2
PR: 196981
Submitted by: olivierd |
2.0.1 20 Jan 2015 04:12:31 |
adamw |
Update to 2.0.1.
PR: 194928
Submitted by: olivierd
Approved by: maintainer timeout (over 2 months) |
1.6_2 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
1.6_2 15 Jul 2014 20:00:43 |
adamw |
Add missing EXAMPLES and DOCS to a couple ports that
already honour PORTDOCS and PORTEXAMPLES in the plist. |
1.6_2 16 Feb 2014 10:41:59 |
koobs |
textproc/py-pygments: Update LICENSE, Remove py3k hack
- Update LICENSE (BSD2CLAUSE)
- Deprecate py3k-fix-pkg-plist.inc
Approved by: portmgr (blanket) |
1.6_1 08 Feb 2014 15:40:12 |
miwi |
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION |
1.6 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.6 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.6 07 Jul 2013 22:46:13 |
nivit |
- Fix pkg-plist when Python version is >= 3.2 [1]
- Remove indefinite article from COMMENT
- Fix format of WWW field in pkg-descr
Reported by: eadler (via private email) [1] |
1.6 13 Jun 2013 11:58:44 |
wg |
textproc/py-pygments: update to 1.6
- Update to 1.6
- Trim Makefile header
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
PR: ports/178645
Submitted by: olivierd
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) |
1.5 28 Apr 2012 14:10:01 |
nivit |
- Update to 1.5 [1]
- Add LICENSE (BSD)
- Remove http://nivi.interfree.it from MASTER_SITES
- Respect NO_INSTALL_MANPAGES
PR: ports/167050
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> [1] |
1.4 04 Mar 2011 17:11:31 |
nivit |
- Install the manpage regardless of NOPORTDOCS
- Remove MANCOMPRESSED
- Use ${INSTALL_MAN} instead of ${INSTALL_DATA}
to install the manpage
PR: ports/155039
Submitted by: lwhsu |
1.4 03 Jan 2011 22:20:59 |
nivit |
- Update to 1.4
- Remove MD5 checksum from distinfo |
1.3.1 07 May 2010 16:27:08 |
nivit |
- Update to 1.3.1 |
1.2.2 03 Jan 2010 12:19:23 |
nivit |
- Update to 1.2.2 |
1.2.1 03 Jan 2010 09:48:22 |
nivit |
- Update to 1.2.1 |
1.2 02 Jan 2010 14:54:07 |
nivit |
- Update to 1.2
- Use ${COPYTREE_SHARE} to install docs |
1.1 15 Sep 2009 09:03:53 |
nivit |
- Update to 1.1 |
1.0 02 Dec 2008 16:46:19 |
nivit |
- Update to 1.0
PR: ports/129121
Submitted by: Wen Heping <wenheping at gmail dotcom> |
0.11.1 03 Sep 2008 20:46:36 |
nivit |
- Update to 0.11.1 |
0.10 26 May 2008 13:53:53 |
nivit |
- Update to 0.10
- Add a secondary download site
- Use ${PKGNAMEPREFIX} instead of py- inside DOCSDIR |
0.9 18 Dec 2007 16:50:33 |
nivit |
- Update to 0.9
- Change MASTER_SITES from SF to CHEESESHOP |
0.8.1 24 Aug 2007 13:39:55 |
nivit |
- Update to 0.8.1 |
0.7.1 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.7.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.7.1 02 Apr 2007 21:35:26 |
nivit |
Pygments is a syntax highlighting package written in Python.
It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
* it is usable as a command-line tool and as a library
WWW: http://pygments.org/ |