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

Martin Wilke miwi at FreeBSD.org
Sat Nov 15 13:39:12 PST 2008


miwi        2008-11-15 21:39:12 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-File-Find-Closures Makefile distinfo pkg-descr 
                                pkg-plist 
  Log:
  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/
  
  PR:             ports/128875
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.3250    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-File-Find-Closures/Makefile (new)
  1.1       +3 -0      ports/devel/p5-File-Find-Closures/distinfo (new)
  1.1       +7 -0      ports/devel/p5-File-Find-Closures/pkg-descr (new)
  1.1       +8 -0      ports/devel/p5-File-Find-Closures/pkg-plist (new)


More information about the cvs-ports mailing list