diff options
author | edwin <edwin@FreeBSD.org> | 2004-11-27 13:39:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-11-27 13:39:20 +0800 |
commit | 1ab0d3bb93365616add50ece1428e4d80aa2ee6c (patch) | |
tree | 05fa469a62666afc0bf5ce76a4a81f1466a7b039 /sysutils | |
parent | 7ab7abbed4cb99372a1a1e45210170045e21d2dc (diff) | |
download | freebsd-ports-gnome-1ab0d3bb93365616add50ece1428e4d80aa2ee6c.tar.gz freebsd-ports-gnome-1ab0d3bb93365616add50ece1428e4d80aa2ee6c.tar.zst freebsd-ports-gnome-1ab0d3bb93365616add50ece1428e4d80aa2ee6c.zip |
New port: sysutils/pear-Cache_Lite PEAR fast and safe little cache system
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).
PR: ports/74409
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pear-Cache_Lite/Makefile | 27 | ||||
-rw-r--r-- | sysutils/pear-Cache_Lite/distinfo | 2 | ||||
-rw-r--r-- | sysutils/pear-Cache_Lite/pkg-descr | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ad59c6620419..f2c772606914 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -309,6 +309,7 @@ SUBDIR += pdumpfs-clean SUBDIR += pdumpfs-rsync SUBDIR += pear-Cache + SUBDIR += pear-Cache_Lite SUBDIR += pear-File SUBDIR += pear-File_Find SUBDIR += pear-Log 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/ |