aboutsummaryrefslogtreecommitdiff
path: root/www/pecl-APC-devel
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Remove lang/php4/bsd.php.mk and switch every ports depending on PHP toAlex Dupre2004-02-091-1/+1
| | | | | | | | | use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100488
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonEdwin Groothuis2003-12-281-2/+2
| | | | | | | | | | | | | | | | | | | .include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=96749
* Add the virtual category "pear" to the Makefiles of these ports.Edwin Groothuis2003-11-121-1/+1
| | | | | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org Notes: svn path=/head/; revision=93850
* New port: www/pear-APC - Alternative PHP Cache.Edwin Groothuis2003-09-035-0/+80
This port does not build out of the box, and has been requested on the PEAR-DEV mailing list. See <http://marc.theaimsgroup.com/?t=106235180900001&;r=1&w=2>. PR: ports/56294 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=88389