aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gd1
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-04-04 22:25:54 +0800
committervanilla <vanilla@FreeBSD.org>1998-04-04 22:25:54 +0800
commit7d2c55ea9edf7999a49322b1b6f2cfe44af258d2 (patch)
tree608082b94e3dd0b9094e4a3d985161bc07be0668 /graphics/gd1
parentb339e32396e58397791f61c7fa7f4810e0c63afa (diff)
downloadfreebsd-ports-gnome-7d2c55ea9edf7999a49322b1b6f2cfe44af258d2.tar.gz
freebsd-ports-gnome-7d2c55ea9edf7999a49322b1b6f2cfe44af258d2.tar.zst
freebsd-ports-gnome-7d2c55ea9edf7999a49322b1b6f2cfe44af258d2.zip
Upgrade to 1.3.
PR: ports/6146 Submitted by: Jeffrey Wheat <jeff@ns1.cetlink.net>
Diffstat (limited to 'graphics/gd1')
-rw-r--r--graphics/gd1/Makefile13
-rw-r--r--graphics/gd1/distinfo2
-rw-r--r--graphics/gd1/pkg-descr9
3 files changed, 14 insertions, 10 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
index 8ed938da3009..1365349b1aeb 100644
--- a/graphics/gd1/Makefile
+++ b/graphics/gd1/Makefile
@@ -1,16 +1,15 @@
# New ports collection makefile for: gd
-# Version required: 1.2
-# Date created: 28 Jan 1997
+# Version required: 1.3
+# Date created: 27 Mar 1998
# Whom: jeff@cetlink.net
#
-# $Id: Makefile,v 1.1.1.1 1997/02/13 14:51:44 tg Exp $
+# $Id$
#
-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= http://www.boutell.com/gd/http/
MAINTAINER= jeff@cetlink.net
diff --git a/graphics/gd1/distinfo b/graphics/gd1/distinfo
index 6e80870c8869..28e7e2490e1a 100644
--- a/graphics/gd1/distinfo
+++ b/graphics/gd1/distinfo
@@ -1 +1 @@
-MD5 (gd1.2.tar.Z) = 7c703fca9a78d3468d363334adc9b54c
+MD5 (gd1.3.tar.gz) = fcc5af15839cc9c420e1aa44f2334551
diff --git a/graphics/gd1/pkg-descr b/graphics/gd1/pkg-descr
index af2ca1fb24ad..c3898fc02fa1 100644
--- a/graphics/gd1/pkg-descr
+++ b/graphics/gd1/pkg-descr
@@ -1,4 +1,5 @@
DESCRIPTION
+
gd is a graphics library. It allows your code to quickly draw images
complete with lines, arcs, text, multiple colors, cut and paste from
other images, and flood fills, and write out the result as a .GIF file.
@@ -12,8 +13,12 @@ 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
- features for a 2D package.
+ package, but version 1.3 incorporates most of the commonly requested
+ features for an 8-bit 2D package. Support for scalable fonts, and
+ truecolor images, JPEG and PNG is planned for version 2.0. Version 1.3
+ was released to correct longstanding bugs and provide an LZW-free GIF
+ compression routine.
+
AUTHOR
gd 1.2 was written by Thomas Boutell and is currently distributed by
boutell.com, Inc.