diff options
author | minskim <minskim@pkgsrc.org> | 2011-09-18 00:24:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-09-18 00:24:41 +0000 |
commit | b281014271ccc6849572db6378c1b570792d6c05 (patch) | |
tree | 40da976f0e12111ae37977a55c0e3d1aa67413ef /print/tex-2up | |
parent | ca4c2c9ff9862782ada3251c80ab560b87c166cb (diff) | |
download | pkgsrc-b281014271ccc6849572db6378c1b570792d6c05.tar.gz |
Import tex-2up-1.3 as print/tex-2up.
2up.tex/2up.sty allows one to print a document two-up, with
considerable flexibility as to paper size and layout. It produces a
standard dvi file, and does not involve an additional dvi or
PostScript filter. It should work with most TeX macro packages.
Diffstat (limited to 'print/tex-2up')
-rw-r--r-- | print/tex-2up/DESCR | 4 | ||||
-rw-r--r-- | print/tex-2up/Makefile | 11 | ||||
-rw-r--r-- | print/tex-2up/PLIST | 3 | ||||
-rw-r--r-- | print/tex-2up/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/print/tex-2up/DESCR b/print/tex-2up/DESCR new file mode 100644 index 00000000000..a8c85b54af7 --- /dev/null +++ b/print/tex-2up/DESCR @@ -0,0 +1,4 @@ +2up.tex/2up.sty allows one to print a document two-up, with +considerable flexibility as to paper size and layout. It produces a +standard dvi file, and does not involve an additional dvi or +PostScript filter. It should work with most TeX macro packages. diff --git a/print/tex-2up/Makefile b/print/tex-2up/Makefile new file mode 100644 index 00000000000..8563a95ee2c --- /dev/null +++ b/print/tex-2up/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/09/18 00:24:41 minskim Exp $ + +DISTNAME= 2up +PKGNAME= tex-${DISTNAME}-1.3 +TEXLIVE_REV= 18310 + +MAINTAINER= minskim@NetBSD.org +COMMENT= TeX package to print a document two-up + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-2up/PLIST b/print/tex-2up/PLIST new file mode 100644 index 00000000000..ddd95fcd6ad --- /dev/null +++ b/print/tex-2up/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/18 00:24:41 minskim Exp $ +share/texmf-dist/tex/generic/2up/2up.sty +share/texmf-dist/tex/generic/2up/2up.tex diff --git a/print/tex-2up/distinfo b/print/tex-2up/distinfo new file mode 100644 index 00000000000..86074e4f5df --- /dev/null +++ b/print/tex-2up/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/09/18 00:24:41 minskim Exp $ + +SHA1 (tex-2up-18310/2up.tar.xz) = f47a7cb731e027be5ea4901034294c389b12f32b +RMD160 (tex-2up-18310/2up.tar.xz) = 30b579793d9815907e48ba049971254869f234ab +Size (tex-2up-18310/2up.tar.xz) = 4036 bytes |