From e8056b81432a1866e89703062aad68b487be70bf Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Thu, 7 Jul 2011 19:20:01 +0000 Subject: This Horde package provides a simple, functional caching API, with the option to store the cached data on the filesystem, in one of the PHP opcode cache systems (APC, eAcclerator, XCache, or Zend Performance Suite's content cache), memcached, or an SQL table. WWW: http://pear.horde.org --- devel/pear-Horde_Cache/Makefile | 32 ++++++++++++++++++++++++++++++++ devel/pear-Horde_Cache/distinfo | 2 ++ devel/pear-Horde_Cache/pkg-descr | 6 ++++++ 3 files changed, 40 insertions(+) create mode 100644 devel/pear-Horde_Cache/Makefile create mode 100644 devel/pear-Horde_Cache/distinfo create mode 100644 devel/pear-Horde_Cache/pkg-descr (limited to 'devel/pear-Horde_Cache') diff --git a/devel/pear-Horde_Cache/Makefile b/devel/pear-Horde_Cache/Makefile new file mode 100644 index 000000000000..7124ddad83e8 --- /dev/null +++ b/devel/pear-Horde_Cache/Makefile @@ -0,0 +1,32 @@ +# Ports collection makefile for: pear-Horde_Cache +# Date created: 6 July 2011 +# Whom: Martin Matuska +# +# $FreeBSD$ + +PORTNAME= Horde_Cache +PORTVERSION= 1.0.4 +CATEGORIES= devel www pear +PKGNAMEPREFIX= pear- + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde Caching API + +OPTIONS= APC "Require APC PHP extension" Off \ + MEMCACHE "Enable Memcache support" Off \ + +USE_HORDE_RUN= Horde_Exception Horde_Util +USE_PHP= hash + +.include + +.if defined(WITH_APC) +USE_PHP+= apc +.endif + +.if defined(WITH_MEMCACHE) +USE_HORDE_RUN+= Horde_Memcache +.endif + +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include diff --git a/devel/pear-Horde_Cache/distinfo b/devel/pear-Horde_Cache/distinfo new file mode 100644 index 000000000000..4bf6bf3e8808 --- /dev/null +++ b/devel/pear-Horde_Cache/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Cache-1.0.4.tgz) = e6e7f65ee5beac430e58137009bb644f3ccdbefa617ce836878bb8095430522a +SIZE (Horde/Horde_Cache-1.0.4.tgz) = 9879 diff --git a/devel/pear-Horde_Cache/pkg-descr b/devel/pear-Horde_Cache/pkg-descr new file mode 100644 index 000000000000..d86a457de8c2 --- /dev/null +++ b/devel/pear-Horde_Cache/pkg-descr @@ -0,0 +1,6 @@ +This Horde package provides a simple, functional caching API, with the option +to store the cached data on the filesystem, in one of the PHP opcode cache +systems (APC, eAcclerator, XCache, or Zend Performance Suite's content cache), +memcached, or an SQL table. + +WWW: http://pear.horde.org -- cgit v1.2.3