diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-12 22:36:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-12 22:36:14 +0000 |
commit | 75a30fd01f1b752cf6409bea193b41da0d91c5bf (patch) | |
tree | 4a07889f2e2b571068f45b40ee1658e10fb5dc9b /print/dvipng | |
parent | 9c35da7e1a7db0cf42398ece3dca1bfde95f2222 (diff) | |
download | pkgsrc-75a30fd01f1b752cf6409bea193b41da0d91c5bf.tar.gz |
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 (limited to 'print/dvipng')
-rw-r--r-- | print/dvipng/Makefile | 7 | ||||
-rw-r--r-- | print/dvipng/distinfo | 7 | ||||
-rw-r--r-- | print/dvipng/patches/patch-aa | 13 |
3 files changed, 22 insertions, 5 deletions
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile index 098684a0d89..79d752a60b8 100644 --- a/print/dvipng/Makefile +++ b/print/dvipng/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 --git a/print/dvipng/distinfo b/print/dvipng/distinfo index c3c540f3945..645899bcdf5 100644 --- a/print/dvipng/distinfo +++ b/print/dvipng/distinfo @@ -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 --git a/print/dvipng/patches/patch-aa b/print/dvipng/patches/patch-aa new file mode 100644 index 00000000000..a84c53b97ca --- /dev/null +++ b/print/dvipng/patches/patch-aa @@ -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 |