diff options
author | joerg <joerg@pkgsrc.org> | 2014-10-01 19:59:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-10-01 19:59:24 +0000 |
commit | 8114ca88cf72f64560909ebcdbd084c6f956f085 (patch) | |
tree | 9cca278997a6716ccd5ee28b1a31be62da31e032 /print | |
parent | 5013489871ba4467e948432c53ef8cd4ab32c085 (diff) | |
download | pkgsrc-8114ca88cf72f64560909ebcdbd084c6f956f085.tar.gz |
Add tex-verbatimbox-3.13:
The package provides a verbbox environment (which uses techniques similar
to those of the boxedverbatim environment of the moreverb package)
to place its contents into a globally available box, or into a box
specified by the user.
The global box may then be used in a variety of situations (for example,
providing a replica of the boxedverbatim environment itself). A valuable
use is in places where the standard verbatim environment (which is based
on a trivlist) may not appear.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-verbatimbox/DESCR | 9 | ||||
-rw-r--r-- | print/tex-verbatimbox/Makefile | 24 | ||||
-rw-r--r-- | print/tex-verbatimbox/PLIST | 3 | ||||
-rw-r--r-- | print/tex-verbatimbox/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/print/tex-verbatimbox/DESCR b/print/tex-verbatimbox/DESCR new file mode 100644 index 00000000000..fe5f6fb194b --- /dev/null +++ b/print/tex-verbatimbox/DESCR @@ -0,0 +1,9 @@ +The package provides a verbbox environment (which uses techniques similar +to those of the boxedverbatim environment of the moreverb package) +to place its contents into a globally available box, or into a box +specified by the user. + +The global box may then be used in a variety of situations (for example, +providing a replica of the boxedverbatim environment itself). A valuable +use is in places where the standard verbatim environment (which is based +on a trivlist) may not appear. diff --git a/print/tex-verbatimbox/Makefile b/print/tex-verbatimbox/Makefile new file mode 100644 index 00000000000..317584d3120 --- /dev/null +++ b/print/tex-verbatimbox/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2014/10/01 19:59:24 joerg Exp $ + +DISTNAME= verbatimbox +PKGNAME= tex-${DISTNAME}-3.13 +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/} +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Deposit verbatim text in a box + +DEPENDS+= tex-readarray-[0-9]*:../../print/tex-readarray + +INSTALLATION_DIRS= share/texmf-dist/doc/latex/verbatimbox \ + share/texmf-dist/tex/latex/verbatimbox + +do-install: + ${INSTALL_DATA} ${WRKSRC}/verbatimbox/verbatimbox.pdf \ + ${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/verbatimbox + ${INSTALL_DATA} ${WRKSRC}/verbatimbox/verbatimbox.sty \ + ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/verbatimbox + +.include "../../print/kpathsea/texmf.mk" +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-verbatimbox/PLIST b/print/tex-verbatimbox/PLIST new file mode 100644 index 00000000000..82f2ceeb8b7 --- /dev/null +++ b/print/tex-verbatimbox/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2014/10/01 19:59:24 joerg Exp $ +share/texmf-dist/doc/latex/verbatimbox/verbatimbox.pdf +share/texmf-dist/tex/latex/verbatimbox/verbatimbox.sty diff --git a/print/tex-verbatimbox/distinfo b/print/tex-verbatimbox/distinfo new file mode 100644 index 00000000000..b5d12f9137e --- /dev/null +++ b/print/tex-verbatimbox/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/10/01 19:59:24 joerg Exp $ + +SHA1 (tex-verbatimbox-3.13/verbatimbox.zip) = 174508b17fdf1953d55ef19195909aadb15f33ee +RMD160 (tex-verbatimbox-3.13/verbatimbox.zip) = b468c36ee2f97b467deda144583569235209f8c4 +Size (tex-verbatimbox-3.13/verbatimbox.zip) = 250342 bytes |