diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-12 03:53:29 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-12 03:53:29 +0000 |
commit | b7ed4185ae4c1f28b2126773c49761569f02fccb (patch) | |
tree | 26daadc95b550feb149d2db0d09c4ec1970a26c8 /devel/p5-Log-Dispatch-FileShared | |
parent | a7509127f4557439fc72940dbfeafb68883b1f84 (diff) | |
download | ports-b7ed4185ae4c1f28b2126773c49761569f02fccb.tar.gz ports-b7ed4185ae4c1f28b2126773c49761569f02fccb.zip |
Notes
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 |