diff options
Diffstat (limited to 'print/tex-verbdef')
-rw-r--r-- | print/tex-verbdef/DESCR | 7 | ||||
-rw-r--r-- | print/tex-verbdef/Makefile | 13 | ||||
-rw-r--r-- | print/tex-verbdef/PLIST | 2 | ||||
-rw-r--r-- | print/tex-verbdef/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/print/tex-verbdef/DESCR b/print/tex-verbdef/DESCR new file mode 100644 index 00000000000..5b7d9ed81c2 --- /dev/null +++ b/print/tex-verbdef/DESCR @@ -0,0 +1,7 @@ +The package defines a single command \verbdef (which has a *- form, +like \verb). \verbdef will define a robust command whose body expands +to verbatim text. By using commands defined by \verbdef, one can put +verbatim text into the arguments of commands; since the defined +command is robust, it doesn't matter if the argument is moving. (Full +details of syntax and caveats about use are in comments in the file +itself.) diff --git a/print/tex-verbdef/Makefile b/print/tex-verbdef/Makefile new file mode 100644 index 00000000000..450bab3c005 --- /dev/null +++ b/print/tex-verbdef/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/29 22:57:08 minskim Exp $ +# TeX Live Revision 17177 + +DISTNAME= verbdef +PKGNAME= tex-${DISTNAME}-0.2 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Define commands which expand to verbatim text + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-verbdef/PLIST b/print/tex-verbdef/PLIST new file mode 100644 index 00000000000..46204132846 --- /dev/null +++ b/print/tex-verbdef/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/29 22:57:08 minskim Exp $ +share/texmf-dist/tex/latex/verbdef/verbdef.sty diff --git a/print/tex-verbdef/distinfo b/print/tex-verbdef/distinfo new file mode 100644 index 00000000000..76aeb85a419 --- /dev/null +++ b/print/tex-verbdef/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/29 22:57:08 minskim Exp $ + +SHA1 (tex-verbdef-0.2/verbdef.tar.xz) = 61516cbc97f660f59dd46ba5637bc6d281b11b3e +RMD160 (tex-verbdef-0.2/verbdef.tar.xz) = 4ed6059a77ede3564ea7a45d939ef603c2b0c0b6 +Size (tex-verbdef-0.2/verbdef.tar.xz) = 1620 bytes |