diff options
author | billf <billf@FreeBSD.org> | 1999-07-25 07:56:46 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-07-25 07:56:46 +0800 |
commit | 991d87fc39a185c7222285b2e8c914d7d83327cf (patch) | |
tree | d49aeac473adfa06be06a5d0669a674574695a5a /graphics/gd1 | |
parent | 5368ff8dd0db9edaaa48688d52ce9657e7a441d4 (diff) | |
download | freebsd-ports-gnome-991d87fc39a185c7222285b2e8c914d7d83327cf.tar.gz freebsd-ports-gnome-991d87fc39a185c7222285b2e8c914d7d83327cf.tar.zst freebsd-ports-gnome-991d87fc39a185c7222285b2e8c914d7d83327cf.zip |
Upgrade to 1.6.2 which gets us out of hot water with licensing problems.
This also will inadvertently unbreak parts of apache13-php3, I believe,
which is why I was able to work on this in the middle of a major project
that requires it.
Sponsored Committer With Overtime: Computer Horizons Corp.
Diffstat (limited to 'graphics/gd1')
-rw-r--r-- | graphics/gd1/Makefile | 8 | ||||
-rw-r--r-- | graphics/gd1/distinfo | 2 | ||||
-rw-r--r-- | graphics/gd1/pkg-plist | 12 |
3 files changed, 14 insertions, 8 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index f54d93f67fd9..739204d377ba 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -3,20 +3,20 @@ # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id: Makefile,v 1.5 1998/06/25 03:13:16 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/07/13 23:59:52 asami Exp $ # -DISTNAME= gd1.3 -PKGNAME= gd-1.3 +DISTNAME= gd-1.6.2 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ MAINTAINER= jeff@cetlink.net -RESTRICTED= unavailable from master site due to legal problems +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b +GNU_CONFIGURE= yes pre-install: ${MKDIR} ${PREFIX}/include/gd diff --git a/graphics/gd1/distinfo b/graphics/gd1/distinfo index ebee24c7e5a3..e4b340e04677 100644 --- a/graphics/gd1/distinfo +++ b/graphics/gd1/distinfo @@ -1 +1 @@ -MD5 (gd1.3.tar.gz) = ff3de2c851c4b1fc6af6f14dcfbc6532 +MD5 (gd-1.6.2.tar.gz) = 672bf9bbdfb6d94cf506db2dac2b6fc4 diff --git a/graphics/gd1/pkg-plist b/graphics/gd1/pkg-plist index 20dd72e9d3f8..244f155b9b6e 100644 --- a/graphics/gd1/pkg-plist +++ b/graphics/gd1/pkg-plist @@ -1,13 +1,19 @@ -bin/gddemo -bin/giftogd -bin/webgif +bin/pngtogd +bin/pngtogd2 +bin/gdtopng +bin/gd2topng +bin/gd2copypal +bin/gdparttopng +bin/webpng include/gd/gd.h +include/gd/gd_io.h include/gd/gdfontg.h include/gd/gdfontl.h include/gd/gdfontmb.h include/gd/gdfonts.h include/gd/gdfontt.h lib/libgd.a +lib/libgd.la share/examples/gd/demoin.gif share/examples/gd/index.html @dirrm include/gd |