diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-07-02 14:19:12 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-07-02 14:19:12 +0000 |
commit | 6903152155cea0c80b1fb10a9f94ef8c9c233851 (patch) | |
tree | 4112d2902e101bd5d9a41ce85dc67efd6c9b941c /devel/p5-Devel-Ditto | |
parent | 2636c97990055eda76692857082078c7b505d5cd (diff) | |
download | ports-6903152155cea0c80b1fb10a9f94ef8c9c233851.tar.gz ports-6903152155cea0c80b1fb10a9f94ef8c9c233851.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-Ditto')
-rw-r--r-- | devel/p5-Devel-Ditto/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Devel-Ditto/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Devel-Ditto/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Devel-Ditto/pkg-plist | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/p5-Devel-Ditto/Makefile b/devel/p5-Devel-Ditto/Makefile new file mode 100644 index 000000000000..528a19d6a368 --- /dev/null +++ b/devel/p5-Devel-Ditto/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: devel/p5-Devel-Ditto +# Date created: 02 July 2009 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Devel-Ditto +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Devel::Ditto - Identify where print output comes from + +RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Devel::Ditto.3 Devel::Ditto::Color.3 Devel::Ditto::Colour.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Devel-Ditto/distinfo b/devel/p5-Devel-Ditto/distinfo new file mode 100644 index 000000000000..d94e3acc45d8 --- /dev/null +++ b/devel/p5-Devel-Ditto/distinfo @@ -0,0 +1,3 @@ +MD5 (Devel-Ditto-0.06.tar.gz) = 6958b106b624a86100339f817ee502ad +SHA256 (Devel-Ditto-0.06.tar.gz) = cdba0b52c43f81cd7bd0bf2bf4438f3035f54ee46e32b669cdc826a64bfd0926 +SIZE (Devel-Ditto-0.06.tar.gz) = 4642 diff --git a/devel/p5-Devel-Ditto/pkg-descr b/devel/p5-Devel-Ditto/pkg-descr new file mode 100644 index 000000000000..718e916e2d4c --- /dev/null +++ b/devel/p5-Devel-Ditto/pkg-descr @@ -0,0 +1,6 @@ +Sometimes it's hard to work out where some printed output is coming +from. This module ties STDOUT and STDERR such that each call to print or +warn will have its output prefixed with the package, file and line of +the print or warn statement. + +WWW: http://search.cpan.org/dist/Devel-Ditto/ diff --git a/devel/p5-Devel-Ditto/pkg-plist b/devel/p5-Devel-Ditto/pkg-plist new file mode 100644 index 000000000000..f15d2a6fea92 --- /dev/null +++ b/devel/p5-Devel-Ditto/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Devel/Ditto.pm +%%SITE_PERL%%/Devel/Ditto/Color.pm +%%SITE_PERL%%/Devel/Ditto/Colour.pm +@dirrmtry %%SITE_PERL%%/Devel/Ditto +@dirrmtry %%SITE_PERL%%/Devel |