diff options
author | wen <wen@FreeBSD.org> | 2010-11-05 09:14:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-11-05 09:14:44 +0800 |
commit | fed310c96af33c17c6070472a81d7b3a78a2bb7c (patch) | |
tree | 1b871ceeae238a5cc605a2df9a427a11a2abfe7c /sysutils/p5-File-Log | |
parent | c3de98ce258f5d9395a89e258127fc9abd39fe33 (diff) | |
download | freebsd-ports-gnome-fed310c96af33c17c6070472a81d7b3a78a2bb7c.tar.gz freebsd-ports-gnome-fed310c96af33c17c6070472a81d7b3a78a2bb7c.tar.zst freebsd-ports-gnome-fed310c96af33c17c6070472a81d7b3a78a2bb7c.zip |
File::Log is a class providing methods to log data to a file. There are
a number of parameters that can be passed to allow configuration of the
logger.
WWW: http://search.cpan.org/dist/File-Log/
PR: ports/151944
Submitted by: Tom Judge <tom@tomjudge.com>
Diffstat (limited to 'sysutils/p5-File-Log')
-rw-r--r-- | sysutils/p5-File-Log/Makefile | 20 | ||||
-rw-r--r-- | sysutils/p5-File-Log/distinfo | 2 | ||||
-rw-r--r-- | sysutils/p5-File-Log/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/p5-File-Log/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/p5-File-Log/Makefile b/sysutils/p5-File-Log/Makefile new file mode 100644 index 000000000000..80d17345fc74 --- /dev/null +++ b/sysutils/p5-File-Log/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: p5-File-Log +# Date created: 2010-10-4 +# Whom: Tom Judge <tom@tomjudge.com> +# +# $FreeBSD$ + +PORTNAME= File-Log +PORTVERSION= 1.05 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tom@tomjudge.com +COMMENT= A simple Object Orientated Logger + +PERL_CONFIGURE= yes + +MAN3= File::Log.3 + +.include <bsd.port.mk> diff --git a/sysutils/p5-File-Log/distinfo b/sysutils/p5-File-Log/distinfo new file mode 100644 index 000000000000..89f56c9b7d36 --- /dev/null +++ b/sysutils/p5-File-Log/distinfo @@ -0,0 +1,2 @@ +SHA256 (File-Log-1.05.tar.gz) = 6c7ab98e2965bff4118a18fa117d5bade553befa5c9316e7a7754cf28cf38ad9 +SIZE (File-Log-1.05.tar.gz) = 10139 diff --git a/sysutils/p5-File-Log/pkg-descr b/sysutils/p5-File-Log/pkg-descr new file mode 100644 index 000000000000..4be427783206 --- /dev/null +++ b/sysutils/p5-File-Log/pkg-descr @@ -0,0 +1,5 @@ +File::Log is a class providing methods to log data to a file. There are +a number of parameters that can be passed to allow configuration of the +logger. + +WWW: http://search.cpan.org/dist/File-Log/ diff --git a/sysutils/p5-File-Log/pkg-plist b/sysutils/p5-File-Log/pkg-plist new file mode 100644 index 000000000000..1b3823ad99ec --- /dev/null +++ b/sysutils/p5-File-Log/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/File/Log.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Log/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Log +@dirrmtry %%SITE_PERL%%/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File |