From clsung@dragon2.net  Thu Oct 23 09:43:52 2003
Return-Path: <clsung@dragon2.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0282D16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Oct 2003 09:43:52 -0700 (PDT)
Received: from mail.dragon2.net (sungsung.csie.nctu.edu.tw [140.113.215.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6595C43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Oct 2003 09:43:50 -0700 (PDT)
	(envelope-from clsung@dragon2.net)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by mail.dragon2.net (Postfix) with ESMTP
	id BD36515736; Thu, 23 Oct 2003 16:45:06 +0000 (GMT)
Received: from mail.dragon2.net ([127.0.0.1])
 by localhost (sungsung.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 21821-01; Fri, 24 Oct 2003 00:45:06 +0800 (CST)
Received: by mail.dragon2.net (Postfix, from userid 1022)
	id 440D915735; Fri, 24 Oct 2003 00:45:06 +0800 (CST)
Message-Id: <20031023164506.440D915735@mail.dragon2.net>
Date: Fri, 24 Oct 2003 00:45:06 +0800 (CST)
From: Cheng-Lung Sung <clsung@dragon2.net>
Reply-To: Cheng-Lung Sung <clsung@dragon2.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@tiger2.net
Subject: New port: devel/p5-Tie-FileLRUCache
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58455
>Category:       ports
>Synopsis:       New port: devel/p5-Tie-FileLRUCache
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 09:50:16 PDT 2003
>Closed-Date:    Thu Oct 23 21:31:45 PDT 2003
>Last-Modified:  Thu Oct 23 21:31:45 PDT 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: foxfair 
State-Changed-When: Thu Oct 23 21:31:38 PDT 2003 
State-Changed-Why:  
Port added, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=58455 
>Unformatted:
