aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pygments
Commit message (Collapse)AuthorAgeFilesLines
* - 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