pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/latex-mk update to latex-mk-1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e61d4b13a7b
branches:  trunk
changeset: 507179:5e61d4b13a7b
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sat Jan 28 05:46:02 2006 +0000

description:
update to latex-mk-1.5
     * When  using  tex2page or HeVeA for html output, do not force the running of LaTeX. With latex2html,
       LaTeX will still be run because latex2html makes use of the .aux files generated by LaTeX.
     * Fixed a bug where if the BibTeX input file was modified LaTeX would be run again but not BibTeX.
     * Added  a  --tex2page  mode  for  latex-mk  (the  script)  which allows latex-mk to run tex2page the
       appropriate number of times to resolves all references.
     * Improve the cleaning of tex2page generated output.
     * Added latex.subdir.mk to support recursive builds.

diffstat:

 print/latex-mk/Makefile         |   4 ++--
 print/latex-mk/PLIST            |   4 +++-
 print/latex-mk/distinfo         |   9 ++++-----
 print/latex-mk/patches/patch-aa |  20 --------------------
 4 files changed, 9 insertions(+), 28 deletions(-)

diffs (69 lines):

diff -r fabe9c58dc10 -r 5e61d4b13a7b print/latex-mk/Makefile
--- a/print/latex-mk/Makefile   Sat Jan 28 03:03:11 2006 +0000
+++ b/print/latex-mk/Makefile   Sat Jan 28 05:46:02 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/10/05 01:48:40 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.14 2006/01/28 05:46:02 dmcmahill Exp $
 #
 
-DISTNAME=      latex-mk-1.4
+DISTNAME=      latex-mk-1.5
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
 
diff -r fabe9c58dc10 -r 5e61d4b13a7b print/latex-mk/PLIST
--- a/print/latex-mk/PLIST      Sat Jan 28 03:03:11 2006 +0000
+++ b/print/latex-mk/PLIST      Sat Jan 28 05:46:02 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/10/05 01:48:40 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/01/28 05:46:02 dmcmahill Exp $
 bin/ieee-copyout
 bin/latex-mk
 share/latex-mk/dated_draft.ps
@@ -19,6 +19,8 @@
 share/latex-mk/latex-mk.ps
 share/latex-mk/latex.gmk
 share/latex-mk/latex.mk
+share/latex-mk/latex.subdir.gmk
+share/latex-mk/latex.subdir.mk
 share/latex-mk/lgrind.gmk
 share/latex-mk/lgrind.mk
 share/latex-mk/tgif.gmk
diff -r fabe9c58dc10 -r 5e61d4b13a7b print/latex-mk/distinfo
--- a/print/latex-mk/distinfo   Sat Jan 28 03:03:11 2006 +0000
+++ b/print/latex-mk/distinfo   Sat Jan 28 05:46:02 2006 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/10/05 01:48:40 dmcmahill Exp $
+$NetBSD: distinfo,v 1.10 2006/01/28 05:46:02 dmcmahill Exp $
 
-SHA1 (latex-mk-1.4.tar.gz) = 6c927eec3f9cb7910c4debf62e6377a95414d5bb
-RMD160 (latex-mk-1.4.tar.gz) = cdf67fca28821b2ffa6efe0363bdcf18a2f3b4e8
-Size (latex-mk-1.4.tar.gz) = 519682 bytes
-SHA1 (patch-aa) = 4f7531b467be4ed943aad0ae705052b6b0f7f788
+SHA1 (latex-mk-1.5.tar.gz) = 92ecf6b6a1543350413cb6a65aa45e386bfa5f87
+RMD160 (latex-mk-1.5.tar.gz) = 2ef84c0a9e824083052d041c3290733573c10a15
+Size (latex-mk-1.5.tar.gz) = 533478 bytes
diff -r fabe9c58dc10 -r 5e61d4b13a7b print/latex-mk/patches/patch-aa
--- a/print/latex-mk/patches/patch-aa   Sat Jan 28 03:03:11 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/10/05 01:48:40 dmcmahill Exp $
-
-already fixed in the upstream sources.
-
---- testsuite/run_tests.sh.orig        2005-10-04 21:51:02.000000000 +0000
-+++ testsuite/run_tests.sh     2005-10-05 01:38:24.000000000 +0000
-@@ -133,4 +133,6 @@
- LATEX2RTF_ENV=
- LATEX2RTF_FLAGS=
-+LGRIND=lgrind
-+LGRIND_FLAGS=-i
- LPR=lpr
- LPR_FLAGS=
-@@ -180,4 +182,6 @@
- export LATEX2RTF_ENV
- export LATEX2RTF_FLAGS
-+export LGRIND
-+export LGRIND_FLAGS
- export LPR
- export LPR_FLAGS



Home | Main Index | Thread Index | Old Index