Import p5-Log-Any-Adapter-Callback a perl module to send Log::Any logs

to a subroutine.
ok jasper@

This adapter is used for customized logging, and is mostly a
convenient construct to save a few lines of code. You could achieve
the same effect by creating a full Log::Any adapter class.
This commit is contained in:
giovanni 2016-09-03 12:13:46 +00:00
parent 1a6654d36f
commit 9a6af8a671
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/09/03 12:13:46 giovanni Exp $
COMMENT= module to send Log::Any logs to a subroutine
MODULES= cpan
PKG_ARCH= *
DISTNAME= Log-Any-Adapter-Callback-0.09
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= perl
RUN_DEPENDS = devel/p5-Log-Any
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Log-Any-Adapter-Callback-0.09.tar.gz) = aPa1Xw/3z/dj1GMJfL71VAwlW+2CBDjxDR9VX3MclnE=
SIZE (Log-Any-Adapter-Callback-0.09.tar.gz) = 13328

View File

@ -0,0 +1,3 @@
This adapter is used for customized logging, and is mostly a
convenient construct to save a few lines of code. You could achieve
the same effect by creating a full Log::Any adapter class.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/09/03 12:13:46 giovanni Exp $
${P5SITE}/Log/
${P5SITE}/Log/Any/
${P5SITE}/Log/Any/Adapter/
${P5SITE}/Log/Any/Adapter/Callback.pm
@man man/man3p/Log::Any::Adapter::Callback.3p