pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBICx-MapMaker Initial import of p5-DBICx...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a679ef7139f8
branches:  trunk
changeset: 546782:a679ef7139f8
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Sep 07 22:38:51 2008 +0000

description:
Initial import of p5-DBICx-MapMaker version 0.01 in the NetBSD
Packages Collection.

The Perl 5 module DBICx::MapMaker automatically creates a DBIx::Class
result source for "many to many" relationship.

diffstat:

 databases/p5-DBICx-MapMaker/DESCR    |   2 ++
 databases/p5-DBICx-MapMaker/Makefile |  23 +++++++++++++++++++++++
 databases/p5-DBICx-MapMaker/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 28d762fb9a5f -r a679ef7139f8 databases/p5-DBICx-MapMaker/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBICx-MapMaker/DESCR Sun Sep 07 22:38:51 2008 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module DBICx::MapMaker automatically creates a DBIx::Class
+result source for "many to many" relationship.
diff -r 28d762fb9a5f -r a679ef7139f8 databases/p5-DBICx-MapMaker/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBICx-MapMaker/Makefile      Sun Sep 07 22:38:51 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 22:38:51 seb Exp $
+
+DISTNAME=      DBICx-MapMaker-0.01
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JR/JROCKWAY/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/http://search.cpan.org/dist/
+COMMENT=       Perl 5 module to automatically create a DBIx::Class mapping table
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/DBICx/MapMaker/.packlist
+
+BUILD_DEPENDS+=        p5-DBICx-TestDatabase-[0-9]*:../../databases/p5-DBICx-TestDatabase
+BUILD_DEPENDS+=        p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
+BUILD_DEPENDS+=        p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
+DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 28d762fb9a5f -r a679ef7139f8 databases/p5-DBICx-MapMaker/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBICx-MapMaker/distinfo      Sun Sep 07 22:38:51 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/07 22:38:51 seb Exp $
+
+SHA1 (DBICx-MapMaker-0.01.tar.gz) = d8c6c50966438e1b8b2e9ccd51f0876f5590d6b3
+RMD160 (DBICx-MapMaker-0.01.tar.gz) = b3f2c388bf3842ab497e386a74d6677fc8b50f1d
+Size (DBICx-MapMaker-0.01.tar.gz) = 13714 bytes



Home | Main Index | Thread Index | Old Index