Bug 146658 - New port: devel/p5-File-Iterator (iterating across files in a directory tree)
Summary: New port: devel/p5-File-Iterator (iterating across files in a directory tree)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-17 10:00 UTC by Eric Freeman
Modified: 2010-06-05 23:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.97 KB, text/plain)
2010-05-17 10:00 UTC, Eric Freeman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Freeman 2010-05-17 10:00:09 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-05-17 13:06:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-06-05 22:57:50 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-06-05 23:02:03 UTC
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"