diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-09-23 08:23:46 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-09-23 08:23:46 +0000 |
commit | 86a5ae80d3d2699e33c5bd5d2d5fad810b40259f (patch) | |
tree | f681138c137501408a6af1d50b165cc1ad65c810 /devel | |
parent | 4bdb91ac25fdb6c8536046ce4f223b69f7903e9f (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Screen-Color/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Screen-Color/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Screen-Color/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Screen-Color/pkg-plist | 9 |
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index aa30e2e9b7cd..5106d6bf64a3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1593,6 +1593,7 @@ SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Dispatch-FileShared SUBDIR += p5-Log-Dispatch-Perl + SUBDIR += p5-Log-Dispatch-Screen-Color SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-Message SUBDIR += p5-Log-Message-Simple diff --git a/devel/p5-Log-Dispatch-Screen-Color/Makefile b/devel/p5-Log-Dispatch-Screen-Color/Makefile new file mode 100644 index 000000000000..fbbe95e44872 --- /dev/null +++ b/devel/p5-Log-Dispatch-Screen-Color/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Log::Dispatch::Screen::Color +# Date created: 23 Sep 2009 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Log-Dispatch-Screen-Color +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to suppor color for Log::Dispatch::Screen + +RUN_DEPENDS= \ + p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \ + p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Log::Dispatch::Screen::Color.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Log-Dispatch-Screen-Color/distinfo b/devel/p5-Log-Dispatch-Screen-Color/distinfo new file mode 100644 index 000000000000..753a84db1719 --- /dev/null +++ b/devel/p5-Log-Dispatch-Screen-Color/distinfo @@ -0,0 +1,3 @@ +MD5 (Log-Dispatch-Screen-Color-0.03.tar.gz) = f3f8f6e441205c4ddd43cc64a308c130 +SHA256 (Log-Dispatch-Screen-Color-0.03.tar.gz) = bee8374ccc117ca92849d00ec3aa87025a390ad4ca746329231d4a9712c69428 +SIZE (Log-Dispatch-Screen-Color-0.03.tar.gz) = 41339 diff --git a/devel/p5-Log-Dispatch-Screen-Color/pkg-descr b/devel/p5-Log-Dispatch-Screen-Color/pkg-descr new file mode 100644 index 000000000000..a2e39f29abf0 --- /dev/null +++ b/devel/p5-Log-Dispatch-Screen-Color/pkg-descr @@ -0,0 +1,3 @@ +Color support for Log::Dispatch::Screen. + +WWW: http://search.cpan.org/dist/Log-Dispatch-Screen-Color/ diff --git a/devel/p5-Log-Dispatch-Screen-Color/pkg-plist b/devel/p5-Log-Dispatch-Screen-Color/pkg-plist new file mode 100644 index 000000000000..65125a1a29ad --- /dev/null +++ b/devel/p5-Log-Dispatch-Screen-Color/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Screen/Color/.packlist +%%SITE_PERL%%/Log/Dispatch/Screen/Color.pm +@dirrmtry %%SITE_PERL%%/Log/Dispatch/Screen +@dirrmtry %%SITE_PERL%%/Log/Dispatch +@dirrmtry %%SITE_PERL%%/Log +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Screen/Color +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Screen +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log |