summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormarkd <markd>2007-05-25 11:29:58 +0000
committermarkd <markd>2007-05-25 11:29:58 +0000
commit60199abc97eef56e79008a83a4b16df070be3afd (patch)
tree4740ff9e1965bbf098fa501d337619b7446550b0 /www
parentc86ad1a421ba0939498fe5e1c85358aaad88586d (diff)
downloadpkgsrc-60199abc97eef56e79008a83a4b16df070be3afd.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')
-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