diff options
author | abs <abs@pkgsrc.org> | 2008-11-25 14:37:56 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-11-25 14:37:56 +0000 |
commit | 86d8166c0ad6754ac2818312961aa02be02f49a4 (patch) | |
tree | 929a32cc6cf7e7d546a73656a8cbf8058900ff24 /databases/p5-DBIx-Class-IntrospectableM2M | |
parent | 7eea5d0dece3ebfbab99e2cf69b5c19f745fae18 (diff) | |
download | pkgsrc-86d8166c0ad6754ac2818312961aa02be02f49a4.tar.gz |
Added databases/p5-DBIx-Class-IntrospectableM2M version 0.001001
Because the many-to-many relationships are not real relationships,
they can not be introspected with DBIx::Class. Many-to-many
relationships are actually just a collection of convenience methods
installed to bridge two relationships. This DBIx::Class component
can be used to store all relevant information about these
non-relationships so they can later be introspected and examined.
This module is fairly esoteric and, unless you are dynamically
creating something out of of a DBIC Schema, is probably the wrong
solution for whatever it is you are trying to do. Please be advised
that compatibility is not guaranteed for DBIx::Class 0.09000+. We
will try to mantain all compatibility, but internal changes might
make it impossible.
Diffstat (limited to 'databases/p5-DBIx-Class-IntrospectableM2M')
-rw-r--r-- | databases/p5-DBIx-Class-IntrospectableM2M/DESCR | 13 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-IntrospectableM2M/Makefile | 20 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-IntrospectableM2M/distinfo | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class-IntrospectableM2M/DESCR b/databases/p5-DBIx-Class-IntrospectableM2M/DESCR new file mode 100644 index 00000000000..abf258d00c8 --- /dev/null +++ b/databases/p5-DBIx-Class-IntrospectableM2M/DESCR @@ -0,0 +1,13 @@ +Because the many-to-many relationships are not real relationships, +they can not be introspected with DBIx::Class. Many-to-many +relationships are actually just a collection of convenience methods +installed to bridge two relationships. This DBIx::Class component +can be used to store all relevant information about these +non-relationships so they can later be introspected and examined. + +This module is fairly esoteric and, unless you are dynamically +creating something out of of a DBIC Schema, is probably the wrong +solution for whatever it is you are trying to do. Please be advised +that compatibility is not guaranteed for DBIx::Class 0.09000+. We +will try to mantain all compatibility, but internal changes might +make it impossible. diff --git a/databases/p5-DBIx-Class-IntrospectableM2M/Makefile b/databases/p5-DBIx-Class-IntrospectableM2M/Makefile new file mode 100644 index 00000000000..bd454b02f81 --- /dev/null +++ b/databases/p5-DBIx-Class-IntrospectableM2M/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/25 14:37:56 abs Exp $ + +DISTNAME= DBIx-Class-IntrospectableM2M-0.001001 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?DBIx::Class::IntrospectableM2M +COMMENT= Introspect many-to-many shortcuts + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/DBIx/Class/IntrospectableM2M/.packlist + +DEPENDS+= p5-DBIx-Class>=0.07005:../../databases/p5-DBIx-Class + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBIx-Class-IntrospectableM2M/distinfo b/databases/p5-DBIx-Class-IntrospectableM2M/distinfo new file mode 100644 index 00000000000..fd9d76e9033 --- /dev/null +++ b/databases/p5-DBIx-Class-IntrospectableM2M/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/25 14:37:56 abs Exp $ + +SHA1 (DBIx-Class-IntrospectableM2M-0.001001.tar.gz) = 0087aa7bf69beae23f03a8c7087f7cdbdf34382c +RMD160 (DBIx-Class-IntrospectableM2M-0.001001.tar.gz) = 772d481f3fd081844b10f5230c616a8762d5d635 +Size (DBIx-Class-IntrospectableM2M-0.001001.tar.gz) = 14210 bytes |