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 | |
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')
-rw-r--r-- | print/tex-moreverb/DESCR | 7 | ||||
-rw-r--r-- | print/tex-moreverb/Makefile | 14 | ||||
-rw-r--r-- | print/tex-moreverb/PLIST | 2 | ||||
-rw-r--r-- | print/tex-moreverb/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/print/tex-moreverb/DESCR b/print/tex-moreverb/DESCR new file mode 100644 index 00000000000..95b60b8e8ce --- /dev/null +++ b/print/tex-moreverb/DESCR @@ -0,0 +1,7 @@ +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. 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" diff --git a/print/tex-moreverb/PLIST b/print/tex-moreverb/PLIST new file mode 100644 index 00000000000..541689c4da7 --- /dev/null +++ b/print/tex-moreverb/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/09 23:08:52 minskim Exp $ +share/texmf-dist/tex/latex/moreverb/moreverb.sty diff --git a/print/tex-moreverb/distinfo b/print/tex-moreverb/distinfo new file mode 100644 index 00000000000..109313bc04c --- /dev/null +++ b/print/tex-moreverb/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/09 23:08:52 minskim Exp $ + +SHA1 (tex-moreverb-2.3/moreverb.tar.lzma) = 0b5728d9bce907a1af311b765c744225189c1d67 +RMD160 (tex-moreverb-2.3/moreverb.tar.lzma) = fe32942199fc80afcb2e7369c42d917f4d69e964 +Size (tex-moreverb-2.3/moreverb.tar.lzma) = 2199 bytes |