summaryrefslogtreecommitdiff
path: root/graphics/gd/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-26 15:26:26 +0000
committeragc <agc@pkgsrc.org>1999-08-26 15:26:26 +0000
commite503aa0aed51f3c20bc1906418cd1778d596352f (patch)
treee0959a0b2fb2640f5406bb27e202dbd6ff5106e5 /graphics/gd/Makefile
parentf560aefe963ad5fd3b9af678518492927f687ae6 (diff)
downloadpkgsrc-e503aa0aed51f3c20bc1906418cd1778d596352f.tar.gz
Update this package to version 1.6.3, thereby fixing PR 7969 from
Jim Spath. Changes from previous version include: + Version 1.6.3 corrects a memory leak in gd_png.c. This leak caused a significant amount of memory to be allocated and not freed when writing a PNG image. + Version 1.6.2 from John Ellson adds two new functions: gdImageStringTTF gdImageColorResolve + Version 1.6.1 incorporates superior PNG reading and writing code from Greg Roelofs, with minor modifications by Tom Boutell. + Version 1.6 features the following changes: Support for 8-bit palette PNG images has been added. Support for GIF has been removed. This step was taken to completely avoid the legal controversy regarding the LZW compression algorithm used in GIF. Unisys holds a patent which is relevant to LZW compression. PNG is a superior image format in any case. Now that PNG is supported by both Microsoft Internet Explorer and Netscape (in their recent releases), we highly recommend that GD users upgrade in order to get well-compressed images in a format which is legally unemcumbered. + Version 1.5 featured the following changes: New GD2 format Re-arranged source files Extended I/O capabilities. Better support for Lincoln Stein's Perl Module Added functions + Version 1.4 features the following changes: Fixed polygon fill routine (again) Support for alternate data sources Support for alternate data destinations More tolerant when reading GIFs
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r--graphics/gd/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 9ab5a0937f0..c5e196eeacd 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.9 1999/05/03 20:47:22 tv Exp $
+# $NetBSD: Makefile,v 1.10 1999/08/26 15:26:26 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp
#
-DISTNAME= gd1.3
-PKGNAME= gd-1.3p1
+DISTNAME= gd-1.6.3
CATEGORIES= graphics
-MASTER_SITES= ftp://www.boutell.com/pub/boutell/gd/
+MASTER_SITES= http://www.boutell.com/gd/http/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.boutell.com/gd/
USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
-pre-install:
- ${MKDIR} ${PREFIX}/include/gd
- ${MKDIR} ${PREFIX}/share/examples/gd
+DEPENDS+= png-1.0.3:../../graphics/png
.include "../../mk/bsd.pkg.mk"