Date: Sun, 5 May 2013 19:52:27 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317429 - in head/math: . R-cran-gss Message-ID: <201305051952.r45JqRm5025883@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Sun May 5 19:52:27 2013 New Revision: 317429 URL: http://svnweb.freebsd.org/changeset/ports/317429 Log: 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) Added: head/math/R-cran-gss/ head/math/R-cran-gss/Makefile (contents, props changed) head/math/R-cran-gss/distinfo (contents, props changed) head/math/R-cran-gss/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun May 5 19:48:02 2013 (r317428) +++ head/math/Makefile Sun May 5 19:52:27 2013 (r317429) @@ -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 Added: head/math/R-cran-gss/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-gss/Makefile Sun May 5 19:52:27 2013 (r317429) @@ -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> Added: head/math/R-cran-gss/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-gss/distinfo Sun May 5 19:52:27 2013 (r317429) @@ -0,0 +1,2 @@ +SHA256 (gss_2.0-13.tar.gz) = 1ad6a78ff8b2ed6e1f7b349515c252aad47534c3a78ae7957a17cf3df945e88f +SIZE (gss_2.0-13.tar.gz) = 475187 Added: head/math/R-cran-gss/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-gss/pkg-descr Sun May 5 19:52:27 2013 (r317429) @@ -0,0 +1,4 @@ +A comprehensive package for structural multivariate function estimation using +smoothing splines. + +WWW: http://cran.r-project.org/web/packages/gss/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305051952.r45JqRm5025883>