From tobez@tobez.org  Thu May 31 18:47:27 2001
Return-Path: <tobez@tobez.org>
Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254])
	by hub.freebsd.org (Postfix) with ESMTP id 9D03A37B42C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 May 2001 18:47:21 -0700 (PDT)
	(envelope-from tobez@tobez.org)
Received: by heechee.tobez.org (Postfix, from userid 1001)
	id A7C05543D; Fri,  1 Jun 2001 03:47:09 +0200 (CEST)
Message-Id: <20010601014709.A7C05543D@heechee.tobez.org>
Date: Fri,  1 Jun 2001 03:47:09 +0200 (CEST)
From: tobez@tobez.org
Reply-To: tobez@tobez.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: databases/p5-DBIx-DataSource (DBIx::DataSource - Database-independant create and drop functions)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         27804
>Category:       ports
>Synopsis:       New port: databases/p5-DBIx-DataSource (DBIx::DataSource - Database-independant create and drop functions)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 31 18:50:01 PDT 2001
>Closed-Date:    Mon Jun 11 10:55:33 PDT 2001
>Last-Modified:  Mon Jun 11 10:55:57 PDT 2001
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
>Description:

This module implements create_database and drop_database functions for
databases.  It aims to provide a common interface to database creation
and deletion regardless of the actual database being used.

Currently supported databases are MySQL and PostgreSQL.

>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-DBIx-DataSource
#	p5-DBIx-DataSource/Makefile
#	p5-DBIx-DataSource/pkg-comment
#	p5-DBIx-DataSource/pkg-plist
#	p5-DBIx-DataSource/pkg-descr
#	p5-DBIx-DataSource/distinfo
#
echo c - p5-DBIx-DataSource
mkdir -p p5-DBIx-DataSource > /dev/null 2>&1
echo x - p5-DBIx-DataSource/Makefile
sed 's/^X//' >p5-DBIx-DataSource/Makefile << 'END-of-p5-DBIx-DataSource/Makefile'
X# New ports collection makefile for:	databases/p5-DBIx-DataSource
X# Date created:				01 June 2001
X# Whom:					Anton Berezin <tobez@tobez.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	DBIx-DataSource
XPORTVERSION=	0.02
XCATEGORIES=	databases perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	DBIx
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tobez@tobez.org
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	DBIx::DataSource.3 DBIx::DataSource::Driver.3 \
X	DBIx::DataSource::mysql.3 DBIx::DataSource::Pg.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-DBIx-DataSource/Makefile
echo x - p5-DBIx-DataSource/pkg-comment
sed 's/^X//' >p5-DBIx-DataSource/pkg-comment << 'END-of-p5-DBIx-DataSource/pkg-comment'
XDBIx::DataSource - Database-independant create and drop functions
END-of-p5-DBIx-DataSource/pkg-comment
echo x - p5-DBIx-DataSource/pkg-plist
sed 's/^X//' >p5-DBIx-DataSource/pkg-plist << 'END-of-p5-DBIx-DataSource/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/DataSource/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DataSource.pm
Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DataSource/Driver.pm
Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DataSource/mysql.pm
Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DataSource/Pg.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/DataSource
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx/DataSource
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true
END-of-p5-DBIx-DataSource/pkg-plist
echo x - p5-DBIx-DataSource/pkg-descr
sed 's/^X//' >p5-DBIx-DataSource/pkg-descr << 'END-of-p5-DBIx-DataSource/pkg-descr'
XThis module implements create_database and drop_database functions for
Xdatabases.  It aims to provide a common interface to database creation
Xand deletion regardless of the actual database being used.
X
XCurrently supported databases are MySQL and PostgreSQL.
X
X-Anton
X<tobez@tobez.org>
END-of-p5-DBIx-DataSource/pkg-descr
echo x - p5-DBIx-DataSource/distinfo
sed 's/^X//' >p5-DBIx-DataSource/distinfo << 'END-of-p5-DBIx-DataSource/distinfo'
XMD5 (DBIx-DataSource-0.02.tar.gz) = 12d60ad75ceced40286d18fcdcb5a40b
END-of-p5-DBIx-DataSource/distinfo
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dannyboy 
State-Changed-When: Mon Jun 11 10:55:33 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27804 
>Unformatted:
