summaryrefslogtreecommitdiff
path: root/graphics/php4-gd
AgeCommit message (Collapse)AuthorFilesLines
2003-08-31Update PHP to final 4.3.3jdolecek2-18/+15
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
2003-06-23Update php4-gd to 4.2.3nb1. Added patch for gd-2.0.x.adam2-3/+9
2002-10-14Updated php to 4.2.3martti2-5/+5
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
2002-09-22buildlink1 -> buildlink2jlam1-9/+9
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+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-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-02-28Update graphics/php4-gd to 4.1.2. The only change from version 4.1.1 isjlam1-3/+3
that this is built from the php-4.1.2 sources.
2002-01-06Update graphics/php4-gd to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2001-12-31Update graphics/php4-gd to 4.1.0. Changes from version 4.0.6 include:jlam3-35/+3
- Make ImageColorAt() and ImageColorsForIndex() work with TrueColor images. (Rasmus) - Added support for GD2 image type for ImageCreateFromString() (Jani) - Added ImageCreateFromGD(), ImageCreateFromGD2(), ImageCreateFromGD2part(), ImageGD() and ImageGD2() functions (Jani) - Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which specified that the drawn curve should be rounded. (Sterling)
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam1-2/+2
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-10-29Back out inadvertent change that set freetype-dir for the configurejlam1-2/+2
script. This was causing the configure process to break.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-3/+3
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-19* bumped package version to php-gd-4.0.6nb1.kei1-2/+2
2001-10-19* added --enable-gd-native-ttf support. It enables TrueType string functionkei4-2/+35
which is required to handle multibyte charcters in gd.
2001-10-16Find Makefile.module in ../../www/php4.jlam1-2/+2
2001-10-16Update php4-gd to the version from the php-4.0.6 distribution. Changesjlam3-0/+28
from version 4.0.5 include moving from the www category, and: - Added GD 2.0.1 support for truecolor and alpha channels, plus some other gd functions, both old and new - see docs for more info. (Wez)