pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/latexmk Updated latexmk to 452c.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8350ff6488c
branches:  trunk
changeset: 358209:a8350ff6488c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 07 12:58:05 2017 +0000

description:
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:

 print/latexmk/Makefile |   4 ++--
 print/latexmk/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ccb5f4a5dfd9 -r a8350ff6488c print/latexmk/Makefile
--- a/print/latexmk/Makefile    Tue Feb 07 12:54:54 2017 +0000
+++ b/print/latexmk/Makefile    Tue Feb 07 12:58:05 2017 +0000
@@ -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 -r ccb5f4a5dfd9 -r a8350ff6488c print/latexmk/distinfo
--- a/print/latexmk/distinfo    Tue Feb 07 12:54:54 2017 +0000
+++ b/print/latexmk/distinfo    Tue Feb 07 12:58:05 2017 +0000
@@ -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