Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2015 08:51:59 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393935 - in head/devel: . R-cran-doParallel
Message-ID:  <201508110851.t7B8pxEY030785@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Aug 11 08:51:58 2015
New Revision: 393935
URL: https://svnweb.freebsd.org/changeset/ports/393935

Log:
  - Add new port: devel/R-cran-doParallel
  
    Provides a parallel backend for the %dopar% function using the
    parallel package.
  
    WWW: https://cran.r-project.org/web/packages/doParallel/

Added:
  head/devel/R-cran-doParallel/
  head/devel/R-cran-doParallel/Makefile   (contents, props changed)
  head/devel/R-cran-doParallel/distinfo   (contents, props changed)
  head/devel/R-cran-doParallel/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Aug 11 08:13:24 2015	(r393934)
+++ head/devel/Makefile	Tue Aug 11 08:51:58 2015	(r393935)
@@ -19,6 +19,7 @@
     SUBDIR += R-cran-caTools
     SUBDIR += R-cran-caret
     SUBDIR += R-cran-chron
+    SUBDIR += R-cran-doParallel
     SUBDIR += R-cran-evaluate
     SUBDIR += R-cran-foreach
     SUBDIR += R-cran-gbm

Added: head/devel/R-cran-doParallel/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-doParallel/Makefile	Tue Aug 11 08:51:58 2015	(r393935)
@@ -0,0 +1,19 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	doParallel
+PORTVERSION=	1.0.8
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Foreach parallel adaptor for the parallel package
+
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	R-cran-foreach>=1.2.0:${PORTSDIR}/devel/R-cran-foreach \
+		R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-doParallel/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-doParallel/distinfo	Tue Aug 11 08:51:58 2015	(r393935)
@@ -0,0 +1,2 @@
+SHA256 (doParallel_1.0.8.tar.gz) = dd0a03106304e14aac9a93e65dae189e9593c99eb8a94bc8644be32d2de6ccfc
+SIZE (doParallel_1.0.8.tar.gz) = 172665

Added: head/devel/R-cran-doParallel/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-doParallel/pkg-descr	Tue Aug 11 08:51:58 2015	(r393935)
@@ -0,0 +1,4 @@
+Provides a parallel backend for the %dopar% function using the
+parallel package.
+
+WWW: https://cran.r-project.org/web/packages/doParallel/



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