Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 19:01:18 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        m@absolight.net
Subject:   ports/54719: new port databases/p5-Class-DBI-Loader
Message-ID:  <20030721170118.46C717CDD@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200307211710.h6LHAEiA055021@freefall.freebsd.org>

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

>Number:         54719
>Category:       ports
>Synopsis:       new port databases/p5-Class-DBI-Loader
>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:   Mon Jul 21 10:10:13 PDT 2003
>Closed-Date:
>Last-Modified:
>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-Class-DBI-Loader

Class::DBI::Loader automate the definition of Class::DBI sub-classes. scan
table schemas and setup columns, primary key. 
>How-To-Repeat:
>Fix:

--- p5-Class-DBI-Loader-0.01.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-Class-DBI-Loader
#	p5-Class-DBI-Loader/Makefile
#	p5-Class-DBI-Loader/distinfo
#	p5-Class-DBI-Loader/pkg-descr
#	p5-Class-DBI-Loader/pkg-plist
#
echo c - p5-Class-DBI-Loader
mkdir -p p5-Class-DBI-Loader > /dev/null 2>&1
echo x - p5-Class-DBI-Loader/Makefile
sed 's/^X//' >p5-Class-DBI-Loader/Makefile << 'END-of-p5-Class-DBI-Loader/Makefile'
X# New ports collection makefile for:	p5-Class-DBI-Loader
X# Date created:	   21 july 2003
X# Whom:		   Mathieu Arnold <m@absolight.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Class-DBI-Loader
XPORTVERSION=	0.01
XCATEGORIES=	databases perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Class
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	m@absolight.net
XCOMMENT=	Dynamic definition of Class::DBI sub classes
X
XRUN_DEPENDS=	${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
X		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
XBUILD_DEPENDS=	${RUN_DEPENDS} \
X		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Class::DBI::Loader.3 \
X		Class::DBI::Loader::Generic.3 \
X		Class::DBI::Loader::Pg.3 \
X		Class::DBI::Loader::SQLite.3 \
X		Class::DBI::Loader::mysql.3
X
X.include <bsd.port.mk>
END-of-p5-Class-DBI-Loader/Makefile
echo x - p5-Class-DBI-Loader/distinfo
sed 's/^X//' >p5-Class-DBI-Loader/distinfo << 'END-of-p5-Class-DBI-Loader/distinfo'
XMD5 (Class-DBI-Loader-0.01.tar.gz) = e6f1baeffc21bc33f0dd0180efe90e77
END-of-p5-Class-DBI-Loader/distinfo
echo x - p5-Class-DBI-Loader/pkg-descr
sed 's/^X//' >p5-Class-DBI-Loader/pkg-descr << 'END-of-p5-Class-DBI-Loader/pkg-descr'
XClass::DBI::Loader automate the definition of Class::DBI sub-classes. scan
Xtable schemas and setup columns, primary key. 
X
Xclass names are defined by table names and namespace option. 
X
X+-----------+-----------+-----------+
X|   table   | namespace | class     |
X+-----------+-----------+-----------+
X|   foo     | Data      | Data::Foo |
X|   foo_bar |           | FooBar    |
X+-----------+-----------+-----------+
X
XClass::DBI::Loader supports MySQL, Postgres and SQLite. 
X
XWWW: http://search.cpan.org/dist/Class-DBI-Loader/
END-of-p5-Class-DBI-Loader/pkg-descr
echo x - p5-Class-DBI-Loader/pkg-plist
sed 's/^X//' >p5-Class-DBI-Loader/pkg-plist << 'END-of-p5-Class-DBI-Loader/pkg-plist'
X%%SITE_PERL%%/Class/DBI/Loader.pm
X%%SITE_PERL%%/Class/DBI/Loader/Generic.pm
X%%SITE_PERL%%/Class/DBI/Loader/Pg.pm
X%%SITE_PERL%%/Class/DBI/Loader/SQLite.pm
X%%SITE_PERL%%/Class/DBI/Loader/mysql.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Loader/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Loader
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
X@dirrm %%SITE_PERL%%/Class/DBI/Loader
X@unexec rmdir %D/%%SITE_PERL%%/Class/DBI 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
END-of-p5-Class-DBI-Loader/pkg-plist
exit
--- p5-Class-DBI-Loader-0.01.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?20030721170118.46C717CDD>