1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add pear-Cache 1.5.4, PEAR framework for caching of arbitrary data.

Approved by:    pav (mentor).
This commit is contained in:
Thierry Thomas 2004-04-06 19:17:02 +00:00
parent c39e66ac50
commit 2e8f878fe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106343
4 changed files with 36 additions and 0 deletions

View File

@ -263,6 +263,7 @@
SUBDIR += paicc
SUBDIR += pciutils
SUBDIR += pdumpfs
SUBDIR += pear-Cache
SUBDIR += pear-File
SUBDIR += pear-File_Find
SUBDIR += pear-Log

View File

@ -0,0 +1,28 @@
# Ports collection makefile for: pear-Cache
# Date created: 5 April 2004
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
#
# $FreeBSD$
#
PORTNAME= Cache
PORTVERSION= 1.5.4
CATEGORIES= sysutils www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR framework for caching of arbitrary data
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Cache
FILES= Application.php Cache.php Container.php Container/db.php \
Container/dbx.php Container/file.php Container/mdb.php \
Container/mdb_cache_schema.xml Container/msession.php \
Container/phplib.php Container/shm.php Container/trifile.php \
Error.php Function.php Graphics.php HTTP_Request.php Output.php \
OutputCompression.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Cache-1.5.4.tgz) = 1a7698fcfdf9ab63e56bbbff0c76a13d
SIZE (PEAR/Cache-1.5.4.tgz) = 30690

View File

@ -0,0 +1,5 @@
With the PEAR Cache you can cache the result of certain function
calls, as well as the output of a whole script run or share data
between applications.
WWW: http://pear.php.net/package/Cache/