summaryrefslogtreecommitdiff
path: root/graphics/gd
AgeCommit message (Collapse)AuthorFilesLines
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+5
2000-08-04Make this work with xpkgwedge.jlam1-1/+2
2000-07-27Update freetype-lib dependency to >=1.3.1 since the freetype libraryjlam1-2/+2
bumped its major. This is needed so that binary packages checking dependencies don't match an older freetype library.
2000-07-24Fix build broken after update of "freetype-lib" package.tron1-1/+2
2000-07-18Use EVAL_PREFIX to be a bit more precise about package prefices.agc1-2/+4
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL; sort PLIST.jlam2-11/+12
2000-06-14Upgrade this package from 1.8.1 to 1.8.3; the distribution filehe6-52/+95
for 1.8.1 was replaced with 1.8.3.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-01Switch dependency from freetype to freetype-lib.jlam1-2/+2
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-03-21Add prototype for gdImageCreateFromXpm in gd.h.he2-1/+14
Patch originally (a small) part of GD-1.26.
2000-03-17We need to link executables with "libintl".tron2-6/+7
2000-03-17Update this package to version 1.8.1.he5-25/+26
The 1.7.3 distribution file now contains 1.8.1; lame.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
1999-11-01* Update to gd-1.7.3. Now depends on graphics/freetype and graphics/xpm.jlam7-56/+206
* Build process no longer uses configure. * Change DESCR to reflect that gd makes PNG, not GIF, files. * Version library at 1.7. Fixes PR#???? Changes from version 1.6.3: -------------------------- What's new in version 1.7.3? Another attempt at Makefile fixes to permit linking with all libraries required on platforms with order- dependent linkers. Perhaps it will work this time. What's new in version 1.7.2? An uninitialized-pointer bug in gdtestttf.c was corrected. This bug caused crashes at the end of each call to gdImageStringTTF on some platforms. Thanks to Wolfgang Haefelinger. Documentation fixes. Thanks to Dohn Arms. Makefile fixes to permit linking with all libraries required on platforms with order- dependent linkers. What's new in version 1.7.1? A minor buglet in the Makefile was corrected, as well as an inaccurate error message in gdtestttf.c. Thanks to Masahito Yamaga. What's new in version 1.7? Version 1.7 contains the following changes: * Japanese language support for the TrueType functions. Thanks to Masahito Yamaga. * autoconf and configure have been removed, in favor of a carefully designed Makefile which produces and properly installs the library and the binaries. System-dependent variables are at the top of the Makefile for easy modification. I'm sorry, folks, but autoconf generated _many, many confused email messages_ from people who didn't have things where autoconf expected to find them. I am not an autoconf/automake wizard, and gd is a simple, very compact library which does not need to be a shared library. I _did_ make many improvements over the old gd 1.3 Makefile, which were directly inspired by the autoconf version found in the 1.6 series (thanks to John Ellson). * Completely ANSI C compliant, according to the -pedantic-errors flag of gcc. Several pieces of not-quite-ANSI-C code were causing problems for those with non-gcc compilers. * gdttf.c patched to allow the use of Windows symbol fonts, when present (thanks to Joseph Peppin). * extern "C" wrappers added to gd.h and the font header files for the convenience of C++ programmers. bdftogd was also modified to automatically insert these wrappers into future font header files. Thanks to John Lindal. * Compiles correctly on platforms that don't define SEEK_SET. Thanks to Robert Bonomi. * Loads Xpm images via the gdImageCreateFromXpm function, if the Xpm library is available. Thanks to Caolan McNamara.
1999-09-21Correct the comment about this package - it generates PNG images, not GIFagc1-1/+1
files, now. Pointed out by Jim Spath.
1999-08-26Update this package to version 1.6.3, thereby fixing PR 7969 fromagc6-89/+64
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
1999-07-09Add package patch-sum filesagc1-0/+3
1999-05-03Revert thinko in previous: only modify PKGNAME, not DISTNAME.tv1-2/+2
1999-05-03Change gd package "version" to 1.3p1 so that packages (particularly py-gd)tv1-3/+3
will not try to link against the version without a shared library.
1999-05-02Changed to build shared libraries. Closes PR#7403 by Jarkko Torppa.tsarna3-15/+38
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-20Correct MD5 checksum, problem reported by Tim Rightnour in PR pkg/5627.tron1-1/+1
1998-04-28Update to version 1.3.bouyer4-21/+7
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-10fix FreeBSD Id stringexplorer1-2/+2
1998-03-08RCS ID police.tron2-2/+3
1998-03-07import the gd graphics generation libraryexplorer7-0/+97