update to 1.5
changes: -many more lexers -bugfixes
This commit is contained in:
parent
2cedbfd63c
commit
e7517e2d47
3 changed files with 25 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2012/02/04 12:35:12 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2012/04/17 17:35:25 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Pygments-1.4
|
||||
DISTNAME= Pygments-1.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/P/Pygments/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2011/02/28 08:54:04 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2012/04/17 17:35:25 drochner Exp $
|
||||
bin/pygmentize
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -78,6 +78,12 @@ ${PYSITELIB}/pygments/lexers/_mapping.pyo
|
|||
${PYSITELIB}/pygments/lexers/_phpbuiltins.py
|
||||
${PYSITELIB}/pygments/lexers/_phpbuiltins.pyc
|
||||
${PYSITELIB}/pygments/lexers/_phpbuiltins.pyo
|
||||
${PYSITELIB}/pygments/lexers/_postgres_builtins.py
|
||||
${PYSITELIB}/pygments/lexers/_postgres_builtins.pyc
|
||||
${PYSITELIB}/pygments/lexers/_postgres_builtins.pyo
|
||||
${PYSITELIB}/pygments/lexers/_scilab_builtins.py
|
||||
${PYSITELIB}/pygments/lexers/_scilab_builtins.pyc
|
||||
${PYSITELIB}/pygments/lexers/_scilab_builtins.pyo
|
||||
${PYSITELIB}/pygments/lexers/_vimbuiltins.py
|
||||
${PYSITELIB}/pygments/lexers/_vimbuiltins.pyc
|
||||
${PYSITELIB}/pygments/lexers/_vimbuiltins.pyo
|
||||
|
@ -99,6 +105,9 @@ ${PYSITELIB}/pygments/lexers/functional.pyo
|
|||
${PYSITELIB}/pygments/lexers/hdl.py
|
||||
${PYSITELIB}/pygments/lexers/hdl.pyc
|
||||
${PYSITELIB}/pygments/lexers/hdl.pyo
|
||||
${PYSITELIB}/pygments/lexers/jvm.py
|
||||
${PYSITELIB}/pygments/lexers/jvm.pyc
|
||||
${PYSITELIB}/pygments/lexers/jvm.pyo
|
||||
${PYSITELIB}/pygments/lexers/math.py
|
||||
${PYSITELIB}/pygments/lexers/math.pyc
|
||||
${PYSITELIB}/pygments/lexers/math.pyo
|
||||
|
@ -108,9 +117,15 @@ ${PYSITELIB}/pygments/lexers/other.pyo
|
|||
${PYSITELIB}/pygments/lexers/parsers.py
|
||||
${PYSITELIB}/pygments/lexers/parsers.pyc
|
||||
${PYSITELIB}/pygments/lexers/parsers.pyo
|
||||
${PYSITELIB}/pygments/lexers/shell.py
|
||||
${PYSITELIB}/pygments/lexers/shell.pyc
|
||||
${PYSITELIB}/pygments/lexers/shell.pyo
|
||||
${PYSITELIB}/pygments/lexers/special.py
|
||||
${PYSITELIB}/pygments/lexers/special.pyc
|
||||
${PYSITELIB}/pygments/lexers/special.pyo
|
||||
${PYSITELIB}/pygments/lexers/sql.py
|
||||
${PYSITELIB}/pygments/lexers/sql.pyc
|
||||
${PYSITELIB}/pygments/lexers/sql.pyo
|
||||
${PYSITELIB}/pygments/lexers/templates.py
|
||||
${PYSITELIB}/pygments/lexers/templates.pyc
|
||||
${PYSITELIB}/pygments/lexers/templates.pyo
|
||||
|
@ -174,6 +189,9 @@ ${PYSITELIB}/pygments/styles/pastie.pyo
|
|||
${PYSITELIB}/pygments/styles/perldoc.py
|
||||
${PYSITELIB}/pygments/styles/perldoc.pyc
|
||||
${PYSITELIB}/pygments/styles/perldoc.pyo
|
||||
${PYSITELIB}/pygments/styles/rrt.py
|
||||
${PYSITELIB}/pygments/styles/rrt.pyc
|
||||
${PYSITELIB}/pygments/styles/rrt.pyo
|
||||
${PYSITELIB}/pygments/styles/tango.py
|
||||
${PYSITELIB}/pygments/styles/tango.pyc
|
||||
${PYSITELIB}/pygments/styles/tango.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2011/02/28 08:54:04 obache Exp $
|
||||
$NetBSD: distinfo,v 1.7 2012/04/17 17:35:25 drochner Exp $
|
||||
|
||||
SHA1 (Pygments-1.4.tar.gz) = d34f96421a86004aa5d26ecf975edefd09f948b1
|
||||
RMD160 (Pygments-1.4.tar.gz) = 52775927f5e1b61c4203ae21fa9347c376f59287
|
||||
Size (Pygments-1.4.tar.gz) = 3533757 bytes
|
||||
SHA1 (Pygments-1.5.tar.gz) = 4fbd937fd5cebc79fa4b26d4cce0868c4eec5ec5
|
||||
RMD160 (Pygments-1.5.tar.gz) = 2503a0ffbfe8bf483bfb004598d285a2baed6eda
|
||||
Size (Pygments-1.5.tar.gz) = 3712566 bytes
|
||||
|
|
Loading…
Reference in a new issue