pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Dispatch-DBI Initial import of p5-Log-Dis...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed4f36119b73
branches: trunk
changeset: 477331:ed4f36119b73
user: grant <grant%pkgsrc.org@localhost>
date: Wed Jun 30 07:00:49 2004 +0000
description:
Initial import of p5-Log-Dispatch-DBI 0.02 into the NetBSD packages
collection.
Log::Dispatch::DBI is a subclass of Log::Dispatch::Output, which inserts
logging output into relational database using DBI interface.
diffstat:
devel/p5-Log-Dispatch-DBI/DESCR | 2 ++
devel/p5-Log-Dispatch-DBI/Makefile | 22 ++++++++++++++++++++++
devel/p5-Log-Dispatch-DBI/PLIST | 2 ++
devel/p5-Log-Dispatch-DBI/distinfo | 4 ++++
4 files changed, 30 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 28086b7f5488 -r ed4f36119b73 devel/p5-Log-Dispatch-DBI/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Dispatch-DBI/DESCR Wed Jun 30 07:00:49 2004 +0000
@@ -0,0 +1,2 @@
+Log::Dispatch::DBI is a subclass of Log::Dispatch::Output, which inserts
+logging output into relational database using DBI interface.
diff -r 28086b7f5488 -r ed4f36119b73 devel/p5-Log-Dispatch-DBI/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Dispatch-DBI/Makefile Wed Jun 30 07:00:49 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/30 07:00:49 grant Exp $
+
+DISTNAME= Log-Dispatch-DBI-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+COMMENT= Perl module for logging messages via the DBI interface
+
+DEPENDS+= p5-DBD-CSV-[0-9]*:../../databases/p5-DBD-CSV
+DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
+
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Log/Dispatch/DBI/.packlist
+
+.include "../../databases/p5-DBI/buildlink3.mk"
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 28086b7f5488 -r ed4f36119b73 devel/p5-Log-Dispatch-DBI/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Dispatch-DBI/PLIST Wed Jun 30 07:00:49 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/30 07:00:49 grant Exp $
+@comment this plist intentionally left empty
diff -r 28086b7f5488 -r ed4f36119b73 devel/p5-Log-Dispatch-DBI/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Dispatch-DBI/distinfo Wed Jun 30 07:00:49 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/30 07:00:49 grant Exp $
+
+SHA1 (Log-Dispatch-DBI-0.02.tar.gz) = 4c1732a96d8e7907a026d50665711a93fa1afc8d
+Size (Log-Dispatch-DBI-0.02.tar.gz) = 2882 bytes
Home |
Main Index |
Thread Index |
Old Index