Date: Thu, 20 Jul 2006 14:51:50 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/100597: [NEW PORT] devel/p5-Scalar-Defer: Calculate values on demand Message-ID: <200607200651.k6K6pojT013626@vega.csie.NCTU.edu.tw> Resent-Message-ID: <200607200700.k6K70TjN063659@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100597 >Category: ports >Synopsis: [NEW PORT] devel/p5-Scalar-Defer: Calculate values on demand >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: Thu Jul 20 07:00:29 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD Netflow.csie.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 22 16:22:37 CST 2006 >Description: Unlike the tie-based Data::Lazy, this module operates on values, not variables. Therefore, assigning into $dv and $lv above will simply replace the value, instead of triggering a STORE method call. Also, thanks to the overload-based implementation, this module is about 2x faster than Data::Lazy. WWW: http://search.cpan.org/dist/Scalar-Defer/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Scalar-Defer-0.04.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-Scalar-Defer # p5-Scalar-Defer/pkg-descr # p5-Scalar-Defer/Makefile # p5-Scalar-Defer/pkg-plist # p5-Scalar-Defer/distinfo # echo c - p5-Scalar-Defer mkdir -p p5-Scalar-Defer > /dev/null 2>&1 echo x - p5-Scalar-Defer/pkg-descr sed 's/^X//' >p5-Scalar-Defer/pkg-descr << 'END-of-p5-Scalar-Defer/pkg-descr' XUnlike the tie-based Data::Lazy, this module operates on values, not Xvariables. Therefore, assigning into $dv and $lv above will simply Xreplace the value, instead of triggering a STORE method call. X XAlso, thanks to the overload-based implementation, this module is Xabout 2x faster than Data::Lazy. X XWWW: http://search.cpan.org/dist/Scalar-Defer/ END-of-p5-Scalar-Defer/pkg-descr echo x - p5-Scalar-Defer/Makefile sed 's/^X//' >p5-Scalar-Defer/Makefile << 'END-of-p5-Scalar-Defer/Makefile' X# New ports collection makefile for: p5-Scalar-Defer X# Date created: 2006-07-20 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= Scalar-Defer XPORTVERSION= 0.04 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Scalar XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Calculate values on demand X XRUN_DEPENDS= ${SITE_PERL}/Class/InsideOut.pm:${PORTSDIR}/devel/p5-Class-InsideOut \ X ${SITE_PERL}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite X XPERL_CONFIGURE= yes X XMAN3= Scalar::Defer.3 X X.include <bsd.port.mk> END-of-p5-Scalar-Defer/Makefile echo x - p5-Scalar-Defer/pkg-plist sed 's/^X//' >p5-Scalar-Defer/pkg-plist << 'END-of-p5-Scalar-Defer/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Defer/.packlist X%%SITE_PERL%%/Scalar/Defer.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Defer X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar X@dirrmtry %%SITE_PERL%%/Scalar END-of-p5-Scalar-Defer/pkg-plist echo x - p5-Scalar-Defer/distinfo sed 's/^X//' >p5-Scalar-Defer/distinfo << 'END-of-p5-Scalar-Defer/distinfo' XMD5 (Scalar-Defer-0.04.tar.gz) = ef8f621cf4a73a6c91855262646c9153 XSHA256 (Scalar-Defer-0.04.tar.gz) = 6bc596ee5daa3215fa1392bb21d433f39c797a5990ea5e26d5d285a8c16f5025 XSIZE (Scalar-Defer-0.04.tar.gz) = 24951 END-of-p5-Scalar-Defer/distinfo exit --- p5-Scalar-Defer-0.04.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?200607200651.k6K6pojT013626>