Tue May 8 11:24:18 2018 UTC ()
tex-standalone{,-doc}: update to 1.3a

Bug fix update:
---------------

Fixed compatibility issues with LuaTeX which arised after non-backward-compatible updates to LuaTeX.

Config file:
 * Fixed log file warnings when used outside preamble by wrapping \PassOptionsToPackage call into preamble check.

Package:
 * Added check if \sa at requestedpage is undefined or empty, which can happen with newer versions of LuaLaTeX.
 * Updated page handling to new graphics driver version.

Also fixed the following reported bugs: (see https://bitbucket.org/martin_scharrer/standalone/issues)
 * Issue #22: Removed processing of AUX file with \globaldefs.
 * Issue #25: Changed how papersize special is added for dvips.
 * Issue #26: Adding '-units PixelsPerInch' to 'convert' call so that generated PNGs have correct units parameter.
 * Issue #30: Replaced jobname with subjobname in DVIPS precommand.
 * Issue #31: Added \makeatother before inputting .sta files so that the subpreamble-changed test works with files
using \makeatletter.
 * Issue #40: Corrected order of border option in manual.


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

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

--- pkgsrc/print/tex-standalone/Makefile 2015/08/02 12:01:39 1.2
+++ pkgsrc/print/tex-standalone/Makefile 2018/05/08 11:24:18 1.3
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.2 2015/08/02 12:01:39 markd Exp $ 1# $NetBSD: Makefile,v 1.3 2018/05/08 11:24:18 markd Exp $
2 2
3DISTNAME= standalone 3DISTNAME= standalone
4PKGNAME= tex-${DISTNAME}-1.2 4PKGNAME= tex-${DISTNAME}-1.3a
5TEXLIVE_REV= 37875 5TEXLIVE_REV= 47136
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/standalone 8HOMEPAGE= http://ctan.org/pkg/standalone
9COMMENT= Compile TeX pictures stand-alone or as part of a document 9COMMENT= Compile TeX pictures stand-alone or as part of a document
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
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.3 -r1.4 pkgsrc/print/tex-standalone/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-standalone/distinfo 2015/11/04 01:02:46 1.3
+++ pkgsrc/print/tex-standalone/distinfo 2018/05/08 11:24:18 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/11/04 01:02:46 agc Exp $ 1$NetBSD: distinfo,v 1.4 2018/05/08 11:24:18 markd Exp $
2 2
3SHA1 (tex-standalone-37875/standalone.tar.xz) = bbd8941f779ff5182ac4038990e41bb4aac98172 3SHA1 (tex-standalone-47136/standalone.tar.xz) = aa13e6a0c10fb95b607c60ef3fb802e8724a4a68
4RMD160 (tex-standalone-37875/standalone.tar.xz) = 7d305fee59db03363b60d61ddf7d81a5a4153766 4RMD160 (tex-standalone-47136/standalone.tar.xz) = 93a964388861a09d9f47edbf35358558fb5218da
5SHA512 (tex-standalone-37875/standalone.tar.xz) = 5eea6930975f9baf43b2d37401527cc390500167da769f29b7bd3130ee56b23cf28c1b43aa817e22976476bd04048ffe94d14321dfa0243c76b12f3069fddd92 5SHA512 (tex-standalone-47136/standalone.tar.xz) = 599fc0934d53eab3cb97bfed16317ebdd6f31b70e0016c3ce8c413752290319940a8793b0458abd58a2a2151f8f7156628b0a083f42a1fde73e0e7c666abbfcb
6Size (tex-standalone-37875/standalone.tar.xz) = 11416 bytes 6Size (tex-standalone-47136/standalone.tar.xz) = 11840 bytes

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

--- pkgsrc/print/tex-standalone-doc/Makefile 2015/08/02 12:01:39 1.2
+++ pkgsrc/print/tex-standalone-doc/Makefile 2018/05/08 11:24:18 1.3
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.2 2015/08/02 12:01:39 markd Exp $ 1# $NetBSD: Makefile,v 1.3 2018/05/08 11:24:18 markd Exp $
2 2
3DISTNAME= standalone.doc 3DISTNAME= standalone.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-1.2 4PKGNAME= tex-${DISTNAME:S/./-/}-1.3a
5TEXLIVE_REV= 37875 5TEXLIVE_REV= 47136
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/standalone 8HOMEPAGE= http://ctan.org/pkg/standalone
9COMMENT= Documentation for tex-standalone 9COMMENT= Documentation for tex-standalone
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
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.3 -r1.4 pkgsrc/print/tex-standalone-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/print/tex-standalone-doc/distinfo 2015/11/04 01:02:46 1.3
+++ pkgsrc/print/tex-standalone-doc/distinfo 2018/05/08 11:24:18 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/11/04 01:02:46 agc Exp $ 1$NetBSD: distinfo,v 1.4 2018/05/08 11:24:18 markd Exp $
2 2
3SHA1 (tex-standalone-37875/standalone.doc.tar.xz) = 487d143b4ea24ba2cc1cf75afe770514c9625f4d 3SHA1 (tex-standalone-47136/standalone.doc.tar.xz) = 280cf08b286800f2ea2c1a43c92f29839fde1482
4RMD160 (tex-standalone-37875/standalone.doc.tar.xz) = 98f009ab34413dfcd3e1a7f7a4b30da81584929e 4RMD160 (tex-standalone-47136/standalone.doc.tar.xz) = fd2fed1eecbf07f8f5619a3426be92caf749f861
5SHA512 (tex-standalone-37875/standalone.doc.tar.xz) = 1397dd6ae243346a20e679d913d328d597688f1ad78c2de1b72df3710290eb357f7e120cdf015cb5fc13dc9a7f094c8dbe00c72d5119af0b07515fca66187eaa 5SHA512 (tex-standalone-47136/standalone.doc.tar.xz) = d7b86ac37855a9f2471ded0bd3cd370d4e7e247b0bf8a5ff63aa44e6ff8648fc1a696e813e25871ca5e02cb364f4abeced6bfc40d2f1679e0d5a894ace0872b6
6Size (tex-standalone-37875/standalone.doc.tar.xz) = 266880 bytes 6Size (tex-standalone-47136/standalone.doc.tar.xz) = 270488 bytes