diff options
author | minskim <minskim> | 2010-05-25 07:58:12 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-05-25 07:58:12 +0000 |
commit | c74764ef1d93452c8f2d6de6b50bc3b6bc07808b (patch) | |
tree | f163aaed2ddb5eb2e950925ad6cc62077e0b6ecb /print | |
parent | ff89a5b118d58f87b90ccda41c70c8d7185e7dc8 (diff) | |
download | pkgsrc-c74764ef1d93452c8f2d6de6b50bc3b6bc07808b.tar.gz |
Import tex-optional-2.2b as print/tex-optional.
Optional provides simple, flexible, optional compilation of LaTeX
documents. Option switches may be given via package options, by the
\UseOption command, or interactively via the \AskOption command (help
text may be provided, by defining the \ExplainOptions command). The
package is not robust, in the way that comment package is, against
ill-behaved text. In particular, verbatim text may not be directly
included in optional sections (whether they're included or not). Package
documentation is included in comments within the package itself.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-optional/DESCR | 8 | ||||
-rw-r--r-- | print/tex-optional/Makefile | 11 | ||||
-rw-r--r-- | print/tex-optional/PLIST | 2 | ||||
-rw-r--r-- | print/tex-optional/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-optional/DESCR b/print/tex-optional/DESCR new file mode 100644 index 00000000000..12c8c7255e5 --- /dev/null +++ b/print/tex-optional/DESCR @@ -0,0 +1,8 @@ +Optional provides simple, flexible, optional compilation of LaTeX +documents. Option switches may be given via package options, by the +\UseOption command, or interactively via the \AskOption command (help +text may be provided, by defining the \ExplainOptions command). The +package is not robust, in the way that comment package is, against +ill-behaved text. In particular, verbatim text may not be directly +included in optional sections (whether they're included or not). Package +documentation is included in comments within the package itself. diff --git a/print/tex-optional/Makefile b/print/tex-optional/Makefile new file mode 100644 index 00000000000..0ea60c1e965 --- /dev/null +++ b/print/tex-optional/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/25 07:58:12 minskim Exp $ + +DISTNAME= optional +PKGNAME= tex-${DISTNAME}-2.2b +TEXLIVE_REV= 18131 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Facilitate optional printing of parts of a document + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-optional/PLIST b/print/tex-optional/PLIST new file mode 100644 index 00000000000..875a03b8038 --- /dev/null +++ b/print/tex-optional/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/25 07:58:12 minskim Exp $ +share/texmf-dist/tex/latex/optional/optional.sty diff --git a/print/tex-optional/distinfo b/print/tex-optional/distinfo new file mode 100644 index 00000000000..dd90452ef1b --- /dev/null +++ b/print/tex-optional/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/05/25 07:58:12 minskim Exp $ + +SHA1 (tex-optional-18131/optional.tar.xz) = ff94aa3117565ed35544eda5384a7620a9093f09 +RMD160 (tex-optional-18131/optional.tar.xz) = f3fe9f4e21fd152ff94edafb7eb6cf78cb7a786e +Size (tex-optional-18131/optional.tar.xz) = 3360 bytes |