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 dvipng-0.9. Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/660628121bce
branches: trunk
changeset: 467831:660628121bce
user: snj <snj%pkgsrc.org@localhost>
date: Sat Feb 07 00:51:58 2004 +0000
description:
Update to dvipng-0.9. Changes:
* New --expand-bbox switch
* code for getting image size info straight from preview-latex's
"tightpage" option
* Fix subpixel offsets
* Slight speedups
Remove info file from PLIST, as they are handled automatically these days.
Okayed by wiz.
diffstat:
print/dvipng/Makefile | 5 ++---
print/dvipng/PLIST | 3 +--
print/dvipng/distinfo | 10 ++++------
print/dvipng/patches/patch-aa | 13 -------------
print/dvipng/patches/patch-ab | 10 +++++-----
print/dvipng/patches/patch-ac | 12 ------------
6 files changed, 12 insertions(+), 41 deletions(-)
diffs (91 lines):
diff -r 5fcdb9f6f967 -r 660628121bce print/dvipng/Makefile
--- a/print/dvipng/Makefile Sat Feb 07 00:41:02 2004 +0000
+++ b/print/dvipng/Makefile Sat Feb 07 00:51:58 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/12/24 13:02:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/07 00:51:58 snj Exp $
#
-DISTNAME= dvipng-0.8
-PKGREVISION= 2
+DISTNAME= dvipng-0.9
CATEGORIES= textproc converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=preview-latex/}
diff -r 5fcdb9f6f967 -r 660628121bce print/dvipng/PLIST
--- a/print/dvipng/PLIST Sat Feb 07 00:41:02 2004 +0000
+++ b/print/dvipng/PLIST Sat Feb 07 00:51:58 2004 +0000
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/05 07:21:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/07 00:51:58 snj Exp $
bin/dvipng
-info/dvipng.info
diff -r 5fcdb9f6f967 -r 660628121bce print/dvipng/distinfo
--- a/print/dvipng/distinfo Sat Feb 07 00:41:02 2004 +0000
+++ b/print/dvipng/distinfo Sat Feb 07 00:51:58 2004 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.4 2003/12/15 13:45:07 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/02/07 00:51:58 snj Exp $
-SHA1 (dvipng-0.8.tar.gz) = 563115707185ef23bfe211518f4ff7c1555d718f
-Size (dvipng-0.8.tar.gz) = 119186 bytes
-SHA1 (patch-aa) = a493bdd38e2728b37efed8b0b2d46d199aebe77a
-SHA1 (patch-ab) = dfbcbdf80d503d5c63c892b77e739eb60bd07fc0
-SHA1 (patch-ac) = 05a6b2afdf13359313b7fb692d97bcd83e08bc43
+SHA1 (dvipng-0.9.tar.gz) = 939695fef36fd08c92596534cbd908e104e2e907
+Size (dvipng-0.9.tar.gz) = 121211 bytes
+SHA1 (patch-ab) = 72b603edda1c6acc1e2190384234f35666b1cd1f
diff -r 5fcdb9f6f967 -r 660628121bce print/dvipng/patches/patch-aa
--- a/print/dvipng/patches/patch-aa Sat Feb 07 00:41:02 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$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
diff -r 5fcdb9f6f967 -r 660628121bce print/dvipng/patches/patch-ab
--- a/print/dvipng/patches/patch-ab Sat Feb 07 00:41:02 2004 +0000
+++ b/print/dvipng/patches/patch-ab Sat Feb 07 00:51:58 2004 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.1 2003/12/15 13:45:07 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2004/02/07 00:51:58 snj Exp $
---- font.c.orig Sun Nov 30 12:56:55 2003
-+++ font.c
-@@ -294,7 +294,6 @@ void ClearFonts(void)
+--- font.c.orig 2004-01-16 04:35:29.000000000 -0800
++++ font.c 2004-02-06 16:32:49.000000000 -0800
+@@ -299,7 +299,6 @@ void ClearFonts(void)
while(hfontptr!=NULL) {
tmp=hfontptr->next;
DoneFont(hfontptr);
- free(hfontptr);
hfontptr=tmp;
}
- FreeFontNumP(dvi->fontnump);
+ if (dvi!=NULL)
diff -r 5fcdb9f6f967 -r 660628121bce print/dvipng/patches/patch-ac
--- a/print/dvipng/patches/patch-ac Sat Feb 07 00:41:02 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2003/12/15 13:45:07 wiz Exp $
-
---- tfm.c.orig Sun Nov 30 12:56:55 2003
-+++ tfm.c
-@@ -58,7 +58,6 @@ bool ReadTFM(struct font_entry * tfontp,
- c++;
- position += 4;
- }
-- free(width);
- return(true);
- }
-
Home |
Main Index |
Thread Index |
Old Index