Added databases/p5-Rose-DB version 0.734
Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Tip: Are you looking for an object-relational mapper (ORM)? If so, please see the Rose::DB::Object module. Rose::DB::Object is an ORM that uses this module to manage its database connections. Rose::DB alone is simply a data source abstraction layer; it is not an ORM.
This commit is contained in:
parent
87e08c853a
commit
e2d4932ed9
4 changed files with 40 additions and 0 deletions
8
databases/p5-Rose-DB/DESCR
Normal file
8
databases/p5-Rose-DB/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
Rose::DB is a wrapper and abstraction layer for DBI-related
|
||||
functionality. A Rose::DB object "has a" DBI object; it is not a
|
||||
subclass of DBI.
|
||||
|
||||
Tip: Are you looking for an object-relational mapper (ORM)? If so,
|
||||
please see the Rose::DB::Object module. Rose::DB::Object is an ORM
|
||||
that uses this module to manage its database connections. Rose::DB
|
||||
alone is simply a data source abstraction layer; it is not an ORM.
|
26
databases/p5-Rose-DB/Makefile
Normal file
26
databases/p5-Rose-DB/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 13:46:37 abs Exp $
|
||||
|
||||
DISTNAME= Rose-DB-0.734
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
||||
|
||||
MAINTAINER= abs@absd.org
|
||||
HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB/
|
||||
COMMENT= DBI wrapper and abstraction layer
|
||||
|
||||
DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
|
||||
DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
|
||||
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
|
||||
DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
|
||||
DEPENDS+= p5-DateTime-Format-Pg>=0.11:../../time/p5-DateTime-Format-Pg
|
||||
DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
|
||||
DEPENDS+= p5-Rose-Object>=0.82:../../devel/p5-Rose-Object
|
||||
DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
|
||||
DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
|
||||
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
|
||||
|
||||
PERL5_PACKLIST= auto/Rose/DB/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
databases/p5-Rose-DB/PLIST
Normal file
1
databases/p5-Rose-DB/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 13:46:37 abs Exp $
|
5
databases/p5-Rose-DB/distinfo
Normal file
5
databases/p5-Rose-DB/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/06/10 13:46:37 abs Exp $
|
||||
|
||||
SHA1 (Rose-DB-0.734.tar.gz) = 14336b8c1b6542ebd78da09f1687ce592eb52693
|
||||
RMD160 (Rose-DB-0.734.tar.gz) = 4632c1f79bb518ee883dab90492e0f229370c175
|
||||
Size (Rose-DB-0.734.tar.gz) = 86965 bytes
|
Loading…
Reference in a new issue