From owner-svn-ports-head@FreeBSD.ORG Tue Dec 25 11:24:40 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 257163C7; Tue, 25 Dec 2012 11:24:40 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 091078FC0A; Tue, 25 Dec 2012 11:24:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBPBOdNc045059; Tue, 25 Dec 2012 11:24:39 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBPBOdh7045053; Tue, 25 Dec 2012 11:24:39 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201212251124.qBPBOdh7045053@svn.freebsd.org> From: TAKATSU Tomonari Date: Tue, 25 Dec 2012 11:24:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309474 - in head/math: . R-cran-stabledist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 11:24:40 -0000 Author: tota Date: Tue Dec 25 11:24:38 2012 New Revision: 309474 URL: http://svnweb.freebsd.org/changeset/ports/309474 Log: - Add a new port: math/R-cran-stabledist A collection and description of functions to compute density, distribution and quantile function and to generate random variates of the stable distribution. WWW: http://cran.r-project.org/web/packages/stabledist/ PR: ports/172298 (based on) Submitted by: David Naylor Added: head/math/R-cran-stabledist/ head/math/R-cran-stabledist/Makefile (contents, props changed) head/math/R-cran-stabledist/distinfo (contents, props changed) head/math/R-cran-stabledist/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Dec 25 11:21:13 2012 (r309473) +++ head/math/Makefile Tue Dec 25 11:24:38 2012 (r309474) @@ -33,6 +33,7 @@ SUBDIR += R-cran-sm SUBDIR += R-cran-sp SUBDIR += R-cran-spdep + SUBDIR += R-cran-stabledist SUBDIR += R-cran-xts SUBDIR += R-cran-zoo SUBDIR += aamath Added: head/math/R-cran-stabledist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-stabledist/Makefile Tue Dec 25 11:24:38 2012 (r309474) @@ -0,0 +1,18 @@ +# Created by: David Naylor +# $FreeBSD$ + +PORTNAME= stabledist +DISTVERSION= 0.6-5 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= naylor.b.david@gmail.com +COMMENT= Stable Distribution Functions + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include Added: head/math/R-cran-stabledist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-stabledist/distinfo Tue Dec 25 11:24:38 2012 (r309474) @@ -0,0 +1,2 @@ +SHA256 (stabledist_0.6-5.tar.gz) = 4d5ec07b374d709c4870eaa1e0990fcf3300e0072c50a47ea9d906c6e14c0e9e +SIZE (stabledist_0.6-5.tar.gz) = 30938 Added: head/math/R-cran-stabledist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-stabledist/pkg-descr Tue Dec 25 11:24:38 2012 (r309474) @@ -0,0 +1,5 @@ +A collection and description of functions to compute density, +distribution and quantile function and to generate random variates +of the stable distribution. + +WWW: http://cran.r-project.org/web/packages/stabledist/