diff options
author | grant <grant@pkgsrc.org> | 2004-06-30 07:00:49 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-30 07:00:49 +0000 |
commit | 122355579e3ab0388eddcf130f9a38f5473a2ec3 (patch) | |
tree | a64960e20250263450c1ce31e54c598a5bc769b7 /devel/p5-Log-Dispatch-DBI | |
parent | 81090ad24c1b75b6dfac8f128f655da832fc697b (diff) | |
download | pkgsrc-122355579e3ab0388eddcf130f9a38f5473a2ec3.tar.gz |
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 (limited to 'devel/p5-Log-Dispatch-DBI')
-rw-r--r-- | devel/p5-Log-Dispatch-DBI/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-DBI/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-DBI/PLIST | 2 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-DBI/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch-DBI/DESCR b/devel/p5-Log-Dispatch-DBI/DESCR new file mode 100644 index 00000000000..f7dcc425aab --- /dev/null +++ b/devel/p5-Log-Dispatch-DBI/DESCR @@ -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 --git a/devel/p5-Log-Dispatch-DBI/Makefile b/devel/p5-Log-Dispatch-DBI/Makefile new file mode 100644 index 00000000000..3c1e462d5a9 --- /dev/null +++ b/devel/p5-Log-Dispatch-DBI/Makefile @@ -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 +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 --git a/devel/p5-Log-Dispatch-DBI/PLIST b/devel/p5-Log-Dispatch-DBI/PLIST new file mode 100644 index 00000000000..744bf543da6 --- /dev/null +++ b/devel/p5-Log-Dispatch-DBI/PLIST @@ -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 --git a/devel/p5-Log-Dispatch-DBI/distinfo b/devel/p5-Log-Dispatch-DBI/distinfo new file mode 100644 index 00000000000..34e14256b0b --- /dev/null +++ b/devel/p5-Log-Dispatch-DBI/distinfo @@ -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 |