cvs commit: ports/devel Makefile ports/devel/p5-Data-Stream-Bulk Makefile distinfo pkg-descr pkg-plist

Yen-Ming Lee leeym at FreeBSD.org
Thu Dec 4 10:17:27 PST 2008


leeym       2008-12-04 18:17:27 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Data-Stream-Bulk Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  - add Data::Stream::Bulk 0.03
  
  This module tries to find middle ground between one at a time and all at
  once processing of data sets.
  
  The purpose of this module is to avoid the overhead of implementing an
  iterative api when this isn't necessary, without breaking forward
  compatibility in case that becomes necessary later on.
  
  The API optimizes for when a data set typically fits in memory and is
  returned as an array, but the consumer cannot assume that the data set is
  bounded.
  
  The API is destructive in order to minimize the chance that resultsets are
  leaked due to improper usage.
  
  WWW: http://search.cpan.org/dist/Data-Stream-Bulk/
  
  Revision  Changes    Path
  1.3282    +1 -0      ports/devel/Makefile
  1.1       +47 -0     ports/devel/p5-Data-Stream-Bulk/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Data-Stream-Bulk/distinfo (new)
  1.1       +15 -0     ports/devel/p5-Data-Stream-Bulk/pkg-descr (new)
  1.1       +19 -0     ports/devel/p5-Data-Stream-Bulk/pkg-plist (new)


More information about the cvs-all mailing list