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: Sat Dec 1 16:44:06 UTC 2018
Modified Files:
pkgsrc/print/latexmk: Makefile distinfo
Log Message:
latexmk: update to 461.
>From v. 4.59 to 4.61
Add -pdfxelatex and -pdflualatex options to set commands for
xelatex and lualatex (in analogy with -pdflatex and -latex).
Correct bug that use of -gg option with -deps-file option
did not create deps file.
After run of latex/pdflatex (etc), report count of warnings about missing
characters (typically unavailable Unicode characters). Messages about
this may appear only in the .log file and are therefore easily missed
by the user.
Fix problem that if biber gets a remote file, latexmk would report it
incorrectly as a missing file.
Provide routines for setting all of $latex, etc, with a common pattern.
Variables, options, placeholders for executing code in *latex before
inputting source file. The new variable is $pre_tex_code, the
options are -pretex, -usepretex, and the new placeholders are %P
and %U.
Improved definitions provided for the configuration of latexmk to
use pythontex; see the file pythontex-latexmkrc in the directory
example_rcfiles.
Correction to use of specifications in $clean_ext and
$clean_full_ext so that %R can appear in the interior of a string
as in 'pythontex-files-%R/*'.
Updates of documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/latexmk/Makefile
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/print/latexmk/Makefile:1.15
--- pkgsrc/print/latexmk/Makefile:1.14 Wed Aug 22 09:46:14 2018
+++ pkgsrc/print/latexmk/Makefile Sat Dec 1 16:44:05 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/08/22 09:46:14 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/12/01 16:44:05 wiz Exp $
-DISTNAME= latexmk-459
-PKGREVISION= 1
+DISTNAME= latexmk-461
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.11 pkgsrc/print/latexmk/distinfo:1.12
--- pkgsrc/print/latexmk/distinfo:1.11 Thu Aug 16 12:02:10 2018
+++ pkgsrc/print/latexmk/distinfo Sat Dec 1 16:44:05 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/08/16 12:02:10 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/12/01 16:44:05 wiz Exp $
-SHA1 (latexmk-459.zip) = 8050eff7df367581abbe414e2be4f7552ab6f3cd
-RMD160 (latexmk-459.zip) = c444fa7ae22f3721534ac5f40098bd9726349927
-SHA512 (latexmk-459.zip) = 2d317f9e4181e956b359f4df188caffde94858cdc091a31f613c0c77cf09896dfd31c34f8b80b3f21c039d51d4903c22330fddbf43bfffe3d8014c028bb37f07
-Size (latexmk-459.zip) = 434050 bytes
+SHA1 (latexmk-461.zip) = d1db4d008c6318167eff7091e64c0221e3292cbc
+RMD160 (latexmk-461.zip) = 921fce511be50fee61aa3cf8b7f323a541965778
+SHA512 (latexmk-461.zip) = d874de8ff91826469b01cbc77f0e8a66e93265b6605af3efd22244ef37bce18c8ef39ee0b0720bca9170a99cbf767eab62c396678e21332e7c12a957fb5791ff
+Size (latexmk-461.zip) = 449697 bytes
Home |
Main Index |
Thread Index |
Old Index