diff options
author | bouyer <bouyer> | 1998-04-28 14:07:41 +0000 |
---|---|---|
committer | bouyer <bouyer> | 1998-04-28 14:07:41 +0000 |
commit | f41f7b5db40c37df2e5be9835c7d090c46ebde04 (patch) | |
tree | d6ce54346c746f67d2a9de48e602764a3589aa6a /graphics | |
parent | 8caf92bb79394ba63910297d9c6f663c4b532d6b (diff) | |
download | pkgsrc-f41f7b5db40c37df2e5be9835c7d090c46ebde04.tar.gz |
Update to version 1.3.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 9 | ||||
-rw-r--r-- | graphics/gd/files/md5 | 2 | ||||
-rw-r--r-- | graphics/gd/patches/patch-ab | 13 | ||||
-rw-r--r-- | graphics/gd/pkg/DESCR | 4 |
4 files changed, 7 insertions, 21 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 5b341ab21d1..7282dc0f6df 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:25 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/28 14:07:41 bouyer Exp $ # FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp # -DISTNAME= gd1.2 -PKGNAME= gd-1.2 +DISTNAME= gd1.3 +PKGNAME= gd-1.3 CATEGORIES= graphics -MASTER_SITES= http://www.boutell.com/gd/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://www.boutell.com/pub/boutell/gd/ MAINTAINER= packages@netbsd.org diff --git a/graphics/gd/files/md5 b/graphics/gd/files/md5 index 6e80870c886..28e7e2490e1 100644 --- a/graphics/gd/files/md5 +++ b/graphics/gd/files/md5 @@ -1 +1 @@ -MD5 (gd1.2.tar.Z) = 7c703fca9a78d3468d363334adc9b54c +MD5 (gd1.3.tar.gz) = fcc5af15839cc9c420e1aa44f2334551 diff --git a/graphics/gd/patches/patch-ab b/graphics/gd/patches/patch-ab deleted file mode 100644 index 1fbbfbeb264..00000000000 --- a/graphics/gd/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -*** gd.c.dist Tue Jan 28 14:39:24 1997 ---- gd.c Tue Jan 28 14:39:42 1997 -*************** -*** 1,4 **** -! #include <malloc.h> - #include <stdio.h> - #include <math.h> - #include <string.h> ---- 1,4 ---- -! #include <stdlib.h> - #include <stdio.h> - #include <math.h> - #include <string.h> diff --git a/graphics/gd/pkg/DESCR b/graphics/gd/pkg/DESCR index af2ca1fb24a..b7a08dc1f56 100644 --- a/graphics/gd/pkg/DESCR +++ b/graphics/gd/pkg/DESCR @@ -12,8 +12,8 @@ DESCRIPTION gd does not provide for every possible desirable graphics operation. It is not necessary or desirable for gd to become a kitchen-sink graphics - package, but version 1.2 incorporates most of the commonly requested + package, but version 1.3 incorporates most of the commonly requested features for a 2D package. AUTHOR - gd 1.2 was written by Thomas Boutell and is currently distributed by + gd 1.3 was written by Thomas Boutell and is currently distributed by boutell.com, Inc. |