pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-memoir{,-doc}: update to 3.7q



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b72f29834431
branches:  trunk
changeset: 376831:b72f29834431
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 14 02:33:16 2022 +0000

description:
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

diffstat:

 print/tex-memoir-doc/DESCR    |   2 +-
 print/tex-memoir-doc/Makefile |   6 +++---
 print/tex-memoir-doc/distinfo |   8 ++++----
 print/tex-memoir/DESCR        |  21 ++++++++++++---------
 print/tex-memoir/Makefile     |   6 +++---
 print/tex-memoir/distinfo     |   8 ++++----
 6 files changed, 27 insertions(+), 24 deletions(-)

diffs (87 lines):

diff -r c41af0c7ed6d -r b72f29834431 print/tex-memoir-doc/DESCR
--- a/print/tex-memoir-doc/DESCR        Thu Apr 14 02:29:41 2022 +0000
+++ b/print/tex-memoir-doc/DESCR        Thu Apr 14 02:33:16 2022 +0000
@@ -1,1 +1,1 @@
-This is documentation for tex-memoir.
+Documentation for tex-memoir.
diff -r c41af0c7ed6d -r b72f29834431 print/tex-memoir-doc/Makefile
--- a/print/tex-memoir-doc/Makefile     Thu Apr 14 02:29:41 2022 +0000
+++ b/print/tex-memoir-doc/Makefile     Thu Apr 14 02:33:16 2022 +0000
@@ -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@localhost
 HOMEPAGE=      https://ctan.org/pkg/memoir
diff -r c41af0c7ed6d -r b72f29834431 print/tex-memoir-doc/distinfo
--- a/print/tex-memoir-doc/distinfo     Thu Apr 14 02:29:41 2022 +0000
+++ b/print/tex-memoir-doc/distinfo     Thu Apr 14 02:33:16 2022 +0000
@@ -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
diff -r c41af0c7ed6d -r b72f29834431 print/tex-memoir/DESCR
--- a/print/tex-memoir/DESCR    Thu Apr 14 02:29:41 2022 +0000
+++ b/print/tex-memoir/DESCR    Thu Apr 14 02:33:16 2022 +0000
@@ -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.
diff -r c41af0c7ed6d -r b72f29834431 print/tex-memoir/Makefile
--- a/print/tex-memoir/Makefile Thu Apr 14 02:29:41 2022 +0000
+++ b/print/tex-memoir/Makefile Thu Apr 14 02:33:16 2022 +0000
@@ -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@localhost
 HOMEPAGE=      https://ctan.org/pkg/memoir
diff -r c41af0c7ed6d -r b72f29834431 print/tex-memoir/distinfo
--- a/print/tex-memoir/distinfo Thu Apr 14 02:29:41 2022 +0000
+++ b/print/tex-memoir/distinfo Thu Apr 14 02:33:16 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index