New port: devel/p5-Log-Agent-Logger

p5-Log-Agent-Logger is a new port of the Log::Agent::Logger
	from CPAN, which depends on Log::Agent

PR:		ports/41308
Submitted by:	Tod McQuillin <devin@spamcop.net>
This commit is contained in:
Edwin Groothuis 2003-02-04 12:58:12 +00:00
parent cc6d34d80a
commit 1ea48a6af3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74658
6 changed files with 40 additions and 0 deletions

View file

@ -556,6 +556,7 @@
SUBDIR += p5-Locale-gettext
SUBDIR += p5-LockFile-Simple
SUBDIR += p5-Log-Agent
SUBDIR += p5-Log-Agent-Logger
SUBDIR += p5-Log-Dispatch
SUBDIR += p5-Log-TraceMessages
SUBDIR += p5-Mac-FileSpec-Unixish

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: Log-Agent-Logger
# Date created: 4 Aug 2002
# Whom: devin@spamcop.net
#
# $FreeBSD$
#
PORTNAME= Log-Agent-Logger
PORTVERSION= 0.1.1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= ports@freebsd.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Log/Agent.pm:${PORTSDIR}/devel/p5-Log-Agent \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Getargs/Long.pm:${PORTSDIR}/devel/p5-Getargs-Long
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Log::Agent::Logger.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Log-Agent-Logger-0.1.1.tar.gz) = b0606cfafe923e18be2848ce059afe19

View file

@ -0,0 +1 @@
Log::Agent::Logger - a logging interface for perl

View file

@ -0,0 +1,7 @@
The Log::Agent::Logger class defines a generic interface for application
logging. It must not be confused with the interface provided by
Log::Agent, which is meant to be used by re-usable modules that do not
wish to commit on a particular logging method, so that they remain true
building blocks.
WWW: http://search.cpan.org/search?dist=Log-Agent-Logger

View file

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Agent/Logger/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Logger.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Agent/Logger
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Agent 2>/dev/null || true