pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print tex-etoc{,-doc}: Add version 1.08p



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e1bc233d3a6
branches:  trunk
changeset: 328501:1e1bc233d3a6
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jan 22 11:45:37 2019 +0000

description:
tex-etoc{,-doc}: Add version 1.08p

The package gives the user complete control of how the entries
of the table of contents should be constituted from the name,
number, and page number of each sectioning unit. The layout is
controlled by the definition of 'line styles' for each
sectioning level used in the document. The package provides its
own custom line styles (which may be used as examples), and
continues to support the standard formatting inherited from the
LaTeX document classes, but the package can also allow the user
to delegate the details to packages dealing with list making
environments (such as enumitem). The package's default global
style typesets tables of contents in a multi-column format,
with either a standard heading, or a ruled title (optionally
with a frame around the table). The \tableofcontents command
may be used arbitrarily many times in the same document, while
\localtableofcontents provides a 'local' table of contents.

diffstat:

 print/tex-etoc-doc/DESCR    |   1 +
 print/tex-etoc-doc/Makefile |  13 +++++++++++++
 print/tex-etoc-doc/PLIST    |   4 ++++
 print/tex-etoc-doc/distinfo |   6 ++++++
 print/tex-etoc/DESCR        |  15 +++++++++++++++
 print/tex-etoc/Makefile     |  15 +++++++++++++++
 print/tex-etoc/PLIST        |   2 ++
 print/tex-etoc/distinfo     |   6 ++++++
 8 files changed, 62 insertions(+), 0 deletions(-)

diffs (94 lines):

diff -r ece24e719c2b -r 1e1bc233d3a6 print/tex-etoc-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etoc-doc/DESCR  Tue Jan 22 11:45:37 2019 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-etoc.
diff -r ece24e719c2b -r 1e1bc233d3a6 print/tex-etoc-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etoc-doc/Makefile       Tue Jan 22 11:45:37 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/01/22 11:45:37 markd Exp $
+
+DISTNAME=      etoc.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.08p
+TEXLIVE_REV=   48136
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/etoc
+COMMENT=       Documentation for tex-etoc
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ece24e719c2b -r 1e1bc233d3a6 print/tex-etoc-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etoc-doc/PLIST  Tue Jan 22 11:45:37 2019 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/22 11:45:37 markd Exp $
+share/texmf-dist/doc/latex/etoc/README.md
+share/texmf-dist/doc/latex/etoc/etoc-DE.pdf
+share/texmf-dist/doc/latex/etoc/etoc.pdf
diff -r ece24e719c2b -r 1e1bc233d3a6 print/tex-etoc-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etoc-doc/distinfo       Tue Jan 22 11:45:37 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/22 11:45:37 markd Exp $
+
+SHA1 (tex-etoc-48136/etoc.doc.tar.xz) = d63e1eddcebdffaaed63e8903581096029846a29
+RMD160 (tex-etoc-48136/etoc.doc.tar.xz) = 736cc2ecf299c543eb764c258f80d24fe800bb2e
+SHA512 (tex-etoc-48136/etoc.doc.tar.xz) = 714118b62079ac9aa0a0df785c62dede54259a75351e8bc5273a9c4bb048d835bbde9ce533a2b1990215c3aad434934151aaa16f300635a38e1d60d6c9b7be0e
+Size (tex-etoc-48136/etoc.doc.tar.xz) = 1132648 bytes
diff -r ece24e719c2b -r 1e1bc233d3a6 print/tex-etoc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etoc/DESCR      Tue Jan 22 11:45:37 2019 +0000
@@ -0,0 +1,15 @@
+The package gives the user complete control of how the entries
+of the table of contents should be constituted from the name,
+number, and page number of each sectioning unit. The layout is
+controlled by the definition of 'line styles' for each
+sectioning level used in the document. The package provides its
+own custom line styles (which may be used as examples), and
+continues to support the standard formatting inherited from the
+LaTeX document classes, but the package can also allow the user
+to delegate the details to packages dealing with list making
+environments (such as enumitem). The package's default global
+style typesets tables of contents in a multi-column format,
+with either a standard heading, or a ruled title (optionally
+with a frame around the table). The \tableofcontents command
+may be used arbitrarily many times in the same document, while
+\localtableofcontents provides a 'local' table of contents.
diff -r ece24e719c2b -r 1e1bc233d3a6 print/tex-etoc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etoc/Makefile   Tue Jan 22 11:45:37 2019 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/01/22 11:45:37 markd Exp $
+
+DISTNAME=      etoc
+PKGNAME=       tex-${DISTNAME}-1.08p
+TEXLIVE_REV=   48136
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/etoc
+COMMENT=       Completely customisable TOCs
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ece24e719c2b -r 1e1bc233d3a6 print/tex-etoc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etoc/PLIST      Tue Jan 22 11:45:37 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/22 11:45:37 markd Exp $
+share/texmf-dist/tex/latex/etoc/etoc.sty
diff -r ece24e719c2b -r 1e1bc233d3a6 print/tex-etoc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-etoc/distinfo   Tue Jan 22 11:45:37 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/22 11:45:37 markd Exp $
+
+SHA1 (tex-etoc-48136/etoc.tar.xz) = d5a74016c42c7034f30214cac88842cde2c01619
+RMD160 (tex-etoc-48136/etoc.tar.xz) = b47e897ee4de46e9cf433be005969f802085b197
+SHA512 (tex-etoc-48136/etoc.tar.xz) = 7179facd22b1fe974b4420c19bc241a0fb047331f1d182c8894713029d760e0f04e2e85d7ca7661f2a2c64503ac4f089f04c58899869aa3f8d193a614b095515
+Size (tex-etoc-48136/etoc.tar.xz) = 10380 bytes



Home | Main Index | Thread Index | Old Index