diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-10-03 21:03:28 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-10-03 21:03:28 +0000 |
commit | a38ab415b6deb258e73db9af3790a06f1e9b6ae6 (patch) | |
tree | 16c277900e712a2a637521b89da825ad523ac3fb /science | |
parent | 11363adf3e9274a9e7baa7c5de28792204753016 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/R-cran-snow/Makefile | 6 | ||||
-rw-r--r-- | science/R-cran-snow/distinfo | 4 | ||||
-rw-r--r-- | science/R-cran-snow/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/science/R-cran-snow/Makefile b/science/R-cran-snow/Makefile index d1a0e4c2dfbe..948cba106f49 100644 --- a/science/R-cran-snow/Makefile +++ b/science/R-cran-snow/Makefile @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= snow -DISTVERSION= 0.3-12 -PORTREVISION= 1 +DISTVERSION= 0.3-13 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Support for simple parallel computing in R +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_R_MOD= yes R_MOD_AUTOPLIST= yes diff --git a/science/R-cran-snow/distinfo b/science/R-cran-snow/distinfo index 91235dc2004d..571f7f4c3cb9 100644 --- a/science/R-cran-snow/distinfo +++ b/science/R-cran-snow/distinfo @@ -1,2 +1,2 @@ -SHA256 (snow_0.3-12.tar.gz) = 0cc259e50f29439028d016475f6cb70f7e613fabcc979e77377cfdc09fef3452 -SIZE (snow_0.3-12.tar.gz) = 22473 +SHA256 (snow_0.3-13.tar.gz) = ceb6af66f8c988a7606c4ba2d7ccf84c14bca6c376f8d9133089296607c14bc1 +SIZE (snow_0.3-13.tar.gz) = 22741 diff --git a/science/R-cran-snow/pkg-descr b/science/R-cran-snow/pkg-descr index fb15a1437c5b..dcebe01bf99d 100644 --- a/science/R-cran-snow/pkg-descr +++ b/science/R-cran-snow/pkg-descr @@ -18,4 +18,4 @@ the NetWorkSpaces server must be running. SOCK clusters are the easiest approach for using snow on a single multi-core computer as they require no additional software. -WWW: http://cran.r-project.org/web/packages/snow/ +WWW: http://cran.r-project.org/web/packages/snow/ |