pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/p5-GD Updated to version 2.35.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56d8b4af8662
branches:  trunk
changeset: 528892:56d8b4af8662
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat May 19 13:42:37 2007 +0000

description:
Updated to version 2.35.

Pkgsrc changes:
  - The package uses a C compiler.
  - Removed unnecessary :M* modifier (pkglint gave the hint).

Changes since version 2.30:
=====================================
2.35    Some instructions on installation for Windows users.
        Doesn't push libpng onto @LIBS unless png support is requested.
        Supports Storable's freeze/thaw via a custom serializer.
        Remove "scale redefined" message during compilation of Polyline.
2.34    Added a check for stray gd.h include files from older installations.
        If any are found, Makefile.PL will issue a warning.
        Fixed incorrect documentation of GD::Simple->string() method. The
        method call *does* move the pen.
2.33    Added appropriate #ifdefs to allow to compile under version 5.6.0
        (due to lack of threading macros before 5.8).
2.32    Added a GD::Simple->HSVtoRGB() method.
        Documentation fixes from Mark Manning.
        Added a clear() method to GD::Polygon to remove all vertices.
2.31    Fixed GD::Simple->transparent to support symbolic color names.
        Made changes that should render the module thread-safe.
        Changed newSVpv calls to newSVpvn, in hopes of improving performance.
        Added a GD::Simple->HSVtoRGB() method.
        Fixed incorrect freeing of user-provided raw data in newFromGdData()
        and newFromGd2Data() (this caused segfaults; patch provided by
        Nigel Sandever)

diffstat:

 graphics/p5-GD/Makefile |  9 +++++----
 graphics/p5-GD/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 67866ef27345 -r 56d8b4af8662 graphics/p5-GD/Makefile
--- a/graphics/p5-GD/Makefile   Sat May 19 12:40:31 2007 +0000
+++ b/graphics/p5-GD/Makefile   Sat May 19 13:42:37 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2007/05/16 19:22:29 heinz Exp $
+# $NetBSD: Makefile,v 1.37 2007/05/19 13:42:37 heinz Exp $
 
-DISTNAME=      GD-2.30
+DISTNAME=      GD-2.35
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 SVR4_PKGNAME=  p5bd
 CATEGORIES=    graphics perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=GD/}
@@ -16,10 +15,12 @@
 
 BUILDLINK_API_DEPENDS.gd+=     gd>=2.0.28
 
+USE_LANGUAGES=         c
+
 PERL5_PACKLIST=                auto/GD/.packlist
 PERL5_OPTIONS+=                threads
 
-MAKE_ENV+=             GD_LIBS=${LDFLAGS:M*:Q}
+MAKE_ENV+=             GD_LIBS=${LDFLAGS:Q}
 MAKE_PARAMS+=          -lib_gd_path=${BUILDLINK_PREFIX.gd}
 
 .include "../../graphics/gd/buildlink3.mk"
diff -r 67866ef27345 -r 56d8b4af8662 graphics/p5-GD/distinfo
--- a/graphics/p5-GD/distinfo   Sat May 19 12:40:31 2007 +0000
+++ b/graphics/p5-GD/distinfo   Sat May 19 13:42:37 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2005/11/24 19:02:52 wiz Exp $
+$NetBSD: distinfo,v 1.13 2007/05/19 13:42:37 heinz Exp $
 
-SHA1 (GD-2.30.tar.gz) = 5cb325960a963c53979639922abcbe51f8759231
-RMD160 (GD-2.30.tar.gz) = e4378b5f699e76f0e1bfaa9f8c66a0b7a8ad24bf
-Size (GD-2.30.tar.gz) = 253655 bytes
+SHA1 (GD-2.35.tar.gz) = 50d72d10ae192932b227f68769caa56f298afb4b
+RMD160 (GD-2.35.tar.gz) = a1e8a1b521f578a9ea435cc9ed9eae0430f44d7a
+Size (GD-2.35.tar.gz) = 256671 bytes



Home | Main Index | Thread Index | Old Index