diff options
author | markd <markd@pkgsrc.org> | 2012-03-22 08:10:18 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-22 08:10:18 +0000 |
commit | befd2ea9cb1bb0d5898aabc850499d21708b8a2b (patch) | |
tree | 8e898a16ee91695ac39396aa7acafeaffaad926c /print/tex-minted | |
parent | 58c47a572be0adc7284ee361fdad2653e6a11c91 (diff) | |
download | pkgsrc-befd2ea9cb1bb0d5898aabc850499d21708b8a2b.tar.gz |
import tex-minted 1.7
The package that facilitates expressive syntax highlighting in
LaTeX using the powerful Pygments library. The package also
provides options to customize the highlighted source code
output using fancyvrb.
Diffstat (limited to 'print/tex-minted')
-rw-r--r-- | print/tex-minted/DESCR | 4 | ||||
-rw-r--r-- | print/tex-minted/Makefile | 14 | ||||
-rw-r--r-- | print/tex-minted/PLIST | 2 | ||||
-rw-r--r-- | print/tex-minted/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-minted/DESCR b/print/tex-minted/DESCR new file mode 100644 index 00000000000..a64b4071f30 --- /dev/null +++ b/print/tex-minted/DESCR @@ -0,0 +1,4 @@ +The package that facilitates expressive syntax highlighting in +LaTeX using the powerful Pygments library. The package also +provides options to customize the highlighted source code +output using fancyvrb. diff --git a/print/tex-minted/Makefile b/print/tex-minted/Makefile new file mode 100644 index 00000000000..0ef5f445126 --- /dev/null +++ b/print/tex-minted/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/22 08:10:18 markd Exp $ + +DISTNAME= minted +PKGNAME= tex-${DISTNAME}-1.7 +TEXLIVE_REV= 24002 + +MAINTAINER= markd@NetBSD.org +COMMENT= Highlighted source code for LaTeX + +DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments + +.include "../../print/texlive/package.mk" +.include "../../lang/python/pyversion.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-minted/PLIST b/print/tex-minted/PLIST new file mode 100644 index 00000000000..d388ea94c03 --- /dev/null +++ b/print/tex-minted/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/22 08:10:18 markd Exp $ +share/texmf-dist/tex/latex/minted/minted.sty diff --git a/print/tex-minted/distinfo b/print/tex-minted/distinfo new file mode 100644 index 00000000000..95f27b4fe89 --- /dev/null +++ b/print/tex-minted/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/22 08:10:18 markd Exp $ + +SHA1 (tex-minted-24002/minted.tar.xz) = 465e58520798e48fcac9930c320e0e55a530a332 +RMD160 (tex-minted-24002/minted.tar.xz) = 1bb370aa58f4a439ac8b4bdbb0a77089645879ff +Size (tex-minted-24002/minted.tar.xz) = 2892 bytes |