pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-CGI-Application-Plugin-DBH Initial import p5-CG...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1a93a401d89
branches: trunk
changeset: 529118:f1a93a401d89
user: markd <markd%pkgsrc.org@localhost>
date: Fri May 25 11:29:58 2007 +0000
description:
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:
www/p5-CGI-Application-Plugin-DBH/DESCR | 5 +++++
www/p5-CGI-Application-Plugin-DBH/Makefile | 20 ++++++++++++++++++++
www/p5-CGI-Application-Plugin-DBH/PLIST | 1 +
www/p5-CGI-Application-Plugin-DBH/distinfo | 5 +++++
4 files changed, 31 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r fb0d1b7de141 -r f1a93a401d89 www/p5-CGI-Application-Plugin-DBH/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Application-Plugin-DBH/DESCR Fri May 25 11:29:58 2007 +0000
@@ -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 -r fb0d1b7de141 -r f1a93a401d89 www/p5-CGI-Application-Plugin-DBH/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Application-Plugin-DBH/Makefile Fri May 25 11:29:58 2007 +0000
@@ -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@localhost
+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 -r fb0d1b7de141 -r f1a93a401d89 www/p5-CGI-Application-Plugin-DBH/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Application-Plugin-DBH/PLIST Fri May 25 11:29:58 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/25 11:29:58 markd Exp $
diff -r fb0d1b7de141 -r f1a93a401d89 www/p5-CGI-Application-Plugin-DBH/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Application-Plugin-DBH/distinfo Fri May 25 11:29:58 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index