Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2004 13:29:51 -0700 (MST)
From:      Zach Thompson <lin-chi@lastamericanempire.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62182: [NEW PORT] devel/p5-POE-Component-EasyDBI: Simplfied DBI usage for POE	
Message-ID:  <20040131202951.299FF284AE@darwin.lastamericanempire.com>
Resent-Message-ID: <200401312030.i0VKUAhf057451@freefall.freebsd.org>

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

>Number:         62182
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-POE-Component-EasyDBI: Simplfied DBI usage for POE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 12:30:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Zach Thompson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD darwin.lastamericanempire.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Jan 29 17:34:36 MST 2004 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin i386


	
>Description:
New port: devel/p5-POE-Component-EasyDBI - Simplified DBI usage for the POE framework
>How-To-Repeat:
	
>Fix:

	

--- p5-POE-Component-EasyDBI 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-POE-Component-EasyDBI
#	p5-POE-Component-EasyDBI/Makefile
#	p5-POE-Component-EasyDBI/pkg-descr
#	p5-POE-Component-EasyDBI/pkg-plist
#	p5-POE-Component-EasyDBI/distinfo
#
echo c - p5-POE-Component-EasyDBI
mkdir -p p5-POE-Component-EasyDBI > /dev/null 2>&1
echo x - p5-POE-Component-EasyDBI/Makefile
sed 's/^X//' >p5-POE-Component-EasyDBI/Makefile << 'END-of-p5-POE-Component-EasyDBI/Makefile'
X# New ports collection makefile for:	POE-Component-EasyDBI
X# Date created:		31 Jan 2004
X# Whom:			Zach Thompson <lin-chi@lastamericanempire.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	POE-Component-EasyDBI
XPORTVERSION=	0.02
XCATEGORIES=	devel perl5 databases
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	POE
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lin-chi@lastamericanempire.com
XCOMMENT=	POE Component for simplified DBI usage
X
XBUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
X		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
X		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		POE::Component::EasyDBI.3 \
X		POE::Component::EasyDBI::SubProcess.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XBUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
XRUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
X.else
XBUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
XRUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-POE-Component-EasyDBI/Makefile
echo x - p5-POE-Component-EasyDBI/pkg-descr
sed 's/^X//' >p5-POE-Component-EasyDBI/pkg-descr << 'END-of-p5-POE-Component-EasyDBI/pkg-descr'
XSimplified use of DBI in the POE environment.
X
X- Zach Thompson
Xlin-chi@lastamericanempire.com
END-of-p5-POE-Component-EasyDBI/pkg-descr
echo x - p5-POE-Component-EasyDBI/pkg-plist
sed 's/^X//' >p5-POE-Component-EasyDBI/pkg-plist << 'END-of-p5-POE-Component-EasyDBI/pkg-plist'
X%%SITE_PERL%%/POE/Component/EasyDBI.pm
X%%SITE_PERL%%/POE/Component/EasyDBI/SubProcess.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/EasyDBI/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/EasyDBI
X@dirrm %%SITE_PERL%%/POE/Component/EasyDBI
X@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/mach/auto/POE/Component 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/mach/auto/POE 2>/dev/null || true
END-of-p5-POE-Component-EasyDBI/pkg-plist
echo x - p5-POE-Component-EasyDBI/distinfo
sed 's/^X//' >p5-POE-Component-EasyDBI/distinfo << 'END-of-p5-POE-Component-EasyDBI/distinfo'
XMD5 (POE-Component-EasyDBI-0.02.tar.gz) = eb26f9eb6eb3be4440e8de9ff23acd27
END-of-p5-POE-Component-EasyDBI/distinfo
exit
--- p5-POE-Component-EasyDBI ends here ---


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



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