aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Stream-Bulk
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 0.11Frederic Culot2012-02-143-10/+25
| | | | | | | | | | | | - Change MAINTAINER from ports@ to perl@ - Add LICENSE (Artistic 1 & GPL 1) - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Data-Stream-Bulk/Changes Notes: svn path=/head/; revision=291345
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - update to 0.08Yen-Ming Lee2010-08-262-7/+7
| | | | | | | - drop maintainership Notes: svn path=/head/; revision=260022
* - update to 0.07Yen-Ming Lee2009-07-292-4/+4
| | | | Notes: svn path=/head/; revision=238595
* - update to 0.04Yen-Ming Lee2009-04-242-16/+6
| | | | Notes: svn path=/head/; revision=232647
* - add Data::Stream::Bulk 0.03Yen-Ming Lee2008-12-044-0/+84
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/ Notes: svn path=/head/; revision=223765