diff options
author | wiz <wiz> | 2014-08-07 21:24:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-08-07 21:24:46 +0000 |
commit | f0c06e8609a7dccc9f27f0cc82c0cb4b4e28410e (patch) | |
tree | 144d8eeb3d254dc9a739f797b658d06601d31304 /print | |
parent | f664c603ec1b967fb49dd69bf6e2f37e983fa957 (diff) | |
download | pkgsrc-f0c06e8609a7dccc9f27f0cc82c0cb4b4e28410e.tar.gz |
Import tex-octavo-1.2 as print/tex-octavo.
The octavo class is a modification of the standard LaTeX book class.
Its purpose is to typeset books following classical design and
layout principles, with the express intention of encouraging the
making of beautiful books by anyone with access to a good printer
and with an inclination towards venerable crafts, e.g., bookbinding.
The octavo class differs from the book class by implementing many
of the proposals and insights of respected experts, especially Jan
Tschichold and Hugh Williamson.
The documentation discusses methods to organise and print out any
text into signatures, which can then be gathered, folded and sewn
into a book.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-octavo/DESCR | 13 | ||||
-rw-r--r-- | print/tex-octavo/Makefile | 12 | ||||
-rw-r--r-- | print/tex-octavo/PLIST | 5 | ||||
-rw-r--r-- | print/tex-octavo/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/print/tex-octavo/DESCR b/print/tex-octavo/DESCR new file mode 100644 index 00000000000..ef046c40975 --- /dev/null +++ b/print/tex-octavo/DESCR @@ -0,0 +1,13 @@ +The octavo class is a modification of the standard LaTeX book class. +Its purpose is to typeset books following classical design and +layout principles, with the express intention of encouraging the +making of beautiful books by anyone with access to a good printer +and with an inclination towards venerable crafts, e.g., bookbinding. + +The octavo class differs from the book class by implementing many +of the proposals and insights of respected experts, especially Jan +Tschichold and Hugh Williamson. + +The documentation discusses methods to organise and print out any +text into signatures, which can then be gathered, folded and sewn +into a book. diff --git a/print/tex-octavo/Makefile b/print/tex-octavo/Makefile new file mode 100644 index 00000000000..c562cb7f143 --- /dev/null +++ b/print/tex-octavo/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2014/08/07 21:24:46 wiz Exp $ + +DISTNAME= octavo +PKGNAME= tex-${DISTNAME}-1.2 +TEXLIVE_REV= 15878 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Typeset books following classical design and layout +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-octavo/PLIST b/print/tex-octavo/PLIST new file mode 100644 index 00000000000..a28db8fef63 --- /dev/null +++ b/print/tex-octavo/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2014/08/07 21:24:46 wiz Exp $ +share/texmf-dist/tex/latex/octavo/oct10.clo +share/texmf-dist/tex/latex/octavo/oct11.clo +share/texmf-dist/tex/latex/octavo/oct12.clo +share/texmf-dist/tex/latex/octavo/octavo.cls diff --git a/print/tex-octavo/distinfo b/print/tex-octavo/distinfo new file mode 100644 index 00000000000..8a535fbd465 --- /dev/null +++ b/print/tex-octavo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/08/07 21:24:46 wiz Exp $ + +SHA1 (tex-octavo-15878/octavo.tar.xz) = b59a1b4f971534bcb0028418cab3290489c7a959 +RMD160 (tex-octavo-15878/octavo.tar.xz) = edcde845f3eae23e58e5a849b813e088c20b5dfb +Size (tex-octavo-15878/octavo.tar.xz) = 6532 bytes |