Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Jun 2001 03:47:09 +0200 (CEST)
From:      tobez@tobez.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27804: New port: databases/p5-DBIx-DataSource (DBIx::DataSource - Database-independant create and drop functions)
Message-ID:  <20010601014709.A7C05543D@heechee.tobez.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 31 18:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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