From owner-svn-ports-all@FreeBSD.ORG Sat Dec 8 09:00:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B96F7D5A; Sat, 8 Dec 2012 09:00:57 +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 83C098FC08; Sat, 8 Dec 2012 09:00:57 +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 qB890vVZ005739; Sat, 8 Dec 2012 09:00:57 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB890uxr005730; Sat, 8 Dec 2012 09:00:56 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201212080900.qB890uxr005730@svn.freebsd.org> From: TAKATSU Tomonari Date: Sat, 8 Dec 2012 09:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308467 - in head/math: . R-cran-RHmm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2012 09:00:57 -0000 Author: tota Date: Sat Dec 8 09:00:56 2012 New Revision: 308467 URL: http://svnweb.freebsd.org/changeset/ports/308467 Log: - Add a new port: math/R-cran-RHmm Simulations and estimations of discrete, univariate or multivariate gaussian, mixture of univariate or multivariate gaussian hidden Markov models. WWW: http://r-forge.r-project.org/projects/rhmm/ Feature safe: yes Added: head/math/R-cran-RHmm/ head/math/R-cran-RHmm/Makefile (contents, props changed) head/math/R-cran-RHmm/distinfo (contents, props changed) head/math/R-cran-RHmm/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Dec 8 08:53:14 2012 (r308466) +++ head/math/Makefile Sat Dec 8 09:00:56 2012 (r308467) @@ -10,6 +10,7 @@ SUBDIR += R-cran-KFAS SUBDIR += R-cran-LearnBayes SUBDIR += R-cran-MCMCpack + SUBDIR += R-cran-RHmm SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-SuppDists SUBDIR += R-cran-Zelig Added: head/math/R-cran-RHmm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-RHmm/Makefile Sat Dec 8 09:00:56 2012 (r308467) @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= RHmm +PORTVERSION= 2.0.2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Hidden Markov Models simulations and estimations + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include Added: head/math/R-cran-RHmm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-RHmm/distinfo Sat Dec 8 09:00:56 2012 (r308467) @@ -0,0 +1,2 @@ +SHA256 (RHmm_2.0.2.tar.gz) = ded5055e8713ebd0260f199c9a94b88d5b01e3954bcbe75c735cfbf2732a54fe +SIZE (RHmm_2.0.2.tar.gz) = 127791 Added: head/math/R-cran-RHmm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-RHmm/pkg-descr Sat Dec 8 09:00:56 2012 (r308467) @@ -0,0 +1,5 @@ +Simulations and estimations of discrete, univariate or multivariate +gaussian, mixture of univariate or multivariate gaussian hidden +Markov models. + +WWW: http://r-forge.r-project.org/projects/rhmm/