Date: Sun, 20 Aug 2006 18:08:50 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/102317: [NEW PORT] devel/p5-App-Trace: Embedded debug statements, including call/return tracing Message-ID: <20060820100850.0906D40F@netnews.NCTU.edu.tw> Resent-Message-ID: <200608201010.k7KAANUR061503@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102317 >Category: ports >Synopsis: [NEW PORT] devel/p5-App-Trace: Embedded debug statements, including call/return tracing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 20 10:10:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: App::Trace provides debug/tracing support for perl programs and modules. The basic concept is that you put a special call at the beginning and end of each subroutine/method, and when tracing is enabled, you can see the flow of your program. WWW: http://search.cpan.org/dist/App-Trace/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-App-Trace-0.50.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-App-Trace # p5-App-Trace/pkg-descr # p5-App-Trace/Makefile # p5-App-Trace/pkg-plist # p5-App-Trace/distinfo # echo c - p5-App-Trace mkdir -p p5-App-Trace > /dev/null 2>&1 echo x - p5-App-Trace/pkg-descr sed 's/^X//' >p5-App-Trace/pkg-descr << 'END-of-p5-App-Trace/pkg-descr' XApp::Trace provides debug/tracing support for perl programs and Xmodules. X XThe basic concept is that you put a special call at the beginning and Xend of each subroutine/method, and when tracing is enabled, you can Xsee the flow of your program. X XWWW: http://search.cpan.org/dist/App-Trace/ END-of-p5-App-Trace/pkg-descr echo x - p5-App-Trace/Makefile sed 's/^X//' >p5-App-Trace/Makefile << 'END-of-p5-App-Trace/Makefile' X# New ports collection makefile for: p5-App-Trace X# Date created: 2006-08-20 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= App-Trace XPORTVERSION= 0.50 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= App XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Embedded debug statements, including call/return tracing X XRUN_DEPENDS= ${SITE_PERL}/App/Options.pm:${PORTSDIR}/devel/p5-App-Options X XPERL_CONFIGURE= yes X XMAN3= App::Trace.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 # Inherited from devel/p5-App-Options XIGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again X.endif X X.include <bsd.port.post.mk> END-of-p5-App-Trace/Makefile echo x - p5-App-Trace/pkg-plist sed 's/^X//' >p5-App-Trace/pkg-plist << 'END-of-p5-App-Trace/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/App-Trace/.packlist X%%SITE_PERL%%/App/Trace.pm X@dirrmtry %%SITE_PERL%%/App X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App-Trace END-of-p5-App-Trace/pkg-plist echo x - p5-App-Trace/distinfo sed 's/^X//' >p5-App-Trace/distinfo << 'END-of-p5-App-Trace/distinfo' XMD5 (App-Trace-0.50.tar.gz) = b8a43ea71b024d2c06d3d45250a2a04e XSHA256 (App-Trace-0.50.tar.gz) = ddb4df82a72cf2ad448aaae10d09ca380fb9f3678d2927684df0ba2dc36812d3 XSIZE (App-Trace-0.50.tar.gz) = 6096 END-of-p5-App-Trace/distinfo exit --- p5-App-Trace-0.50.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060820100850.0906D40F>