diff options
author | agc <agc@pkgsrc.org> | 1999-08-26 15:26:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-26 15:26:26 +0000 |
commit | e503aa0aed51f3c20bc1906418cd1778d596352f (patch) | |
tree | e0959a0b2fb2640f5406bb27e202dbd6ff5106e5 /graphics/gd/pkg | |
parent | f560aefe963ad5fd3b9af678518492927f687ae6 (diff) | |
download | pkgsrc-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/pkg')
-rw-r--r-- | graphics/gd/pkg/DESCR | 31 | ||||
-rw-r--r-- | graphics/gd/pkg/PLIST | 31 |
2 files changed, 33 insertions, 29 deletions
diff --git a/graphics/gd/pkg/DESCR b/graphics/gd/pkg/DESCR index b7a08dc1f56..ac93e67ac56 100644 --- a/graphics/gd/pkg/DESCR +++ b/graphics/gd/pkg/DESCR @@ -1,19 +1,22 @@ 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. - This is particularly useful in World Wide Web applications, where .GIF - is the format used for inline images. + 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. This is particularly useful in + World Wide Web applications, where .GIF is the format used for + inline images. - gd is not a paint program. If you are looking for a paint program, try - xpaint by David Koblas, available by anonymous FTP from ftp.netcom.com - in pub/ko/koblas. (That package is for the X Window System; for the Mac - and the PC, paint programs are considerably easier to find.) + gd is not a paint program. If you are looking for a paint + program, try xpaint by David Koblas, available by anonymous + FTP from ftp.netcom.com in pub/ko/koblas. (That package is + for the X Window System; for the Mac and the PC, paint + programs are considerably easier to find.) + + 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 gd incorporates most of + the commonly requested features for a 2D package. - 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.3 incorporates most of the commonly requested - features for a 2D package. AUTHOR - gd 1.3 was written by Thomas Boutell and is currently distributed by + gd was written by Thomas Boutell and is currently distributed by boutell.com, Inc. diff --git a/graphics/gd/pkg/PLIST b/graphics/gd/pkg/PLIST index b7b86ecda32..c58373dae88 100644 --- a/graphics/gd/pkg/PLIST +++ b/graphics/gd/pkg/PLIST @@ -1,16 +1,17 @@ -@comment $NetBSD: PLIST,v 1.3 1999/05/02 17:46:20 tsarna Exp $ -bin/gddemo -bin/giftogd -bin/webgif -include/gd/gd.h -include/gd/gdfontg.h -include/gd/gdfontl.h -include/gd/gdfontmb.h -include/gd/gdfonts.h -include/gd/gdfontt.h -lib/libgd.a +@comment $NetBSD: PLIST,v 1.4 1999/08/26 15:26:29 agc Exp $ +bin/pngtogd +bin/pngtogd2 +bin/gdtopng +bin/gd2topng +bin/gd2copypal +bin/gdparttopng +bin/webpng +include/gd.h +include/gd_io.h +include/gdfontt.h +include/gdfonts.h +include/gdfontmb.h +include/gdfontl.h +include/gdfontg.h lib/libgd.so.0.0 -share/examples/gd/demoin.gif -share/examples/gd/index.html -@dirrm include/gd -@dirrm share/examples/gd +lib/libgd.a |