diff options
author | minskim <minskim> | 2009-07-09 23:08:52 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-07-09 23:08:52 +0000 |
commit | 1c94c77f5c6097205e89ee50da115bbe3a224f4a (patch) | |
tree | cfd5e96bfb2bb72781baaf289439671af8c7c486 /print/tex-moreverb/Makefile | |
parent | 7cb32aef84f439b61d93030380ce053fd0b92703 (diff) | |
download | pkgsrc-1c94c77f5c6097205e89ee50da115bbe3a224f4a.tar.gz |
Import tex-moreverb-2.3 as print/tex-moreverb.
A collection of verbatim facilities that provide line-numbered
verbatim, verbatim that obey's TAB characters, verbatim input and
verbatim output to file. The package makes use of the LaTeX required
verbatim package. The package formed from a series of small pieces,
and is somewhat unstructured. The user who looks for thought-through
verbatim facilities is advised to consider using the fancyvrb package
in place of moreverb.
Diffstat (limited to 'print/tex-moreverb/Makefile')
-rw-r--r-- | print/tex-moreverb/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/tex-moreverb/Makefile b/print/tex-moreverb/Makefile new file mode 100644 index 00000000000..ca5820e33de --- /dev/null +++ b/print/tex-moreverb/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/09 23:08:52 minskim Exp $ +# TeX Live Revision 8554 + +DISTNAME= moreverb +PKGNAME= tex-${DISTNAME}-2.3 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Extended verbatim + +CONFLICTS+= teTeX-texmf<=3.0nb17 +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" |