Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2003 00:45:06 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@tiger2.net
Subject:   ports/58455: New port: devel/p5-Tie-FileLRUCache
Message-ID:  <20031023164506.440D915735@mail.dragon2.net>
Resent-Message-ID: <200310231650.h9NGoHH4002302@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58455
>Category:       ports
>Synopsis:       New port: devel/p5-Tie-FileLRUCache
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 09:50:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
New port: A lightweight but robust filesystem based persistent LRU cache
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Tie-FileLRUCache
#	p5-Tie-FileLRUCache/Makefile
#	p5-Tie-FileLRUCache/distinfo
#	p5-Tie-FileLRUCache/pkg-descr
#	p5-Tie-FileLRUCache/pkg-plist
#
echo c - p5-Tie-FileLRUCache
mkdir -p p5-Tie-FileLRUCache > /dev/null 2>&1
echo x - p5-Tie-FileLRUCache/Makefile
sed 's/^X//' >p5-Tie-FileLRUCache/Makefile << 'END-of-p5-Tie-FileLRUCache/Makefile'
X# New ports collection makefile for:	devel/p5-Tie-FileLRUCache
X# Date created:				Oct 23 2003
X# Whom:					clsung@dragon2.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Tie-FileLRUCache
XPORTVERSION=	1.01
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Tie
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	clsung@dragon2.net
XCOMMENT=	A lightweight but robust filesystem based persistent LRU cache
X
XBUILD_DEPENDS=	${SITE_PERL}/Class/NamedParms.pm:${PORTSDIR}/devel/p5-Class-NamedParms \
X		${SITE_PERL}/Class/ParmList.pm:${PORTSDIR}/devel/p5-Class-ParmList
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Tie::FileLRUCache.3
X
X.include <bsd.port.mk>
END-of-p5-Tie-FileLRUCache/Makefile
echo x - p5-Tie-FileLRUCache/distinfo
sed 's/^X//' >p5-Tie-FileLRUCache/distinfo << 'END-of-p5-Tie-FileLRUCache/distinfo'
XMD5 (Tie-FileLRUCache-1.01.tar.gz) = de9961e24338763d872873e9d95b2c91
END-of-p5-Tie-FileLRUCache/distinfo
echo x - p5-Tie-FileLRUCache/pkg-descr
sed 's/^X//' >p5-Tie-FileLRUCache/pkg-descr << 'END-of-p5-Tie-FileLRUCache/pkg-descr'
XTie::FileLRUCache
X
XProvides a lightweight Least Recently Used cache of data via 
Xeither an object or tied interface. Keys and data are both 
Xallowed to be references and objects as well as scalars. Requires 
X'Digest::SHA1' to be installed.
X
XWWW:	http://search.cpan.org/~snowhare/Tie-FileLRUCache-1.01/
X
XAuthor: Benjamin Franz
END-of-p5-Tie-FileLRUCache/pkg-descr
echo x - p5-Tie-FileLRUCache/pkg-plist
sed 's/^X//' >p5-Tie-FileLRUCache/pkg-plist << 'END-of-p5-Tie-FileLRUCache/pkg-plist'
X%%SITE_PERL%%/Tie/FileLRUCache.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/FileLRUCache/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/FileLRUCache
X@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/FileLRUCache 2>/dev/null || true
END-of-p5-Tie-FileLRUCache/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031023164506.440D915735>