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.7h
details: https://anonhg.NetBSD.org/pkgsrc/rev/80a2f1fc528e
branches: trunk
changeset: 318704:80a2f1fc528e
user: markd <markd%pkgsrc.org@localhost>
date: Mon Jan 28 11:27:57 2019 +0000
description:
tex-memoir{,-doc}: update to 3.7h
-- The following packages are no longer embedded into the class
sources: array, delarray, dcolumn and tabularx.
These are all part of the _tools_ section of every LaTeX
installation, thus there is no reason to embed it anymore (let
alone keep track of when they are updated). Instead we require them
from the LaTeX installation.
Note that the class still makes its own defaults for some of the
default settings for these packages.
Historical note: When the class was first created updating LaTeX
was not an easy task, often done by hand. Also there was no manual
requirements, or if there were a manual it might not be easy to
find. So it made sense to have it all in one place and their
manuals added to the class manual. This usage information in the
manual will stay, but might no longer be 100% up to date, so users
are always referred to the package manuals.
We may remove more embedded packages in the future and replace them
with just require the distribution provided ones.
-- remembered to note \pagerefname when dealing with page notes.
-- fixed bug in inline toc entries in the manual when there are subitem
that are not typeset and hyperref is in use (\endlinechar=-1 around
the toc), also noted in the manual that this problem may occur and
how to deal with it.
One might argue that \endlinechar=-1 should be the default thenever
the ToC are being typeset.
-- Added \SingleSpacing* which does *not* add a \vskip at the
end. Also adjusted \SingleSpacing such that it does not emit a
\vskip when used in the preamble.
diffstat:
print/tex-memoir-doc/Makefile | 6 +++---
print/tex-memoir-doc/PLIST | 3 ++-
print/tex-memoir-doc/distinfo | 10 +++++-----
print/tex-memoir/Makefile | 6 +++---
print/tex-memoir/distinfo | 10 +++++-----
5 files changed, 18 insertions(+), 17 deletions(-)
diffs (76 lines):
diff -r 25e74d6dbe7f -r 80a2f1fc528e print/tex-memoir-doc/Makefile
--- a/print/tex-memoir-doc/Makefile Mon Jan 28 11:19:19 2019 +0000
+++ b/print/tex-memoir-doc/Makefile Mon Jan 28 11:27:57 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2018/05/12 01:03:12 markd Exp $
+# $NetBSD: Makefile,v 1.12 2019/01/28 11:27:57 markd Exp $
DISTNAME= memoir.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.7g
-TEXLIVE_REV= 47305
+PKGNAME= tex-${DISTNAME:S/./-/}-3.7h
+TEXLIVE_REV= 49394
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= http://ctan.org/pkg/memoir
diff -r 25e74d6dbe7f -r 80a2f1fc528e print/tex-memoir-doc/PLIST
--- a/print/tex-memoir-doc/PLIST Mon Jan 28 11:19:19 2019 +0000
+++ b/print/tex-memoir-doc/PLIST Mon Jan 28 11:27:57 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2010/05/26 05:11:25 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/01/28 11:27:57 markd Exp $
share/texmf-dist/doc/latex/memoir/Makeidxglo
share/texmf-dist/doc/latex/memoir/README
share/texmf-dist/doc/latex/memoir/anvil2.mps
@@ -10,5 +10,6 @@
share/texmf-dist/doc/latex/memoir/memman.tex
share/texmf-dist/doc/latex/memoir/memnoidxnum.tex
share/texmf-dist/doc/latex/memoir/memsty.sty
+share/texmf-dist/doc/latex/memoir/setpage-example.pdf
share/texmf-dist/doc/latex/memoir/titlepages.sty
share/texmf-dist/doc/latex/memoir/trims-example.tex
diff -r 25e74d6dbe7f -r 80a2f1fc528e print/tex-memoir-doc/distinfo
--- a/print/tex-memoir-doc/distinfo Mon Jan 28 11:19:19 2019 +0000
+++ b/print/tex-memoir-doc/distinfo Mon Jan 28 11:27:57 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/05/12 01:03:12 markd Exp $
+$NetBSD: distinfo,v 1.12 2019/01/28 11:27:57 markd Exp $
-SHA1 (tex-memoir-47305/memoir.doc.tar.xz) = 38942bc53179eb959411ead256d30ad5a9cd9df2
-RMD160 (tex-memoir-47305/memoir.doc.tar.xz) = c881e133659880bb35404de960cdb76a9d150f3f
-SHA512 (tex-memoir-47305/memoir.doc.tar.xz) = 5143c30bd7622a5696b1bb47515071694d39131bcd777b524a1b0d7d4aac8245581c28e498dad3f3c96d33a777b0a9c89a900b87eccf882d68ebc1698b72c319
-Size (tex-memoir-47305/memoir.doc.tar.xz) = 3054456 bytes
+SHA1 (tex-memoir-49394/memoir.doc.tar.xz) = c44e95e27738db3d08e3f6c8b471a7d2c89bd502
+RMD160 (tex-memoir-49394/memoir.doc.tar.xz) = d919d53fa1ddec93b2e10befd0b1c28606e50e0b
+SHA512 (tex-memoir-49394/memoir.doc.tar.xz) = d40dc3468d334ab7619eb1be0212601a830f9371dc8d69ca30f46a21426368b95515fc1698acd308598b1ba7d1c4d7c98c58b05202ffb3f08b23f263ba625c6c
+Size (tex-memoir-49394/memoir.doc.tar.xz) = 3110540 bytes
diff -r 25e74d6dbe7f -r 80a2f1fc528e print/tex-memoir/Makefile
--- a/print/tex-memoir/Makefile Mon Jan 28 11:19:19 2019 +0000
+++ b/print/tex-memoir/Makefile Mon Jan 28 11:27:57 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2018/05/12 01:03:12 markd Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/28 11:27:57 markd Exp $
DISTNAME= memoir
-PKGNAME= tex-${DISTNAME}-3.7g
-TEXLIVE_REV= 47305
+PKGNAME= tex-${DISTNAME}-3.7h
+TEXLIVE_REV= 49394
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= http://ctan.org/pkg/memoir
diff -r 25e74d6dbe7f -r 80a2f1fc528e print/tex-memoir/distinfo
--- a/print/tex-memoir/distinfo Mon Jan 28 11:19:19 2019 +0000
+++ b/print/tex-memoir/distinfo Mon Jan 28 11:27:57 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/05/12 01:03:12 markd Exp $
+$NetBSD: distinfo,v 1.13 2019/01/28 11:27:57 markd Exp $
-SHA1 (tex-memoir-47305/memoir.tar.xz) = af9c95e364cbcdca83988cfcfe69c21c748e0987
-RMD160 (tex-memoir-47305/memoir.tar.xz) = f22e340a66932fe3b70edea01c5217f33318be84
-SHA512 (tex-memoir-47305/memoir.tar.xz) = f73ce2c562322506d2a1ed7ed498810f4526ad68c9ccec386dabb8546c52c2dbad5ff3360968efcdf5d1c30d60841adb7de9f8cc27793d6eb5598ddee0493a3e
-Size (tex-memoir-47305/memoir.tar.xz) = 74244 bytes
+SHA1 (tex-memoir-49394/memoir.tar.xz) = f246d5680b8d6d2c688ddd2e69777f1fbd319868
+RMD160 (tex-memoir-49394/memoir.tar.xz) = 5d55644eeb33ddbbe22af1260fa58afdd6f458d1
+SHA512 (tex-memoir-49394/memoir.tar.xz) = 7688f2d67160801f7d24dc78455a32fa7a9a74f80245bae77f60e6d67bff6e79da0d633fc076640174b0f493147d10fefc74143cc0c6a55af2083d7803c33516
+Size (tex-memoir-49394/memoir.tar.xz) = 74516 bytes
Home |
Main Index |
Thread Index |
Old Index