mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Add p5-Log-Dispatch-FileShared 1.02, a Log::Dispatch output class for
logging to shared files. PR: ports/108733 Submitted by: Craig Manley
This commit is contained in:
parent
a7509127f4
commit
b7ed4185ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184940
@ -1236,6 +1236,7 @@
|
||||
SUBDIR += p5-Log-Dispatch-Config
|
||||
SUBDIR += p5-Log-Dispatch-Email-EmailSend
|
||||
SUBDIR += p5-Log-Dispatch-FileRotate
|
||||
SUBDIR += p5-Log-Dispatch-FileShared
|
||||
SUBDIR += p5-Log-Dispatch-Perl
|
||||
SUBDIR += p5-Log-Log4perl
|
||||
SUBDIR += p5-Log-Message
|
||||
|
26
devel/p5-Log-Dispatch-FileShared/Makefile
Normal file
26
devel/p5-Log-Dispatch-FileShared/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: Log-Dispatch-FileShared
|
||||
# Date created: 3 February 2007
|
||||
# Whom: Craig Manley
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Log-Dispatch-FileShared
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Log
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A Log::Dispatch output class for logging to shared files
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \
|
||||
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Log::Dispatch::FileShared.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Log-Dispatch-FileShared/distinfo
Normal file
3
devel/p5-Log-Dispatch-FileShared/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Log-Dispatch-FileShared-1.02.tar.gz) = 85158f7590dc0fb421aa3ee074a33be1
|
||||
SHA256 (Log-Dispatch-FileShared-1.02.tar.gz) = 1524492fde99d45bf6d8f782df8f0561f4c889c753a2cff18b61e282d03a2dc1
|
||||
SIZE (Log-Dispatch-FileShared-1.02.tar.gz) = 7975
|
8
devel/p5-Log-Dispatch-FileShared/pkg-descr
Normal file
8
devel/p5-Log-Dispatch-FileShared/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Log::Dispatch::FileShared is an output class for logging to shared files
|
||||
under the Log::Dispatch system.
|
||||
|
||||
Log messages are written using the flock file locking mechanism on a
|
||||
per write basis which means that this module is suitable for sharing a
|
||||
log file in a multitasking environment.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Log-Dispatch-FileShared/
|
7
devel/p5-Log-Dispatch-FileShared/pkg-plist
Normal file
7
devel/p5-Log-Dispatch-FileShared/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Log/Dispatch/FileShared.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/FileShared/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/FileShared
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Log/Dispatch
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Log
|
Loading…
Reference in New Issue
Block a user