svn commit: r317457 - in head/math: . R-cran-ChangeAnomalyDetection

TAKATSU Tomonari tota at FreeBSD.org
Mon May 6 02:56:32 UTC 2013


Author: tota
Date: Mon May  6 02:56:30 2013
New Revision: 317457
URL: http://svnweb.freebsd.org/changeset/ports/317457

Log:
  - Add new port: math/R-cran-ChangeAnomalyDetection
  
    It is a R package for the detection of the point of a sharp turn
    of the behavior of the time series.
  
    WWW: http://cran.r-project.org/web/packages/ChangeAnomalyDetection/

Added:
  head/math/R-cran-ChangeAnomalyDetection/
  head/math/R-cran-ChangeAnomalyDetection/Makefile   (contents, props changed)
  head/math/R-cran-ChangeAnomalyDetection/distinfo   (contents, props changed)
  head/math/R-cran-ChangeAnomalyDetection/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Mon May  6 02:27:13 2013	(r317456)
+++ head/math/Makefile	Mon May  6 02:56:30 2013	(r317457)
@@ -6,6 +6,7 @@
     SUBDIR += GiNaC
     SUBDIR += PDL
     SUBDIR += R
+    SUBDIR += R-cran-ChangeAnomalyDetection
     SUBDIR += R-cran-Formula
     SUBDIR += R-cran-KFAS
     SUBDIR += R-cran-LearnBayes

Added: head/math/R-cran-ChangeAnomalyDetection/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-ChangeAnomalyDetection/Makefile	Mon May  6 02:56:30 2013	(r317457)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ChangeAnomalyDetection
+PORTVERSION=	0.1.0
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Change Anomaly Detection
+
+LICENSE=	BSD
+
+RUN_DEPENDS=	R-cran-TTR>0:${PORTSDIR}/finance/R-cran-TTR \
+		R-cran-forecast>0:${PORTSDIR}/math/R-cran-forecast
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/math/R-cran-ChangeAnomalyDetection/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-ChangeAnomalyDetection/distinfo	Mon May  6 02:56:30 2013	(r317457)
@@ -0,0 +1,2 @@
+SHA256 (ChangeAnomalyDetection_0.1.0.tar.gz) = 96392870c9ed15fa32be704ae796869a45aef1a12e3514a6d444399c6c962e1c
+SIZE (ChangeAnomalyDetection_0.1.0.tar.gz) = 2509

Added: head/math/R-cran-ChangeAnomalyDetection/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-ChangeAnomalyDetection/pkg-descr	Mon May  6 02:56:30 2013	(r317457)
@@ -0,0 +1,4 @@
+It is a R package for the detection of the point of a sharp turn
+of the behavior of the time series.
+
+WWW: http://cran.r-project.org/web/packages/ChangeAnomalyDetection/


More information about the svn-ports-all mailing list