| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Dec 2012 15:39:36
0.11
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
13 Mar 2012 16:15:36
0.11
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
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) |
08 Mar 2012 18:45:38
0.11
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
14 Feb 2012 15:16:23
0.11
|
culot  |
- Update to 0.11
- 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 |
17 Sep 2011 06:49:29
0.08
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
03 Jul 2011 14:59:23
0.08
|
ohauer  |
-remove MD5 |
26 Aug 2010 15:24:06
0.08
|
leeym  |
- update to 0.08
- drop maintainership |
29 Jul 2009 08:33:24
0.07
|
leeym  |
- update to 0.07 |
24 Apr 2009 06:55:12
0.04
|
leeym  |
- update to 0.04 |
04 Dec 2008 18:17:27
0.03
|
leeym  |
- 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/ |