| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 Jun 2013 11:58:44
1.6
|
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) |
28 Apr 2012 14:10:01
1.5
|
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] |
04 Mar 2011 17:11:31
1.4
|
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 |
03 Jan 2011 22:20:59
1.4
|
nivit  |
- Update to 1.4
- Remove MD5 checksum from distinfo |
07 May 2010 16:27:08
1.3.1
|
nivit  |
- Update to 1.3.1 |
03 Jan 2010 12:19:23
1.2.2
|
nivit  |
- Update to 1.2.2 |
03 Jan 2010 09:48:22
1.2.1
|
nivit  |
- Update to 1.2.1 |
02 Jan 2010 14:54:07
1.2
|
nivit  |
- Update to 1.2
- Use ${COPYTREE_SHARE} to install docs |
15 Sep 2009 09:03:53
1.1
|
nivit  |
- Update to 1.1 |
02 Dec 2008 16:46:19
1.0
|
nivit  |
- Update to 1.0
PR: ports/129121
Submitted by: Wen Heping <wenheping at gmail dotcom> |
03 Sep 2008 20:46:36
0.11.1
|
nivit  |
- Update to 0.11.1 |
26 May 2008 13:53:53
0.10
|
nivit  |
- Update to 0.10
- Add a secondary download site
- Use ${PKGNAMEPREFIX} instead of py- inside DOCSDIR |
18 Dec 2007 16:50:33
0.9
|
nivit  |
- Update to 0.9
- Change MASTER_SITES from SF to CHEESESHOP |
24 Aug 2007 13:39:55
0.8.1
|
nivit  |
- Update to 0.8.1 |
04 Aug 2007 11:41:31
0.7.1
|
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) |
30 Jul 2007 09:42:28
0.7.1
|
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 |
02 Apr 2007 21:35:26
0.7.1
|
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/ |