pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/dvipng Changes 1.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b09a645c797e
branches:  trunk
changeset: 508054:b09a645c797e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 13 20:31:43 2006 +0000

description:
Changes 1.7:
* fixes a font-handling bug and some build issues.

diffstat:

 print/dvipng/Makefile         |   6 ++----
 print/dvipng/PLIST            |   5 ++++-
 print/dvipng/distinfo         |  10 +++++-----
 print/dvipng/patches/patch-ab |   6 +++---
 4 files changed, 14 insertions(+), 13 deletions(-)

diffs (59 lines):

diff -r 78bc5d987eca -r b09a645c797e print/dvipng/Makefile
--- a/print/dvipng/Makefile     Mon Feb 13 19:27:41 2006 +0000
+++ b/print/dvipng/Makefile     Mon Feb 13 20:31:43 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:10:36 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/02/13 20:31:43 adam Exp $
 
-DISTNAME=      dvipng-1.0
-PKGREVISION=   4
+DISTNAME=      dvipng-1.7
 CATEGORIES=    textproc converters
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=dvipng/}
 
@@ -21,5 +20,4 @@
 .include "../../graphics/gd/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/tex.buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r 78bc5d987eca -r b09a645c797e print/dvipng/PLIST
--- a/print/dvipng/PLIST        Mon Feb 13 19:27:41 2006 +0000
+++ b/print/dvipng/PLIST        Mon Feb 13 20:31:43 2006 +0000
@@ -1,2 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2004/02/07 00:51:58 snj Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/02/13 20:31:43 adam Exp $
+bin/dvigif
 bin/dvipng
+man/man1/dvigif.1
+man/man1/dvipng.1
diff -r 78bc5d987eca -r b09a645c797e print/dvipng/distinfo
--- a/print/dvipng/distinfo     Mon Feb 13 19:27:41 2006 +0000
+++ b/print/dvipng/distinfo     Mon Feb 13 20:31:43 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 12:51:42 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/02/13 20:31:43 adam Exp $
 
-SHA1 (dvipng-1.0.tar.gz) = 130672f3b325a2fedd97efe446a1db35ca610e9f
-RMD160 (dvipng-1.0.tar.gz) = f8cb28e111e737363bf76ca0657b9c5f7e2c3895
-Size (dvipng-1.0.tar.gz) = 122704 bytes
-SHA1 (patch-ab) = 2527e79d5ead7216e0b395f34827e3eb7ee60cee
+SHA1 (dvipng-1.7.tar.gz) = d11fc38ca5059cf4201073133266f1a0c54c57e3
+RMD160 (dvipng-1.7.tar.gz) = d7d172377cf945e2287ba362b3d0585908718e99
+Size (dvipng-1.7.tar.gz) = 156169 bytes
+SHA1 (patch-ab) = 6c774c61882ca287744c844b8d812e91dd4dcfbb
diff -r 78bc5d987eca -r b09a645c797e print/dvipng/patches/patch-ab
--- a/print/dvipng/patches/patch-ab     Mon Feb 13 19:27:41 2006 +0000
+++ b/print/dvipng/patches/patch-ab     Mon Feb 13 20:31:43 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2004/04/27 15:49:56 adam Exp $
+$NetBSD: patch-ab,v 1.4 2006/02/13 20:31:44 adam Exp $
 
---- font.c.orig        2004-03-24 14:50:41.000000000 +0000
+--- font.c.orig        2005-07-04 18:15:24.000000000 +0200
 +++ font.c
-@@ -296,7 +296,6 @@ void ClearFonts(void)
+@@ -341,7 +341,6 @@ void ClearFonts(void)
    while(hfontptr!=NULL) {
      tmp=hfontptr->next;
      DoneFont(hfontptr);



Home | Main Index | Thread Index | Old Index