Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-04 | PECL modules have a real homepage. Set the default for PECL modules to | tv | 1 | -1/+2 | |
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC. | |||||
2005-05-23 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 checksums. | wiz | 1 | -1/+2 | |
2004-12-18 | convert to use standard PECL extension build framework for consistency | jdolecek | 3 | -22/+9 | |
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-18 | homepage moved to pecl along the package | jdolecek | 1 | -2/+2 | |
2004-12-17 | Avoid use :tl modifier, addressing PR pkg/28691. | taca | 1 | -4/+5 | |
Maybe, fix build problem on NetBSD 1.6.2, too. | |||||
2004-12-04 | Set DISTINFO_FILE after included php/ext.mk, because it overwrites it. | wiz | 1 | -2/+5 | |
2004-11-05 | it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS | jdolecek | 1 | -4/+3 | |
setting now, do so for aesthetic reasons | |||||
2004-11-02 | Update to APC 2.0.4. It has been completely rewritten, and is now hosted | jdolecek | 8 | -120/+16 | |
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-24 | bl3ify | xtraeme | 1 | -3/+2 | |
2004-04-24 | Relinquish maintainership of packages to tech-pkg@NetBSD.org. | jlam | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-11-16 | Prevent php4's Makefile.common from unconditionally overriding | cube | 1 | -1/+2 | |
EXTRACT_SUFX. Also, set php4-apc's EXTRACT_SUFX to .tar.gz since it's the only one available. | |||||
2003-09-19 | Use .CURDIR instead of PKGDIR variable (for pkglint). | wiz | 1 | -2/+2 | |
2003-08-31 | Update PHP to final 4.3.3 | jdolecek | 1 | -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-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-10-25 | buildlink1 -> buildlink2. | wiz | 1 | -3/+3 | |
2002-02-28 | Move the definition of USE_BUILDLINK_ONLY above the inclusion of | jlam | 1 | -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-31 | Adapt to the new Zend API from php-4.1.0. | jlam | 3 | -3/+28 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 1 | -1/+1 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 1 | -0/+0 | |
2001-10-29 | Some NetBSD releases don't have SHM_{R,W} so use the S_I{R,W}{USR,GRP,OTH} | jlam | 2 | -1/+33 | |
flags instead. | |||||
2001-10-29 | www/php-apc - Alternative PHP Cache for PHP4 | jlam | 7 | -0/+92 | |
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. |