Bug 151117 - New port: devel/p5-Parallel-Iterator Simple parallel execution
Summary: New port: devel/p5-Parallel-Iterator Simple parallel execution
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sahil Tandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-30 16:30 UTC by Frederic Culot
Modified: 2010-10-07 01:36 UTC (History)
0 users

See Also:


Attachments
file.shar (2.01 KB, text/plain)
2010-09-30 16:30 UTC, Frederic Culot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Culot 2010-09-30 16:30:06 UTC
This module provides a 'parallel map'. Multiple worker processes are
forked so that many instances of the transformation function may be
executed simultaneously.

This module is needed to update devel/p5-Devel-Cover.

WWW: http://search.cpan.org/dist/Parallel-Iterator/

Tinderbox logs available at:
http://culot.org/tinderbox/7.3-FreeBSD/p5-Parallel-Iterator-1.00.log
http://culot.org/tinderbox/8.1-FreeBSD/p5-Parallel-Iterator-1.00.log
http://culot.org/tinderbox/9.0-FreeBSD/p5-Parallel-Iterator-1.00.log
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-30 16:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

sahil@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-07 01:22:06 UTC
sahil       2010-10-07 00:21:56 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Parallel-Iterator Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  This module provides a 'parallel map'. Multiple worker processes are
  forked so that many instances of the transformation function may be
  executed simultaneously.
  
  WWW: http://search.cpan.org/dist/Parallel-Iterator/
  
  PR:             ports/151117
  Submitted by:   Frederic Culot <frederic@culot.org>
  
  Revision  Changes    Path
  1.4069    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Parallel-Iterator/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Parallel-Iterator/distinfo (new)
  1.1       +5 -0      ports/devel/p5-Parallel-Iterator/pkg-descr (new)
  1.1       +2 -0      ports/devel/p5-Parallel-Iterator/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Sahil Tandon freebsd_committer freebsd_triage 2010-10-07 01:36:21 UTC
State Changed
From-To: open->closed

New port added. Thanks!