Add p5-Cache-BDB 0.04, an object caching wrapper around BerkeleyDB.
PR: ports/100711 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
44f1d8b402
commit
16acd8f56c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168535
5 changed files with 49 additions and 0 deletions
|
@ -162,6 +162,7 @@
|
|||
SUBDIR += p5-BerkeleyDB
|
||||
SUBDIR += p5-CDB_File
|
||||
SUBDIR += p5-CDB_File-Generator
|
||||
SUBDIR += p5-Cache-BDB
|
||||
SUBDIR += p5-Cache-Memcached
|
||||
SUBDIR += p5-Cache-Memcached-Managed
|
||||
SUBDIR += p5-Class-DBI
|
||||
|
|
30
databases/p5-Cache-BDB/Makefile
Normal file
30
databases/p5-Cache-BDB/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: p5-Cache-BDB
|
||||
# Date created: 2006-07-22
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Cache-BDB
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Cache
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= An object caching wrapper around BerkeleyDB
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Cache::BDB.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500700
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
databases/p5-Cache-BDB/distinfo
Normal file
3
databases/p5-Cache-BDB/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Cache-BDB-0.04.tar.gz) = 34f2de75f4eeb43459e1ddc2682c4f27
|
||||
SHA256 (Cache-BDB-0.04.tar.gz) = 1cfe7c4fc3663bad1cd233447f042f01543c8161d3b4b56f03a835965474c049
|
||||
SIZE (Cache-BDB-0.04.tar.gz) = 16467
|
8
databases/p5-Cache-BDB/pkg-descr
Normal file
8
databases/p5-Cache-BDB/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This module implements a caching layer around BerkeleyDB for object
|
||||
persistence. It implements the basic methods necessary to add,
|
||||
retrieve, and remove objects. The main advantage over other caching
|
||||
modules is performance. I've attempted to stick with a
|
||||
Cache::Cache-like interface as much as possible, though it may differ
|
||||
here and there.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Cache-BDB/
|
7
databases/p5-Cache-BDB/pkg-plist
Normal file
7
databases/p5-Cache-BDB/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB/.packlist
|
||||
%%SITE_PERL%%/Cache/BDB.pm
|
||||
%%SITE_PERL%%/Cache/BDB.pod
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/BDB
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache
|
||||
@dirrmtry %%SITE_PERL%%/Cache
|
Loading…
Reference in a new issue