Date: Sat, 15 Nov 2008 03:20:02 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/128875: [NEW PORT] devel/p5-File-Find-Closures: Functions you can use with File::Find Message-ID: <200811141920.mAEJK2oO030337@host-1.pixnet.tw> Resent-Message-ID: <200811141930.mAEJU1YZ005302@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128875 >Category: ports >Synopsis: [NEW PORT] devel/p5-File-Find-Closures: Functions you can use with File::Find >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: Fri Nov 14 19:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD host-1.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008 >Description: I wrote this module as an example of both using closures and using File::Find. Students are always asking me what closures are good for, and here's some examples. The functions mostly stand alone (i.e. they don't need the rest of the module), so rather than creating a dependency in your code, just lift the parts you want). WWW: http://search.cpan.org/dist/File-Find-Closures/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-File-Find-Closures-1.09.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-File-Find-Closures # p5-File-Find-Closures/pkg-descr # p5-File-Find-Closures/Makefile # p5-File-Find-Closures/pkg-plist # p5-File-Find-Closures/distinfo # echo c - p5-File-Find-Closures mkdir -p p5-File-Find-Closures > /dev/null 2>&1 echo x - p5-File-Find-Closures/pkg-descr sed 's/^X//' >p5-File-Find-Closures/pkg-descr << '4e37b2db4ab896cb6e3b52f64a341b29' XI wrote this module as an example of both using closures and using XFile::Find. Students are always asking me what closures are good for, Xand here's some examples. The functions mostly stand alone (i.e. they Xdon't need the rest of the module), so rather than creating a Xdependency in your code, just lift the parts you want). X XWWW: http://search.cpan.org/dist/File-Find-Closures/ 4e37b2db4ab896cb6e3b52f64a341b29 echo x - p5-File-Find-Closures/Makefile sed 's/^X//' >p5-File-Find-Closures/Makefile << '1613e637531b905dd34b54c4eccff1f3' X# New ports collection makefile for: p5-File-Find-Closures X# Date created: 2008-11-15 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= File-Find-Closures XPORTVERSION= 1.09 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= File XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Functions you can use with File::Find X XPERL_CONFIGURE= yes X XMAN3= File::Find::Closures.3 X X.include <bsd.port.mk> 1613e637531b905dd34b54c4eccff1f3 echo x - p5-File-Find-Closures/pkg-plist sed 's/^X//' >p5-File-Find-Closures/pkg-plist << 'f4e1db6aecd9e6fdc5547c52bda4fe60' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Closures/.packlist X%%SITE_PERL%%/File/Find/Closures.pm X@dirrmtry %%SITE_PERL%%/File/Find X@dirrmtry %%SITE_PERL%%/File X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Closures X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File f4e1db6aecd9e6fdc5547c52bda4fe60 echo x - p5-File-Find-Closures/distinfo sed 's/^X//' >p5-File-Find-Closures/distinfo << 'a6aebe390b2c932274e6a235ddbf559b' XMD5 (File-Find-Closures-1.09.tar.gz) = cdbccaf7691412be4e588ca0bc1f82e3 XSHA256 (File-Find-Closures-1.09.tar.gz) = cf25f4d3de7f39941c1966968d900d6523a04a1d0565a4525e10b95db15e4563 XSIZE (File-Find-Closures-1.09.tar.gz) = 7381 a6aebe390b2c932274e6a235ddbf559b exit --- p5-File-Find-Closures-1.09.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?200811141920.mAEJK2oO030337>