diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-05-07 18:59:05 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-05-07 18:59:05 +0000 |
commit | 3d22f3088cc9866fa630d07d41137607f2c294f0 (patch) | |
tree | c821d5a48321461a43a5be839111bc27bc6ad87f | |
parent | 42f4761d9feff81567277e8e41b5ce5c0726de5c (diff) | |
download | pkgsrc-3d22f3088cc9866fa630d07d41137607f2c294f0.tar.gz |
Added package for eAccelerator 0.9.2a - PHP accelerator, optimizer, encoder
and dynamic content cache. Works for both PHP4 and PHP5.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 839b86c2282..1bf6ee49ce0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.10045 2005/05/07 16:52:07 jdolecek Exp $ +$NetBSD: CHANGES,v 1.10046 2005/05/07 18:59:05 jdolecek Exp $ Changes to the packages collection and infrastructure in 2005: @@ -2316,3 +2316,4 @@ Changes to the packages collection and infrastructure in 2005: Removed milter-sender [wiz 2005-05-07] Removed milter-spamc [wiz 2005-05-07] Updated pear-SOAP to 0.8.1 [jdolecek 2005-05-07] + Added php-eaccelerator-0.9.2a [jdolecek 2005-05-07] diff --git a/www/Makefile b/www/Makefile index abc00a50804..b15f9811096 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.395 2005/04/30 22:25:15 tron Exp $ +# $NetBSD: Makefile,v 1.396 2005/05/07 18:59:05 jdolecek Exp $ # COMMENT= Packages related to the World Wide Web @@ -242,6 +242,7 @@ SUBDIR+= pear-HTML_Select SUBDIR+= pear-HTTP_Request SUBDIR+= php-FastTemplate SUBDIR+= php-curl +SUBDIR+= php-eaccelerator SUBDIR+= php4 SUBDIR+= php4-apc SUBDIR+= privoxy |