summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Loader
diff options
context:
space:
mode:
authorabs <abs>2008-07-15 08:42:03 +0000
committerabs <abs>2008-07-15 08:42:03 +0000
commitbda39bc9acb39fdbee218e933ceecd97e006169f (patch)
treea9faf18186010c450a0e2b2f08ff778a6461f004 /databases/p5-DBIx-Class-Loader
parent88a8c580d19a34416ed26659b1470a53e23af681 (diff)
downloadpkgsrc-bda39bc9acb39fdbee218e933ceecd97e006169f.tar.gz
Added databases/p5-DBIx-Class-Loader version 0.21
DBIx::Class::Loader automates the definition of DBIx::Class sub-classes by scanning table schemas and setting up columns and primary keys. This module is deprecated in favor of DBIx::Class::Schema::Loader for use with DBIx::Class versions 0.05 and higher. It continues to function as well as it ever did, even for recent DBIx::Class releases, and will be maintained for some time to counter bugs, but it doesn't use the now-preferred DBIx::Class::Schema way of doing things, and tends to promote bad DBIx::Class usage habits.
Diffstat (limited to 'databases/p5-DBIx-Class-Loader')
-rw-r--r--databases/p5-DBIx-Class-Loader/DESCR10
-rw-r--r--databases/p5-DBIx-Class-Loader/Makefile24
-rw-r--r--databases/p5-DBIx-Class-Loader/distinfo5
3 files changed, 39 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class-Loader/DESCR b/databases/p5-DBIx-Class-Loader/DESCR
new file mode 100644
index 00000000000..b970c38bc93
--- /dev/null
+++ b/databases/p5-DBIx-Class-Loader/DESCR
@@ -0,0 +1,10 @@
+DBIx::Class::Loader automates the definition of DBIx::Class
+sub-classes by scanning table schemas and setting up columns and
+primary keys.
+
+This module is deprecated in favor of DBIx::Class::Schema::Loader
+for use with DBIx::Class versions 0.05 and higher. It continues to
+function as well as it ever did, even for recent DBIx::Class
+releases, and will be maintained for some time to counter bugs,
+but it doesn't use the now-preferred DBIx::Class::Schema way of
+doing things, and tends to promote bad DBIx::Class usage habits.
diff --git a/databases/p5-DBIx-Class-Loader/Makefile b/databases/p5-DBIx-Class-Loader/Makefile
new file mode 100644
index 00000000000..d716395e61d
--- /dev/null
+++ b/databases/p5-DBIx-Class-Loader/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 08:42:03 abs Exp $
+
+DISTNAME= DBIx-Class-Loader-0.21
+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-Loader/
+COMMENT= Dynamic definition of DBIx::Class sub classes
+
+DEPENDS+= p5-DBI>=1.3:../../databases/p5-DBI
+DEPENDS+= p5-DBIx-Class>=0.04001:../../databases/p5-DBIx-Class
+DEPENDS+= p5-Lingua-EN-Inflect>=0:../../textproc/p5-Lingua-EN-Inflect
+DEPENDS+= p5-Text-Balanced>=0:../../textproc/p5-Text-Balanced
+DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/DBIx/Class/Loader/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-DBIx-Class-Loader/distinfo b/databases/p5-DBIx-Class-Loader/distinfo
new file mode 100644
index 00000000000..309ef14839c
--- /dev/null
+++ b/databases/p5-DBIx-Class-Loader/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 08:42:03 abs Exp $
+
+SHA1 (DBIx-Class-Loader-0.21.tar.gz) = 7a30b7759a4e6a7ba222da64f7b40ed04813d704
+RMD160 (DBIx-Class-Loader-0.21.tar.gz) = 13d0a111385e3e2e7e8f10e627ebe3101dbc04d3
+Size (DBIx-Class-Loader-0.21.tar.gz) = 12980 bytes