pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Feb 13 04:38:40 UTC 2021

Modified Files:
        pkgsrc/print/tex-fancyhdr: Makefile distinfo
        pkgsrc/print/tex-fancyhdr-doc: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-fancyhdr/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-fancyhdr/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/tex-fancyhdr-doc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/tex-fancyhdr-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-fancyhdr/Makefile
diff -u pkgsrc/print/tex-fancyhdr/Makefile:1.11 pkgsrc/print/tex-fancyhdr/Makefile:1.12
--- pkgsrc/print/tex-fancyhdr/Makefile:1.11     Sat Jan 18 23:34:07 2020
+++ pkgsrc/print/tex-fancyhdr/Makefile  Sat Feb 13 04:38:40 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/01/18 23:34:07 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/13 04:38:40 markd Exp $
 
 DISTNAME=      fancyhdr
-PKGNAME=       tex-${DISTNAME}-3.10
-TEXLIVE_REV=   49886
+PKGNAME=       tex-${DISTNAME}-4.0.1
+TEXLIVE_REV=   57672
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/fancyhdr
@@ -11,6 +11,5 @@ LICENSE=      lppl-1.3c
 
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

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

Index: pkgsrc/print/tex-fancyhdr-doc/Makefile
diff -u pkgsrc/print/tex-fancyhdr-doc/Makefile:1.10 pkgsrc/print/tex-fancyhdr-doc/Makefile:1.11
--- pkgsrc/print/tex-fancyhdr-doc/Makefile:1.10 Sat Jan 18 23:34:07 2020
+++ pkgsrc/print/tex-fancyhdr-doc/Makefile      Sat Feb 13 04:38:40 2021
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:34:07 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/13 04:38:40 markd Exp $
 
 DISTNAME=      fancyhdr.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-3.10
-TEXLIVE_REV=   49886
+PKGNAME=       tex-${DISTNAME:S/./-/}-4.0.1
+TEXLIVE_REV=   57672
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/fancyhdr
 COMMENT=       Documentation for tex-fancyhdr
 LICENSE=       lppl-1.3c
 
-TEXLIVE_UNVERSIONED=   yes
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"

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



Home | Main Index | Thread Index | Old Index