summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2014-06-05 16:37:33 +0000
committerwiz <wiz>2014-06-05 16:37:33 +0000
commit83de9a92b65ed3b3eaa4cdf64f7479d5d5befe9a (patch)
tree1a1899bc68ee99bedd9224ba96e996028c397237
parent7b92729b01254e37567b237239be876cb26033b5 (diff)
downloadpkgsrc-83de9a92b65ed3b3eaa4cdf64f7479d5d5befe9a.tar.gz
Update to 439:
From v. 4.35 to 4.37 Correct failure that happens when name of current directory contains characters with special meaning in regular expression. -rules option now works with -pvc Add -lualatex option, like -xelatex. File specifications in $clean_ext and $clean_full_ext are allowed to contain wildcards. Warnings are given when rc file is a directory instead of a file. Correct bug that if revtex4-1.cls is used, footnotes are set to be in the bibliography, and latexmk's aux_dir or out_dir is set, then latexmk fails to run bibtex when needed, because the relevant bib file is not found. Other minor corrections and code improvements. Documentation updates and corrections. From v. 4.37 to 4.39 Automatic creation of necessary subdirectories of auxdir when needed for writing aux files. Add error diagnostics to if_source Allow $print_type = 'auto', and make this the default, so that when the -p option to latexmk is used to print the file, the default is to determine the type of file to be printed, rather than always requiring postscript. Fix the failures when dealing with directories whose names contained certain special characters in them (notably '[', ']' and space). [Technical issue: these characters had special meaning when previously interpreted as metacharacters in a glob operation.] This gives dependency on Perl's File::Glob module, which is a standard module in normal installations of Perl. When an output directory is a subdirectory of a directory, ensure that it is correctly created, if it has to be created. Previously, the creation of the output directory when it does not exist only worked for one level. This gives dependency on Perl's File::Path module with v. >= 2.08, which is a standard module in normal installations of Perl. In output of dependencies, include pathname of target file(s) in the rule. In -pvc mode, writing of deps file (caused by the -M and related options) is per make not per overall run. From v. 4.39 to 4.39 documentation update of 2 Dec 2013 Correct two errors in documentation and in the file COPYING.
-rw-r--r--print/latexmk/DESCR1
-rw-r--r--print/latexmk/Makefile6
-rw-r--r--print/latexmk/distinfo8
3 files changed, 6 insertions, 9 deletions
diff --git a/print/latexmk/DESCR b/print/latexmk/DESCR
index 218939694bc..bcfac5de501 100644
--- a/print/latexmk/DESCR
+++ b/print/latexmk/DESCR
@@ -7,4 +7,3 @@ resolve cross references, and run auxiliary programs (bibtex, makeindex) if
necessary. It can also be set to run continuously with a previewer, in which
case the needed commands are re-run whenever one of the source files is
modified.
-
diff --git a/print/latexmk/Makefile b/print/latexmk/Makefile
index 1dab906e207..43c30020b3f 100644
--- a/print/latexmk/Makefile
+++ b/print/latexmk/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/05/29 23:37:16 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.3 2014/06/05 16:37:33 wiz Exp $
-DISTNAME= latexmk-435
-PKGREVISION= 1
+DISTNAME= latexmk-439
CATEGORIES= print
MASTER_SITES= http://users.phys.psu.edu/~collins/software/latexmk/
EXTRACT_SUFX= .zip
diff --git a/print/latexmk/distinfo b/print/latexmk/distinfo
index e3b27f0c734..ee354836bb7 100644
--- a/print/latexmk/distinfo
+++ b/print/latexmk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/05/21 01:33:59 joerg Exp $
+$NetBSD: distinfo,v 1.2 2014/06/05 16:37:33 wiz Exp $
-SHA1 (latexmk-435.zip) = 5d68194893747b76b826d382f635e4258be0ea1d
-RMD160 (latexmk-435.zip) = 6875f971dbc3470b84a5aaa5da3735e0bd7f734c
-Size (latexmk-435.zip) = 386766 bytes
+SHA1 (latexmk-439.zip) = dc925db1c81643d49754807bcc5ef0752b617b47
+RMD160 (latexmk-439.zip) = b53599a90330b891c2a48d625c10ab137a737e0c
+Size (latexmk-439.zip) = 418340 bytes