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: Sun May 27 12:26:09 UTC 2018
Modified Files:
pkgsrc/print/latexmk: Makefile distinfo
Log Message:
latexmk: update to 456.
>From v. 4.55 to 4.55a
Add option that latexmk returns a non-zero status code when
the final run of (pdf)latex gives warnings about undefined
references or citations or about multiply defined references.
Implement $warning_cmd to allow a visual cue for these situations in
pvc mode (in addition to the current possibilities for
$compiling_cmd, $success_cmd and $failure_cmd).
>From v. 4.55a to 4.56
Correct parsing of biber's log file.
Implement $warning_cmd.
Deal correctly with situation that files reported in the .fls file
as INPUT or OUTPUT files no longer exist at end of run. These
files aren't true source files or generated files from latexmk's
point of view. Such cases can arise from a bug in the TeX
engine (as with lualatex in TeXLive 2016/2017). They can also
arise when temporary files are created, read and deleted during
a run (as with the minted package).
Update example latexmrc file for pythontex.
Better error message when .bib file(s) not found.
Better handling and diagnostics when names of expected and actual
names of .log disagree.
In particular, there is some automatic reconfiguration when .log
file is not in expected place (e.g., because $aux_dir is different
to $out_dir, but TeXLive is used, so -aux-directory option for TeX
engines isn't supported).
Fix problem of .bib files sometimes not being found by bibtex when
latexmk runs under msys and -outputdirectory is specified.
Add use of environment variable LATEXMKRCSYS to specify system rc
file.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/latexmk/Makefile
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/print/latexmk/Makefile:1.12
--- pkgsrc/print/latexmk/Makefile:1.11 Sun Jan 28 15:58:48 2018
+++ pkgsrc/print/latexmk/Makefile Sun May 27 12:26:09 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/01/28 15:58:48 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/05/27 12:26:09 wiz Exp $
-DISTNAME= latexmk-455
+DISTNAME= latexmk-456
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.9 pkgsrc/print/latexmk/distinfo:1.10
--- pkgsrc/print/latexmk/distinfo:1.9 Sun Jan 28 15:58:48 2018
+++ pkgsrc/print/latexmk/distinfo Sun May 27 12:26:09 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/01/28 15:58:48 wiz Exp $
+$NetBSD: distinfo,v 1.10 2018/05/27 12:26:09 wiz Exp $
-SHA1 (latexmk-455.zip) = b472fb7a5af1cf629cf5004d62a49f6d811a5fcf
-RMD160 (latexmk-455.zip) = c4370e8f75c7745ad9f79ee7029b8140b73a3568
-SHA512 (latexmk-455.zip) = 6673088c3bd094e30263501a5f38b12e265e9b7646baeb39e1c0803b1542f6b66253329d33085f1d57761877d33f55cd1b5f5dee87e8d87449d3111fc8962a32
-Size (latexmk-455.zip) = 414255 bytes
+SHA1 (latexmk-456.zip) = 3bde82d708279cd4f7ff859fad35c528137ea917
+RMD160 (latexmk-456.zip) = cf9f871ba1138a557d1d014d311f1fe0e2141d3e
+SHA512 (latexmk-456.zip) = ff169ff677367125b32e7641e9fabc66d9fb015e6cf1433d39c598baf17a926e0d29c975c4a8fa8ed482b4bc57ff177cfedc058ebdc83a3abadde50f9a490d91
+Size (latexmk-456.zip) = 425179 bytes
Home |
Main Index |
Thread Index |
Old Index