From owner-cvs-all@FreeBSD.ORG Fri Apr 4 01:49:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8429D37B401; Fri, 4 Apr 2003 01:49:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F08943FA3; Fri, 4 Apr 2003 01:49:29 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h349nS0U077073; Fri, 4 Apr 2003 01:49:28 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h349nSBB077072; Fri, 4 Apr 2003 01:49:28 -0800 (PST) Message-Id: <200304040949.h349nSBB077072@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 4 Apr 2003 01:49:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/turck-mmcache Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 09:49:30 -0000 edwin 2003/04/04 01:49:28 PST FreeBSD ports repository Modified files: www Makefile Added files: www/turck-mmcache Makefile distinfo pkg-descr pkg-message pkg-plist Log: [New Port] Turck MMCache 2.3.6 (An opcode cache for PHP) Turck MMCache is a opcode cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations for speed up of PHP scripts execution. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times. WWW: http://www.turcksoft.com/en/e_mmc.htm PR: ports/48807 Submitted by: Alex Dupre Revision Changes Path 1.628 +1 -0 ports/www/Makefile 1.1 +68 -0 ports/www/turck-mmcache/Makefile (new) 1.1 +1 -0 ports/www/turck-mmcache/distinfo (new) 1.1 +11 -0 ports/www/turck-mmcache/pkg-descr (new) 1.1 +17 -0 ports/www/turck-mmcache/pkg-message (new) 1.1 +4 -0 ports/www/turck-mmcache/pkg-plist (new)