Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+8
View 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.
+34
View File
@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.19 2013/05/31 12:39:53 wiz Exp $
DISTNAME= Rose-DB-0.766
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
DEPENDS+= p5-DateTime-Format-Oracle-[0-9]*:../../time/p5-DateTime-Format-Oracle
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.854:../../devel/p5-Rose-Object
DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Rose/DB/.packlist
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
${FIND} ${WRKSRC} -name "*.pod" -type f -exec ${CHMOD} -x {} \;
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.11 2012/01/26 19:16:34 rhaen Exp $
SHA1 (Rose-DB-0.766.tar.gz) = 10f10561c12c9d25c3a425a2986445e45b6124dd
RMD160 (Rose-DB-0.766.tar.gz) = b3eec3e02957fbd1e1e539f36550978ec296a2a1
Size (Rose-DB-0.766.tar.gz) = 115054 bytes