From 1c94c77f5c6097205e89ee50da115bbe3a224f4a Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 9 Jul 2009 23:08:52 +0000 Subject: 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. --- print/tex-moreverb/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 print/tex-moreverb/Makefile (limited to 'print/tex-moreverb/Makefile') 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" -- cgit v1.2.3