diff options
author | minskim <minskim@pkgsrc.org> | 2010-04-29 22:58:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-04-29 22:58:47 +0000 |
commit | 90dc926a7e1a82a8caad5b06393a8b614f9a797b (patch) | |
tree | ef62b54742b8cf1326dce3c6a072f3534b4b1b27 /print/tex-version | |
parent | b79c7227314f1dafe017f77226b302e10b23e11e (diff) | |
download | pkgsrc-90dc926a7e1a82a8caad5b06393a8b614f9a797b.tar.gz |
Import tex-version-2.0 as print/tex-version.
This package defines macros \includeversion{NAME} and
\excludeversion{NAME}, each of which defines an environment NAME whose
text is to be included or excluded from compilation. Although the
command syntax is very similar to that of comment, comment.sty is to
be preferred to version.sty for documents where significant chunks of
text may be excluded.
Diffstat (limited to 'print/tex-version')
-rw-r--r-- | print/tex-version/DESCR | 6 | ||||
-rw-r--r-- | print/tex-version/Makefile | 13 | ||||
-rw-r--r-- | print/tex-version/PLIST | 2 | ||||
-rw-r--r-- | print/tex-version/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-version/DESCR b/print/tex-version/DESCR new file mode 100644 index 00000000000..557fe7870f8 --- /dev/null +++ b/print/tex-version/DESCR @@ -0,0 +1,6 @@ +This package defines macros \includeversion{NAME} and +\excludeversion{NAME}, each of which defines an environment NAME whose +text is to be included or excluded from compilation. Although the +command syntax is very similar to that of comment, comment.sty is to +be preferred to version.sty for documents where significant chunks of +text may be excluded. diff --git a/print/tex-version/Makefile b/print/tex-version/Makefile new file mode 100644 index 00000000000..20d7f338bda --- /dev/null +++ b/print/tex-version/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/29 22:58:47 minskim Exp $ +# TeX Live Revision 15878 + +DISTNAME= version +PKGNAME= tex-${DISTNAME}-2.0 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Conditionally include text + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-version/PLIST b/print/tex-version/PLIST new file mode 100644 index 00000000000..a1bc165d318 --- /dev/null +++ b/print/tex-version/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/29 22:58:47 minskim Exp $ +share/texmf-dist/tex/latex/version/version.sty diff --git a/print/tex-version/distinfo b/print/tex-version/distinfo new file mode 100644 index 00000000000..d09e5ddd167 --- /dev/null +++ b/print/tex-version/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/29 22:58:47 minskim Exp $ + +SHA1 (tex-version-2.0/version.tar.xz) = 8a4a6f5446a029728f59143493a646a452cc706b +RMD160 (tex-version-2.0/version.tar.xz) = 1b8b1470f89cbce9b0dd4037023cd47d0023e379 +Size (tex-version-2.0/version.tar.xz) = 2444 bytes |