pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print tex-titlesec{,-doc}: update to 2.11
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4d15a8f07db
branches: trunk
changeset: 399531:a4d15a8f07db
user: markd <markd%pkgsrc.org@localhost>
date: Sun Aug 11 10:44:43 2019 +0000
description:
tex-titlesec{,-doc}: update to 2.11
- New license: MIT.
- Option nostruts, to remove struts inserted by titlesec.
- Reorganized code: only sty files, removed def and tss ones
(although the mechanism for tss still works).
- Fix - Wrong hyperlinks in table of contents with the starred
versions, because of a change of behavior of hyperref (it
patches the behaviour of an internal macro in hyperref).
- Fix - Wrong spacing with titleps and displayed text after a
section.
- Fix - Newly defined floats raised an error with titletoc.
diffstat:
print/tex-titlesec-doc/Makefile | 9 +++++----
print/tex-titlesec-doc/PLIST | 6 +++---
print/tex-titlesec-doc/distinfo | 10 +++++-----
print/tex-titlesec/Makefile | 9 +++++----
print/tex-titlesec/PLIST | 11 +----------
print/tex-titlesec/distinfo | 10 +++++-----
6 files changed, 24 insertions(+), 31 deletions(-)
diffs (103 lines):
diff -r 411205b81d45 -r a4d15a8f07db print/tex-titlesec-doc/Makefile
--- a/print/tex-titlesec-doc/Makefile Sun Aug 11 10:35:32 2019 +0000
+++ b/print/tex-titlesec-doc/Makefile Sun Aug 11 10:44:43 2019 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2016/06/16 04:06:17 markd Exp $
+# $NetBSD: Makefile,v 1.7 2019/08/11 10:44:44 markd Exp $
DISTNAME= titlesec.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-2.10.2
-TEXLIVE_REV= 40129
+PKGNAME= tex-${DISTNAME:S/./-/}-2.11
+TEXLIVE_REV= 51664
MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/titlesec
COMMENT= Documentation for tex-titlesec
-LICENSE= lppl-1.3c
+LICENSE= mit
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 411205b81d45 -r a4d15a8f07db print/tex-titlesec-doc/PLIST
--- a/print/tex-titlesec-doc/PLIST Sun Aug 11 10:35:32 2019 +0000
+++ b/print/tex-titlesec-doc/PLIST Sun Aug 11 10:44:43 2019 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2016/06/16 04:06:17 markd Exp $
-share/texmf-dist/doc/latex/titlesec/CHANGES
-share/texmf-dist/doc/latex/titlesec/README
+@comment $NetBSD: PLIST,v 1.4 2019/08/11 10:44:44 markd Exp $
+share/texmf-dist/doc/latex/titlesec/CHANGES.old
+share/texmf-dist/doc/latex/titlesec/README.md
share/texmf-dist/doc/latex/titlesec/titleps.pdf
share/texmf-dist/doc/latex/titlesec/titleps.tex
share/texmf-dist/doc/latex/titlesec/titlesec.pdf
diff -r 411205b81d45 -r a4d15a8f07db print/tex-titlesec-doc/distinfo
--- a/print/tex-titlesec-doc/distinfo Sun Aug 11 10:35:32 2019 +0000
+++ b/print/tex-titlesec-doc/distinfo Sun Aug 11 10:44:43 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/06/16 04:06:17 markd Exp $
+$NetBSD: distinfo,v 1.7 2019/08/11 10:44:44 markd Exp $
-SHA1 (tex-titlesec-40129/titlesec.doc.tar.xz) = f8fbc3327842bb9f9f0ced2e5a9ce437812030a4
-RMD160 (tex-titlesec-40129/titlesec.doc.tar.xz) = abb8d1cbcf32ad77ca4f73d65c600fc4eae98726
-SHA512 (tex-titlesec-40129/titlesec.doc.tar.xz) = eaa4591b21e1816859ec41ac5259075148a320542a497b6f0dc645e9d08c0043c4a1a7419671884c1aa44d8874bb52652cb1446958e453f6db39fed68c471d9b
-Size (tex-titlesec-40129/titlesec.doc.tar.xz) = 347456 bytes
+SHA1 (tex-titlesec-51664/titlesec.doc.tar.xz) = dda501b94fe3667bcea48ff425e7e2c80fcdaf9f
+RMD160 (tex-titlesec-51664/titlesec.doc.tar.xz) = 86db4926e2d6d5679543b1f93df75c553b9d6ebd
+SHA512 (tex-titlesec-51664/titlesec.doc.tar.xz) = 82f6df3127e835ddb4ae3a1fc2ccc06cf51b6268efab93ee5664a9286b0852a38cf9ebbbeb9512ed60aba8c915dce534fc48a8bde7431f2f90bd202a2c3dc157
+Size (tex-titlesec-51664/titlesec.doc.tar.xz) = 349752 bytes
diff -r 411205b81d45 -r a4d15a8f07db print/tex-titlesec/Makefile
--- a/print/tex-titlesec/Makefile Sun Aug 11 10:35:32 2019 +0000
+++ b/print/tex-titlesec/Makefile Sun Aug 11 10:44:43 2019 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2017/09/06 16:49:45 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/08/11 10:44:43 markd Exp $
DISTNAME= titlesec
-PKGNAME= tex-${DISTNAME}-2.10.2
-TEXLIVE_REV= 40129
+PKGNAME= tex-${DISTNAME}-2.11
+TEXLIVE_REV= 51664
MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://ctan.org/pkg/titlesec
COMMENT= Select alternative section titles
-LICENSE= lppl-1.3c
+LICENSE= mit
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
diff -r 411205b81d45 -r a4d15a8f07db print/tex-titlesec/PLIST
--- a/print/tex-titlesec/PLIST Sun Aug 11 10:35:32 2019 +0000
+++ b/print/tex-titlesec/PLIST Sun Aug 11 10:44:43 2019 +0000
@@ -1,13 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/04/25 04:57:52 markd Exp $
-share/texmf-dist/tex/latex/titlesec/block.tss
-share/texmf-dist/tex/latex/titlesec/drop.tss
-share/texmf-dist/tex/latex/titlesec/frame.tss
-share/texmf-dist/tex/latex/titlesec/leftmargin.tss
-share/texmf-dist/tex/latex/titlesec/margin.tss
-share/texmf-dist/tex/latex/titlesec/rightmargin.tss
+@comment $NetBSD: PLIST,v 1.3 2019/08/11 10:44:43 markd Exp $
share/texmf-dist/tex/latex/titlesec/titleps.sty
share/texmf-dist/tex/latex/titlesec/titlesec.sty
share/texmf-dist/tex/latex/titlesec/titletoc.sty
-share/texmf-dist/tex/latex/titlesec/ttlkeys.def
-share/texmf-dist/tex/latex/titlesec/ttlps.def
-share/texmf-dist/tex/latex/titlesec/wrap.tss
diff -r 411205b81d45 -r a4d15a8f07db print/tex-titlesec/distinfo
--- a/print/tex-titlesec/distinfo Sun Aug 11 10:35:32 2019 +0000
+++ b/print/tex-titlesec/distinfo Sun Aug 11 10:44:43 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/06/16 04:06:17 markd Exp $
+$NetBSD: distinfo,v 1.7 2019/08/11 10:44:43 markd Exp $
-SHA1 (tex-titlesec-40129/titlesec.tar.xz) = 30fdc57b4c30615f7958a34e434761d3bcb6c563
-RMD160 (tex-titlesec-40129/titlesec.tar.xz) = 137df348e7e4d777866c23e7b314b79bdfc1c33c
-SHA512 (tex-titlesec-40129/titlesec.tar.xz) = 7f4f5a9838acf2ca95934d093faf415255b502a93ff38f4644ec8f633bee836b01decb63e8d30ca140d19b9a17d7a0343a5575ae1d0ffc14b1a959da54f50d87
-Size (tex-titlesec-40129/titlesec.tar.xz) = 20844 bytes
+SHA1 (tex-titlesec-51664/titlesec.tar.xz) = cbce07cfd896bddc39f4ec77548977eb3c41cba1
+RMD160 (tex-titlesec-51664/titlesec.tar.xz) = c60e5da3606da45c0e7a1b0f22aa88400105a1d1
+SHA512 (tex-titlesec-51664/titlesec.tar.xz) = 0a5187601b2fc8039cef0f90f688fef61da2a78d3db171fb6571e2a6cf6631319b0653e0007fadd1357c29f6cfd0fc88dac654f5bec594fc80d1a3d9412548a6
+Size (tex-titlesec-51664/titlesec.tar.xz) = 19688 bytes
Home |
Main Index |
Thread Index |
Old Index