diff options
author | markd <markd@pkgsrc.org> | 2007-05-25 11:29:58 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-05-25 11:29:58 +0000 |
commit | 0872e882fdaefbca0b5e7592856467efff57c02e (patch) | |
tree | 4740ff9e1965bbf098fa501d337619b7446550b0 /www/p5-CGI-Application-Plugin-DBH | |
parent | 28f641727a90b76edab2d6ef5c8d74c0303f662d (diff) | |
download | pkgsrc-0872e882fdaefbca0b5e7592856467efff57c02e.tar.gz |
Initial import p5-CGI-Application-Plugin-DBH version 4.00
CGI::Application::Plugin::DBH adds easy access to a DBI database handle
to your CGI::Application modules. Lazy loading is used to prevent a
database connection from being made if the "dbh" method is not called
during the request. In other words, the database connection is not
created until it is actually needed.
Diffstat (limited to 'www/p5-CGI-Application-Plugin-DBH')
-rw-r--r-- | www/p5-CGI-Application-Plugin-DBH/DESCR | 5 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-DBH/Makefile | 20 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-DBH/PLIST | 1 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-DBH/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-CGI-Application-Plugin-DBH/DESCR b/www/p5-CGI-Application-Plugin-DBH/DESCR new file mode 100644 index 00000000000..d5a3b1c34d7 --- /dev/null +++ b/www/p5-CGI-Application-Plugin-DBH/DESCR @@ -0,0 +1,5 @@ +CGI::Application::Plugin::DBH adds easy access to a DBI database handle +to your CGI::Application modules. Lazy loading is used to prevent a +database connection from being made if the "dbh" method is not called +during the request. In other words, the database connection is not +created until it is actually needed. diff --git a/www/p5-CGI-Application-Plugin-DBH/Makefile b/www/p5-CGI-Application-Plugin-DBH/Makefile new file mode 100644 index 00000000000..303acdf9c55 --- /dev/null +++ b/www/p5-CGI-Application-Plugin-DBH/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/25 11:29:58 markd Exp $ + +DISTNAME= CGI-Application-Plugin-DBH-4.00 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CGI-Application-Plugin-DBH +COMMENT= Easy DBI access from CGI::Application + +DEPENDS+= p5-CGI-Application-[0-9]*:../../www/p5-CGI-Application +DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/CGI/Application/Plugin/DBH/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-Application-Plugin-DBH/PLIST b/www/p5-CGI-Application-Plugin-DBH/PLIST new file mode 100644 index 00000000000..9ee33389e3c --- /dev/null +++ b/www/p5-CGI-Application-Plugin-DBH/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/25 11:29:58 markd Exp $ diff --git a/www/p5-CGI-Application-Plugin-DBH/distinfo b/www/p5-CGI-Application-Plugin-DBH/distinfo new file mode 100644 index 00000000000..24e3f484000 --- /dev/null +++ b/www/p5-CGI-Application-Plugin-DBH/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/25 11:29:58 markd Exp $ + +SHA1 (CGI-Application-Plugin-DBH-4.00.tar.gz) = 41d4b4587ae59e7b5518a76583172c501aa621ab +RMD160 (CGI-Application-Plugin-DBH-4.00.tar.gz) = 2b943cfbb59faf90859b801db514fe97ff4e3268 +Size (CGI-Application-Plugin-DBH-4.00.tar.gz) = 6702 bytes |