aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Agent
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-13 22:57:03 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-13 22:57:03 +0000
commitdf744e816562920da296beecea39ebe84f7b6bf7 (patch)
tree4c74ba0b86e29c091f73a75c22fc9c36fd7c49d1 /devel/p5-Log-Agent
parent39b90f03d6e7543022df75c0da1c664595f8c59b (diff)
downloadports-df744e816562920da296beecea39ebe84f7b6bf7.tar.gz
ports-df744e816562920da296beecea39ebe84f7b6bf7.zip
Notes
Diffstat (limited to 'devel/p5-Log-Agent')
-rw-r--r--devel/p5-Log-Agent/Makefile11
-rw-r--r--devel/p5-Log-Agent/distinfo2
-rw-r--r--devel/p5-Log-Agent/pkg-plist1
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Log-Agent/Makefile b/devel/p5-Log-Agent/Makefile
index e65a8099188f..7c9dbcc380d3 100644
--- a/devel/p5-Log-Agent/Makefile
+++ b/devel/p5-Log-Agent/Makefile
@@ -1,27 +1,28 @@
-# New ports collection makefile for: p5-Net-Server
+# New ports collection makefile for: p5-Log-Agent
# Date created: 24 Apr 2001
-# Whom: Jesse McConnell <jesse_mcconnell@hotmail.com>
+# Whom: Jesse McConnell <jesse@gallup.com>
#
# $FreeBSD$
#
PORTNAME= Log-Agent
-PORTVERSION= 0.2.8
+PORTVERSION= 0.300
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
-MAINTAINER= jesse_mcconnell@hotmail.com
+MAINTAINER= jesse@gallup.com
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Log::Agent.3 \
+MAN3= Log::Agent.3 \
Log::Agent::Tag_List.3 \
Log::Agent::Tag::Callback.3 \
Log::Agent::Channel.3 \
Log::Agent::Driver::File.3 \
+ Log::Agent::Driver::Fork.3 \
Log::Agent::Tag.3 \
Log::Agent::Driver::Syslog.3 \
Log::Agent::Tag::Caller.3 \
diff --git a/devel/p5-Log-Agent/distinfo b/devel/p5-Log-Agent/distinfo
index a25bab761b10..2a304cf949bd 100644
--- a/devel/p5-Log-Agent/distinfo
+++ b/devel/p5-Log-Agent/distinfo
@@ -1 +1 @@
-MD5 (Log-Agent-0.2.8.tar.gz) = fc59762caba048c5cbff9b5ba2f4b7dc
+MD5 (Log-Agent-0.300.tar.gz) = 199881607066a2a9cfde9d87a65734fe
diff --git a/devel/p5-Log-Agent/pkg-plist b/devel/p5-Log-Agent/pkg-plist
index eb6380a84b10..e2724be920e5 100644
--- a/devel/p5-Log-Agent/pkg-plist
+++ b/devel/p5-Log-Agent/pkg-plist
@@ -7,6 +7,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/Datum.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/Default.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/File.pm
+lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/Fork.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/Silent.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/Syslog.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/File_Pool.pm