diff options
-rw-r--r-- | print/tex-xcomment/DESCR | 8 | ||||
-rw-r--r-- | print/tex-xcomment/Makefile | 13 | ||||
-rw-r--r-- | print/tex-xcomment/PLIST | 3 | ||||
-rw-r--r-- | print/tex-xcomment/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/print/tex-xcomment/DESCR b/print/tex-xcomment/DESCR new file mode 100644 index 00000000000..3dbbb17fdc5 --- /dev/null +++ b/print/tex-xcomment/DESCR @@ -0,0 +1,8 @@ +The package defines an environment that only typesets specified +environments within its scope. So, for example, if you want nothing but +the figure and table environments in your document, you can enclose the +whole document with an xcomment environment that excludes everything +but. This is a lot easier than excluding the chunks of text between the +environments you want, or creating an entire document containing only +those environments. The package was previously part of the seminar +bundle for typesetting presentations. diff --git a/print/tex-xcomment/Makefile b/print/tex-xcomment/Makefile new file mode 100644 index 00000000000..3b9ac4255ef --- /dev/null +++ b/print/tex-xcomment/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/09/18 00:28:57 minskim Exp $ + +DISTNAME= xcomment +PKGNAME= tex-${DISTNAME}-1.3 +TEXLIVE_REV= 20031 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Allows selected environments to be included/excluded + +CONFLICTS+= teTeX-texmf<=3.0nb30 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-xcomment/PLIST b/print/tex-xcomment/PLIST new file mode 100644 index 00000000000..84a2a487853 --- /dev/null +++ b/print/tex-xcomment/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/18 00:28:57 minskim Exp $ +share/texmf-dist/tex/generic/xcomment/xcomment.sty +share/texmf-dist/tex/generic/xcomment/xcomment.tex diff --git a/print/tex-xcomment/distinfo b/print/tex-xcomment/distinfo new file mode 100644 index 00000000000..3ab08d172e0 --- /dev/null +++ b/print/tex-xcomment/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/09/18 00:28:57 minskim Exp $ + +SHA1 (tex-xcomment-20031/xcomment.tar.xz) = 2d19d7801bd6c44547bf4457aa95525fdb637101 +RMD160 (tex-xcomment-20031/xcomment.tar.xz) = 24ed027a3ff015af8e9f33a1a6c38438840fc4f2 +Size (tex-xcomment-20031/xcomment.tar.xz) = 2336 bytes |