diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-06 10:14:33 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-06 10:14:33 +0000 |
commit | 567625c791ff8e5b2f312d4caf8e561f1dc99f52 (patch) | |
tree | 6cf1f96a5afb23c0b4076625072d6ed2b1e723e4 /devel | |
parent | ce25bbe36e80357fb13c69df14d9d5b550656232 (diff) | |
download | FreeBSD-ports-567625c791ff8e5b2f312d4caf8e561f1dc99f52.zip FreeBSD-ports-567625c791ff8e5b2f312d4caf8e561f1dc99f52.tar.gz |
Add p5-Log-Dispatch-FileRotate 1.10,
a Log::Dispatch plug-in for
files that archive/rotate themselves.
PR: 53985
Submitted by: Lars Thegler <lars@thegler.dk>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/Makefile | 30 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/pkg-plist | 7 |
5 files changed, 45 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bcfcc6a..0db9dfb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -632,6 +632,7 @@ SUBDIR += p5-Log-Agent-Logger SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Config + SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-TraceMessages SUBDIR += p5-Mac-FileSpec-Unixish diff --git a/devel/p5-Log-Dispatch-FileRotate/Makefile b/devel/p5-Log-Dispatch-FileRotate/Makefile new file mode 100644 index 0000000..d41feeb --- /dev/null +++ b/devel/p5-Log-Dispatch-FileRotate/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Log-Dispatch-FileRotate +# Date created: Tue Jul 1 15:14:38 CEST 2003 +# Whom: Lars Thegler <lars@thegler.dk> +# +# $FreeBSD$ +# + +PORTNAME= Log-Dispatch-FileRotate +PORTVERSION= 1.10 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Log +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@thegler.dk +COMMENT= A Log::Dispatch plug-in for files that archive/rotate themselves + +BUILD_DEPENDS= ${PM_DEPENDS} +RUN_DEPENDS= ${PM_DEPENDS} + +PM_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch +PM_DEPENDS+= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip +PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +PM_DEPENDS+= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl + +PERL_CONFIGURE= yes + +MAN3= Log::Dispatch::FileRotate.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Log-Dispatch-FileRotate/distinfo b/devel/p5-Log-Dispatch-FileRotate/distinfo new file mode 100644 index 0000000..aaf0cc1 --- /dev/null +++ b/devel/p5-Log-Dispatch-FileRotate/distinfo @@ -0,0 +1 @@ +MD5 (Log-Dispatch-FileRotate-1.10.tar.gz) = 67aa7d6f4db2f197e49df5192f45bf7d diff --git a/devel/p5-Log-Dispatch-FileRotate/pkg-descr b/devel/p5-Log-Dispatch-FileRotate/pkg-descr new file mode 100644 index 0000000..665d6fd --- /dev/null +++ b/devel/p5-Log-Dispatch-FileRotate/pkg-descr @@ -0,0 +1,6 @@ +This module provides a simple object for logging to files under the +Log::Dispatch::* system, and automatically rotating them according to +different constraints. This is basically a Log::Dispatch::File wrapper +with additions. + +WWW: http://search.cpan.org/dist/Log-Dispatch-FileRotate/ diff --git a/devel/p5-Log-Dispatch-FileRotate/pkg-plist b/devel/p5-Log-Dispatch-FileRotate/pkg-plist new file mode 100644 index 0000000..4c5e2f4 --- /dev/null +++ b/devel/p5-Log-Dispatch-FileRotate/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Log/Dispatch/FileRotate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/FileRotate/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/FileRotate +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Log/Dispatch 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Log 2>/dev/null || true |