diff options
author | minskim <minskim> | 2010-04-21 05:28:28 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-21 05:28:28 +0000 |
commit | 591e7deb34b477baca57834dd76f1400ea14b29b (patch) | |
tree | 97143e8d2e91a36a2de1482daa851734b96880a6 /print | |
parent | 3c3e6f948292a018f7cd50fa7cd120ab96b193c0 (diff) | |
download | pkgsrc-591e7deb34b477baca57834dd76f1400ea14b29b.tar.gz |
Import tex-changepage-1.0c as print/tex-changepage.
The package provides commands to change the page layout in the middle
of a document, and to robustly check for typesetting on odd or even
pages. Instructions for use are at the end of the file. The package
is an extraction of code from the memoir class, whose user interface
it shares. It is intended the this package will eventually replace
the chngpage package, which is distributed with the package.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-changepage/DESCR | 6 | ||||
-rw-r--r-- | print/tex-changepage/Makefile | 13 | ||||
-rw-r--r-- | print/tex-changepage/PLIST | 3 | ||||
-rw-r--r-- | print/tex-changepage/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/print/tex-changepage/DESCR b/print/tex-changepage/DESCR new file mode 100644 index 00000000000..7b653ba5dc2 --- /dev/null +++ b/print/tex-changepage/DESCR @@ -0,0 +1,6 @@ +The package provides commands to change the page layout in the middle +of a document, and to robustly check for typesetting on odd or even +pages. Instructions for use are at the end of the file. The package +is an extraction of code from the memoir class, whose user interface +it shares. It is intended the this package will eventually replace +the chngpage package, which is distributed with the package. diff --git a/print/tex-changepage/Makefile b/print/tex-changepage/Makefile new file mode 100644 index 00000000000..7d1f5312be6 --- /dev/null +++ b/print/tex-changepage/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/21 05:28:28 minskim Exp $ +# TeX Live Revision 15878 + +DISTNAME= changepage +PKGNAME= tex-${DISTNAME}-1.0c + +MAINTAINER= minskim@NetBSD.org +COMMENT= Margin adjustment and detection of odd/even pages + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-changepage/PLIST b/print/tex-changepage/PLIST new file mode 100644 index 00000000000..119c718366c --- /dev/null +++ b/print/tex-changepage/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/21 05:28:28 minskim Exp $ +share/texmf-dist/tex/latex/changepage/changepage.sty +share/texmf-dist/tex/latex/changepage/chngpage.sty diff --git a/print/tex-changepage/distinfo b/print/tex-changepage/distinfo new file mode 100644 index 00000000000..129da2b201d --- /dev/null +++ b/print/tex-changepage/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/21 05:28:28 minskim Exp $ + +SHA1 (tex-changepage-1.0c/changepage.tar.xz) = 1b96d642e5c6fb699404919822df7ad105ac876d +RMD160 (tex-changepage-1.0c/changepage.tar.xz) = 38a5c7e2bbe635f0feeb6e68e4237af9743b3712 +Size (tex-changepage-1.0c/changepage.tar.xz) = 2596 bytes |