diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-11 13:16:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-11 13:16:15 +0000 |
commit | e21b71b1d25d53f60034e40353de820a1f537bc3 (patch) | |
tree | 5527f4c130482eeeda6718723810af0fe8fedcf8 /devel/p5-Log-Dispatch-Scribe | |
parent | edfc8b329913afa0bfbf64485cc07cbeade1f659 (diff) | |
download | ports-e21b71b1d25d53f60034e40353de820a1f537bc3.tar.gz ports-e21b71b1d25d53f60034e40353de820a1f537bc3.zip |
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch-Scribe')
-rw-r--r-- | devel/p5-Log-Dispatch-Scribe/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Scribe/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Scribe/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Scribe/pkg-plist | 9 |
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch-Scribe/Makefile b/devel/p5-Log-Dispatch-Scribe/Makefile new file mode 100644 index 000000000000..8e703e630407 --- /dev/null +++ b/devel/p5-Log-Dispatch-Scribe/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Log-Dispatch-Scribe +# Date created: 2009-10-08 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Log-Dispatch-Scribe +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Log +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Logging via Facebook\'s Scribe server software + +RUN_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch + +PERL_CONFIGURE= yes + +MAN1= scribe_cat.pl.1 +MAN3= Log::Dispatch::Scribe.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Log-Dispatch-Scribe/distinfo b/devel/p5-Log-Dispatch-Scribe/distinfo new file mode 100644 index 000000000000..ee279befa151 --- /dev/null +++ b/devel/p5-Log-Dispatch-Scribe/distinfo @@ -0,0 +1,3 @@ +MD5 (Log-Dispatch-Scribe-0.02.tar.gz) = 484a9397058c96933a9f35daa5552571 +SHA256 (Log-Dispatch-Scribe-0.02.tar.gz) = cf8ad0fe166291b40f470f537f33cf1c6c2d384341419d8c3d29a9e7eb0b0e22 +SIZE (Log-Dispatch-Scribe-0.02.tar.gz) = 8812 diff --git a/devel/p5-Log-Dispatch-Scribe/pkg-descr b/devel/p5-Log-Dispatch-Scribe/pkg-descr new file mode 100644 index 000000000000..d3e6dfb6ca87 --- /dev/null +++ b/devel/p5-Log-Dispatch-Scribe/pkg-descr @@ -0,0 +1,4 @@ +This module provides a Log::Dispatch style interface to Scribe, and is +also fully compatible with Log::Log4perl. + +WWW: http://search.cpan.org/dist/Log-Dispatch-Scribe/ diff --git a/devel/p5-Log-Dispatch-Scribe/pkg-plist b/devel/p5-Log-Dispatch-Scribe/pkg-plist new file mode 100644 index 000000000000..f9be74c621cd --- /dev/null +++ b/devel/p5-Log-Dispatch-Scribe/pkg-plist @@ -0,0 +1,9 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Scribe/.packlist +%%SITE_PERL%%/Log/Dispatch/Scribe.pm +bin/scribe_cat.pl +@dirrmtry %%SITE_PERL%%/Log/Dispatch +@dirrmtry %%SITE_PERL%%/Log +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Scribe +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log |