diff options
author | he <he@pkgsrc.org> | 2008-10-12 22:51:13 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-10-12 22:51:13 +0000 |
commit | 8a121ca8f3a11d4dc742037f35656f164ed08e9f (patch) | |
tree | 911a57fe4486425d68ed5165b911de12315522e3 /databases | |
parent | 28b9e078fac5d910f1cde262fc62bd3669734d72 (diff) | |
download | pkgsrc-8a121ca8f3a11d4dc742037f35656f164ed08e9f.tar.gz |
Import p5-DBIx-Class-RDBOHelpers version 0.07.
DBIx::Class::RDBOHelpers implements several methods with the same
names as those in Rose::DBx::Object::MoreHelpers. This class helps
ease compatability issues when using packages that expect these
methods to exist, like Rose::HTMLx::Form::Related and CatalystX::CRUD::YUI.
Most of these are convenience wrappers rather than implementing
any new features.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Class-RDBOHelpers/DESCR | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-RDBOHelpers/Makefile | 21 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-RDBOHelpers/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class-RDBOHelpers/DESCR b/databases/p5-DBIx-Class-RDBOHelpers/DESCR new file mode 100644 index 00000000000..ce80cca35de --- /dev/null +++ b/databases/p5-DBIx-Class-RDBOHelpers/DESCR @@ -0,0 +1,6 @@ +DBIx::Class::RDBOHelpers implements several methods with the same +names as those in Rose::DBx::Object::MoreHelpers. This class helps +ease compatability issues when using packages that expect these +methods to exist, like Rose::HTMLx::Form::Related and CatalystX::CRUD::YUI. +Most of these are convenience wrappers rather than implementing +any new features. diff --git a/databases/p5-DBIx-Class-RDBOHelpers/Makefile b/databases/p5-DBIx-Class-RDBOHelpers/Makefile new file mode 100644 index 00000000000..2214ce68c19 --- /dev/null +++ b/databases/p5-DBIx-Class-RDBOHelpers/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/12 22:51:13 he Exp $ + +DISTNAME= DBIx-Class-RDBOHelpers-0.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-RDBOHelpers/ +COMMENT= DBIC compat with Rose::DBx::Object::MoreHelpers + +DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump +DEPENDS+= p5-DBICx-TestDatabase>=0:../../databases/p5-DBICx-TestDatabase + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/DBIx/Class/RDBOHelpers/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBIx-Class-RDBOHelpers/distinfo b/databases/p5-DBIx-Class-RDBOHelpers/distinfo new file mode 100644 index 00000000000..57cdaa6e861 --- /dev/null +++ b/databases/p5-DBIx-Class-RDBOHelpers/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/12 22:51:13 he Exp $ + +SHA1 (DBIx-Class-RDBOHelpers-0.07.tar.gz) = 1fd9d876990b01d2aff0696b23d892733ceb3eed +RMD160 (DBIx-Class-RDBOHelpers-0.07.tar.gz) = 6fa7e45752d1d2cdbfcd4a7ea53cff1fc500e9f0 +Size (DBIx-Class-RDBOHelpers-0.07.tar.gz) = 7139 bytes |