update to p5-GD-1.32, and flesh out the DESCR and run it through fmt(1).

This commit is contained in:
avsm 2001-01-06 10:38:44 +00:00
parent eaced7c960
commit 35db504e4e
3 changed files with 15 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2000/09/19 18:12:16 brad Exp $
# $OpenBSD: Makefile,v 1.3 2001/01/06 10:38:44 avsm Exp $
DISTNAME= GD-1.30
DISTNAME= GD-1.32
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
NEED_VERSION= 1.330
NEED_VERSION= 1.348
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD

View File

@ -1,3 +1,3 @@
MD5 (GD-1.30.tar.gz) = 81e422fb2d4839b6be7fc39f492ffbf1
RMD160 (GD-1.30.tar.gz) = 1ff8c796b6d22809595204688fd62a08d46a7bee
SHA1 (GD-1.30.tar.gz) = 28ce862afe5771a66a9791f275040234a2601c64
MD5 (GD-1.32.tar.gz) = 1fa982def11e42809ef3b802e38a5eb8
RMD160 (GD-1.32.tar.gz) = eb51bbfde199c1c752c8974a5e26a1528f848923
SHA1 (GD-1.32.tar.gz) = 4b23951edf4b907adfc8c57108d924e9b7c85fda

View File

@ -1,4 +1,9 @@
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 PNG files.
GD.pm is a port of Thomas Boutell's gd graphics library.
GD allows you to create color drawings using a large number of
graphics primitives, and emit the drawings as PNG files. Other
useful operations include flood fills, bitmap image brushes, line
styling, transparency/interlacing support and horizontal and vertical
text rendering.
There is a 'no_x11' flavor available for systems without X.