Skip to content

Commit 0dba69d

Browse files
author
markd
committed
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.
1 parent 882692f commit 0dba69d

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

print/tex-standalone-doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 $
22

33
DISTNAME= standalone.doc
4-
PKGNAME= tex-${DISTNAME:S/./-/}-1.2
5-
TEXLIVE_REV= 37875
4+
PKGNAME= tex-${DISTNAME:S/./-/}-1.3a
5+
TEXLIVE_REV= 47136
66

77
MAINTAINER= pkgsrc-users@NetBSD.org
88
HOMEPAGE= http://ctan.org/pkg/standalone

print/tex-standalone-doc/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 $
22

3-
SHA1 (tex-standalone-37875/standalone.doc.tar.xz) = 487d143b4ea24ba2cc1cf75afe770514c9625f4d
4-
RMD160 (tex-standalone-37875/standalone.doc.tar.xz) = 98f009ab34413dfcd3e1a7f7a4b30da81584929e
5-
SHA512 (tex-standalone-37875/standalone.doc.tar.xz) = 1397dd6ae243346a20e679d913d328d597688f1ad78c2de1b72df3710290eb357f7e120cdf015cb5fc13dc9a7f094c8dbe00c72d5119af0b07515fca66187eaa
6-
Size (tex-standalone-37875/standalone.doc.tar.xz) = 266880 bytes
3+
SHA1 (tex-standalone-47136/standalone.doc.tar.xz) = 280cf08b286800f2ea2c1a43c92f29839fde1482
4+
RMD160 (tex-standalone-47136/standalone.doc.tar.xz) = fd2fed1eecbf07f8f5619a3426be92caf749f861
5+
SHA512 (tex-standalone-47136/standalone.doc.tar.xz) = d7b86ac37855a9f2471ded0bd3cd370d4e7e247b0bf8a5ff63aa44e6ff8648fc1a696e813e25871ca5e02cb364f4abeced6bfc40d2f1679e0d5a894ace0872b6
6+
Size (tex-standalone-47136/standalone.doc.tar.xz) = 270488 bytes

print/tex-standalone/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 $
22

33
DISTNAME= standalone
4-
PKGNAME= tex-${DISTNAME}-1.2
5-
TEXLIVE_REV= 37875
4+
PKGNAME= tex-${DISTNAME}-1.3a
5+
TEXLIVE_REV= 47136
66

77
MAINTAINER= pkgsrc-users@NetBSD.org
88
HOMEPAGE= http://ctan.org/pkg/standalone

print/tex-standalone/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 $
22

3-
SHA1 (tex-standalone-37875/standalone.tar.xz) = bbd8941f779ff5182ac4038990e41bb4aac98172
4-
RMD160 (tex-standalone-37875/standalone.tar.xz) = 7d305fee59db03363b60d61ddf7d81a5a4153766
5-
SHA512 (tex-standalone-37875/standalone.tar.xz) = 5eea6930975f9baf43b2d37401527cc390500167da769f29b7bd3130ee56b23cf28c1b43aa817e22976476bd04048ffe94d14321dfa0243c76b12f3069fddd92
6-
Size (tex-standalone-37875/standalone.tar.xz) = 11416 bytes
3+
SHA1 (tex-standalone-47136/standalone.tar.xz) = aa13e6a0c10fb95b607c60ef3fb802e8724a4a68
4+
RMD160 (tex-standalone-47136/standalone.tar.xz) = 93a964388861a09d9f47edbf35358558fb5218da
5+
SHA512 (tex-standalone-47136/standalone.tar.xz) = 599fc0934d53eab3cb97bfed16317ebdd6f31b70e0016c3ce8c413752290319940a8793b0458abd58a2a2151f8f7156628b0a083f42a1fde73e0e7c666abbfcb
6+
Size (tex-standalone-47136/standalone.tar.xz) = 11840 bytes

0 commit comments

Comments
 (0)