diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-28 22:23:25 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-28 22:23:25 +0000 |
commit | c2e9e7c0eb8919753467b943748de9ca02a51ab8 (patch) | |
tree | d4bc65116b74b5cf1e727c892f6665ab06f27226 /print/latex-mk | |
parent | 7bfae2570dd9ffbf43cce2386212deaed4f4840a (diff) | |
download | pkgsrc-c2e9e7c0eb8919753467b943748de9ca02a51ab8.tar.gz |
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 (limited to 'print/latex-mk')
-rw-r--r-- | print/latex-mk/Makefile | 8 | ||||
-rw-r--r-- | print/latex-mk/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile index a0c1aa86e6f..69e0cdbf9e9 100644 --- a/print/latex-mk/Makefile +++ b/print/latex-mk/Makefile @@ -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 @@ MAINTAINER= dmcmahill@NetBSD.org 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 --git a/print/latex-mk/distinfo b/print/latex-mk/distinfo index 5f2fe53cdab..a43e3ed82eb 100644 --- a/print/latex-mk/distinfo +++ b/print/latex-mk/distinfo @@ -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 |