Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2005 00:11:59 -0500 (CDT)
From:      Travis Campbell <hcoyote@ghostar.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81491: new port www/p5-Catalyst-Plugin-Session-FastMmap FastMmap sessions for Catalyst
Message-ID:  <200505260511.j4Q5BxsP016597@malkavian.ghostar.ath.cx>
Resent-Message-ID: <200505260520.j4Q5K1ix006335@freefall.freebsd.org>

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

>Number:         81491
>Category:       ports
>Synopsis:       new port www/p5-Catalyst-Plugin-Session-FastMmap  FastMmap sessions for Catalyst
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 26 05:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Travis Campbell
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:

  FastMmap sessions for Catalyst using Cache::FastMmap

>How-To-Repeat:
>Fix:


--- p5-Catalyst-Plugin-Session-FastMmap.shar begins here ---
# 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-Catalyst-Plugin-Session-FastMmap
#	p5-Catalyst-Plugin-Session-FastMmap/Makefile
#	p5-Catalyst-Plugin-Session-FastMmap/pkg-plist
#	p5-Catalyst-Plugin-Session-FastMmap/distinfo
#	p5-Catalyst-Plugin-Session-FastMmap/pkg-descr
#
echo c - p5-Catalyst-Plugin-Session-FastMmap
mkdir -p p5-Catalyst-Plugin-Session-FastMmap > /dev/null 2>&1
echo x - p5-Catalyst-Plugin-Session-FastMmap/Makefile
sed 's/^X//' >p5-Catalyst-Plugin-Session-FastMmap/Makefile << 'END-of-p5-Catalyst-Plugin-Session-FastMmap/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	p5-Catalyst-Plugin-Session-FastMmap
X# Date created:			May 25, 2005
X# Whom:				Travis Campbell <hcoyote@ghostar.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Catalyst-Plugin-Session-FastMmap
XPORTVERSION=	0.12
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../by-authors/id/M/MR/MRAMBERG
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hcoyote@ghostar.org
XCOMMENT=	FastMmap sessions for Catalyst
X
XBUILD_DEPENDS=	${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
X	${SITE_PERL}/${PERL_ARCH}/Cache/FastMmap.pm:${PORTSDIR}/devel/p5-Cache-FastMmap \
X	${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
X	${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
X	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
X	${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
X	${SITE_PERL}/URI/Find.pm:${PORTSDIR}/textproc/p5-URI-Find \
X	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Catalyst::Plugin::Session::FastMmap.3
X
X.include <bsd.port.pre.mk>
X.if ${PERL_LEVEL} < 500801
XIGNORE=	requires Perl 5.8. Install lang/perl5.8, and try again
X.endif
X.include <bsd.port.post.mk>
END-of-p5-Catalyst-Plugin-Session-FastMmap/Makefile
echo x - p5-Catalyst-Plugin-Session-FastMmap/pkg-plist
sed 's/^X//' >p5-Catalyst-Plugin-Session-FastMmap/pkg-plist << 'END-of-p5-Catalyst-Plugin-Session-FastMmap/pkg-plist'
X%%SITE_PERL%%/Catalyst/Plugin/Session/FastMmap.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/FastMmap/.packlist
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/FastMmap 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Session 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true
END-of-p5-Catalyst-Plugin-Session-FastMmap/pkg-plist
echo x - p5-Catalyst-Plugin-Session-FastMmap/distinfo
sed 's/^X//' >p5-Catalyst-Plugin-Session-FastMmap/distinfo << 'END-of-p5-Catalyst-Plugin-Session-FastMmap/distinfo'
XMD5 (Catalyst-Plugin-Session-FastMmap-0.12.tar.gz) = 088081c1dbd1215d441b667c30fe9a8f
XSIZE (Catalyst-Plugin-Session-FastMmap-0.12.tar.gz) = 3144
END-of-p5-Catalyst-Plugin-Session-FastMmap/distinfo
echo x - p5-Catalyst-Plugin-Session-FastMmap/pkg-descr
sed 's/^X//' >p5-Catalyst-Plugin-Session-FastMmap/pkg-descr << 'END-of-p5-Catalyst-Plugin-Session-FastMmap/pkg-descr'
XFastMmap sessions for Catalyst
X
XWWW:  http://search.cpan.org/dist/Catalyst-Plugin-Session-FastMmap/
X
X- Travis Campbell
Xhcoyote@ghostar.org
END-of-p5-Catalyst-Plugin-Session-FastMmap/pkg-descr
exit
--- p5-Catalyst-Plugin-Session-FastMmap.shar ends here ---


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



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