summaryrefslogtreecommitdiff
path: root/graphics/p5-GD
AgeCommit message (Collapse)AuthorFilesLines
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-29Update to 1.32, set maintainer to Damon Brodie. Closes PR pkg/11582david2-5/+5
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-12/+5
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-07-14Update p5-GD to 1.30, fixing PR 10565 by Damon Brodie. Now works againrh4-18/+31
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
2000-03-21Update dependency on gd-1.7.3 to gd>=1.7.3.he1-2/+2
1999-11-01* Update p5-GD to 1.22.jlam6-13/+35
* Modify to support gd-1.7.3. WHAT's NEW IN 1.22 - added support for statically linked libgd.a, which is now default for libgd 1.7.3 (grrrr) - added newFromGd2Part() and newFromXPM() methods
1999-09-03Oops, this wasn't finished yet at import time...kim3-20/+13
1999-09-03Initial import of p5-GD-1.21kim5-0/+44
This is a port of Thomas Boutell's gd graphics library. GD allows creating color drawings using a large number of graphics primitives, and emit the drawings as PNG files.