aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pygments/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.5.2 release.Alex Dupre2020-01-131-3/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=522865
* - Update to 2.4.1Nicola Vitale2019-05-251-3/+3
| | | | | | | | PR: 238091 Submitted by: <takefu@airport.fm> Notes: svn path=/head/; revision=502591
* - Update to 2.3.0Nicola Vitale2018-12-031-3/+3
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=486521
* textproc/py-pygments: Update to 2.2.0Mahdi Mokhtari2017-04-021-2/+3
| | | | | | | | | | | 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
* - Update to 2.1.3Nicola Vitale2016-04-251-2/+2
| | | | | | | | | | - Add NO_ARCH PR: 208752 Submitted by: olivierd Notes: svn path=/head/; revision=414005
* - Update to 2.1Nicola Vitale2016-01-201-2/+2
| | | | | | | - Remove files/patch-CVE-2015-8557 Notes: svn path=/head/; revision=406779
* - Update to 2.0.2Nicola Vitale2015-01-221-2/+2
| | | | | | | | PR: 196981 Submitted by: olivierd Notes: svn path=/head/; revision=377657
* Update to 2.0.1.Adam Weinberger2015-01-201-2/+2
| | | | | | | | | PR: 194928 Submitted by: olivierd Approved by: maintainer timeout (over 2 months) Notes: svn path=/head/; revision=377495
* textproc/py-pygments: update to 1.6William Grzybowski2013-06-131-2/+2
| | | | | | | | | | | | | - 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-281-2/+2
| | | | | | | | | | | | - 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
* - Update to 1.4Nicola Vitale2011-01-031-3/+2
| | | | | | | - Remove MD5 checksum from distinfo Notes: svn path=/head/; revision=267343
* - Update to 1.3.1Nicola Vitale2010-05-071-3/+3
| | | | Notes: svn path=/head/; revision=253904
* - Update to 1.2.2Nicola Vitale2010-01-031-3/+3
| | | | Notes: svn path=/head/; revision=247056
* - Update to 1.2.1Nicola Vitale2010-01-031-3/+3
| | | | Notes: svn path=/head/; revision=247052
* - Update to 1.2Nicola Vitale2010-01-021-3/+3
| | | | | | | - Use ${COPYTREE_SHARE} to install docs Notes: svn path=/head/; revision=247000
* - Update to 1.1Nicola Vitale2009-09-151-3/+3
| | | | Notes: svn path=/head/; revision=241446
* - Update to 1.0Nicola Vitale2008-12-021-3/+3
| | | | | | | | PR: ports/129121 Submitted by: Wen Heping <wenheping at gmail dotcom> Notes: svn path=/head/; revision=223705
* - Update to 0.11.1Nicola Vitale2008-09-031-3/+3
| | | | Notes: svn path=/head/; revision=219795
* - Update to 0.10Nicola Vitale2008-05-261-3/+3
| | | | | | | | - Add a secondary download site - Use ${PKGNAMEPREFIX} instead of py- inside DOCSDIR Notes: svn path=/head/; revision=213695
* - Update to 0.9Nicola Vitale2007-12-181-3/+3
| | | | | | | - Change MASTER_SITES from SF to CHEESESHOP Notes: svn path=/head/; revision=204007
* - Update to 0.8.1Nicola Vitale2007-08-241-3/+3
| | | | Notes: svn path=/head/; revision=198248
* Pygments is a syntax highlighting package written in Python.Nicola Vitale2007-04-021-0/+3
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