diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-26 23:42:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-26 23:42:09 +0000 |
commit | 1a9f06338843c5678736be37c127b38e7bd5cf36 (patch) | |
tree | 786abf9cce4456420c00d29b6955a20815d866b8 /graphics/p5-GD | |
parent | 9facd58ec850b17d796d736a78b8dbe2d54a86a4 (diff) | |
download | pkgsrc-1a9f06338843c5678736be37c127b38e7bd5cf36.tar.gz |
Update graphics/p5-GD to 2.19. Changes from version 2.16 include
adding support for animated GIFs, dynamic bitmapped fonts, fontconfig,
and other freetype2 improvements.
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 7 | ||||
-rw-r--r-- | graphics/p5-GD/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index ad017159520..645c3e4b410 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2004/12/20 11:31:03 grant Exp $ +# $NetBSD: Makefile,v 1.27 2004/12/26 23:42:09 jlam Exp $ -DISTNAME= GD-2.16 +DISTNAME= GD-2.19 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5bd CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} @@ -13,6 +12,8 @@ COMMENT= Perl5 interface to gd graphics library PKG_INSTALLATION_TYPES= overwrite pkgviews +BUILDLINK_DEPENDS.gd+= gd>=2.0.28 + USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/.packlist PERL5_OPTIONS+= threads diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo index d4100f5157b..9b5dac41eff 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/08/05 04:32:50 jlam Exp $ +$NetBSD: distinfo,v 1.10 2004/12/26 23:42:09 jlam Exp $ -SHA1 (GD-2.16.tar.gz) = 898f910f69ceac95cc0cdd62b0cb3d4833662c58 -Size (GD-2.16.tar.gz) = 157025 bytes +SHA1 (GD-2.19.tar.gz) = af79930e0c5588ac3a1cdfb731f7650e15356b1f +Size (GD-2.19.tar.gz) = 175717 bytes |