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.
This commit is contained in:
parent
18937897ec
commit
c199c17cfb
3 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue