aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch-Config
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-26 20:58:20 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-26 20:58:20 +0000
commit30fdc826cb440a4d13107df0b0e3d20473bd80d0 (patch)
tree92c5995b8717631c79a26d4097800b9ed874117c /devel/p5-Log-Dispatch-Config
parentd5476df2051f80e9844c994748c618b412650f8b (diff)
downloadports-30fdc826cb440a4d13107df0b0e3d20473bd80d0.tar.gz
ports-30fdc826cb440a4d13107df0b0e3d20473bd80d0.zip
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch-Config')
-rw-r--r--devel/p5-Log-Dispatch-Config/Makefile36
-rw-r--r--devel/p5-Log-Dispatch-Config/distinfo1
-rw-r--r--devel/p5-Log-Dispatch-Config/pkg-descr4
-rw-r--r--devel/p5-Log-Dispatch-Config/pkg-plist10
4 files changed, 51 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile
new file mode 100644
index 000000000000..d728b3b66e2f
--- /dev/null
+++ b/devel/p5-Log-Dispatch-Config/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: devel/p5-Log-Dispatch-Config
+# Date created: 27 March 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Log-Dispatch-Config
+PORTVERSION= 1.01
+CATEGORIES= devel sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Log
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= A log4j equivalent for Perl
+
+BUILD_DEPENDS= ${PM_DEPENDS}
+RUN_DEPENDS= ${PM_DEPENDS}
+
+PM_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch
+PM_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+PM_DEPENDS+= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig
+PM_DEPENDS+= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
+PM_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+PERL_CONFIGURE= yes
+
+#MAN3= Log::Dispatch::Config.3 \
+# Log::Dispatch::Configurator.3 \
+# Log::Dispatch::Configurator::AppConfig.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Log-Dispatch-Config/distinfo b/devel/p5-Log-Dispatch-Config/distinfo
new file mode 100644
index 000000000000..80b348363651
--- /dev/null
+++ b/devel/p5-Log-Dispatch-Config/distinfo
@@ -0,0 +1 @@
+MD5 (Log-Dispatch-Config-1.01.tar.gz) = 9d9b7b5d3426819e6b6e14e91b867242
diff --git a/devel/p5-Log-Dispatch-Config/pkg-descr b/devel/p5-Log-Dispatch-Config/pkg-descr
new file mode 100644
index 000000000000..98f8b0c71aa0
--- /dev/null
+++ b/devel/p5-Log-Dispatch-Config/pkg-descr
@@ -0,0 +1,4 @@
+Log::Dispatch::Config is a subclass of Log::Dispatch and provides a
+way to configure Log::Dispatch object with configulation file
+(default, in AppConfig format). This is almost a log4j equivalent for
+Perl, not with all API compatibility though.
diff --git a/devel/p5-Log-Dispatch-Config/pkg-plist b/devel/p5-Log-Dispatch-Config/pkg-plist
new file mode 100644
index 000000000000..a7783ec86479
--- /dev/null
+++ b/devel/p5-Log-Dispatch-Config/pkg-plist
@@ -0,0 +1,10 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Dispatch/Config/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Configurator.pm
+lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Config.pm
+lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Configurator/AppConfig.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Dispatch/Config
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Dispatch 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch/Configurator 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Log/Dispatch 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Log 2>/dev/null || true