diff options
author | minskim <minskim@pkgsrc.org> | 2010-04-29 22:45:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-04-29 22:45:11 +0000 |
commit | 634204f06f73053f16912926d901054acaded5ca (patch) | |
tree | 3a7195c629cf8db4a6d0869d4b7e856286b8e05b /print/tex-selectp | |
parent | 5f811750c6ffb0060b67c1f56c60893dabd2acfc (diff) | |
download | pkgsrc-634204f06f73053f16912926d901054acaded5ca.tar.gz |
Import tex-selectp-1.0 as print/tex-selectp.
This package defines a command \outputonly, whose argument is a list
of pages to be output. With the command present (before
\begin{document}), only those pages are output. This package was
inspired by code published by Knuth in TUGboat 8(2) (July 1987).
Diffstat (limited to 'print/tex-selectp')
-rw-r--r-- | print/tex-selectp/DESCR | 4 | ||||
-rw-r--r-- | print/tex-selectp/Makefile | 13 | ||||
-rw-r--r-- | print/tex-selectp/PLIST | 2 | ||||
-rw-r--r-- | print/tex-selectp/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/print/tex-selectp/DESCR b/print/tex-selectp/DESCR new file mode 100644 index 00000000000..1f4ea4f9083 --- /dev/null +++ b/print/tex-selectp/DESCR @@ -0,0 +1,4 @@ +This package defines a command \outputonly, whose argument is a list +of pages to be output. With the command present (before +\begin{document}), only those pages are output. This package was +inspired by code published by Knuth in TUGboat 8(2) (July 1987). diff --git a/print/tex-selectp/Makefile b/print/tex-selectp/Makefile new file mode 100644 index 00000000000..d958fdc63f7 --- /dev/null +++ b/print/tex-selectp/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/29 22:45:11 minskim Exp $ +# TeX Live Revision 15878 + +DISTNAME= selectp +PKGNAME= tex-${DISTNAME}-1.0 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Select pages to be output + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-selectp/PLIST b/print/tex-selectp/PLIST new file mode 100644 index 00000000000..9a769258c70 --- /dev/null +++ b/print/tex-selectp/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/29 22:45:11 minskim Exp $ +share/texmf-dist/tex/latex/selectp/selectp.sty diff --git a/print/tex-selectp/distinfo b/print/tex-selectp/distinfo new file mode 100644 index 00000000000..cbb0725c496 --- /dev/null +++ b/print/tex-selectp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/29 22:45:11 minskim Exp $ + +SHA1 (tex-selectp-1.0/selectp.tar.xz) = 07dc590ad4f0066c6f7ff891696e3f86764b0a4a +RMD160 (tex-selectp-1.0/selectp.tar.xz) = e84bff24f20de73a31c98bddcf86c83f615bbbfd +Size (tex-selectp-1.0/selectp.tar.xz) = 4176 bytes |