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.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/822571b91a49
branches:  trunk
changeset: 471498:822571b91a49
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sun Mar 28 22:23:25 2004 +0000

description:
update to latex-mk-1.2.

Changes are:

* Fixed a bug which prevented the POST_BIBTEX_HOOK hook from actually
  doing anything
* Dropped -Ppdf from the default DVIPS_FLAGS. Users who wish to keep
  -Ppdf as part of DVIPS_FLAGS can add it to the site configuration
  file, user configuration file, or project Makefile.
* Added DVIPDFM_ENV variable for running @code{dvipdfm} inside a
  customized environment.
* Preliminary Rich Text Format (RTF) output support. The new rtf target
  will use latex2rtf to produce an RTF version of your document. Use this
  when sending your documents to the text-formatter-challenged.
* Fixed a bug where a list of figures, list of tables, and table of
  contents were sometimes not fully up to date in the final output.
* Added support for using ImageMagick to convert JPEG and PNG files to
  EPS for inclusion in a document.

diffstat:

 print/latex-mk/Makefile |  8 +++++---
 print/latex-mk/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 713470d68109 -r 822571b91a49 print/latex-mk/Makefile
--- a/print/latex-mk/Makefile   Sun Mar 28 22:11:32 2004 +0000
+++ b/print/latex-mk/Makefile   Sun Mar 28 22:23:25 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/08/09 11:20:38 seb Exp $
+# $NetBSD: Makefile,v 1.10 2004/03/28 22:23:25 dmcmahill Exp $
 #
 
-DISTNAME=      latex-mk-1.1
+DISTNAME=      latex-mk-1.2
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
 
@@ -9,7 +9,9 @@
 HOMEPAGE=      http://latex-mk.sourceforge.net/
 COMMENT=       Makefile fragments and scripts for managing LaTeX documents
 
-GNU_CONFIGURE= YES
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+GNU_CONFIGURE=         YES
 
 INFO_FILES=    latex-mk.info
 
diff -r 713470d68109 -r 822571b91a49 print/latex-mk/distinfo
--- a/print/latex-mk/distinfo   Sun Mar 28 22:11:32 2004 +0000
+++ b/print/latex-mk/distinfo   Sun Mar 28 22:23:25 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2003/06/14 14:21:43 dmcmahill Exp $
+$NetBSD: distinfo,v 1.6 2004/03/28 22:23:25 dmcmahill Exp $
 
-SHA1 (latex-mk-1.1.tar.gz) = 8ae4e23d08d2a6e86bf1af93c0c58ad516c6d784
-Size (latex-mk-1.1.tar.gz) = 416360 bytes
+SHA1 (latex-mk-1.2.tar.gz) = 9f8e0f035173f1f5a7d0e9877b26f4a7f55e8024
+Size (latex-mk-1.2.tar.gz) = 431904 bytes



Home | Main Index | Thread Index | Old Index