diff options
author | clsung <clsung@FreeBSD.org> | 2007-02-12 11:53:29 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-02-12 11:53:29 +0800 |
commit | d8e27c5eaea13d8f1efee0a593376ffc574fbc47 (patch) | |
tree | d46e25c4eccdf344a49aa20e1aa7c5a9dfb675b4 /devel/p5-Log-Dispatch-FileShared | |
parent | c1c3d27b29e814605e1883fc2b9dd7a060a4278a (diff) | |
download | freebsd-ports-gnome-d8e27c5eaea13d8f1efee0a593376ffc574fbc47.tar.gz freebsd-ports-gnome-d8e27c5eaea13d8f1efee0a593376ffc574fbc47.tar.zst freebsd-ports-gnome-d8e27c5eaea13d8f1efee0a593376ffc574fbc47.zip |
Add p5-Log-Dispatch-FileShared 1.02, a Log::Dispatch output class for
logging to shared files.
PR: ports/108733
Submitted by: Craig Manley
Diffstat (limited to 'devel/p5-Log-Dispatch-FileShared')
-rw-r--r-- | devel/p5-Log-Dispatch-FileShared/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileShared/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileShared/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileShared/pkg-plist | 7 |
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch-FileShared/Makefile b/devel/p5-Log-Dispatch-FileShared/Makefile new file mode 100644 index 000000000000..bdd8341faeb5 --- /dev/null +++ b/devel/p5-Log-Dispatch-FileShared/Makefile @@ -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> diff --git a/devel/p5-Log-Dispatch-FileShared/distinfo b/devel/p5-Log-Dispatch-FileShared/distinfo new file mode 100644 index 000000000000..909ad4e64843 --- /dev/null +++ b/devel/p5-Log-Dispatch-FileShared/distinfo @@ -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 diff --git a/devel/p5-Log-Dispatch-FileShared/pkg-descr b/devel/p5-Log-Dispatch-FileShared/pkg-descr new file mode 100644 index 000000000000..8284664f2e71 --- /dev/null +++ b/devel/p5-Log-Dispatch-FileShared/pkg-descr @@ -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/ diff --git a/devel/p5-Log-Dispatch-FileShared/pkg-plist b/devel/p5-Log-Dispatch-FileShared/pkg-plist new file mode 100644 index 000000000000..8f088b7e84c9 --- /dev/null +++ b/devel/p5-Log-Dispatch-FileShared/pkg-plist @@ -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 |