Date: Thu, 4 Dec 2008 18:17:27 +0000 (UTC) From: Yen-Ming Lee <leeym@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Stream-Bulk Makefile distinfo pkg-descr pkg-plist Message-ID: <200812041817.mB4IHRaB007861@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812041817.mB4IHRaB007861>
