mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add devel/p5-Devel-Ditto 0.06, a Perl module that helps to identify
where print output comes from.
This commit is contained in:
parent
2636c97990
commit
6903152155
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236920
@ -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
|
||||
|
24
devel/p5-Devel-Ditto/Makefile
Normal file
24
devel/p5-Devel-Ditto/Makefile
Normal file
@ -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>
|
3
devel/p5-Devel-Ditto/distinfo
Normal file
3
devel/p5-Devel-Ditto/distinfo
Normal file
@ -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
|
6
devel/p5-Devel-Ditto/pkg-descr
Normal file
6
devel/p5-Devel-Ditto/pkg-descr
Normal file
@ -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/
|
5
devel/p5-Devel-Ditto/pkg-plist
Normal file
5
devel/p5-Devel-Ditto/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user