cvs commit: ports/devel Makefile ports/devel/p5-File-Iterator Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Sat Jun 5 21:57:57 UTC 2010


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)


More information about the cvs-ports mailing list