581f FreshPorts -- devel/p5-Data-Stream-Bulk
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Data-Stream-Bulk 0.11 devel on this many watch lists=0 search for ports that depend on this port
N at a time iteration API
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Dec 2008 18:17:44
Also Listed In: perl5
License: ART10 GPLv1


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Moose
  2. devel/p5-Path-Class
  3. devel/p5-Sub-Exporter
  4. devel/p5-namespace-clean
  5. lang/perl5.12
Required To Run:
  1. devel/p5-Moose
  2. devel/p5-Path-Class
  3. devel/p5-Sub-Exporter
  4. devel/p5-namespace-clean
  5. lang/perl5.12

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-Data-Stream-Bulk/ && make install clean
To add the package: pkg_add -r p5-Data-Stream-Bulk


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Data/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Data/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Data/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Data/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Data/
  11. http://at.cpan.org/modules/by-module/Data/
  12. http://backpan.perl.org/modules/by-module/Data/
  13. http://cpan.nctu.edu.tw/modules/by-module/Data/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Data/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Data/
  16. http://www.cpan.dk/modules/by-module/Data/
  17. http://www.cpan.dk/modules/by-module/Data/

Number of commits found: 10

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
17 Dec 2012 15:39:36
Original commit files touched by this commit  0.11
az search for other commits by this committer
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
Original commit files touched by this commit  0.11
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit  0.11
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit  0.11
culot search for other commits by this committer
- 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
Original commit files touched by this commit  0.08
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit  0.08
ohauer search for other commits by this committer
-remove MD5
26 Aug 2010 15:24:06
Original commit files touched by this commit  0.08
leeym search for other commits by this committer
- update to 0.08
- drop maintainership
29 Jul 2009 08:33:24
Original commit files touched by this commit  0.07
leeym search for other commits by this committer
- update to 0.07
24 Apr 2009 06:55:12
Original commit files touched by this commit  0.04
leeym search for other commits by this committer
- update to 0.04
04 Dec 2008 18:17:27
Original commit files touched by this commit  0.03
leeym search for other commits by this committer
- 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/

Number of commits found: 10

285b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24516
Broken 217
Deprecated 472
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days22
new fortnight74
new month205

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0