Date: Sat, 5 Jun 2010 21:57:56 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-Iterator Makefile distinfo pkg-descr pkg-plist Message-ID: <201006052157.o55Lvu6Q051408@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006052157.o55Lvu6Q051408>