diff options
author | dbn <dbn@FreeBSD.org> | 2013-05-06 03:52:27 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-05-06 03:52:27 +0800 |
commit | d88d0dee9793419531d74979ecbf185848b6c20f (patch) | |
tree | 42994b29d20b1beb3583ce8acc165cb551574a0e /math/R-cran-gss | |
parent | 29310587e524c5af73ac80215a89c8d5246b2060 (diff) | |
download | freebsd-ports-gnome-d88d0dee9793419531d74979ecbf185848b6c20f.tar.gz freebsd-ports-gnome-d88d0dee9793419531d74979ecbf185848b6c20f.tar.zst freebsd-ports-gnome-d88d0dee9793419531d74979ecbf185848b6c20f.zip |
Add new port math/R-cran-gss (2.0-13).
There is an existing port (finance/gss) with possible distfile conflict however
upstream is not actively maintained and CRAN packages have a slightly different
naming scheme making a future distfiles conflict unlikely.
Approved by: eadler,bdrewery (mentors, implicit)
Diffstat (limited to 'math/R-cran-gss')
-rw-r--r-- | math/R-cran-gss/Makefile | 18 | ||||
-rw-r--r-- | math/R-cran-gss/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-gss/pkg-descr | 4 |
3 files changed, 24 insertions, 0 deletions
diff --git a/math/R-cran-gss/Makefile b/math/R-cran-gss/Makefile new file mode 100644 index 000000000000..333cd7f0face --- /dev/null +++ b/math/R-cran-gss/Makefile @@ -0,0 +1,18 @@ +# Created by: David Naylor <dbn@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= gss +DISTVERSION= 2.0-13 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dbn@FreeBSD.org +COMMENT= General Smoothing Splines + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/math/R-cran-gss/distinfo b/math/R-cran-gss/distinfo new file mode 100644 index 000000000000..e80cea0d7192 --- /dev/null +++ b/math/R-cran-gss/distinfo @@ -0,0 +1,2 @@ +SHA256 (gss_2.0-13.tar.gz) = 1ad6a78ff8b2ed6e1f7b349515c252aad47534c3a78ae7957a17cf3df945e88f +SIZE (gss_2.0-13.tar.gz) = 475187 diff --git a/math/R-cran-gss/pkg-descr b/math/R-cran-gss/pkg-descr new file mode 100644 index 000000000000..081a1e635a86 --- /dev/null +++ b/math/R-cran-gss/pkg-descr @@ -0,0 +1,4 @@ +A comprehensive package for structural multivariate function estimation using +smoothing splines. + +WWW: http://cran.r-project.org/web/packages/gss/ |