summaryrefslogtreecommitdiff
path: root/graphics/p5-GD
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-26Update graphics/p5-GD to 2.19. Changes from version 2.16 includejlam2-6/+7
adding support for animated GIFs, dynamic bitmapped fonts, fontconfig, and other freetype2 improvements.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Create a modifier PERL5_OPTIONS that specifies properties of the perljlam1-1/+2
installation needed when including perl5/buildlink3.mk. The only option currently supported is "threads", which implies that a perl that supports threads is required. The requirement is checked at pre-install time using an INSTALL script template by both the package build and the binary package. Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD since those modules require a perl that supports threads.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-05Update graphics/p5-GD to 2.16. Changes from version 2.11 include:jlam3-33/+6
2.16 Fixed bug in GIF #IFDEFs pointed out by BZAJAC Added #IFDEF for WIN32 provided by Randy Kobes 2.15 Brought back GIF support (requires libgd 2.0.28 or higher). Takes advantage of gdlib-config support in libgd 2.0.27 or higher. 2.14 Support for AMD64 libraries. 2.12 Fixed regression test 10 to succeed when used with libgd 2.0.22
2004-07-07Remove XPM support in graphics/p5-GD so you can install useful programs,xtraeme3-7/+6
on a server without X11. Bump PKGREVISION.
2004-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme1-1/+2
2004-04-29Update p5-GD to 2.11:abs2-6/+5
2.11 More alpha functions from Cory Watson 2.10 Suppress CAPI warning. Warn about Math::Trig warning 2.09 VMS documentation patch from Martin Zinser Non-standard library finding path options from Peter Kruty 2.08 Applied 5.00503 compatibility patch from Mathieu Arnold New check for JPEG magic tag returned by some digital cameras.
2004-04-25Enable pkgviews installation.minskim1-1/+3
2004-04-10Convert to buildlink3.snj1-4/+3
2003-10-03don't hard-code prefix, pass it to Makefile.PLexplorer3-6/+6
2003-10-02Since libgd requires FreeType2 and JPEG and XPM, we might as well enable ↵explorer3-6/+11
them here too. This makes this package act like it did before it was 'upgraded' several months ago.
2003-06-23Updated p5-GD to 2.07; uses with gd-2.0.xadam3-34/+25
2002-10-20Use perl5/module.mk.seb1-6/+2
2002-09-22buildlink1 -> buildlink2jlam1-5/+6
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-28Fix rpath to include X. Patch from Hiramatsu Yoshifumi in pkg/15768.wiz1-1/+3
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam3-13/+18
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-29Update to 1.32, set maintainer to Damon Brodie. Closes PR pkg/11582david2-5/+5
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-12/+5
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-07-14Update p5-GD to 1.30, fixing PR 10565 by Damon Brodie. Now works againrh4-18/+31
with our current gd package. Changes include: - now you can create GD::Image objects directly from image DATA - reformatted documentation - internal release - fixed a bad regression test - updated for compatibility with libgd 1.8.3 - WBMP support - turned Makefile.PL into a multiple-choice quiz - turned libgd patchfile into a perl script - updated for compatibility with libgd 1.8.1 - JPEG support - the newFromXXX() functions now accept pathnames - patchfile for building libgd as a shared library - improvements to the Makefile to help with compilation - added more help in compiling and installing to docs - added some more libraries to link in, might help unresolved symbol problems
2000-03-21Update dependency on gd-1.7.3 to gd>=1.7.3.he1-2/+2
1999-11-01* Update p5-GD to 1.22.jlam6-13/+35
* Modify to support gd-1.7.3. WHAT's NEW IN 1.22 - added support for statically linked libgd.a, which is now default for libgd 1.7.3 (grrrr) - added newFromGd2Part() and newFromXPM() methods
1999-09-03Oops, this wasn't finished yet at import time...kim3-20/+13
1999-09-03Initial import of p5-GD-1.21kim5-0/+44
This is a port of Thomas Boutell's gd graphics library. GD allows creating color drawings using a large number of graphics primitives, and emit the drawings as PNG files.