pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-Rose-DBx-Garden Added databases/p5-Rose-D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/550a453a951c
branches:  trunk
changeset: 544460:550a453a951c
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 08:43:05 2008 +0000

description:
Added databases/p5-Rose-DBx-Garden version 0.14

ose::DBx::Garden bootstraps Rose::DB::Object and Rose::HTML::Form
based projects. The idea is that you can point the module at a
database and end up with work-able RDBO and Form classes with a
single method call.

Rose::DBx::Garden inherits from Rose::DB::Object::Loader, so all
the magic there is also available here.

diffstat:

 databases/p5-Rose-DBx-Garden/DESCR    |   7 +++++++
 databases/p5-Rose-DBx-Garden/Makefile |  27 +++++++++++++++++++++++++++
 databases/p5-Rose-DBx-Garden/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 786a7c43c42c -r 550a453a951c databases/p5-Rose-DBx-Garden/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Rose-DBx-Garden/DESCR        Tue Jul 15 08:43:05 2008 +0000
@@ -0,0 +1,7 @@
+ose::DBx::Garden bootstraps Rose::DB::Object and Rose::HTML::Form
+based projects. The idea is that you can point the module at a
+database and end up with work-able RDBO and Form classes with a
+single method call.
+
+Rose::DBx::Garden inherits from Rose::DB::Object::Loader, so all
+the magic there is also available here.
diff -r 786a7c43c42c -r 550a453a951c databases/p5-Rose-DBx-Garden/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Rose-DBx-Garden/Makefile     Tue Jul 15 08:43:05 2008 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 08:43:05 abs Exp $
+
+DISTNAME=      Rose-DBx-Garden-0.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Rose/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?Rose::DBx::Garden
+COMMENT=       Bootstrap Rose::DB::Object and Rose::HTML::Form classes
+
+DEPENDS+=      p5-Rose-DB-Object>=0:../../databases/p5-Rose-DB-Object
+DEPENDS+=      p5-Rose-DBx-TestDB>=0:../../databases/p5-Rose-DBx-TestDB
+DEPENDS+=      p5-File-Slurp>=0:../../devel/p5-File-Slurp
+DEPENDS+=      p5-Path-Class>=0:../../devel/p5-Path-Class
+DEPENDS+=      p5-Data-Dump>=0:../../devel/p5-Data-Dump
+DEPENDS+=      p5-Rose-HTML-Objects>=0:../../www/p5-Rose-HTML-Objects
+DEPENDS+=      p5-Rose-HTMLx-Form-Field-Autocomplete>=0:../../www/p5-Rose-HTMLx-Form-Field-Autocomplete
+DEPENDS+=      p5-Rose-HTMLx-Form-Field-Boolean>=0.01:../../www/p5-Rose-HTMLx-Form-Field-Boolean
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Rose/DBx/Garden/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 786a7c43c42c -r 550a453a951c databases/p5-Rose-DBx-Garden/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-Rose-DBx-Garden/distinfo     Tue Jul 15 08:43:05 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 08:43:05 abs Exp $
+
+SHA1 (Rose-DBx-Garden-0.14.tar.gz) = 771d6655f4f1301c3c905fc048d50ae1d59a9785
+RMD160 (Rose-DBx-Garden-0.14.tar.gz) = 21405aee4ff02ee88928ce93ff939e01ec300b71
+Size (Rose-DBx-Garden-0.14.tar.gz) = 10201 bytes



Home | Main Index | Thread Index | Old Index