diff options
author | demon <demon@FreeBSD.org> | 2004-10-13 13:51:32 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-10-13 13:51:32 +0800 |
commit | ef1dd65aafba48e240a533a354982176ee72044c (patch) | |
tree | e4218706102a810dd370b025649b633785aa3212 /devel/p5-Cache-Simple-TimedExpiry | |
parent | 1f54f2ad0a31eee87335461da1d8a4e7c9bc3d71 (diff) | |
download | freebsd-ports-gnome-ef1dd65aafba48e240a533a354982176ee72044c.tar.gz freebsd-ports-gnome-ef1dd65aafba48e240a533a354982176ee72044c.tar.zst freebsd-ports-gnome-ef1dd65aafba48e240a533a354982176ee72044c.zip |
New port: p5-Cache-Simple-TimedExpiry.
A lightweight cache with timed expiration.
PR: 71481
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'devel/p5-Cache-Simple-TimedExpiry')
-rw-r--r-- | devel/p5-Cache-Simple-TimedExpiry/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Cache-Simple-TimedExpiry/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Cache-Simple-TimedExpiry/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Cache-Simple-TimedExpiry/pkg-plist | 7 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-Cache-Simple-TimedExpiry/Makefile b/devel/p5-Cache-Simple-TimedExpiry/Makefile new file mode 100644 index 000000000000..c6bcbbb2dafd --- /dev/null +++ b/devel/p5-Cache-Simple-TimedExpiry/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Cache-Simple-TimedExpiry +# Date created: 8 September 2004 +# Whom: Palle Girgensohn <girgen@pingpong.net> +# +# $FreeBSD$ +# + +PORTNAME= Cache-Simple-TimedExpiry +PORTVERSION= 0.21 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Cache +PKGNAMEPREFIX= p5- + +MAINTAINER= girgen@pingpong.net +COMMENT= A lightweight cache with timed expiration + +PERL_CONFIGURE= yes + +MAN3= Cache::Simple::TimedExpiry.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Cache-Simple-TimedExpiry/distinfo b/devel/p5-Cache-Simple-TimedExpiry/distinfo new file mode 100644 index 000000000000..1f3865989750 --- /dev/null +++ b/devel/p5-Cache-Simple-TimedExpiry/distinfo @@ -0,0 +1,2 @@ +MD5 (Cache-Simple-TimedExpiry-0.21.tar.gz) = dcd468732eb8c961bdddb8c81e21ddeb +SIZE (Cache-Simple-TimedExpiry-0.21.tar.gz) = 8498 diff --git a/devel/p5-Cache-Simple-TimedExpiry/pkg-descr b/devel/p5-Cache-Simple-TimedExpiry/pkg-descr new file mode 100644 index 000000000000..5247f09c6494 --- /dev/null +++ b/devel/p5-Cache-Simple-TimedExpiry/pkg-descr @@ -0,0 +1,3 @@ +A lightweight cache with timed expiration. + +WWW: http://search.cpan.org/dist/Cache-Simple-TimedExpiry/ diff --git a/devel/p5-Cache-Simple-TimedExpiry/pkg-plist b/devel/p5-Cache-Simple-TimedExpiry/pkg-plist new file mode 100644 index 000000000000..cac83376290d --- /dev/null +++ b/devel/p5-Cache-Simple-TimedExpiry/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/Simple/TimedExpiry/.packlist +%%SITE_PERL%%/Cache/Simple/TimedExpiry.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/Simple/TimedExpiry +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache/Simple +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Cache/Simple 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Cache 2>/dev/null || true |