summaryrefslogtreecommitdiff
path: root/print/latex-mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-06-14 14:21:43 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-06-14 14:21:43 +0000
commit36555d1c39310d853a8b4bd68548f0d93dd40b75 (patch)
tree5e3e28eb069bb5b2f40b90130748aea520d28503 /print/latex-mk
parent167889f2006011e5661e95877686726c226fdaca (diff)
downloadpkgsrc-36555d1c39310d853a8b4bd68548f0d93dd40b75.tar.gz
Update to latex-mk-1.1
This is the "HTML Support" release. The significant changes/additions over the previous version are: # Support for HTML output. Either LaTeX2HTML or HeVeA may be used. * Fixed a bug where bibtex was not run sometimes when it needed to be run. This problem showed up with some versions of LaTeX. * Added a POST_BIBTEX_HOOK variable which specifies a program to be run after a BibTeX run. This gives users the ability to insert an additional processing step if desired.
Diffstat (limited to 'print/latex-mk')
-rw-r--r--print/latex-mk/Makefile9
-rw-r--r--print/latex-mk/distinfo7
-rw-r--r--print/latex-mk/patches/patch-aa13
3 files changed, 7 insertions, 22 deletions
diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile
index 66aab768f6a..6c0d5f1caaf 100644
--- a/print/latex-mk/Makefile
+++ b/print/latex-mk/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/05/22 11:27:01 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.5 2003/06/14 14:21:43 dmcmahill Exp $
#
-DISTNAME= latex-mk-1.0
-PKGREVISION= 1
+DISTNAME= latex-mk-1.1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
@@ -12,8 +11,8 @@ COMMENT= Makefile fragments and scripts for managing LaTeX documents
GNU_CONFIGURE= YES
-post-install:
- ${RM} -fr ${PREFIX}/share/latex-mk/testsuite
+TEST_DIRS= ${WRKSRC}
+TEST_TARGET= check
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/latex-mk/distinfo b/print/latex-mk/distinfo
index 7d746b0f063..5f2fe53cdab 100644
--- a/print/latex-mk/distinfo
+++ b/print/latex-mk/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/05/22 11:27:02 dmcmahill Exp $
+$NetBSD: distinfo,v 1.5 2003/06/14 14:21:43 dmcmahill Exp $
-SHA1 (latex-mk-1.0.tar.gz) = c06de8be9c2413cd9bdfad89b209b75698c0b829
-Size (latex-mk-1.0.tar.gz) = 388728 bytes
-SHA1 (patch-aa) = c2228ca2686c162a3646390cdf9c900aa81e13fb
+SHA1 (latex-mk-1.1.tar.gz) = 8ae4e23d08d2a6e86bf1af93c0c58ad516c6d784
+Size (latex-mk-1.1.tar.gz) = 416360 bytes
diff --git a/print/latex-mk/patches/patch-aa b/print/latex-mk/patches/patch-aa
deleted file mode 100644
index 7ce617120b1..00000000000
--- a/print/latex-mk/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/05/22 11:27:02 dmcmahill Exp $
-
---- latex-mk.in.orig Sat Feb 22 09:28:47 2003
-+++ latex-mk.in
-@@ -141,7 +141,7 @@ while test $cnt -lt $MAXITERS ; do
- # wants to keep running latex and viewing/printing the results with these
- # errors present, provide a way to override this.
- #
-- needbib=`grep "Citation.*on page.*undefined" $LATEX_MK_LOG`
-+ needbib=`grep "Citation.*undefined" $LATEX_MK_LOG`
- if test -n "$needbib" ; then
- if test $bibcnt -eq 0 ; then
- echo "$sep"