summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Application-Plugin-DBH
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-05-25 11:29:58 +0000
committermarkd <markd@pkgsrc.org>2007-05-25 11:29:58 +0000
commit0872e882fdaefbca0b5e7592856467efff57c02e (patch)
tree4740ff9e1965bbf098fa501d337619b7446550b0 /www/p5-CGI-Application-Plugin-DBH
parent28f641727a90b76edab2d6ef5c8d74c0303f662d (diff)
downloadpkgsrc-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/DESCR5
-rw-r--r--www/p5-CGI-Application-Plugin-DBH/Makefile20
-rw-r--r--www/p5-CGI-Application-Plugin-DBH/PLIST1
-rw-r--r--www/p5-CGI-Application-Plugin-DBH/distinfo5
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