aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-gss
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-05-05 19:52:27 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-05-05 19:52:27 +0000
commit6bc062cbf5d2597895237ef6d238639d7c43d1f0 (patch)
tree42994b29d20b1beb3583ce8acc165cb551574a0e /math/R-cran-gss
parentbf8e4800c200400432f29092ea0a8b0ad1927b23 (diff)
downloadports-6bc062cbf5d2597895237ef6d238639d7c43d1f0.tar.gz
ports-6bc062cbf5d2597895237ef6d238639d7c43d1f0.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)
Notes
Notes: svn path=/head/; revision=317429
Diffstat (limited to 'math/R-cran-gss')
-rw-r--r--math/R-cran-gss/Makefile18
-rw-r--r--math/R-cran-gss/distinfo2
-rw-r--r--math/R-cran-gss/pkg-descr4
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/