aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-Cache_Lite
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-11-27 05:39:20 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-11-27 05:39:20 +0000
commitea59dba7f1fc17a91e55b54c2691365019533810 (patch)
treea020af81d4401def7159a102e964969f883583ec /sysutils/pear-Cache_Lite
parent5cdd4c3c558f6c6478f5aa62fb1cc901728e58b2 (diff)
Notes
Diffstat (limited to 'sysutils/pear-Cache_Lite')
-rw-r--r--sysutils/pear-Cache_Lite/Makefile27
-rw-r--r--sysutils/pear-Cache_Lite/distinfo2
-rw-r--r--sysutils/pear-Cache_Lite/pkg-descr4
3 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/pear-Cache_Lite/Makefile b/sysutils/pear-Cache_Lite/Makefile
new file mode 100644
index 000000000000..7dd3c404a13f
--- /dev/null
+++ b/sysutils/pear-Cache_Lite/Makefile
@@ -0,0 +1,27 @@
+# Ports collection makefile for: pear-Cache_Lite
+# Date created: 26 November 2004
+# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Cache_Lite
+PORTVERSION= 1.3.1
+CATEGORIES= sysutils www pear
+
+MAINTAINER= antonio@php.net
+COMMENT= PEAR fast and safe little cache system
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Cache
+FILES= Lite/Output.php Lite/Function.php Lite.php
+DOCS= docs/technical docs/examples LICENSE TODO
+TESTS= readme test.php test2.php test3.php bench.php \
+ bench2.php bench3.php
+_DOCSDIR= .
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/sysutils/pear-Cache_Lite/distinfo b/sysutils/pear-Cache_Lite/distinfo
new file mode 100644
index 000000000000..72b8d266637f
--- /dev/null
+++ b/sysutils/pear-Cache_Lite/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/Cache_Lite-1.3.1.tgz) = 678b9ac6267fb6b18b1b1c7a53316fbd
+SIZE (PEAR/Cache_Lite-1.3.1.tgz) = 20921
diff --git a/sysutils/pear-Cache_Lite/pkg-descr b/sysutils/pear-Cache_Lite/pkg-descr
new file mode 100644
index 000000000000..926ce1b63f69
--- /dev/null
+++ b/sysutils/pear-Cache_Lite/pkg-descr
@@ -0,0 +1,4 @@
+This package is a little cache system optimized for file containers. It is
+fast and safe (because it uses file locking and/or anti-corruption tests).
+
+WWW: http://pear.php.net/package/Cache_Lite/