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: Mon Jan 28 11:27:57 UTC 2019
Modified Files:
pkgsrc/print/tex-memoir: Makefile distinfo
pkgsrc/print/tex-memoir-doc: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/tex-memoir/Makefile \
pkgsrc/print/tex-memoir/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/tex-memoir-doc/Makefile \
pkgsrc/print/tex-memoir-doc/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-memoir-doc/PLIST
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-memoir/Makefile
diff -u pkgsrc/print/tex-memoir/Makefile:1.12 pkgsrc/print/tex-memoir/Makefile:1.13
--- pkgsrc/print/tex-memoir/Makefile:1.12 Sat May 12 01:03:12 2018
+++ pkgsrc/print/tex-memoir/Makefile Mon Jan 28 11:27:57 2019
@@ -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
Index: pkgsrc/print/tex-memoir/distinfo
diff -u pkgsrc/print/tex-memoir/distinfo:1.12 pkgsrc/print/tex-memoir/distinfo:1.13
--- pkgsrc/print/tex-memoir/distinfo:1.12 Sat May 12 01:03:12 2018
+++ pkgsrc/print/tex-memoir/distinfo Mon Jan 28 11:27:57 2019
@@ -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
Index: pkgsrc/print/tex-memoir-doc/Makefile
diff -u pkgsrc/print/tex-memoir-doc/Makefile:1.11 pkgsrc/print/tex-memoir-doc/Makefile:1.12
--- pkgsrc/print/tex-memoir-doc/Makefile:1.11 Sat May 12 01:03:12 2018
+++ pkgsrc/print/tex-memoir-doc/Makefile Mon Jan 28 11:27:57 2019
@@ -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
Index: pkgsrc/print/tex-memoir-doc/distinfo
diff -u pkgsrc/print/tex-memoir-doc/distinfo:1.11 pkgsrc/print/tex-memoir-doc/distinfo:1.12
--- pkgsrc/print/tex-memoir-doc/distinfo:1.11 Sat May 12 01:03:12 2018
+++ pkgsrc/print/tex-memoir-doc/distinfo Mon Jan 28 11:27:57 2019
@@ -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
Index: pkgsrc/print/tex-memoir-doc/PLIST
diff -u pkgsrc/print/tex-memoir-doc/PLIST:1.2 pkgsrc/print/tex-memoir-doc/PLIST:1.3
--- pkgsrc/print/tex-memoir-doc/PLIST:1.2 Wed May 26 05:11:25 2010
+++ pkgsrc/print/tex-memoir-doc/PLIST Mon Jan 28 11:27:57 2019
@@ -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
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
Home |
Main Index |
Thread Index |
Old Index