Tue Feb 7 12:58:05 2017 UTC ()
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


(wiz)
diff -r1.7 -r1.8 pkgsrc/print/latexmk/Makefile
diff -r1.5 -r1.6 pkgsrc/print/latexmk/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/print/latexmk/Makefile (expand / switch to unified diff)

--- pkgsrc/print/latexmk/Makefile 2016/10/31 16:19:03 1.7
+++ pkgsrc/print/latexmk/Makefile 2017/02/07 12:58:05 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2016/10/31 16:19:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2017/02/07 12:58:05 wiz Exp $
2 2
3DISTNAME= latexmk-448 3DISTNAME= latexmk-452c
4CATEGORIES= print 4CATEGORIES= print
5MASTER_SITES= http://users.phys.psu.edu/~collins/software/latexmk/ 5MASTER_SITES= http://users.phys.psu.edu/~collins/software/latexmk/
6EXTRACT_SUFX= .zip 6EXTRACT_SUFX= .zip
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://users.phys.psu.edu/~collins/software/latexmk/ 9HOMEPAGE= http://users.phys.psu.edu/~collins/software/latexmk/
10COMMENT= Tool to completely automate generating output from LaTeX documents 10COMMENT= Tool to completely automate generating output from LaTeX documents
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 13DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
14 14
15WRKSRC= ${WRKDIR}/latexmk 15WRKSRC= ${WRKDIR}/latexmk
16 16

cvs diff -r1.5 -r1.6 pkgsrc/print/latexmk/distinfo (expand / switch to unified diff)

--- pkgsrc/print/latexmk/distinfo 2016/10/31 16:19:03 1.5
+++ pkgsrc/print/latexmk/distinfo 2017/02/07 12:58:05 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2016/10/31 16:19:03 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2017/02/07 12:58:05 wiz Exp $
2 2
3SHA1 (latexmk-448.zip) = 468b67d290814b00a262435f34290aa674015151 3SHA1 (latexmk-452c.zip) = 8dfaabb42108459d437f09f15e43103f440cd9a7
4RMD160 (latexmk-448.zip) = 352c99cab7009a7fda2a9a1396512082df7a86f5 4RMD160 (latexmk-452c.zip) = 760a912d1d8627c8263e8678f1ce75db86922a00
5SHA512 (latexmk-448.zip) = cfa5c4a95a902baf1d4c56303500e5d54369b68abaa52e904a62bbeaeeb356bfe711ea040f0f02067a40e3fc88a12b46136a3a6d9708a34c177a4bae0bb6b986 5SHA512 (latexmk-452c.zip) = 164837066a285e3ffca938eb735c35b253b2dba2addf1ae2b2db5155b0586f6f4e626faf86eb630f97ce296c03c5c1c2f0f3c61445a75b9132aff009d683aeba
6Size (latexmk-448.zip) = 452245 bytes 6Size (latexmk-452c.zip) = 391327 bytes