diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-03 08:39:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-03 08:39:06 +0000 |
commit | 0be0822a7c4d10cb15e0143c062e729848a12e2c (patch) | |
tree | 4f279557f743c8ade17336c85ee2f725c24bfefd /graphics/p5-GD2 | |
parent | Give maintainership to Michael L. Hostbaek <mich@freebsdcluster.org>, (diff) |
fix pkg-descr
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'graphics/p5-GD2')
-rw-r--r-- | graphics/p5-GD2/pkg-descr | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/p5-GD2/pkg-descr b/graphics/p5-GD2/pkg-descr index 0124434aae6d..69d40ab54e8c 100644 --- a/graphics/p5-GD2/pkg-descr +++ b/graphics/p5-GD2/pkg-descr @@ -1,4 +1,6 @@ - GD.pm is a port of Thomas Boutell's gd graphics library - (see below). GD allows you to create color drawings using - a large number of graphics primitives, and emit the - drawings as GIF files. +GD.pm is a Perl interface to Thomas Boutell's gd graphics library +(version 2.01 or higher). GD allows you to create color drawings +using a large number of graphics primitives, and emit the drawings +as PNG files. + +WWW: http://stein.cshl.org/WWW/software/GD/ |