aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-03-03 23:34:06 +0800
committerMartin Matuska <mm@FreeBSD.org>2012-03-03 23:34:06 +0800
commit71572714743b356279436f270801d6f8cec7733c (patch)
tree4ed7958db400967639b7af50be1251938138891e /devel
parent37b61d8e02d1ea7efe3d285990437af8a1e4311a (diff)
downloadfreebsd-ports-gnome-71572714743b356279436f270801d6f8cec7733c.tar.gz
freebsd-ports-gnome-71572714743b356279436f270801d6f8cec7733c.tar.zst
freebsd-ports-gnome-71572714743b356279436f270801d6f8cec7733c.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.
Diffstat (limited to 'devel')
-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