diff options
author | tobez <tobez@FreeBSD.org> | 2009-07-02 22:19:12 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-07-02 22:19:12 +0800 |
commit | 33a8cd60c998e20b1347904165467b96d25b597e (patch) | |
tree | 36094b42deea32ec23a128ef544ae7ea55241c21 /devel | |
parent | 2602bb4326534a11c40259c4810f0d5a7b3d426d (diff) | |
download | freebsd-ports-gnome-33a8cd60c998e20b1347904165467b96d25b597e.tar.gz freebsd-ports-gnome-33a8cd60c998e20b1347904165467b96d25b597e.tar.zst freebsd-ports-gnome-33a8cd60c998e20b1347904165467b96d25b597e.zip |
Add devel/p5-Devel-Ditto 0.06, a Perl module that helps to identify
where print output comes from.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bae593b2572f..f650bcf0ad8b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1287,6 +1287,7 @@ SUBDIR += p5-Devel-DProfPP SUBDIR += p5-Devel-Declare SUBDIR += p5-Devel-Diagram + SUBDIR += p5-Devel-Ditto SUBDIR += p5-Devel-Dumpvar SUBDIR += p5-Devel-EvalContext SUBDIR += p5-Devel-Events 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 |