Revision
139730
Author
michaelld@macports.org
Date
2015-08-25 10:49:57 -0700 (Tue, 25 Aug 2015)

Log Message

octave-tisean: new port; addresses ticket #48700.

Added Paths

Diff

Added: trunk/dports/math/octave-tisean/Portfile (0 => 139730)


--- trunk/dports/math/octave-tisean/Portfile	                        (rev 0)
+++ trunk/dports/math/octave-tisean/Portfile	2015-08-25 17:49:57 UTC (rev 139730)
@@ -0,0 +1,21 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           octave 1.0
+PortGroup           compilers 1.0
+
+octave.setup        tisean 0.2.3
+platforms           darwin
+license             GPL-2+
+maintainers         gmail.com:mschamschula openmaintainer
+description         Nonlinear Time Series Analysis
+long_description    ${description}
+
+checksums           rmd160 88d9562a685e0d00ea48f068d161b1022f7126c2 \
+                    sha256 bbc94ea6af663092863a437f88215e84d3a59a60b9f51f6ffd9dbe90606a8259
+
+compilers.choose    fc f77 f90
+compilers.setup     require_fortran -dragonegg
+
+depends_lib-append  port:octave-signal
Property changes on: trunk/dports/math/octave-tisean/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style