pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Any-Adapter Importing devel/p5-Log-Any-Ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/566e69f0cf73
branches:  trunk
changeset: 571446:566e69f0cf73
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri Feb 12 15:06:04 2010 +0000

description:
Importing devel/p5-Log-Any-Adapter version 0.03 to allow to import more
Log::Any::Adapter implementations to make use of Log::Any.

The Log-Any-Adapter distribution implements Log::Any class methods to
specify where logs should be sent. It is a separate distribution so as
to keep Log::Any itself as simple and unchanging as possible.

diffstat:

 devel/p5-Log-Any-Adapter/DESCR    |   3 +++
 devel/p5-Log-Any-Adapter/Makefile |  25 +++++++++++++++++++++++++
 devel/p5-Log-Any-Adapter/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 8550c963c06d -r 566e69f0cf73 devel/p5-Log-Any-Adapter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Any-Adapter/DESCR    Fri Feb 12 15:06:04 2010 +0000
@@ -0,0 +1,3 @@
+The Log-Any-Adapter distribution implements Log::Any class methods to
+specify where logs should be sent. It is a separate distribution so as
+to keep Log::Any itself as simple and unchanging as possible.
diff -r 8550c963c06d -r 566e69f0cf73 devel/p5-Log-Any-Adapter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Any-Adapter/Makefile Fri Feb 12 15:06:04 2010 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/12 15:06:04 sno Exp $
+#
+
+DISTNAME=      Log-Any-Adapter-0.03
+PKGNAME=       p5-${DISTNAME}
+#PKGREVISION=  3
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Log-Any-Adapter/
+COMMENT=       Tell Log::Any where to send its logs
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Log-Any>=0.10:../../devel/p5-Log-Any
+DEPENDS+=      p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard
+
+PERL5_PACKLIST=                auto/Log/Any/Adapter/.packlist
+PERL5_MODULE_TYPE=     Module::Install::Bundled
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8550c963c06d -r 566e69f0cf73 devel/p5-Log-Any-Adapter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Any-Adapter/distinfo Fri Feb 12 15:06:04 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/02/12 15:06:04 sno Exp $
+
+SHA1 (Log-Any-Adapter-0.03.tar.gz) = 5c70dcd7fbdd8c4a3956a5abd3a9a97089db6b7f
+RMD160 (Log-Any-Adapter-0.03.tar.gz) = 9920b05a39731bcc4afccc66c8a64331e678c853
+Size (Log-Any-Adapter-0.03.tar.gz) = 27710 bytes



Home | Main Index | Thread Index | Old Index