P5-IPC-Cache persist data across processes via shared memory.

This commit is contained in:
Vanilla I. Shu 2001-04-02 22:11:13 +00:00
parent 9473b21b8b
commit e972309b4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40775
6 changed files with 34 additions and 0 deletions

View file

@ -282,6 +282,7 @@
SUBDIR += p5-IO-Stty
SUBDIR += p5-IO-Tty
SUBDIR += p5-IO-stringy
SUBDIR += p5-IPC-Cache
SUBDIR += p5-IPC-ShareLite
SUBDIR += p5-IPC-Shareable
SUBDIR += p5-Include

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-IPC-Cache
# Date created: April 03 2001
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= IPC-Cache
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= IPC::Cache.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (IPC-Cache-0.02.tar.gz) = f730e095f98e44c7b5a9cb5647e6db02

View file

@ -0,0 +1 @@
persist data across processes via shared memory

View file

@ -0,0 +1,2 @@
IPC::Cache implements an object store where data is persisted across
processes.

View file

@ -0,0 +1,3 @@
lib/perl5/site_perl/%%PERL_VER%%/IPC/Cache.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Cache/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Cache