Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C67F67A220 for ; Tue, 7 Feb 2017 12:58:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 77C7185609; Tue, 7 Feb 2017 12:58:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 08CF9855E1 for ; Tue, 7 Feb 2017 12:58:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qJzaGhBFvcsR for ; Tue, 7 Feb 2017 12:58:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 80AAC8556C for ; Tue, 7 Feb 2017 12:58:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5174AFBE4; Tue, 7 Feb 2017 12:58:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148647228595460" MIME-Version: 1.0 Date: Tue, 7 Feb 2017 12:58:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/latexmk To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170207125805.5174AFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148647228595460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_148647228595460 Content-Disposition: inline Content-Length: 1571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_148647228595460--