summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-12-01 16:44:05 +0000
committerwiz <wiz@pkgsrc.org>2018-12-01 16:44:05 +0000
commit8127f526c606414040cc9b18a5ce4d38cb22c0d4 (patch)
treebcffe475cdcf0cb3aee31e25e80b2bcfe2be603d /print
parent07f1aeed064526aa97a2efb8899cfad8cdb5b385 (diff)
downloadpkgsrc-8127f526c606414040cc9b18a5ce4d38cb22c0d4.tar.gz
latexmk: update to 461.
From v. 4.59 to 4.61 Add -pdfxelatex and -pdflualatex options to set commands for xelatex and lualatex (in analogy with -pdflatex and -latex). Correct bug that use of -gg option with -deps-file option did not create deps file. After run of latex/pdflatex (etc), report count of warnings about missing characters (typically unavailable Unicode characters). Messages about this may appear only in the .log file and are therefore easily missed by the user. Fix problem that if biber gets a remote file, latexmk would report it incorrectly as a missing file. Provide routines for setting all of $latex, etc, with a common pattern. Variables, options, placeholders for executing code in *latex before inputting source file. The new variable is $pre_tex_code, the options are -pretex, -usepretex, and the new placeholders are %P and %U. Improved definitions provided for the configuration of latexmk to use pythontex; see the file pythontex-latexmkrc in the directory example_rcfiles. Correction to use of specifications in $clean_ext and $clean_full_ext so that %R can appear in the interior of a string as in 'pythontex-files-%R/*'. Updates of documentation.
Diffstat (limited to 'print')
-rw-r--r--print/latexmk/Makefile5
-rw-r--r--print/latexmk/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/print/latexmk/Makefile b/print/latexmk/Makefile
index d7649f463af..e448c21487a 100644
--- a/print/latexmk/Makefile
+++ b/print/latexmk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/08/22 09:46:14 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/12/01 16:44:05 wiz Exp $
-DISTNAME= latexmk-459
-PKGREVISION= 1
+DISTNAME= latexmk-461
CATEGORIES= print
MASTER_SITES= http://users.phys.psu.edu/~collins/software/latexmk/
EXTRACT_SUFX= .zip
diff --git a/print/latexmk/distinfo b/print/latexmk/distinfo
index 06396ca6697..9255c463c63 100644
--- a/print/latexmk/distinfo
+++ b/print/latexmk/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/08/16 12:02:10 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/12/01 16:44:05 wiz Exp $
-SHA1 (latexmk-459.zip) = 8050eff7df367581abbe414e2be4f7552ab6f3cd
-RMD160 (latexmk-459.zip) = c444fa7ae22f3721534ac5f40098bd9726349927
-SHA512 (latexmk-459.zip) = 2d317f9e4181e956b359f4df188caffde94858cdc091a31f613c0c77cf09896dfd31c34f8b80b3f21c039d51d4903c22330fddbf43bfffe3d8014c028bb37f07
-Size (latexmk-459.zip) = 434050 bytes
+SHA1 (latexmk-461.zip) = d1db4d008c6318167eff7091e64c0221e3292cbc
+RMD160 (latexmk-461.zip) = 921fce511be50fee61aa3cf8b7f323a541965778
+SHA512 (latexmk-461.zip) = d874de8ff91826469b01cbc77f0e8a66e93265b6605af3efd22244ef37bce18c8ef39ee0b0720bca9170a99cbf767eab62c396678e21332e7c12a957fb5791ff
+Size (latexmk-461.zip) = 449697 bytes