pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-pygments Update pygments to 1.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82bcb1c5bfbd
branches:  trunk
changeset: 572944:82bcb1c5bfbd
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Mar 10 14:06:55 2010 +0000

description:
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:

 textproc/py-pygments/Makefile |  6 +++---
 textproc/py-pygments/PLIST    |  3 ++-
 textproc/py-pygments/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r d905bc2efcf6 -r 82bcb1c5bfbd textproc/py-pygments/Makefile
--- a/textproc/py-pygments/Makefile     Wed Mar 10 14:04:46 2010 +0000
+++ b/textproc/py-pygments/Makefile     Wed Mar 10 14:06:55 2010 +0000
@@ -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 @@
 MAINTAINER=    obache%NetBSD.org@localhost
 HOMEPAGE=      http://pygments.org/
 COMMENT=       Python syntax highlighter
-LICENSE=       modified-bsd
+LICENSE=       2-clause-bsd
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r d905bc2efcf6 -r 82bcb1c5bfbd textproc/py-pygments/PLIST
--- a/textproc/py-pygments/PLIST        Wed Mar 10 14:04:46 2010 +0000
+++ b/textproc/py-pygments/PLIST        Wed Mar 10 14:06:55 2010 +0000
@@ -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 -r d905bc2efcf6 -r 82bcb1c5bfbd textproc/py-pygments/distinfo
--- a/textproc/py-pygments/distinfo     Wed Mar 10 14:04:46 2010 +0000
+++ b/textproc/py-pygments/distinfo     Wed Mar 10 14:06:55 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index