Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 18:02:05 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378982 - in head/devel: . p5-MCE
Message-ID:  <201502141802.t1EI25Vo089079@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Feb 14 18:02:04 2015
New Revision: 378982
URL: https://svnweb.freebsd.org/changeset/ports/378982
QAT: https://qat.redports.org/buildarchive/r378982/

Log:
  Add devel/p5-MCE, Many-Core Engine for Perl providing parallel processing capabilities
  
  WWW: https://metacpan.org/pod/MCE

Added:
  head/devel/p5-MCE/
  head/devel/p5-MCE/Makefile   (contents, props changed)
  head/devel/p5-MCE/distinfo   (contents, props changed)
  head/devel/p5-MCE/pkg-descr   (contents, props changed)
  head/devel/p5-MCE/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Feb 14 18:00:33 2015	(r378981)
+++ head/devel/Makefile	Sat Feb 14 18:02:04 2015	(r378982)
@@ -2365,6 +2365,7 @@
     SUBDIR += p5-Logfile-Rotate
     SUBDIR += p5-Luka
     SUBDIR += p5-Lvalue
+    SUBDIR += p5-MCE
     SUBDIR += p5-MRO-Compat
     SUBDIR += p5-MRO-Define
     SUBDIR += p5-Mac-FileSpec-Unixish

Added: head/devel/p5-MCE/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-MCE/Makefile	Sat Feb 14 18:02:04 2015	(r378982)
@@ -0,0 +1,17 @@
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	MCE
+PORTVERSION=	1.600
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:MARIOROY
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Many-Core Engine for Perl providing parallel processing capabilities
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/devel/p5-MCE/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-MCE/distinfo	Sat Feb 14 18:02:04 2015	(r378982)
@@ -0,0 +1,2 @@
+SHA256 (MCE-1.600.tar.gz) = b38a149cbb8d94e65fba7141fe30388ae58359d448566ef1f46c67e65d6aa020
+SIZE (MCE-1.600.tar.gz) = 1087969

Added: head/devel/p5-MCE/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-MCE/pkg-descr	Sat Feb 14 18:02:04 2015	(r378982)
@@ -0,0 +1,8 @@
+Many-Core Engine (MCE) for Perl helps enable a new level of performance by
+maximizing all available cores. MCE spawns a pool of workers and therefore does
+not fork a new process per each element of data. Instead, MCE follows a bank
+queuing model. Imagine the line being the data and bank-tellers the parallel
+workers. MCE enhances that model by adding the ability to chunk the next n
+elements from the input stream to the next available worker.
+
+WWW: https://metacpan.org/pod/MCE

Added: head/devel/p5-MCE/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-MCE/pkg-plist	Sat Feb 14 18:02:04 2015	(r378982)
@@ -0,0 +1,37 @@
+%%SITE_PERL%%/MCE.pm
+%%SITE_PERL%%/MCE.pod
+%%SITE_PERL%%/MCE/Core.pod
+%%SITE_PERL%%/MCE/Core/Input/Generator.pm
+%%SITE_PERL%%/MCE/Core/Input/Handle.pm
+%%SITE_PERL%%/MCE/Core/Input/Iterator.pm
+%%SITE_PERL%%/MCE/Core/Input/Request.pm
+%%SITE_PERL%%/MCE/Core/Input/Sequence.pm
+%%SITE_PERL%%/MCE/Core/Manager.pm
+%%SITE_PERL%%/MCE/Core/Validation.pm
+%%SITE_PERL%%/MCE/Core/Worker.pm
+%%SITE_PERL%%/MCE/Examples.pod
+%%SITE_PERL%%/MCE/Flow.pm
+%%SITE_PERL%%/MCE/Grep.pm
+%%SITE_PERL%%/MCE/Loop.pm
+%%SITE_PERL%%/MCE/Map.pm
+%%SITE_PERL%%/MCE/Mutex.pm
+%%SITE_PERL%%/MCE/Queue.pm
+%%SITE_PERL%%/MCE/Signal.pm
+%%SITE_PERL%%/MCE/Step.pm
+%%SITE_PERL%%/MCE/Stream.pm
+%%SITE_PERL%%/MCE/Subs.pm
+%%SITE_PERL%%/MCE/Util.pm
+%%PERL5_MAN3%%/MCE.3.gz
+%%PERL5_MAN3%%/MCE::Core.3.gz
+%%PERL5_MAN3%%/MCE::Examples.3.gz
+%%PERL5_MAN3%%/MCE::Flow.3.gz
+%%PERL5_MAN3%%/MCE::Grep.3.gz
+%%PERL5_MAN3%%/MCE::Loop.3.gz
+%%PERL5_MAN3%%/MCE::Map.3.gz
+%%PERL5_MAN3%%/MCE::Mutex.3.gz
+%%PERL5_MAN3%%/MCE::Queue.3.gz
+%%PERL5_MAN3%%/MCE::Signal.3.gz
+%%PERL5_MAN3%%/MCE::Step.3.gz
+%%PERL5_MAN3%%/MCE::Stream.3.gz
+%%PERL5_MAN3%%/MCE::Subs.3.gz
+%%PERL5_MAN3%%/MCE::Util.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502141802.t1EI25Vo089079>