diff options
author | abs <abs> | 2008-07-15 08:43:05 +0000 |
---|---|---|
committer | abs <abs> | 2008-07-15 08:43:05 +0000 |
commit | ab562cc31ac5acb042fff4bc437ba143aabb04f4 (patch) | |
tree | 57f90594373e99bd4f6b495753de62c4983f82f4 /databases | |
parent | eb248b051f9632720377535535c0e8d849500597 (diff) | |
download | pkgsrc-ab562cc31ac5acb042fff4bc437ba143aabb04f4.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/p5-Rose-DBx-Garden/DESCR | 7 | ||||
-rw-r--r-- | databases/p5-Rose-DBx-Garden/Makefile | 27 | ||||
-rw-r--r-- | databases/p5-Rose-DBx-Garden/distinfo | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/databases/p5-Rose-DBx-Garden/DESCR b/databases/p5-Rose-DBx-Garden/DESCR new file mode 100644 index 00000000000..04d320485e0 --- /dev/null +++ b/databases/p5-Rose-DBx-Garden/DESCR @@ -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 --git a/databases/p5-Rose-DBx-Garden/Makefile b/databases/p5-Rose-DBx-Garden/Makefile new file mode 100644 index 00000000000..984797eab4f --- /dev/null +++ b/databases/p5-Rose-DBx-Garden/Makefile @@ -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 +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 --git a/databases/p5-Rose-DBx-Garden/distinfo b/databases/p5-Rose-DBx-Garden/distinfo new file mode 100644 index 00000000000..856a1205bbc --- /dev/null +++ b/databases/p5-Rose-DBx-Garden/distinfo @@ -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 |