diff options
author | obache <obache@pkgsrc.org> | 2010-03-10 14:06:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-03-10 14:06:55 +0000 |
commit | c199c17cfb9d07bb31c666a2e99514a50fa89c1f (patch) | |
tree | f3fbf7adbd6aea4e27a315050dcb9b5d16426d13 /textproc | |
parent | 18937897ec7d96a7bb5ca247f5fab2c5dccb0c8a (diff) | |
download | pkgsrc-c199c17cfb9d07bb31c666a2e99514a50fa89c1f.tar.gz |
Update pygments to 1.3.1.
While here, fixes(?) LICENSE from modified-bsd to 2-clause-bsd.
Version 1.3.1
-------------
(bugfix release, released Mar 05, 2010)
- The ``pygmentize`` script was missing from the distribution.
Version 1.3
-----------
(codename Schneeglöckchen, released Mar 01, 2010)
- Added the ``ensurenl`` lexer option, which can be used to suppress the
automatic addition of a newline to the lexer input.
- Lexers added:
* Ada
* Coldfusion
* Modula-2
* haXe
* R console
* Objective-J
* Haml and Sass
* CoffeeScript
- Enhanced reStructuredText highlighting.
- Added support for PHP 5.3 namespaces in the PHP lexer.
- Added a bash completion script for `pygmentize`, to the external/
directory (#466).
- Fixed a bug in `do_insertions()` used for multi-lexer languages.
- Fixed a Ruby regex highlighting bug (#476).
- Fixed regex highlighting bugs in Perl lexer (#258).
- Add small enhancements to the C lexer (#467) and Bash lexer (#469).
- Small fixes for the Tcl, Debian control file, Nginx config,
Smalltalk, Objective-C, Clojure, Lua lexers.
- Gherkin lexer: Fixed single apostrophe bug and added new i18n keywords.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pygments/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-pygments/PLIST | 3 | ||||
-rw-r--r-- | textproc/py-pygments/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile index 8d7c994cf25..6ea0d88687c 100644 --- a/textproc/py-pygments/Makefile +++ b/textproc/py-pygments/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/02/11 12:57:38 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2010/03/10 14:06:55 obache Exp $ # -DISTNAME= Pygments-1.2.2 +DISTNAME= Pygments-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc python MASTER_SITES= http://pypi.python.org/packages/source/P/Pygments/ @@ -9,7 +9,7 @@ MASTER_SITES= http://pypi.python.org/packages/source/P/Pygments/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://pygments.org/ COMMENT= Python syntax highlighter -LICENSE= modified-bsd +LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/py-pygments/PLIST b/textproc/py-pygments/PLIST index 697d8e02b6f..979319243e6 100644 --- a/textproc/py-pygments/PLIST +++ b/textproc/py-pygments/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2010/02/11 12:57:38 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2010/03/10 14:06:55 obache Exp $ bin/pygmentize ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/pygments/__init__.py diff --git a/textproc/py-pygments/distinfo b/textproc/py-pygments/distinfo index 9388222238f..ec6ecdaa9d8 100644 --- a/textproc/py-pygments/distinfo +++ b/textproc/py-pygments/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/02/11 12:57:38 joerg Exp $ +$NetBSD: distinfo,v 1.5 2010/03/10 14:06:55 obache Exp $ -SHA1 (Pygments-1.2.2.tar.gz) = de191db0227a7cae76593228749b78f9d19b2d7f -RMD160 (Pygments-1.2.2.tar.gz) = 08b82db9736e9be2e4425ce4af228e7d1dc19bcd -Size (Pygments-1.2.2.tar.gz) = 1019873 bytes +SHA1 (Pygments-1.3.1.tar.gz) = 947f90c5f71e83ec68161b33204b860a4cfd0742 +RMD160 (Pygments-1.3.1.tar.gz) = f5c6ea125a5faa4eef9ead232cae698cdf080d5a +Size (Pygments-1.3.1.tar.gz) = 1052676 bytes |