diff options
| author | David Naylor <dbn@FreeBSD.org> | 2013-05-05 19:52:27 +0000 |
|---|---|---|
| committer | David Naylor <dbn@FreeBSD.org> | 2013-05-05 19:52:27 +0000 |
| commit | 6bc062cbf5d2597895237ef6d238639d7c43d1f0 (patch) | |
| tree | 42994b29d20b1beb3583ce8acc165cb551574a0e | |
| parent | Update to 1.1. (diff) | |
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)
Notes
Notes:
svn path=/head/; revision=317429
| -rw-r--r-- | math/Makefile | 1 | ||||
| -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 |
4 files changed, 25 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c855f02a45cd..8b978215c797 100644 --- a/math/Makefile +++ b/math/Makefile @@ -20,6 +20,7 @@ SUBDIR += R-cran-deldir SUBDIR += R-cran-dlmodeler SUBDIR += R-cran-gpclib + SUBDIR += R-cran-gss SUBDIR += R-cran-gtable SUBDIR += R-cran-igraph SUBDIR += R-cran-inline 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/ |
