Date: Wed, 11 Mar 2009 17:31:30 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/132531: [NEW PORT] devel/p5-B-OPCheck: PL_check hacks using Perl callbacks Message-ID: <20090311093130.712B87E81B@colo-p.gslin.org> Resent-Message-ID: <200903110940.n2B9e3AM053612@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132531 >Category: ports >Synopsis: [NEW PORT] devel/p5-B-OPCheck: PL_check hacks using Perl callbacks >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: Wed Mar 11 09:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD gslin 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009 >Description: PL_check is an array indexed by opcode number (op_type) that contains function pointers invoked as the last stage of optree compilation, per op. WWW: http://search.cpan.org/dist/B-OPCheck/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-B-OPCheck-0.27.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-B-OPCheck # p5-B-OPCheck/pkg-descr # p5-B-OPCheck/Makefile # p5-B-OPCheck/pkg-plist # p5-B-OPCheck/distinfo # echo c - p5-B-OPCheck mkdir -p p5-B-OPCheck > /dev/null 2>&1 echo x - p5-B-OPCheck/pkg-descr sed 's/^X//' >p5-B-OPCheck/pkg-descr << 'c2a73e43f5fe1d9669eb5ec25dfd667d' XPL_check is an array indexed by opcode number (op_type) that contains Xfunction pointers invoked as the last stage of optree compilation, Xper op. X XWWW: http://search.cpan.org/dist/B-OPCheck/ c2a73e43f5fe1d9669eb5ec25dfd667d echo x - p5-B-OPCheck/Makefile sed 's/^X//' >p5-B-OPCheck/Makefile << 'b7834b6dba32063c3d74691e85421502' X# New ports collection makefile for: p5-B-OPCheck X# Date created: 2009-03-11 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= B-OPCheck XPORTVERSION= 0.27 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= B XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= PL_check hacks using Perl callbacks X XPERL_CONFIGURE= yes X XMAN3= B::OPCheck.3 X X.include <bsd.port.mk> b7834b6dba32063c3d74691e85421502 echo x - p5-B-OPCheck/pkg-plist sed 's/^X//' >p5-B-OPCheck/pkg-plist << '52b4a2a3d10544183f1195847c7c2fdd' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/B/OPCheck.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/OPCheck/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/OPCheck/OPCheck.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/OPCheck/OPCheck.so X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/OPCheck X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/B 52b4a2a3d10544183f1195847c7c2fdd echo x - p5-B-OPCheck/distinfo sed 's/^X//' >p5-B-OPCheck/distinfo << '36ca755e4ca8ef9cb3d60cb864fa9f6f' XMD5 (B-OPCheck-0.27.tar.gz) = de9649ce8e851b86a68b4e5d336cfbdb XSHA256 (B-OPCheck-0.27.tar.gz) = 18a3a255b16b69221225cb6495a1c0d586165aab5a59de4870490006ba407723 XSIZE (B-OPCheck-0.27.tar.gz) = 54899 36ca755e4ca8ef9cb3d60cb864fa9f6f exit --- p5-B-OPCheck-0.27.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?20090311093130.712B87E81B>