diff options
author | rh <rh> | 2000-07-14 08:53:13 +0000 |
---|---|---|
committer | rh <rh> | 2000-07-14 08:53:13 +0000 |
commit | c3abd7c3504947fa7c9753f0ec86918a8274977d (patch) | |
tree | b4270498bd9acacea92481dd6900d624e47030a4 /graphics/p5-GD/Makefile | |
parent | d82455182e00d8395328034fdf4c24d755a78da6 (diff) | |
download | pkgsrc-c3abd7c3504947fa7c9753f0ec86918a8274977d.tar.gz |
Update p5-GD to 1.30, fixing PR 10565 by Damon Brodie. Now works again
with our current gd package.
Changes include:
- now you can create GD::Image objects directly from image DATA
- reformatted documentation
- internal release
- fixed a bad regression test
- updated for compatibility with libgd 1.8.3
- WBMP support
- turned Makefile.PL into a multiple-choice quiz
- turned libgd patchfile into a perl script
- updated for compatibility with libgd 1.8.1
- JPEG support
- the newFromXXX() functions now accept pathnames
- patchfile for building libgd as a shared library
- improvements to the Makefile to help with compilation
- added more help in compiling and installing to docs
- added some more libraries to link in, might help unresolved symbol
problems
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 121cf9d5fa0..ee09ca3e3be 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2000/03/21 17:08:19 he Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/14 08:53:13 rh Exp $ # -DISTNAME= GD-1.22 +DISTNAME= GD-1.30 PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html -DEPENDS+= gd>=1.7.3:../../graphics/gd +DEPENDS+= gd>=1.8.3:../../graphics/gd USE_PERL5= yes |