From f1246d77f61cc3003769b82df7d76a9a155b0ed9 Mon Sep 17 00:00:00 2001 From: stephan Date: Mon, 16 Nov 2009 14:10:11 +0000 Subject: [PATCH] Import p5-MooseX-Log-Log4perl A logging role building a very lightweight wrapper to Log::Log4perl for use with your Moose classes. For compatibility the logger attribute can be accessed to use a common interface for application logging. ok jasper@ and kevlo@ --- devel/p5-MooseX-Log-Log4perl/Makefile | 22 ++++++++++++++++++++++ devel/p5-MooseX-Log-Log4perl/distinfo | 5 +++++ devel/p5-MooseX-Log-Log4perl/pkg/DESCR | 3 +++ devel/p5-MooseX-Log-Log4perl/pkg/PLIST | 8 ++++++++ 4 files changed, 38 insertions(+) create mode 100644 devel/p5-MooseX-Log-Log4perl/Makefile create mode 100644 devel/p5-MooseX-Log-Log4perl/distinfo create mode 100644 devel/p5-MooseX-Log-Log4perl/pkg/DESCR create mode 100644 devel/p5-MooseX-Log-Log4perl/pkg/PLIST diff --git a/devel/p5-MooseX-Log-Log4perl/Makefile b/devel/p5-MooseX-Log-Log4perl/Makefile new file mode 100644 index 00000000000..7a448254db3 --- /dev/null +++ b/devel/p5-MooseX-Log-Log4perl/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2009/11/16 14:10:11 stephan Exp $ + +COMMENT = logging Role with easy interface for Moose + +DISTNAME = MooseX-Log-Log4perl-0.40 +CATEGORIES = devel +MODULES = cpan + +MAINTAINER = Stephan A. Rickauer + +# Perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_FTP = Yes + +RUN_DEPENDS = ::devel/p5-Moose \ + ::devel/p5-Log-Log4perl + +BUILD_DEPENDS = ${RUN_DEPENDS} + +.include diff --git a/devel/p5-MooseX-Log-Log4perl/distinfo b/devel/p5-MooseX-Log-Log4perl/distinfo new file mode 100644 index 00000000000..2419798dab0 --- /dev/null +++ b/devel/p5-MooseX-Log-Log4perl/distinfo @@ -0,0 +1,5 @@ +MD5 (MooseX-Log-Log4perl-0.40.tar.gz) = MasyiVVRFFHHl62SIF0GGA== +RMD160 (MooseX-Log-Log4perl-0.40.tar.gz) = 6TcMRf9mSN+GMWJKHes4/p+5kSE= +SHA1 (MooseX-Log-Log4perl-0.40.tar.gz) = F+8VMhJ+/rAxMZfp19IAnZhMBeE= +SHA256 (MooseX-Log-Log4perl-0.40.tar.gz) = WVtG2xhFF+iPOyZ4TfLYP/6NoBjPl22V/hYMscncMCc= +SIZE (MooseX-Log-Log4perl-0.40.tar.gz) = 25649 diff --git a/devel/p5-MooseX-Log-Log4perl/pkg/DESCR b/devel/p5-MooseX-Log-Log4perl/pkg/DESCR new file mode 100644 index 00000000000..7b7a587f7ed --- /dev/null +++ b/devel/p5-MooseX-Log-Log4perl/pkg/DESCR @@ -0,0 +1,3 @@ +A logging role building a very lightweight wrapper to Log::Log4perl for +use with your Moose classes. For compatibility the logger attribute can +be accessed to use a common interface for application logging. diff --git a/devel/p5-MooseX-Log-Log4perl/pkg/PLIST b/devel/p5-MooseX-Log-Log4perl/pkg/PLIST new file mode 100644 index 00000000000..14ffb8ed5cd --- /dev/null +++ b/devel/p5-MooseX-Log-Log4perl/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/16 14:10:11 stephan Exp $ +${P5SITE}/MooseX/ +${P5SITE}/MooseX/Log/ +${P5SITE}/MooseX/Log/Log4perl/ +${P5SITE}/MooseX/Log/Log4perl.pm +${P5SITE}/MooseX/Log/Log4perl/Easy.pm +@man man/man3p/MooseX::Log::Log4perl.3p +@man man/man3p/MooseX::Log::Log4perl::Easy.3p