summaryrefslogtreecommitdiff
path: root/graphics/p5-GD
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-05-19 13:42:37 +0000
committerheinz <heinz@pkgsrc.org>2007-05-19 13:42:37 +0000
commit8c2cddd5e44ed76d4abea7afd9b4bd968a0652c6 (patch)
treeb43215077c46cd4143b3737551af5c7510739696 /graphics/p5-GD
parente6b190324251b5d9e6fdf7d8ce1c49880409ed11 (diff)
downloadpkgsrc-8c2cddd5e44ed76d4abea7afd9b4bd968a0652c6.tar.gz
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 (limited to 'graphics/p5-GD')
-rw-r--r--graphics/p5-GD/Makefile9
-rw-r--r--graphics/p5-GD/distinfo8
2 files changed, 9 insertions, 8 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index 212d00ef443..c803b4b0c1b 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
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 --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo
index a71ff93ff50..5f1ee360e38 100644
--- a/graphics/p5-GD/distinfo
+++ b/graphics/p5-GD/distinfo
@@ -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