summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-07 12:58:05 +0000
committerwiz <wiz@pkgsrc.org>2017-02-07 12:58:05 +0000
commit080ea3186cb0e45d5073830f4bf0fceb7c851c75 (patch)
tree78837244c7547436d811d8171b31fa83f5424107 /print
parentdf08441239eed8512dc01f97a9a67036c4f38500 (diff)
downloadpkgsrc-080ea3186cb0e45d5073830f4bf0fceb7c851c75.tar.gz
Updated latexmk to 452c.
From v. 4.48 to 4.52 Optimize number of calls to kpsewhich. This often gives a considerable savings of run time when a document includes many graphics files that are in a texmf tree. Fix bug that if an .aux file is deleted and latexmk is run, the wrong number of runs of (pdf)latex was made. Fix related problem that latexmk sometimes does too few runs of (pdf)latex because of the incorrect detection that a file is only read after being written. Implement direct support for xelatex and lualatex. Previously these programs were used by configuring the $pdflatex so that the desired program is run instead of pdflatex. There are now configuration variables $xelatex and $lualatex to specify the commands used, and extra command line options -pdfxe and -pdflua. In the case of xelatex, considerable improvement in run time is given for documents containing large graphics files. This is because compilation is made first to an xdv file instead of direct to a pdf file. Only when this file is finalized is a single conversion to a pdf file made. (This last step can be especially time-consuming for documents that bring in large graphics files.) Correct detection for missing graphics files with xelatex. Work around LuaTeX line-wrapping bug. Update documentation. Minor improvements in code and diagnostics. From v. 4.52 to 4.52b Fix bug introduced in 4.52 that use of bibtex wasn't always detected when recorder mode is on. From v. 4.52b to 4.52c Document $kpsewhich_show variable. Make -jobname work with -pdfxe and -pdflua
Diffstat (limited to 'print')
-rw-r--r--print/latexmk/Makefile4
-rw-r--r--print/latexmk/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/print/latexmk/Makefile b/print/latexmk/Makefile
index dd05bb064c2..839d1e9c666 100644
--- a/print/latexmk/Makefile
+++ b/print/latexmk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/10/31 16:19:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/02/07 12:58:05 wiz Exp $
-DISTNAME= latexmk-448
+DISTNAME= latexmk-452c
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 30dc41d7f65..168e121a616 100644
--- a/print/latexmk/distinfo
+++ b/print/latexmk/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/10/31 16:19:03 wiz Exp $
+$NetBSD: distinfo,v 1.6 2017/02/07 12:58:05 wiz Exp $
-SHA1 (latexmk-448.zip) = 468b67d290814b00a262435f34290aa674015151
-RMD160 (latexmk-448.zip) = 352c99cab7009a7fda2a9a1396512082df7a86f5
-SHA512 (latexmk-448.zip) = cfa5c4a95a902baf1d4c56303500e5d54369b68abaa52e904a62bbeaeeb356bfe711ea040f0f02067a40e3fc88a12b46136a3a6d9708a34c177a4bae0bb6b986
-Size (latexmk-448.zip) = 452245 bytes
+SHA1 (latexmk-452c.zip) = 8dfaabb42108459d437f09f15e43103f440cd9a7
+RMD160 (latexmk-452c.zip) = 760a912d1d8627c8263e8678f1ce75db86922a00
+SHA512 (latexmk-452c.zip) = 164837066a285e3ffca938eb735c35b253b2dba2addf1ae2b2db5155b0586f6f4e626faf86eb630f97ce296c03c5c1c2f0f3c61445a75b9132aff009d683aeba
+Size (latexmk-452c.zip) = 391327 bytes