pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/potrace Update to v1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a75ca121948
branches:  trunk
changeset: 542361:5a75ca121948
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Tue May 13 20:04:31 2008 +0000

description:
Update to v1.8.

Changes from 1.7:
v1.8 2007/04/09
        (2007/04/08) PS1 - portability: use 'test' instead of '[' in shell
        scripts.
        (2007/04/08) PS1 - test suite: run PDF checks as a separate test.
        (2007/04/06) PS1 - fixed logical expressions in flate.c
        (2007/02/19) PS1 - portability: replacements for inline and M_PI
        (2007/01/16) PS1 - test suite: added checks for rotation in
        PostScript, PDF, and PGM backends
        (2007/01/16) PS1 - pdf backend: added rotation
        (2007/01/16) PS1 - pdf backend: renamed shipcom() function
        (2007/01/14) PS1 - autoconf: check if getopt_long reorders its
        arguments.
        (2007/01/13) PS1 - made pseudo-random number generation
        thread-safe and much faster.
        (2006/12/20) PS1 - renamed some structures in lzw.c, main.h
        (2006/12/20) PS1 - portability: fixed some compiler issues for
        Amiga, reported by Andreas Kleinert.
        (2006/12/20) PS1 - main.c: changed some return types to void.
        (2006/08/14) PS1 - made curve.c:privcurve_free_members() static.
        (2005/12/22) PS1 - renamed README.win as README-WIN
        (2005/11/11) PS1 - portability: use binary file i/o in Cygwin.
        Suggested by Henry He.
        (2005/06/24) PS1 - potracelib: fixed allocation bug, reported by
        Jung Shin.
        (2005/06/23) PS1 - potracelib_demo.c: free resources properly.
        (2005/06/23) PS1 - initialize unused private state to 0.
        (2005/06/23) PS1 - decompose.c: improved memory allocation scheme.
        (2005/05/06) PS1 - added "alphacurve" field to private curve
        structure, so that backends that don't use the public interface
        (such as the EPS backend) can be warned of non-conforming curves.

diffstat:

 graphics/potrace/Makefile |  4 ++--
 graphics/potrace/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 1877f59941f2 -r 5a75ca121948 graphics/potrace/Makefile
--- a/graphics/potrace/Makefile Tue May 13 18:35:19 2008 +0000
+++ b/graphics/potrace/Makefile Tue May 13 20:04:31 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2008/04/04 15:25:18 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/13 20:04:31 sborrill Exp $
 
-DISTNAME=      potrace-1.7
+DISTNAME=      potrace-1.8
 CATEGORIES=    graphics
 MASTER_SITES=  http://potrace.sourceforge.net/download/ \
                ${MASTER_SITE_SOURCEFORGE:=potrace/}
diff -r 1877f59941f2 -r 5a75ca121948 graphics/potrace/distinfo
--- a/graphics/potrace/distinfo Tue May 13 18:35:19 2008 +0000
+++ b/graphics/potrace/distinfo Tue May 13 20:04:31 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/05/01 20:46:54 adam Exp $
+$NetBSD: distinfo,v 1.4 2008/05/13 20:04:31 sborrill Exp $
 
-SHA1 (potrace-1.7.tar.gz) = 281d041c97c48a8f469b9951c8d778774128dbf5
-RMD160 (potrace-1.7.tar.gz) = 3a817e86f6c1836a6b833af6583b2228d54bbec2
-Size (potrace-1.7.tar.gz) = 414480 bytes
+SHA1 (potrace-1.8.tar.gz) = d76818fc331fb4f842bd4813114e5be01cf46848
+RMD160 (potrace-1.8.tar.gz) = 1214eec40d41471f83ebfb646fdd376fc70339b0
+Size (potrace-1.8.tar.gz) = 347484 bytes



Home | Main Index | Thread Index | Old Index