diff options
author | sno <sno@pkgsrc.org> | 2009-07-10 08:36:53 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-10 08:36:53 +0000 |
commit | 8ade13bb2d9d5a63eeafcef005608e00d88108a3 (patch) | |
tree | 50d413cad89736216c21f49f30aae306b8151345 /graphics/p5-GD | |
parent | ed12c63903d4191fa27ecf67bf0ae67598c688dd (diff) | |
download | pkgsrc-8ade13bb2d9d5a63eeafcef005608e00d88108a3.tar.gz |
pkgsrc changes:
- Updating package for p5 module GD from 2.41 to 2.43
- Adding license (artistic)
Upstream changes:
2.43 Added "transparent" color to GD::Simple.
Fixed Makefile so that GD/Image.pm depends both on GD/Image.pm.PLS
and .config.cache
2.42 Fixed magic number detection to autodetect certain missed jpeg
files (thanks to Mike Walker)
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-GD/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 5845884975a..501b2e28900 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2009/04/12 00:32:42 sno Exp $ +# $NetBSD: Makefile,v 1.41 2009/07/10 08:36:53 sno Exp $ -DISTNAME= GD-2.41 +DISTNAME= GD-2.43 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5bd CATEGORIES= graphics perl5 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html COMMENT= Perl5 interface to gd graphics library +LICENSE= artistic PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -21,9 +22,8 @@ PERL5_PACKLIST= auto/GD/.packlist PERL5_OPTIONS+= threads MAKE_ENV+= GD_LIBS=${LDFLAGS:Q} -MAKE_PARAMS+= -lib_gd_path=${BUILDLINK_PREFIX.gd} +#MAKE_PARAMS+= --lib_gd_path=${BUILDLINK_PREFIX.gd} -.include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/gd/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo index f20567ed34a..f5b91171000 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2009/04/12 00:32:42 sno Exp $ +$NetBSD: distinfo,v 1.15 2009/07/10 08:36:53 sno Exp $ -SHA1 (GD-2.41.tar.gz) = e5f6ff0346b454924a54532364787c2b6f5e846d -RMD160 (GD-2.41.tar.gz) = 01751d1c3ce669cb2555b6ea17a6611de215f3f1 -Size (GD-2.41.tar.gz) = 258133 bytes +SHA1 (GD-2.43.tar.gz) = c02933680ab125dd73a897cbf36d7d9da416346a +RMD160 (GD-2.43.tar.gz) = b77758fbd684625eabda9cc14d80bd011812b8b2 +Size (GD-2.43.tar.gz) = 258346 bytes |