pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/latexmk
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 7 12:58:05 UTC 2017
Modified Files:
pkgsrc/print/latexmk: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/latexmk/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/latexmk/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/latexmk/Makefile
diff -u pkgsrc/print/latexmk/Makefile:1.7 pkgsrc/print/latexmk/Makefile:1.8
--- pkgsrc/print/latexmk/Makefile:1.7 Mon Oct 31 16:19:03 2016
+++ pkgsrc/print/latexmk/Makefile Tue Feb 7 12:58:05 2017
@@ -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
Index: pkgsrc/print/latexmk/distinfo
diff -u pkgsrc/print/latexmk/distinfo:1.5 pkgsrc/print/latexmk/distinfo:1.6
--- pkgsrc/print/latexmk/distinfo:1.5 Mon Oct 31 16:19:03 2016
+++ pkgsrc/print/latexmk/distinfo Tue Feb 7 12:58:05 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index