summaryrefslogtreecommitdiff
path: root/www/php4-apc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-18convert to use standard PECL extension build framework for consistencyjdolecek1-16/+5
don't install LICENCE (this package is distributed under standard PHP licence) nor NOTICE file PKGREVISION not bumped, since package version as such changed
2004-12-18homepage moved to pecl along the packagejdolecek1-2/+2
2004-12-17Avoid use :tl modifier, addressing PR pkg/28691.taca1-4/+5
Maybe, fix build problem on NetBSD 1.6.2, too.
2004-12-04Set DISTINFO_FILE after included php/ext.mk, because it overwrites it.wiz1-2/+5
2004-11-05it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGSjdolecek1-4/+3
setting now, do so for aesthetic reasons
2004-11-02Update to APC 2.0.4. It has been completely rewritten, and is now hostedjdolecek1-12/+11
and pecl.php.net. Also change package to use the new shared PHP4/PHP5 framework, tho this module is PHP 4.x-only.
2004-04-24bl3ifyxtraeme1-3/+2
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-16Prevent php4's Makefile.common from unconditionally overridingcube1-1/+2
EXTRACT_SUFX. Also, set php4-apc's EXTRACT_SUFX to .tar.gz since it's the only one available.
2003-09-19Use .CURDIR instead of PKGDIR variable (for pkglint).wiz1-2/+2
2003-08-31Update PHP to final 4.3.3jdolecek1-1/+2
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-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2002-02-28Move the definition of USE_BUILDLINK_ONLY above the inclusion ofjlam1-3/+4
Makefile.module, as it might indirectly include bsd.buildlink.mk which relies on being able to check whether USE_BUILDLINK_ONLY is defined or not.
2001-12-31Adapt to the new Zend API from php-4.1.0.jlam1-2/+2
2001-10-29www/php-apc - Alternative PHP Cache for PHP4jlam1-0/+33
APC is the Alternative PHP Cache, which provides a way of boosting the performance of PHP on heavily-loaded sites by allowing scripts to be cached in a compiled state, so that the overhead of parsing and compiling can be almost completely eliminated. This is an open source product that does the same job as the commercial product Zend Cache.