mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
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. WWW: http://search.cpan.org/dist/Log-Any-Adapter/
This commit is contained in:
parent
16046626f3
commit
38ee036965
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243423
@ -1598,6 +1598,7 @@
|
||||
SUBDIR += p5-Log-Agent
|
||||
SUBDIR += p5-Log-Agent-Logger
|
||||
SUBDIR += p5-Log-Any
|
||||
SUBDIR += p5-Log-Any-Adapter
|
||||
SUBDIR += p5-Log-Any-Adapter-Dispatch
|
||||
SUBDIR += p5-Log-Dispatch
|
||||
SUBDIR += p5-Log-Dispatch-Colorful
|
||||
|
28
devel/p5-Log-Any-Adapter/Makefile
Normal file
28
devel/p5-Log-Any-Adapter/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: Log::Any::Adapter
|
||||
# Date created: 28 Oct 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Log-Any-Adapter
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to log anywhere
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Log-Any>=0.05:${PORTSDIR}/devel/p5-Log-Any \
|
||||
p5-Scope-Guard>0:${PORTSDIR}/devel/p5-Scope-Guard
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Log::Any::Adapter.3 \
|
||||
Log::Any::Adapter::Base.3 \
|
||||
Log::Any::Adapter::Development.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Log-Any-Adapter/distinfo
Normal file
3
devel/p5-Log-Any-Adapter/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Log-Any-Adapter-0.02.tar.gz) = 97ea4710cfbeae091f8e14211f91b92d
|
||||
SHA256 (Log-Any-Adapter-0.02.tar.gz) = a75dcbce31dfd1f978ebb60d1d7ca03ac615797e5ac2051f5f1ae80b1baddbff
|
||||
SIZE (Log-Any-Adapter-0.02.tar.gz) = 27907
|
5
devel/p5-Log-Any-Adapter/pkg-descr
Normal file
5
devel/p5-Log-Any-Adapter/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Log-Any-Adapter/
|
14
devel/p5-Log-Any-Adapter/pkg-plist
Normal file
14
devel/p5-Log-Any-Adapter/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter/.packlist
|
||||
%%SITE_PERL%%/Log/Any/Adapter.pm
|
||||
%%SITE_PERL%%/Log/Any/Adapter/Base.pm
|
||||
%%SITE_PERL%%/Log/Any/Adapter/Development.pod
|
||||
%%SITE_PERL%%/Log/Any/Adapter/Test/Memory.pm
|
||||
%%SITE_PERL%%/Log/Any/Adapter/Util.pm
|
||||
%%SITE_PERL%%/Log/Any/Manager.pm
|
||||
@dirrm %%SITE_PERL%%/Log/Any/Adapter/Test
|
||||
@dirrmtry %%SITE_PERL%%/Log/Any/Adapter
|
||||
@dirrmtry %%SITE_PERL%%/Log/Any
|
||||
@dirrmtry %%SITE_PERL%%/Log
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
|
Loading…
Reference in New Issue
Block a user