aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pygments/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4Nicola Vitale2011-01-031-0/+3
| | | | | | | - Remove MD5 checksum from distinfo Notes: svn path=/head/; revision=267343
* - Update to 1.3.1Nicola Vitale2010-05-071-2/+1
| | | | Notes: svn path=/head/; revision=253904
* - Update to 1.2Nicola Vitale2010-01-021-0/+6
| | | | | | | - Use ${COPYTREE_SHARE} to install docs Notes: svn path=/head/; revision=247000
* - Update to 1.1Nicola Vitale2009-09-151-1/+5
| | | | Notes: svn path=/head/; revision=241446
* - Update to 1.0Nicola Vitale2008-12-021-0/+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-0/+3
| | | | Notes: svn path=/head/; revision=219795
* - Update to 0.10Nicola Vitale2008-05-261-9/+13
| | | | | | | | - 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-0/+16
| | | | | | | - Change MASTER_SITES from SF to CHEESESHOP Notes: svn path=/head/; revision=204007
* - Update to 0.8.1Nicola Vitale2007-08-241-0/+16
| | | | Notes: svn path=/head/; revision=198248
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-106/+149
| | | | | | | | | | | | | - 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-021-0/+128
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