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 Nov 28 13:49:27 UTC 2017
Modified Files:
pkgsrc/print/latexmk: Makefile distinfo
Log Message:
latexmk: update to 454.
>From v. 4.52c to 4.54
In deps_list, correct bug in identifying generated files.
Otherwise, generated files could have been identified as true
source files.
Remove insertion of name of deps file in list of targets in deps file.
Don't send to screen deps info in deps mode (unless diagnostics on).
Correct ordering of list of options given by -help.
Fix incorrect deletion of non-generated aux files.
Optimize away current directory string in $out_dir and $aux_dir.
Make compatible with future versions of Perl where File::Glob's glob
function won't exist.
Add extra value 1.5 for $bibtex_use, with corresponding option
-bibtex-cond1; this treats bbl files as conditionally precious in
cleanup operations, depending on the existence or non-exisitence
of bib files.
When running bibtex, ensure that the change in search paths is made to work
around deficiencies in bibtex is local and does not affect other
programs.
Collection of timing information now works in silent mode.
Set better default previewers for MSys.
Restore default of $analyze_input_log_always to 1.
This restores the default detection of certain constructs for dependencies
for input files in the .log file. See the comments on this variable in
latexmk.pl for details. This works around a problem caused by a change in
the behavior of lualatex in TeXLive 2017; it no longer lists all input
files in the .fls file. Note that latexmk.pl always examines the .log
file for relevant information. The variable $analyze_input_log_always
only concerns whether it looks for <...> and (...) constructs.
Add item to @file_not_found for the particular format of generic package
warning about "No file", that is produced by glossaries-extra, and
probably other packages.
Documentation improvements, especially on methods of implementing
custom dependencies for multiple kinds of index.
Document $kpsewhich_show variable.
Add a sample latexmkrc file for use with bib2gls and glossaries-extra.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/latexmk/Makefile
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/print/latexmk/Makefile:1.9
--- pkgsrc/print/latexmk/Makefile:1.8 Tue Feb 7 12:58:05 2017
+++ pkgsrc/print/latexmk/Makefile Tue Nov 28 13:49:27 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/02/07 12:58:05 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/11/28 13:49:27 wiz Exp $
-DISTNAME= latexmk-452c
+DISTNAME= latexmk-454
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.6 pkgsrc/print/latexmk/distinfo:1.7
--- pkgsrc/print/latexmk/distinfo:1.6 Tue Feb 7 12:58:05 2017
+++ pkgsrc/print/latexmk/distinfo Tue Nov 28 13:49:27 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/02/07 12:58:05 wiz Exp $
+$NetBSD: distinfo,v 1.7 2017/11/28 13:49:27 wiz Exp $
-SHA1 (latexmk-452c.zip) = 8dfaabb42108459d437f09f15e43103f440cd9a7
-RMD160 (latexmk-452c.zip) = 760a912d1d8627c8263e8678f1ce75db86922a00
-SHA512 (latexmk-452c.zip) = 164837066a285e3ffca938eb735c35b253b2dba2addf1ae2b2db5155b0586f6f4e626faf86eb630f97ce296c03c5c1c2f0f3c61445a75b9132aff009d683aeba
-Size (latexmk-452c.zip) = 391327 bytes
+SHA1 (latexmk-454.zip) = 256133135fe19c3faaac3ea693f7eafea9d0ce28
+RMD160 (latexmk-454.zip) = 58a90b3c66ce417b600623df97ccac3e46bd24b4
+SHA512 (latexmk-454.zip) = 6866622def84c135a2b0eceb0388e442bae377a961ea492eb2eadacac319fc23e0589c83d21fa75be263f7e25649e5c0746c1314b8c991cca9b82f38ebad9f0d
+Size (latexmk-454.zip) = 407014 bytes
Home |
Main Index |
Thread Index |
Old Index