pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/dvipng Update to 0.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00d1d4a07a52
branches:  trunk
changeset: 464569:00d1d4a07a52
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 12 22:36:14 2003 +0000

description:
Update to 0.8:
New in 0.8
This release adds --depth and --height options for vertical
positioning on webpages and whatnot. It also fixes some bugs, in
particular one that would hang dvipng in certain PostScript font
installs.

New in 0.7
This release focuses on PostScript and TrueType font support. If the
FreeType font library is present, dvipng will be able to render fonts
internally, rather than relying on gsftopk. This will reduce disk
clutter, especially when rendering at unusual resolutions.

diffstat:

 print/dvipng/Makefile         |   7 +++++--
 print/dvipng/distinfo         |   7 ++++---
 print/dvipng/patches/patch-aa |  13 +++++++++++++
 3 files changed, 22 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r cf1c42a058e4 -r 00d1d4a07a52 print/dvipng/Makefile
--- a/print/dvipng/Makefile     Fri Dec 12 22:33:36 2003 +0000
+++ b/print/dvipng/Makefile     Fri Dec 12 22:36:14 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/08/30 15:59:40 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/12 22:36:14 wiz Exp $
 #
 
-DISTNAME=              dvipng-0.6
+DISTNAME=              dvipng-0.8
 CATEGORIES=            textproc converters
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=preview-latex/}
 
@@ -16,6 +16,9 @@
 
 INFO_FILES=            dvipng.info
 
+BUILDLINK_DEPENDS.freetype2?=  freetype2>=2.1.3
+
+.include "../../graphics/freetype2/buildlink2.mk"
 .include "../../graphics/gd/buildlink2.mk"
 .include "../../graphics/png/buildlink2.mk"
 .include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
diff -r cf1c42a058e4 -r 00d1d4a07a52 print/dvipng/distinfo
--- a/print/dvipng/distinfo     Fri Dec 12 22:33:36 2003 +0000
+++ b/print/dvipng/distinfo     Fri Dec 12 22:36:14 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/08/30 15:59:40 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/12/12 22:36:14 wiz Exp $
 
-SHA1 (dvipng-0.6.tar.gz) = db5e0f94a0decf70f3cb36751c7963670acbdf92
-Size (dvipng-0.6.tar.gz) = 107221 bytes
+SHA1 (dvipng-0.8.tar.gz) = 563115707185ef23bfe211518f4ff7c1555d718f
+Size (dvipng-0.8.tar.gz) = 119186 bytes
+SHA1 (patch-aa) = a493bdd38e2728b37efed8b0b2d46d199aebe77a
diff -r cf1c42a058e4 -r 00d1d4a07a52 print/dvipng/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/dvipng/patches/patch-aa     Fri Dec 12 22:36:14 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2003/12/12 22:36:14 wiz Exp $
+
+--- configure.orig     Tue Dec  9 22:42:51 2003
++++ configure
+@@ -6237,7 +6237,7 @@ echo "${ECHO_T}$TEXMF_CNF" >&6
+ echo $ECHO_N "checking for psfonts.map... $ECHO_C" >&6
+   cp `which kpsewhich` .
+   PSFONTS_MAP=`./kpsewhich psfonts.map`
+-  rm ./kpsewhich
++  rm -f ./kpsewhich
+   if test -n "$PSFONTS_MAP"; then
+     echo "$as_me:$LINENO: result: $PSFONTS_MAP" >&5
+ echo "${ECHO_T}$PSFONTS_MAP" >&6



Home | Main Index | Thread Index | Old Index