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 to Pygments 1.2.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e9afa3ddfca
branches:  trunk
changeset: 571347:0e9afa3ddfca
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 11 12:57:38 2010 +0000

description:
Update to Pygments 1.2.2:
- Various bugfixes and improvements to the lexers
- New lexers for Antlr/Ragel, Asymptote, Ba(sh), Erlang shell, Go, Gherkin,
  GLSL, Prolog, Evoque, Modelica, Rebol, MXML, Cython, ABAP, ASP.net,
  Vala, Newspeak, CMake and OOC
- New style: Monokai

diffstat:

 textproc/py-pygments/Makefile |   4 ++--
 textproc/py-pygments/PLIST    |  12 ++++++++++--
 textproc/py-pygments/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 8 deletions(-)

diffs (70 lines):

diff -r 421ff32b4d72 -r 0e9afa3ddfca textproc/py-pygments/Makefile
--- a/textproc/py-pygments/Makefile     Thu Feb 11 12:54:27 2010 +0000
+++ b/textproc/py-pygments/Makefile     Thu Feb 11 12:57:38 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:36 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2010/02/11 12:57:38 joerg Exp $
 #
 
-DISTNAME=      Pygments-1.0
+DISTNAME=      Pygments-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  http://pypi.python.org/packages/source/P/Pygments/
diff -r 421ff32b4d72 -r 0e9afa3ddfca textproc/py-pygments/PLIST
--- a/textproc/py-pygments/PLIST        Thu Feb 11 12:54:27 2010 +0000
+++ b/textproc/py-pygments/PLIST        Thu Feb 11 12:57:38 2010 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:17:25 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/02/11 12:57:38 joerg 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
@@ -63,6 +62,9 @@
 ${PYSITELIB}/pygments/lexers/__init__.py
 ${PYSITELIB}/pygments/lexers/__init__.pyc
 ${PYSITELIB}/pygments/lexers/__init__.pyo
+${PYSITELIB}/pygments/lexers/_asybuiltins.py
+${PYSITELIB}/pygments/lexers/_asybuiltins.pyc
+${PYSITELIB}/pygments/lexers/_asybuiltins.pyo
 ${PYSITELIB}/pygments/lexers/_clbuiltins.py
 ${PYSITELIB}/pygments/lexers/_clbuiltins.pyc
 ${PYSITELIB}/pygments/lexers/_clbuiltins.pyo
@@ -99,6 +101,9 @@
 ${PYSITELIB}/pygments/lexers/other.py
 ${PYSITELIB}/pygments/lexers/other.pyc
 ${PYSITELIB}/pygments/lexers/other.pyo
+${PYSITELIB}/pygments/lexers/parsers.py
+${PYSITELIB}/pygments/lexers/parsers.pyc
+${PYSITELIB}/pygments/lexers/parsers.pyo
 ${PYSITELIB}/pygments/lexers/special.py
 ${PYSITELIB}/pygments/lexers/special.pyc
 ${PYSITELIB}/pygments/lexers/special.pyo
@@ -150,6 +155,9 @@
 ${PYSITELIB}/pygments/styles/manni.py
 ${PYSITELIB}/pygments/styles/manni.pyc
 ${PYSITELIB}/pygments/styles/manni.pyo
+${PYSITELIB}/pygments/styles/monokai.py
+${PYSITELIB}/pygments/styles/monokai.pyc
+${PYSITELIB}/pygments/styles/monokai.pyo
 ${PYSITELIB}/pygments/styles/murphy.py
 ${PYSITELIB}/pygments/styles/murphy.pyc
 ${PYSITELIB}/pygments/styles/murphy.pyo
diff -r 421ff32b4d72 -r 0e9afa3ddfca textproc/py-pygments/distinfo
--- a/textproc/py-pygments/distinfo     Thu Feb 11 12:54:27 2010 +0000
+++ b/textproc/py-pygments/distinfo     Thu Feb 11 12:57:38 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/05/12 13:45:01 obache Exp $
+$NetBSD: distinfo,v 1.4 2010/02/11 12:57:38 joerg Exp $
 
-SHA1 (Pygments-1.0.tar.gz) = b71e33147fc402e361227b30e1f589eecafd42a7
-RMD160 (Pygments-1.0.tar.gz) = aa9d4816bb1bd1b67a5e6ac0f94d9ae3410df71b
-Size (Pygments-1.0.tar.gz) = 930751 bytes
+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



Home | Main Index | Thread Index | Old Index