Sun Jun 11 06:29:11 2023 UTC ()
tex-etoc{,-doc}: update to 1.2c

changes unknown


(markd)
diff -r1.1 -r1.2 pkgsrc/print/tex-etoc/DESCR
diff -r1.9 -r1.10 pkgsrc/print/tex-etoc/Makefile
diff -r1.9 -r1.10 pkgsrc/print/tex-etoc/distinfo
diff -r1.9 -r1.10 pkgsrc/print/tex-etoc-doc/Makefile
diff -r1.9 -r1.10 pkgsrc/print/tex-etoc-doc/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/print/tex-etoc/DESCR (expand / switch to unified diff)

--- pkgsrc/print/tex-etoc/DESCR 2019/01/22 11:45:37 1.1
+++ pkgsrc/print/tex-etoc/DESCR 2023/06/11 06:29:10 1.2
@@ -1,15 +1,10 @@ @@ -1,15 +1,10 @@
1The package gives the user complete control of how the entries 1With etoc loaded, \tableofcontents can be used multiple times,
2of the table of contents should be constituted from the name, 2and an added command \localtableofcontents allows to typeset
3number, and page number of each sectioning unit. The layout is 3"local" tables of contents, i.e. TOCs having their scope
4controlled by the definition of 'line styles' for each 4limited to the last sectioning command encountered. Since
5sectioning level used in the document. The package provides its 5release 1.2, also \locallistoffigures and \locallistoftables
6own custom line styles (which may be used as examples), and 6are available. Loading etoc per itself does not modify the
7continues to support the standard formatting inherited from the 7"contents lines" inherited from the class default or changed
8LaTeX document classes, but the package can also allow the user 8via other packages. But full usage of the package allows
9to delegate the details to packages dealing with list making 9spectacular effects such as displaying TOCs as trees or mind
10environments (such as enumitem). The package's default global 10maps.
11style typesets tables of contents in a multi-column format, 
12with either a standard heading, or a ruled title (optionally 
13with a frame around the table). The \tableofcontents command 
14may be used arbitrarily many times in the same document, while 
15\localtableofcontents provides a 'local' table of contents. 

cvs diff -r1.9 -r1.10 pkgsrc/print/tex-etoc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-etoc/Makefile 2023/04/08 10:12:36 1.9
+++ pkgsrc/print/tex-etoc/Makefile 2023/06/11 06:29:10 1.10
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.9 2023/04/08 10:12:36 markd Exp $ 1# $NetBSD: Makefile,v 1.10 2023/06/11 06:29:10 markd Exp $
2 2
3DISTNAME= etoc 3DISTNAME= etoc
4PKGNAME= tex-${DISTNAME}-1.2 4PKGNAME= tex-${DISTNAME}-1.2a
5TEXLIVE_REV= 66299 5TEXLIVE_REV= 66978
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/etoc 8HOMEPAGE= https://ctan.org/pkg/etoc
9COMMENT= Completely customisable TOCs 9COMMENT= Completely customisable TOCs
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 12DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
13 13
14.include "../../print/texlive/package.mk" 14.include "../../print/texlive/package.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/print/tex-etoc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-etoc/distinfo 2023/04/08 10:12:36 1.9
+++ pkgsrc/print/tex-etoc/distinfo 2023/06/11 06:29:10 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2023/04/08 10:12:36 markd Exp $ 1$NetBSD: distinfo,v 1.10 2023/06/11 06:29:10 markd Exp $
2 2
3BLAKE2s (etoc.r66299.tar.xz) = 6c563a1f2f99c6411923750110149228187e09e694b1030faa72bf6aa014f8be 3BLAKE2s (etoc.r66978.tar.xz) = ae505422b4f774eb50d2189e533b0037ee39124fc569ef333db8ad94da550c5d
4SHA512 (etoc.r66299.tar.xz) = 10ce4c085726c47e38893c50f2d5868ac0332eb1dceaf929645175ca981da1c9595b5b7a2e1442b5a1a8d2a84f4e84f6651445d987c44df0010a943ce4d1f7a4 4SHA512 (etoc.r66978.tar.xz) = c6592adbe76f97d854cd89205f4a336fb2a54686c199fb9eefae8bc38ba6c72c09a32f1fa90bdd70bf6fedd225ffcbb619b3db33db2557274dbdeff13663bd05
5Size (etoc.r66299.tar.xz) = 12776 bytes 5Size (etoc.r66978.tar.xz) = 13628 bytes

cvs diff -r1.9 -r1.10 pkgsrc/print/tex-etoc-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-etoc-doc/Makefile 2023/04/08 10:12:36 1.9
+++ pkgsrc/print/tex-etoc-doc/Makefile 2023/06/11 06:29:11 1.10
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.9 2023/04/08 10:12:36 markd Exp $ 1# $NetBSD: Makefile,v 1.10 2023/06/11 06:29:11 markd Exp $
2 2
3DISTNAME= etoc.doc 3DISTNAME= etoc.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-1.2 4PKGNAME= tex-${DISTNAME:S/./-/}-1.2a
5TEXLIVE_REV= 66299 5TEXLIVE_REV= 66978
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/etoc 8HOMEPAGE= https://ctan.org/pkg/etoc
9COMMENT= Documentation for tex-etoc 9COMMENT= Documentation for tex-etoc
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/print/tex-etoc-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-etoc-doc/distinfo 2023/04/08 10:12:36 1.9
+++ pkgsrc/print/tex-etoc-doc/distinfo 2023/06/11 06:29:11 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2023/04/08 10:12:36 markd Exp $ 1$NetBSD: distinfo,v 1.10 2023/06/11 06:29:11 markd Exp $
2 2
3BLAKE2s (etoc.doc.r66299.tar.xz) = 17f45eedef8bcaa64f546a05db07d2aec769464affa99a38ed4051942f420b26 3BLAKE2s (etoc.doc.r66978.tar.xz) = 7b10496a2a38bb5ea2f6e86247734acc18b7b8f9277171b8092a8c167c95a549
4SHA512 (etoc.doc.r66299.tar.xz) = 43e9e5aed1c98660cc97e1aa617cb96aabcf40ad1583a1a6f0e4644ce48eeef4e6ae7186920b952ef4e247545829f2cccaa52fa88da6d942b68dbd365a8eaeba 4SHA512 (etoc.doc.r66978.tar.xz) = d0dce17d05af81fa89d81a0a871ca1b8a8aef8b5d2e03e5727f3d67eef5becc0b2d77b4dd45d738dd472bb1e286b8326d4094f7269b0950df74cf662293a94a2
5Size (etoc.doc.r66299.tar.xz) = 903800 bytes 5Size (etoc.doc.r66978.tar.xz) = 940440 bytes