diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-01-20 19:51:07 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-01-20 19:51:07 +0800 |
commit | bc32c942d04ec487f7a562885dd703e102c6df8c (patch) | |
tree | 985ced9afee82a806e7fb5eca3d7fbe67f60ea51 /www | |
parent | f681c209faeaad677b3b93009cc6e921bcc4710a (diff) | |
download | freebsd-ports-gnome-bc32c942d04ec487f7a562885dd703e102c6df8c.tar.gz freebsd-ports-gnome-bc32c942d04ec487f7a562885dd703e102c6df8c.tar.zst freebsd-ports-gnome-bc32c942d04ec487f7a562885dd703e102c6df8c.zip |
This is a Log::Dispatch glue for Amon2. This module still maintained,
but I don't use this module on production environment today. I'm a
user of Log::Minimal.
WWW: http://search.cpan.org/dist/Amon2-Plugin-LogDispatch/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Amon2-Plugin-LogDispatch/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Amon2-Plugin-LogDispatch/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Amon2-Plugin-LogDispatch/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-Amon2-Plugin-LogDispatch/pkg-plist | 6 |
5 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9219a6ebf846..2c4ce76392f0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -604,6 +604,7 @@ SUBDIR += p5-AMF-Perl SUBDIR += p5-Acme-Monta SUBDIR += p5-Amon2 + SUBDIR += p5-Amon2-Plugin-LogDispatch SUBDIR += p5-Any-Template SUBDIR += p5-AnyEvent-HTTP SUBDIR += p5-AnyEvent-HTTP-LWP-UserAgent diff --git a/www/p5-Amon2-Plugin-LogDispatch/Makefile b/www/p5-Amon2-Plugin-LogDispatch/Makefile new file mode 100644 index 000000000000..d58919007bf4 --- /dev/null +++ b/www/p5-Amon2-Plugin-LogDispatch/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Amon2-Plugin-LogDispatch +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension of Log::Dispatch glue for Amon2 + +RUN_DEPENDS= \ + p5-Amon2>=2.33:${PORTSDIR}/www/p5-Amon2 \ + p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch +BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= \ + p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires + +PERL_CONFIGURE= yes + +MAN3= Amon2::Plugin::LogDispatch.3 \ + Amon2::Plugin::README.3 + +.include <bsd.port.mk> diff --git a/www/p5-Amon2-Plugin-LogDispatch/distinfo b/www/p5-Amon2-Plugin-LogDispatch/distinfo new file mode 100644 index 000000000000..7934d8adf28e --- /dev/null +++ b/www/p5-Amon2-Plugin-LogDispatch/distinfo @@ -0,0 +1,2 @@ +SHA256 (Amon2-Plugin-LogDispatch-0.01.tar.gz) = 123ff25bbb647affc15cbfd1ba482bc92963809e43cb7d8abbbd02106c6742f4 +SIZE (Amon2-Plugin-LogDispatch-0.01.tar.gz) = 20086 diff --git a/www/p5-Amon2-Plugin-LogDispatch/pkg-descr b/www/p5-Amon2-Plugin-LogDispatch/pkg-descr new file mode 100644 index 000000000000..a6cd5e44df28 --- /dev/null +++ b/www/p5-Amon2-Plugin-LogDispatch/pkg-descr @@ -0,0 +1,5 @@ +This is a Log::Dispatch glue for Amon2. This module still maintained, +but I don't use this module on production environment today. I'm a +user of Log::Minimal. + +WWW: http://search.cpan.org/dist/Amon2-Plugin-LogDispatch/ diff --git a/www/p5-Amon2-Plugin-LogDispatch/pkg-plist b/www/p5-Amon2-Plugin-LogDispatch/pkg-plist new file mode 100644 index 000000000000..0226159849c7 --- /dev/null +++ b/www/p5-Amon2-Plugin-LogDispatch/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Amon2/Plugin/LogDispatch/.packlist +%%SITE_PERL%%/Amon2/Plugin/LogDispatch.pm +%%SITE_PERL%%/Amon2/Plugin/README.pod +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amon2/Plugin/LogDispatch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amon2/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amon2 |