Sun Sep 19 23:17:18 2010 UTC ()
Update tex-memoir{,-doc} to 3.6fpl6.0g.

Changes:
-- a typo fix memoir in memoirs float handling got lost, this brings it
   back in line
-- changed \parnopar to make its changes inside a group
-- some clearifications in the manual
- fixed typo introduced in v1.14
  (special thanks to Ian D. Leroux and meho_r on ctt for reporting this)
-- added \precistocformat, default \noindent, thus the toc precis text
   is no longer indented by default.
-- Fixed some typos in the manual and in the class
-- reorganized the manner by which we handle the memoir user
   manual. This enables us to add reversion numbers and dates to the
   start of each chapter of the manual. Please note that these
   revision numbers do not appear if one attempts to compile
   memman.tex as it relies on a modified (and thus private) version of
   svn-multi and also relies on splitting memman.tex into separate
   files.
-- If the 'article' class option is in effect we now use the plain
   page style by default instead of headings.
-- Brought memoir sections back in line with hyperref. Now a hyperlink
   to a section should end up above the section tilte, instead of below.
-- reversioned memoir to version 3.6. The version number was tending
   towards the golden ration, but apparently this numeric value is
   not widely known.
-- fixed \marginparmargin{left} in twoside mode
-- fixed a race condition in memhfixc


(minskim)
diff -r1.3 -r1.4 pkgsrc/print/tex-memoir/Makefile
diff -r1.3 -r1.4 pkgsrc/print/tex-memoir/distinfo
diff -r1.2 -r1.3 pkgsrc/print/tex-memoir-doc/Makefile
diff -r1.2 -r1.3 pkgsrc/print/tex-memoir-doc/distinfo

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

--- pkgsrc/print/tex-memoir/Makefile 2010/05/26 05:11:25 1.3
+++ pkgsrc/print/tex-memoir/Makefile 2010/09/19 23:17:17 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.3 2010/05/26 05:11:25 minskim Exp $ 1# $NetBSD: Makefile,v 1.4 2010/09/19 23:17:17 minskim Exp $
2 2
3DISTNAME= memoir 3DISTNAME= memoir
4PKGNAME= tex-${DISTNAME}-1.618033988c.6.0f 4PKGNAME= tex-${DISTNAME}-3.6fpl6.0g
5TEXLIVE_REV= 17927 5TEXLIVE_REV= 19776
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Typeset fiction, non-fiction and mathematical books 8COMMENT= Typeset fiction, non-fiction and mathematical books
9 9
10CONFLICTS+= teTeX-texmf<=3.0nb17 10CONFLICTS+= teTeX-texmf<=3.0nb17
11DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex 11DEPENDS+= tex-ifxetex>=0.6:../../print/tex-ifxetex
12DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek 12DEPENDS+= tex-oberdiek>=2009nb1:../../print/tex-oberdiek
13 13
14.include "../../print/texlive/package.mk" 14.include "../../print/texlive/package.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/print/tex-memoir/distinfo 2010/05/26 05:11:25 1.3
+++ pkgsrc/print/tex-memoir/distinfo 2010/09/19 23:17:17 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/05/26 05:11:25 minskim Exp $ 1$NetBSD: distinfo,v 1.4 2010/09/19 23:17:17 minskim Exp $
2 2
3SHA1 (tex-memoir-17927/memoir.tar.xz) = b3f8579de1c02e6db693fd26b5c81b16ba01b5e7 3SHA1 (tex-memoir-19776/memoir.tar.xz) = 74d43939ac4ce1c24be54eeb24f36ce3200d68bc
4RMD160 (tex-memoir-17927/memoir.tar.xz) = 6146ccfc79db609b906741671a15235c2941d9e6 4RMD160 (tex-memoir-19776/memoir.tar.xz) = cd4216d7fa764e701e4f20cdb5f38c68987ecd77
5Size (tex-memoir-17927/memoir.tar.xz) = 68872 bytes 5Size (tex-memoir-19776/memoir.tar.xz) = 69344 bytes

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

--- pkgsrc/print/tex-memoir-doc/Makefile 2010/05/26 05:11:25 1.2
+++ pkgsrc/print/tex-memoir-doc/Makefile 2010/09/19 23:17:17 1.3
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.2 2010/05/26 05:11:25 minskim Exp $ 1# $NetBSD: Makefile,v 1.3 2010/09/19 23:17:17 minskim Exp $
2 2
3DISTNAME= memoir.doc 3DISTNAME= memoir.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-1.618033988c.6.0f 4PKGNAME= tex-${DISTNAME:S/./-/}-3.6fpl6.0g
5TEXLIVE_REV= 17927 5TEXLIVE_REV= 19776
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Documentation for tex-memoir 8COMMENT= Documentation for tex-memoir
9 9
10CONFLICTS+= teTeX-texmf<=3.0nb17 10CONFLICTS+= teTeX-texmf<=3.0nb17
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.2 -r1.3 pkgsrc/print/tex-memoir-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-memoir-doc/distinfo 2010/05/26 05:11:25 1.2
+++ pkgsrc/print/tex-memoir-doc/distinfo 2010/09/19 23:17:17 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/05/26 05:11:25 minskim Exp $ 1$NetBSD: distinfo,v 1.3 2010/09/19 23:17:17 minskim Exp $
2 2
3SHA1 (tex-memoir-17927/memoir.doc.tar.xz) = 65980a590f83412e0a6e04532ba2354ac78dbb09 3SHA1 (tex-memoir-19776/memoir.doc.tar.xz) = 91242964d00a925038fd4f0bf51a8a305654197e
4RMD160 (tex-memoir-17927/memoir.doc.tar.xz) = dc8a0da497cacb61d25b3732f1968576c52639af 4RMD160 (tex-memoir-19776/memoir.doc.tar.xz) = 07fd5ae51f23ef7a3dbf16e04eb69beca64f4cad
5Size (tex-memoir-17927/memoir.doc.tar.xz) = 2778120 bytes 5Size (tex-memoir-19776/memoir.doc.tar.xz) = 2789020 bytes