Quick perl module port for File::Iterator File::Iterator wraps a simple iteration interface around the files in a directory or directory tree. It builds a list of filenames, and maintains a cursor that points to one filename in the list. The user can work through the filenames sequentially by repeatedly doing stuff with the next filename that the cursor points to until their are no filenames left. How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed New port added. Thanks!
miwi 2010-06-05 21:57:56 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-Iterator Makefile distinfo pkg-descr pkg-plist Log: File::Iterator wraps a simple iteration interface around the files in a directory or directory tree. It builds a list of filenames, and maintains a cursor that points to one filename in the list. The user can work through the filenames sequentially by repeatedly doing stuff with the next filename that the cursor points to until their are no filenames left. WWW: http://search.cpan.org/dist/File-Iterator/Iterator.pm PR: ports/146658 Submitted by: Eric Freeman <freebsdports at chillibear.com> Revision Changes Path 1.3961 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-File-Iterator/Makefile (new) 1.1 +3 -0 ports/devel/p5-File-Iterator/distinfo (new) 1.1 +9 -0 ports/devel/p5-File-Iterator/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-File-Iterator/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"