Sat Feb 13 04:38:40 2021 UTC ()
tex-fancyhdr{,-doc}: update to 4.0.1

Version 4.0 is a significant rewrite of the package.

 Backward incompatible changes:
 - Eliminate adjustments of \headheight or \footskip, when the header
   or footer is too high.
 - All definitions of the header/footer fields are now local, no longer
   global.

 New features:
 - Package option compatV3 to keep the old behaviour, i.e. the changes
   mentioned above are not applied (not recommended).
 - Package option nocheck, to completely eliminate the check for header
   and footer heights (not recommended).
 - Package options headings and myheadings to redefine these page styles
   with fancyhdr.
 - New page style fancydefault.
 - New parameter \headruleskip.
 - New commands \fancyheadinit, \fancyfootinit, \fancyhfinit and \fancycenter.
 - \fancypagestyle has an optional parameter [⟨base-style⟩].

 Extensive rewriting of the documentation.

4.0.1
Some documentation corrections.


(markd)
diff -r1.11 -r1.12 pkgsrc/print/tex-fancyhdr/Makefile
diff -r1.7 -r1.8 pkgsrc/print/tex-fancyhdr/distinfo
diff -r1.10 -r1.11 pkgsrc/print/tex-fancyhdr-doc/Makefile
diff -r1.7 -r1.8 pkgsrc/print/tex-fancyhdr-doc/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/print/tex-fancyhdr/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-fancyhdr/Makefile 2020/01/18 23:34:07 1.11
+++ pkgsrc/print/tex-fancyhdr/Makefile 2021/02/13 04:38:40 1.12
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.11 2020/01/18 23:34:07 rillig Exp $ 1# $NetBSD: Makefile,v 1.12 2021/02/13 04:38:40 markd Exp $
2 2
3DISTNAME= fancyhdr 3DISTNAME= fancyhdr
4PKGNAME= tex-${DISTNAME}-3.10 4PKGNAME= tex-${DISTNAME}-4.0.1
5TEXLIVE_REV= 49886 5TEXLIVE_REV= 57672
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/fancyhdr 8HOMEPAGE= https://ctan.org/pkg/fancyhdr
9COMMENT= Extensive control of page headers and footers in LaTeX2e 9COMMENT= Extensive control of page headers and footers in LaTeX2e
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 12DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
13 13
14TEXLIVE_UNVERSIONED= yes 
15.include "../../print/texlive/package.mk" 14.include "../../print/texlive/package.mk"
16.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/print/tex-fancyhdr/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-fancyhdr/distinfo 2019/05/06 21:06:00 1.7
+++ pkgsrc/print/tex-fancyhdr/distinfo 2021/02/13 04:38:40 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/05/06 21:06:00 markd Exp $ 1$NetBSD: distinfo,v 1.8 2021/02/13 04:38:40 markd Exp $
2 2
3SHA1 (tex-fancyhdr-49886/fancyhdr.tar.xz) = 57566236d1bad4ddc7c0ec8b2ffefb270715eccc 3SHA1 (fancyhdr.r57672.tar.xz) = 8cf9b61f754b2235d40cc441309db3a9190b661d
4RMD160 (tex-fancyhdr-49886/fancyhdr.tar.xz) = 017dbb7888cc1de514192b71bd79355cd9a32ce1 4RMD160 (fancyhdr.r57672.tar.xz) = 90f14cb02b9a850f39f819b4985b4dbc49a49f49
5SHA512 (tex-fancyhdr-49886/fancyhdr.tar.xz) = f7831fe54b77babda97f65d490194385e01464dbf9079579d6b697fecd2b1fe008266a3b6f7826cd6f60b4d41ac5a56f758a4ec7dc3f7ba9077abcc5c89e9bed 5SHA512 (fancyhdr.r57672.tar.xz) = 57a60833cb1e75b2c6f3c95484dd36da6a21704732f0309d2d1252824b458dbdf34092411299ccd27a4cd5202b4bdb710b920d96b970c9b58bfdca4889aba820
6Size (tex-fancyhdr-49886/fancyhdr.tar.xz) = 4140 bytes 6Size (fancyhdr.r57672.tar.xz) = 5112 bytes

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

--- pkgsrc/print/tex-fancyhdr-doc/Makefile 2020/01/18 23:34:07 1.10
+++ pkgsrc/print/tex-fancyhdr-doc/Makefile 2021/02/13 04:38:40 1.11
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.10 2020/01/18 23:34:07 rillig Exp $ 1# $NetBSD: Makefile,v 1.11 2021/02/13 04:38:40 markd Exp $
2 2
3DISTNAME= fancyhdr.doc 3DISTNAME= fancyhdr.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-3.10 4PKGNAME= tex-${DISTNAME:S/./-/}-4.0.1
5TEXLIVE_REV= 49886 5TEXLIVE_REV= 57672
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/fancyhdr 8HOMEPAGE= https://ctan.org/pkg/fancyhdr
9COMMENT= Documentation for tex-fancyhdr 9COMMENT= Documentation for tex-fancyhdr
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12TEXLIVE_UNVERSIONED= yes 
13.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
14.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/print/tex-fancyhdr-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-fancyhdr-doc/distinfo 2019/05/06 21:06:00 1.7
+++ pkgsrc/print/tex-fancyhdr-doc/distinfo 2021/02/13 04:38:40 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/05/06 21:06:00 markd Exp $ 1$NetBSD: distinfo,v 1.8 2021/02/13 04:38:40 markd Exp $
2 2
3SHA1 (tex-fancyhdr-49886/fancyhdr.doc.tar.xz) = c1b50d4813869c3d561405191bc63437aeb100f2 3SHA1 (fancyhdr.doc.r57672.tar.xz) = b75bb877c1b4557c3b77f84c9708997b9e8c85b3
4RMD160 (tex-fancyhdr-49886/fancyhdr.doc.tar.xz) = 7eda1058cc02b4c48d36a2b9c99428914941d65b 4RMD160 (fancyhdr.doc.r57672.tar.xz) = b0cea40d984a6907fe620049729fe165555784d4
5SHA512 (tex-fancyhdr-49886/fancyhdr.doc.tar.xz) = 08f1f88c884eefd829c641d37e1efd8ac01578fca4c69aaa43436ac33239ca310ce00858cfe42c7b2a12b8ab3e0f8fb03f30c94071deceeeac52d663e2944f48 5SHA512 (fancyhdr.doc.r57672.tar.xz) = 6b054701df4a35a4422f0248f6fed134f3321e8fc194b7095f5b0824f6a1d325db23cbe34e973dee061c5a571b76b61618d482f3fa2219911c34c981ac51a1ea
6Size (tex-fancyhdr-49886/fancyhdr.doc.tar.xz) = 717752 bytes 6Size (fancyhdr.doc.r57672.tar.xz) = 784500 bytes