Add p5-Devel-TraceUse 1.00, a Perl module that shows the modules your
program loads, recursively. PR: ports/103437 Submitted by: Mauricio Herrera Cuadra <mauricio at arareko.net>
This commit is contained in:
parent
424d45ee07
commit
63e1ad5cc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173575
5 changed files with 49 additions and 0 deletions
|
@ -1024,6 +1024,7 @@
|
|||
SUBDIR += p5-Devel-Symdump
|
||||
SUBDIR += p5-Devel-Trace
|
||||
SUBDIR += p5-Devel-TraceCalls
|
||||
SUBDIR += p5-Devel-TraceUse
|
||||
SUBDIR += p5-Devel-ptkdb
|
||||
SUBDIR += p5-Dialog
|
||||
SUBDIR += p5-Dir-Project
|
||||
|
|
32
devel/p5-Devel-TraceUse/Makefile
Normal file
32
devel/p5-Devel-TraceUse/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: devel/p5-Devel-TraceUse
|
||||
# Date created: 20 September 2006
|
||||
# Whom: Mauricio Herrera Cuadra <mauricio@arareko.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Devel-TraceUse
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Devel
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mauricio@arareko.net
|
||||
COMMENT= This module shows the modules your program loads, recursively
|
||||
|
||||
PERL_DEPENDS= p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
BUILD_DEPENDS= ${PERL_DEPENDS}
|
||||
RUN_DEPENDS= ${PERL_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Devel::TraceUse.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires at least perl5.6 to build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-Devel-TraceUse/distinfo
Normal file
3
devel/p5-Devel-TraceUse/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Devel-TraceUse-1.00.tar.gz) = 8d6f15384917d5db61765f18961c3c89
|
||||
SHA256 (Devel-TraceUse-1.00.tar.gz) = 58a7c0fa73b87690be228fd17aa77e4d68158d5e3d0d103656526ba5d0fc41b6
|
||||
SIZE (Devel-TraceUse-1.00.tar.gz) = 4628
|
11
devel/p5-Devel-TraceUse/pkg-descr
Normal file
11
devel/p5-Devel-TraceUse/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
Devel::TraceUse - Show the modules your program loads, recursively.
|
||||
|
||||
An apparently simple program may load a lot of modules. That's useful, but
|
||||
sometimes you may wonder exactly which part of your program loads which module.
|
||||
|
||||
Devel::TraceUse can analyze a program to see which part used which module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Devel-TraceUse
|
||||
|
||||
- Mauricio
|
||||
mauricio@arareko.net
|
2
devel/p5-Devel-TraceUse/pkg-plist
Normal file
2
devel/p5-Devel-TraceUse/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Devel/TraceUse.pm
|
||||
@dirrmtry rmdir %D/%%SITE_PERL%%/Devel 2>/dev/null || true
|
Loading…
Reference in a new issue