mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This provides a Log::Dispatch log output system that appends logged
events to an array reference. This is probably only useful for testing the logging of your code. WWW: http://search.cpan.org/dist/Log-Dispatch-Array/ Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
This commit is contained in:
parent
6a5289755d
commit
b39cb641d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282056
5 changed files with 43 additions and 0 deletions
|
@ -1909,6 +1909,7 @@
|
|||
SUBDIR += p5-Log-Any-Adapter-Syslog
|
||||
SUBDIR += p5-Log-Any-App
|
||||
SUBDIR += p5-Log-Dispatch
|
||||
SUBDIR += p5-Log-Dispatch-Array
|
||||
SUBDIR += p5-Log-Dispatch-Colorful
|
||||
SUBDIR += p5-Log-Dispatch-Config
|
||||
SUBDIR += p5-Log-Dispatch-Configurator-YAML
|
||||
|
|
28
devel/p5-Log-Dispatch-Array/Makefile
Normal file
28
devel/p5-Log-Dispatch-Array/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: devel/p5-Log-Dispatch-Array
|
||||
# Date created: 2011-09-19
|
||||
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Log-Dispatch-Array
|
||||
PORTVERSION= 1.001
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
# MASTER_SITE_SUBDIR= CPAN:RJBS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= geraud@gcu.info
|
||||
COMMENT= Log events to an array (reference)
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Log::Dispatch::Array.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Log-Dispatch-Array/distinfo
Normal file
2
devel/p5-Log-Dispatch-Array/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Log-Dispatch-Array-1.001.tar.gz) = 78f00ed5b0fdcae3cdcfc83b98f72893178ddaa5486e5071894845bbeab32344
|
||||
SIZE (Log-Dispatch-Array-1.001.tar.gz) = 21296
|
5
devel/p5-Log-Dispatch-Array/pkg-descr
Normal file
5
devel/p5-Log-Dispatch-Array/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This provides a Log::Dispatch log output system that appends logged
|
||||
events to an array reference. This is probably only useful for testing
|
||||
the logging of your code.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Log-Dispatch-Array/
|
7
devel/p5-Log-Dispatch-Array/pkg-plist
Normal file
7
devel/p5-Log-Dispatch-Array/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Log/Dispatch/Array.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Array/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Array
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
|
||||
@dirrmtry %%SITE_PERL%%/Log/Dispatch
|
||||
@dirrmtry %%SITE_PERL%%/Log
|
Loading…
Add table
Reference in a new issue