aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pygments
Commit message (Collapse)AuthorAgeFilesLines
* textproc/py-pygments: Update to 2.7.2Guangyuan Yang2020-12-192-5/+4
| | | | | | | | | PR: 251175 Submitted by: lwhsu Approved by: lwhsu (implicit), nivit (maintainer timeout, 1 month) Notes: svn path=/head/; revision=558436
* - Update to 2.7.1Nicola Vitale2020-09-212-4/+4
| | | | Notes: svn path=/head/; revision=549484
* Use the PY_PYGMENTS variableAntoine Brodin2020-09-211-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=549439
* devel/ipython5: Fix build after the recent update of textproc/py-pygments by ↵Yuri Victorovich2020-09-211-0/+2
| | | | | | | | | adding textproc/py-pygments-25 because ipython5 requires this version Reported by: linimon Notes: svn path=/head/; revision=549418
* textproc/py-pygments: Update 2.5.2 -> 2.6.1Yuri Victorovich2020-09-202-4/+4
| | | | | | | | PR: 249131 Approved by: nivit (maintainer timeout 14 days) Notes: svn path=/head/; revision=549076
* - Add LICENSE_FILEDmitry Marakasov2020-08-122-1/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=544739
* Update to 2.5.2 release.Alex Dupre2020-01-132-4/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=522865
* - Update to 2.4.1Nicola Vitale2019-05-252-5/+5
| | | | | | | | PR: 238091 Submitted by: <takefu@airport.fm> Notes: svn path=/head/; revision=502591
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* - Update to 2.3.0Nicola Vitale2018-12-032-4/+5
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=486521
* textproc/py-pygments: Corect the .if condition for CONFLICTS_INSTALLYuri Victorovich2018-09-291-1/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=480898
* textproc/py-pygments and science/paraview conflict each otherYuri Victorovich2018-09-281-1/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=480838
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Allow overriding of Python version from its slave portNicola Vitale2017-04-161-1/+1
| | | | Notes: svn path=/head/; revision=438660
* textproc/py-pygments: Update to 2.2.0Mahdi Mokhtari2017-04-022-4/+4
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=437558
* Allow concurrent installs.Dmitry Sivachenko2017-02-141-2/+2
| | | | | | | | | PR: 214295 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> maintainer timeout. Notes: svn path=/head/; revision=434079
* - Update to 2.1.3Nicola Vitale2016-04-252-3/+4
| | | | | | | | | | - Add NO_ARCH PR: 208752 Submitted by: olivierd Notes: svn path=/head/; revision=414005
* - Update to 2.1Nicola Vitale2016-01-203-53/+4
| | | | | | | - Remove files/patch-CVE-2015-8557 Notes: svn path=/head/; revision=406779
* Add upstream patch to fix CVE-2015-8557.Raphael Kubo da Costa2016-01-172-0/+50
| | | | | | | | | PR: 206072 Approved by: ports-secteam (miwi) Security: 5f276780-b6ce-11e5-9731-5453ed2e2b49 Notes: svn path=/head/; revision=406304
* - Update to 2.0.2Nicola Vitale2015-01-222-3/+3
| | | | | | | | PR: 196981 Submitted by: olivierd Notes: svn path=/head/; revision=377657
* Update to 2.0.1.Adam Weinberger2015-01-202-6/+3
| | | | | | | | | PR: 194928 Submitted by: olivierd Approved by: maintainer timeout (over 2 months) Notes: svn path=/head/; revision=377495
* - Convert textproc/ to USES=pythonMarcus von Appen2014-12-071-3/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=374183
* Add missing EXAMPLES and DOCS to a couple ports thatAdam Weinberger2014-07-151-0/+2
| | | | | | | already honour PORTDOCS and PORTEXAMPLES in the plist. Notes: svn path=/head/; revision=361999
* textproc/py-pygments: Update LICENSE, Remove py3k hackKubilay Kocak2014-02-161-11/+4
| | | | | | | | | | - Update LICENSE (BSD2CLAUSE) - Deprecate py3k-fix-pkg-plist.inc Approved by: portmgr (blanket) Notes: svn path=/head/; revision=344525
* - Stage supportMartin Wilke2014-02-082-284/+3
| | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION Notes: svn path=/head/; revision=343353
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Fix pkg-plist when Python version is >= 3.2 [1]Nicola Vitale2013-07-072-3/+9
| | | | | | | | | | - Remove indefinite article from COMMENT - Fix format of WWW field in pkg-descr Reported by: eadler (via private email) [1] Notes: svn path=/head/; revision=322463
* textproc/py-pygments: update to 1.6William Grzybowski2013-06-133-9/+29
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=320788
* - Update to 1.5 [1]Nicola Vitale2012-04-283-5/+29
| | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=295648
* - Install the manpage regardless of NOPORTDOCSNicola Vitale2011-03-041-3/+3
| | | | | | | | | | | | - Remove MANCOMPRESSED - Use ${INSTALL_MAN} instead of ${INSTALL_DATA} to install the manpage PR: ports/155039 Submitted by: lwhsu Notes: svn path=/head/; revision=270310
* - Update to 1.4Nicola Vitale2011-01-033-4/+6
| | | | | | | - Remove MD5 checksum from distinfo Notes: svn path=/head/; revision=267343
* - Update to 1.3.1Nicola Vitale2010-05-073-6/+5
| | | | Notes: svn path=/head/; revision=253904
* - Update to 1.2.2Nicola Vitale2010-01-032-4/+4
| | | | Notes: svn path=/head/; revision=247056
* - Update to 1.2.1Nicola Vitale2010-01-032-4/+4
| | | | Notes: svn path=/head/; revision=247052
* - Update to 1.2Nicola Vitale2010-01-023-6/+11
| | | | | | | - Use ${COPYTREE_SHARE} to install docs Notes: svn path=/head/; revision=247000
* - Update to 1.1Nicola Vitale2009-09-153-6/+10
| | | | Notes: svn path=/head/; revision=241446
* - Update to 1.0Nicola Vitale2008-12-023-4/+7
| | | | | | | | PR: ports/129121 Submitted by: Wen Heping <wenheping at gmail dotcom> Notes: svn path=/head/; revision=223705
* - Update to 0.11.1Nicola Vitale2008-09-033-4/+7
| | | | Notes: svn path=/head/; revision=219795
* - Update to 0.10Nicola Vitale2008-05-263-15/+20
| | | | | | | | - Add a secondary download site - Use ${PKGNAMEPREFIX} instead of py- inside DOCSDIR Notes: svn path=/head/; revision=213695
* - Update to 0.9Nicola Vitale2007-12-183-5/+21
| | | | | | | - Change MASTER_SITES from SF to CHEESESHOP Notes: svn path=/head/; revision=204007
* - Update to 0.8.1Nicola Vitale2007-08-243-4/+20
| | | | Notes: svn path=/head/; revision=198248
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-302-120/+151
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* Pygments is a syntax highlighting package written in Python.Nicola Vitale2007-04-024-0/+191
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/ Notes: svn path=/head/; revision=189043