Thu Apr 14 02:33:16 2022 UTC ()
tex-memoir{,-doc}: update to 3.7q

-- Added memhfixc autoloading to memoir (via \AtEndPackage{hyperref}...), then
   the equivalent code can be removed from hyperref
-- now auto loads the etoolbox package in order to enable a future patching
   approach instead of overwriting kernel macros
-- changed definition of \medspace into \providecommand for better testing
   with older kernels
-- added some code to a hook provided by footmisc fixing a bug with the
   combination of memoir+footmisc+reledmac, especially the 2022 update of
   footmisc
-- fixed typo in manual regarding \setupmaintoc
-- The LaTeX team changed the order of the file/package hook names into a more
   precise scheme. \AtBegin/EndFile, \AtBegin/EndPackage, \AtBegin/EndClass
   changed accordingly


(markd)
diff -r1.2 -r1.3 pkgsrc/print/tex-memoir/DESCR
diff -r1.18 -r1.19 pkgsrc/print/tex-memoir/Makefile
diff -r1.18 -r1.19 pkgsrc/print/tex-memoir/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-memoir-doc/DESCR
diff -r1.17 -r1.18 pkgsrc/print/tex-memoir-doc/Makefile
diff -r1.17 -r1.18 pkgsrc/print/tex-memoir-doc/distinfo

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

--- pkgsrc/print/tex-memoir/DESCR 2009/07/10 23:38:31 1.2
+++ pkgsrc/print/tex-memoir/DESCR 2022/04/14 02:33:16 1.3
@@ -1,9 +1,12 @@ @@ -1,9 +1,12 @@
1The memoir class is for typesetting poetry, fiction, non-fiction, and 1The memoir class is for typesetting poetry, fiction,
2mathematical works. The normal font sizes range from 9 to 60pt. There is 2non-fiction, and mathematical works. Permissible document
3a range of page-styles and well over a dozen chapter-styles to choose 3'base' font sizes range from 9 to 60pt. There is a range of
4from and methods for specifying your own layouts and designs. The class 4page-styles and well over a dozen chapter-styles to choose
5encompasses over thirty of the more popular packages. The class has an 5from, as well as methods for specifying your own layouts and
6associated patch file mempatch, which is automatically loaded by the 6designs. The class also provides the functionality of over
7class itself, and which is updated from time to time, between releases 7thirty of the more popular packages, thus simplifying document
8of the class itself. (The patch file still exists if there are no extant 8sources. Users who wish to use the hyperref package, in a
9patches.) 9document written with the memoir class, should also use the
 10memhfixc package (part of this bundle). Note, however, that any
 11current version of hyperref actually loads the package
 12automatically if it detects that it is running under memoir.

cvs diff -r1.18 -r1.19 pkgsrc/print/tex-memoir/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-memoir/Makefile 2021/06/05 04:21:30 1.18
+++ pkgsrc/print/tex-memoir/Makefile 2022/04/14 02:33:16 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2021/06/05 04:21:30 markd Exp $ 1# $NetBSD: Makefile,v 1.19 2022/04/14 02:33:16 markd Exp $
2 2
3DISTNAME= memoir 3DISTNAME= memoir
4PKGNAME= tex-${DISTNAME}-3.7o 4PKGNAME= tex-${DISTNAME}-3.7q
5TEXLIVE_REV= 58666 5TEXLIVE_REV= 62105
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/memoir 8HOMEPAGE= https://ctan.org/pkg/memoir
9COMMENT= Typeset fiction, non-fiction and mathematical books 9COMMENT= Typeset fiction, non-fiction and mathematical books
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-iftex>=1.0d:../../print/tex-iftex 12DEPENDS+= tex-iftex>=1.0d:../../print/tex-iftex
13DEPENDS+= tex-oberdiek>=2009nb1:../../print/tex-oberdiek 13DEPENDS+= tex-oberdiek>=2009nb1:../../print/tex-oberdiek
14 14
15.include "../../print/texlive/package.mk" 15.include "../../print/texlive/package.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.18 -r1.19 pkgsrc/print/tex-memoir/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-memoir/distinfo 2021/10/26 11:14:02 1.18
+++ pkgsrc/print/tex-memoir/distinfo 2022/04/14 02:33:16 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2021/10/26 11:14:02 nia Exp $ 1$NetBSD: distinfo,v 1.19 2022/04/14 02:33:16 markd Exp $
2 2
3BLAKE2s (memoir.r58666.tar.xz) = 14357e24ad64e026f2c6ddc4a0b951dbe1617610c1232aa692b92866633878eb 3BLAKE2s (memoir.r62105.tar.xz) = f2d516ce155e1e10306b41fcc1ceabac8ec7ab9d97be8e68374e8ee7754599e4
4SHA512 (memoir.r58666.tar.xz) = a09bd87ce8253d6af82c0e8816635c1c1b4986ef51f72f671cdc9a74b7088b41889039b9af174620013d8ef2017a3db660c9fde7c56c0fcf4618bb419ea6e220 4SHA512 (memoir.r62105.tar.xz) = 526dc62682d6a081cbcb5b3fe4fcdef784efe32e73455bf57d6f9c29fc0b70f0edcef47f74a6ec8c8702b27a24a0377090ba4ed321fdbea481d4d82d77d8f51c
5Size (memoir.r58666.tar.xz) = 74988 bytes 5Size (memoir.r62105.tar.xz) = 75228 bytes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-memoir-doc/DESCR (expand / switch to unified diff)

--- pkgsrc/print/tex-memoir-doc/DESCR 2009/07/10 23:23:50 1.1.1.1
+++ pkgsrc/print/tex-memoir-doc/DESCR 2022/04/14 02:33:16 1.2

cvs diff -r1.17 -r1.18 pkgsrc/print/tex-memoir-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-memoir-doc/Makefile 2021/06/05 04:21:30 1.17
+++ pkgsrc/print/tex-memoir-doc/Makefile 2022/04/14 02:33:16 1.18
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.17 2021/06/05 04:21:30 markd Exp $ 1# $NetBSD: Makefile,v 1.18 2022/04/14 02:33:16 markd Exp $
2 2
3DISTNAME= memoir.doc 3DISTNAME= memoir.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-3.7o 4PKGNAME= tex-${DISTNAME:S/./-/}-3.7q
5TEXLIVE_REV= 58666 5TEXLIVE_REV= 62105
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/memoir 8HOMEPAGE= https://ctan.org/pkg/memoir
9COMMENT= Documentation for tex-memoir 9COMMENT= Documentation for tex-memoir
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.17 -r1.18 pkgsrc/print/tex-memoir-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-memoir-doc/distinfo 2021/10/26 11:14:03 1.17
+++ pkgsrc/print/tex-memoir-doc/distinfo 2022/04/14 02:33:16 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2021/10/26 11:14:03 nia Exp $ 1$NetBSD: distinfo,v 1.18 2022/04/14 02:33:16 markd Exp $
2 2
3BLAKE2s (memoir.doc.r58666.tar.xz) = 401416133ea3f6a8c2674faf4aa82cfde3d6150c43c19eb203575d5a2ac56740 3BLAKE2s (memoir.doc.r62105.tar.xz) = 735227e71f1fd04108742163b0f49375f7096db2fa426b8fed296ce3d1d38456
4SHA512 (memoir.doc.r58666.tar.xz) = f17446fad66433a0e10287c5c040e6ecb45222c3061dab28d4b2a5541ba1527673e0040e267c8af0bf0e63c45d1d42ebe0e336411e11b8b963caf1147cb5829f 4SHA512 (memoir.doc.r62105.tar.xz) = a96bf91f04d6c09c86b48be5e0797da15bef53661495b18e9873cf68ac1707b8d4ea44a8784e625bfc0ed8303d4c5433f02b48dbafac8582dd177ad8772c4f4e
5Size (memoir.doc.r58666.tar.xz) = 3108176 bytes 5Size (memoir.doc.r62105.tar.xz) = 3137488 bytes