Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4F6311A921F for ; Thu, 14 Apr 2022 02:33:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4C9C284F0B; Thu, 14 Apr 2022 02:33:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8332F84F07 for ; Thu, 14 Apr 2022 02:33:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8m78mytMmTSo for ; Thu, 14 Apr 2022 02:33:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 93DDE84C13 for ; Thu, 14 Apr 2022 02:33:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 825FCFB24; Thu, 14 Apr 2022 02:33:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649903596106970" MIME-Version: 1.0 Date: Thu, 14 Apr 2022 02:33:16 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220414023316.825FCFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649903596106970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Apr 14 02:33:16 UTC 2022 Modified Files: pkgsrc/print/tex-memoir: DESCR Makefile distinfo pkgsrc/print/tex-memoir-doc: DESCR Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-memoir/DESCR cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/tex-memoir/Makefile \ pkgsrc/print/tex-memoir/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/print/tex-memoir-doc/DESCR cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/tex-memoir-doc/Makefile \ pkgsrc/print/tex-memoir-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649903596106970 Content-Disposition: inline Content-Length: 5174 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/tex-memoir/DESCR diff -u pkgsrc/print/tex-memoir/DESCR:1.2 pkgsrc/print/tex-memoir/DESCR:1.3 --- pkgsrc/print/tex-memoir/DESCR:1.2 Fri Jul 10 23:38:31 2009 +++ pkgsrc/print/tex-memoir/DESCR Thu Apr 14 02:33:16 2022 @@ -1,9 +1,12 @@ -The memoir class is for typesetting poetry, fiction, non-fiction, and -mathematical works. The normal font sizes range from 9 to 60pt. There is -a range of page-styles and well over a dozen chapter-styles to choose -from and methods for specifying your own layouts and designs. The class -encompasses over thirty of the more popular packages. The class has an -associated patch file mempatch, which is automatically loaded by the -class itself, and which is updated from time to time, between releases -of the class itself. (The patch file still exists if there are no extant -patches.) +The memoir class is for typesetting poetry, fiction, +non-fiction, and mathematical works. Permissible document +'base' font sizes range from 9 to 60pt. There is a range of +page-styles and well over a dozen chapter-styles to choose +from, as well as methods for specifying your own layouts and +designs. The class also provides the functionality of over +thirty of the more popular packages, thus simplifying document +sources. Users who wish to use the hyperref package, in a +document written with the memoir class, should also use the +memhfixc package (part of this bundle). Note, however, that any +current version of hyperref actually loads the package +automatically if it detects that it is running under memoir. Index: pkgsrc/print/tex-memoir/Makefile diff -u pkgsrc/print/tex-memoir/Makefile:1.18 pkgsrc/print/tex-memoir/Makefile:1.19 --- pkgsrc/print/tex-memoir/Makefile:1.18 Sat Jun 5 04:21:30 2021 +++ pkgsrc/print/tex-memoir/Makefile Thu Apr 14 02:33:16 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2021/06/05 04:21:30 markd Exp $ +# $NetBSD: Makefile,v 1.19 2022/04/14 02:33:16 markd Exp $ DISTNAME= memoir -PKGNAME= tex-${DISTNAME}-3.7o -TEXLIVE_REV= 58666 +PKGNAME= tex-${DISTNAME}-3.7q +TEXLIVE_REV= 62105 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/memoir Index: pkgsrc/print/tex-memoir/distinfo diff -u pkgsrc/print/tex-memoir/distinfo:1.18 pkgsrc/print/tex-memoir/distinfo:1.19 --- pkgsrc/print/tex-memoir/distinfo:1.18 Tue Oct 26 11:14:02 2021 +++ pkgsrc/print/tex-memoir/distinfo Thu Apr 14 02:33:16 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 11:14:02 nia Exp $ +$NetBSD: distinfo,v 1.19 2022/04/14 02:33:16 markd Exp $ -BLAKE2s (memoir.r58666.tar.xz) = 14357e24ad64e026f2c6ddc4a0b951dbe1617610c1232aa692b92866633878eb -SHA512 (memoir.r58666.tar.xz) = a09bd87ce8253d6af82c0e8816635c1c1b4986ef51f72f671cdc9a74b7088b41889039b9af174620013d8ef2017a3db660c9fde7c56c0fcf4618bb419ea6e220 -Size (memoir.r58666.tar.xz) = 74988 bytes +BLAKE2s (memoir.r62105.tar.xz) = f2d516ce155e1e10306b41fcc1ceabac8ec7ab9d97be8e68374e8ee7754599e4 +SHA512 (memoir.r62105.tar.xz) = 526dc62682d6a081cbcb5b3fe4fcdef784efe32e73455bf57d6f9c29fc0b70f0edcef47f74a6ec8c8702b27a24a0377090ba4ed321fdbea481d4d82d77d8f51c +Size (memoir.r62105.tar.xz) = 75228 bytes Index: pkgsrc/print/tex-memoir-doc/DESCR diff -u pkgsrc/print/tex-memoir-doc/DESCR:1.1.1.1 pkgsrc/print/tex-memoir-doc/DESCR:1.2 --- pkgsrc/print/tex-memoir-doc/DESCR:1.1.1.1 Fri Jul 10 23:23:50 2009 +++ pkgsrc/print/tex-memoir-doc/DESCR Thu Apr 14 02:33:16 2022 @@ -1 +1 @@ -This is documentation for tex-memoir. +Documentation for tex-memoir. Index: pkgsrc/print/tex-memoir-doc/Makefile diff -u pkgsrc/print/tex-memoir-doc/Makefile:1.17 pkgsrc/print/tex-memoir-doc/Makefile:1.18 --- pkgsrc/print/tex-memoir-doc/Makefile:1.17 Sat Jun 5 04:21:30 2021 +++ pkgsrc/print/tex-memoir-doc/Makefile Thu Apr 14 02:33:16 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2021/06/05 04:21:30 markd Exp $ +# $NetBSD: Makefile,v 1.18 2022/04/14 02:33:16 markd Exp $ DISTNAME= memoir.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.7o -TEXLIVE_REV= 58666 +PKGNAME= tex-${DISTNAME:S/./-/}-3.7q +TEXLIVE_REV= 62105 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://ctan.org/pkg/memoir Index: pkgsrc/print/tex-memoir-doc/distinfo diff -u pkgsrc/print/tex-memoir-doc/distinfo:1.17 pkgsrc/print/tex-memoir-doc/distinfo:1.18 --- pkgsrc/print/tex-memoir-doc/distinfo:1.17 Tue Oct 26 11:14:03 2021 +++ pkgsrc/print/tex-memoir-doc/distinfo Thu Apr 14 02:33:16 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:14:03 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/04/14 02:33:16 markd Exp $ -BLAKE2s (memoir.doc.r58666.tar.xz) = 401416133ea3f6a8c2674faf4aa82cfde3d6150c43c19eb203575d5a2ac56740 -SHA512 (memoir.doc.r58666.tar.xz) = f17446fad66433a0e10287c5c040e6ecb45222c3061dab28d4b2a5541ba1527673e0040e267c8af0bf0e63c45d1d42ebe0e336411e11b8b963caf1147cb5829f -Size (memoir.doc.r58666.tar.xz) = 3108176 bytes +BLAKE2s (memoir.doc.r62105.tar.xz) = 735227e71f1fd04108742163b0f49375f7096db2fa426b8fed296ce3d1d38456 +SHA512 (memoir.doc.r62105.tar.xz) = a96bf91f04d6c09c86b48be5e0797da15bef53661495b18e9873cf68ac1707b8d4ea44a8784e625bfc0ed8303d4c5433f02b48dbafac8582dd177ad8772c4f4e +Size (memoir.doc.r62105.tar.xz) = 3137488 bytes --_----------=_1649903596106970--