pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Class-RDBOHelpers Import p5-DBIx-Cla...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d0e2ea6a35e
branches:  trunk
changeset: 548289:7d0e2ea6a35e
user:      he <he%pkgsrc.org@localhost>
date:      Sun Oct 12 22:51:13 2008 +0000

description:
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:

 databases/p5-DBIx-Class-RDBOHelpers/DESCR    |   6 ++++++
 databases/p5-DBIx-Class-RDBOHelpers/Makefile |  21 +++++++++++++++++++++
 databases/p5-DBIx-Class-RDBOHelpers/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 271c269eaa05 -r 7d0e2ea6a35e databases/p5-DBIx-Class-RDBOHelpers/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Class-RDBOHelpers/DESCR Sun Oct 12 22:51:13 2008 +0000
@@ -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 -r 271c269eaa05 -r 7d0e2ea6a35e databases/p5-DBIx-Class-RDBOHelpers/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Class-RDBOHelpers/Makefile      Sun Oct 12 22:51:13 2008 +0000
@@ -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@localhost
+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 -r 271c269eaa05 -r 7d0e2ea6a35e databases/p5-DBIx-Class-RDBOHelpers/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBIx-Class-RDBOHelpers/distinfo      Sun Oct 12 22:51:13 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index