aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-03-03 23:34:06 +0800
committermm <mm@FreeBSD.org>2012-03-03 23:34:06 +0800
commit707ec0ce13a08f6d4c0e1ad6dfc8bd7af0574a80 (patch)
treec018f5452233bc33a44c8e0898d890112d58ade9
parentc803b5637931be10018be8d467b16b987cd4fc66 (diff)
downloadfreebsd-ports-gnome-707ec0ce13a08f6d4c0e1ad6dfc8bd7af0574a80.tar.gz
freebsd-ports-gnome-707ec0ce13a08f6d4c0e1ad6dfc8bd7af0574a80.tar.zst
freebsd-ports-gnome-707ec0ce13a08f6d4c0e1ad6dfc8bd7af0574a80.zip
Extension of the Horde_Autoloader that implements caching of class-file-maps.
The caching method is determined automatically from the list of supported cache backends: APC, XCache, eAccelerator, local file system.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pear-Horde_Autoloader_Cache/Makefile19
-rw-r--r--devel/pear-Horde_Autoloader_Cache/distinfo2
-rw-r--r--devel/pear-Horde_Autoloader_Cache/pkg-descr5
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f06d67506193..2f3218c03709 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2816,6 +2816,7 @@
SUBDIR += pear-Horde_Alarm
SUBDIR += pear-Horde_Argv
SUBDIR += pear-Horde_Autoloader
+ SUBDIR += pear-Horde_Autoloader_Cache
SUBDIR += pear-Horde_Cache
SUBDIR += pear-Horde_Cli
SUBDIR += pear-Horde_Constraint
diff --git a/devel/pear-Horde_Autoloader_Cache/Makefile b/devel/pear-Horde_Autoloader_Cache/Makefile
new file mode 100644
index 000000000000..b0ba6c86507e
--- /dev/null
+++ b/devel/pear-Horde_Autoloader_Cache/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: pear-Horde_Autoloader_Cache
+# Date created: 3 March 2012
+# Whom: Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Horde_Autoloader_Cache
+PORTVERSION= 1.0.1
+CATEGORIES= devel www pear
+
+MAINTAINER= horde@FreeBSD.org
+COMMENT= Horde Autoloader Cache
+
+USE_HORDE_RUN= Horde_Autoloader
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
diff --git a/devel/pear-Horde_Autoloader_Cache/distinfo b/devel/pear-Horde_Autoloader_Cache/distinfo
new file mode 100644
index 000000000000..eb18edf662e9
--- /dev/null
+++ b/devel/pear-Horde_Autoloader_Cache/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Autoloader_Cache-1.0.1.tgz) = 2b23a2a88e56a183adef8b86dfab7d87be25fbcd67c3672c360872df5087bb0f
+SIZE (Horde/Horde_Autoloader_Cache-1.0.1.tgz) = 11524
diff --git a/devel/pear-Horde_Autoloader_Cache/pkg-descr b/devel/pear-Horde_Autoloader_Cache/pkg-descr
new file mode 100644
index 000000000000..b2b431407b79
--- /dev/null
+++ b/devel/pear-Horde_Autoloader_Cache/pkg-descr
@@ -0,0 +1,5 @@
+Extension of the Horde_Autoloader that implements caching of class-file-maps.
+The caching method is determined automatically from the list of supported cache
+backends: APC, XCache, eAccelerator, local file system.
+
+WWW: http://pear.horde.org