From mat@aragorn.reaumur.absolight.net  Mon Jul 21 05:49:12 2003
Return-Path: <mat@aragorn.reaumur.absolight.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AB6FF37B404
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jul 2003 05:49:12 -0700 (PDT)
Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A8AD043FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jul 2003 05:49:11 -0700 (PDT)
	(envelope-from mat@aragorn.reaumur.absolight.net)
Received: by mx3.absolight.com (Postfix, from userid 1007)
	id AC6612A52; Mon, 21 Jul 2003 14:49:10 +0200 (CEST)
Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58])
	by mx3.absolight.com (Postfix) with ESMTP
	id 4C0812A3E; Mon, 21 Jul 2003 14:49:10 +0200 (CEST)
Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000)
	id 2A1587D27; Mon, 21 Jul 2003 14:49:08 +0200 (CEST)
Message-Id: <20030721124908.2A1587D27@aragorn.reaumur.absolight.net>
Date: Mon, 21 Jul 2003 14:49:08 +0200 (CEST)
From: Mathieu Arnold <m@absolight.net>
Reply-To: Mathieu Arnold <m@absolight.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: m@absolight.net
Subject: new port databases/DBIx-Ease
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54706
>Category:       ports
>Synopsis:       new port databases/p5-DBIx-Ease
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 21 05:50:16 PDT 2003
>Closed-Date:    Wed Aug 20 01:31:57 PDT 2003
>Last-Modified:  Wed Aug 20 01:31:57 PDT 2003
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
New port databases/p5-DBIx-Ease

DBIx::Ease is intended to allow less-code DBI interactions.
>How-To-Repeat:
>Fix:

--- p5-DBIx-Ease-0.07.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-DBIx-Ease
#	p5-DBIx-Ease/Makefile
#	p5-DBIx-Ease/distinfo
#	p5-DBIx-Ease/pkg-descr
#	p5-DBIx-Ease/pkg-plist
#
echo c - p5-DBIx-Ease
mkdir -p p5-DBIx-Ease > /dev/null 2>&1
echo x - p5-DBIx-Ease/Makefile
sed 's/^X//' >p5-DBIx-Ease/Makefile << 'END-of-p5-DBIx-Ease/Makefile'
X# New ports collection makefile for:	p5-DBIx-Ease
X# Date created:	   21 july 2003
X# Whom:		   Mathieu Arnold <m@absolight.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	DBIx-Ease
XPORTVERSION=	0.07
XCATEGORIES=	databases perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	DBIx
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	m@absolight.net
XCOMMENT=	Less-code DBI interactions for all drivers
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		DBIx::Ease.3
X
X.include <bsd.port.mk>
END-of-p5-DBIx-Ease/Makefile
echo x - p5-DBIx-Ease/distinfo
sed 's/^X//' >p5-DBIx-Ease/distinfo << 'END-of-p5-DBIx-Ease/distinfo'
XMD5 (DBIx-Ease-0.07.tar.gz) = c25fa1d9dba1f3a3a0da78684f841d44
END-of-p5-DBIx-Ease/distinfo
echo x - p5-DBIx-Ease/pkg-descr
sed 's/^X//' >p5-DBIx-Ease/pkg-descr << 'END-of-p5-DBIx-Ease/pkg-descr'
XDBIx::Ease is intended to allow less-code DBI interactions.
X
XUpon creation of a new DBIx::Ease object you should pass the portion of the DSN
X(Data Source Name) common to all connections the object is supposed to store.
XReplace the variable portions with '<databasename>'.  Whenever you wish to make
Xonly one connection you may enter the complete DSN, also when you want to make
Xconnections with the same source but as different users, then call exec() with
Xdifferent names of your choice as  initial argument.
X
X
XWWW: http://search.cpan.org/dist/DBIx-Ease/
END-of-p5-DBIx-Ease/pkg-descr
echo x - p5-DBIx-Ease/pkg-plist
sed 's/^X//' >p5-DBIx-Ease/pkg-plist << 'END-of-p5-DBIx-Ease/pkg-plist'
X%%SITE_PERL%%/DBIx/Ease.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Ease/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Ease
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true
END-of-p5-DBIx-Ease/pkg-plist
exit
--- p5-DBIx-Ease-0.07.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Sat Aug 16 02:44:57 PDT 2003 
Responsible-Changed-Why:  
Reassign my PR to myself 


http://www.freebsd.org/cgi/query-pr.cgi?pr=54706 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Wed Aug 20 01:31:45 PDT 2003 
State-Changed-Why:  
added 

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