svn commit: r308467 - in head/math: . R-cran-RHmm

TAKATSU Tomonari tota at FreeBSD.org
Sat Dec 8 09:00:57 UTC 2012


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 <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	RHmm
+PORTVERSION=	2.0.2
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Hidden Markov Models simulations and estimations
+
+LICENSE=        GPLv2 GPLv3
+LICENSE_COMB=   dual
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

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/


More information about the svn-ports-all mailing list