Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2016 03:47:11 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406003 - in head/math: . octave-forge-tisean
Message-ID:  <201601130347.u0D3lBq3090988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Wed Jan 13 03:47:11 2016
New Revision: 406003
URL: https://svnweb.freebsd.org/changeset/ports/406003

Log:
  - New port math/octave-forge-tisean.
  
  The octave-forge package is the result of The GNU Octave Repositry project,
  which is intended to be a central location for custom scripts, functions and
  extensions for GNU Octave. contains the source for all the functions plus
  build and install scripts.

Added:
  head/math/octave-forge-tisean/
  head/math/octave-forge-tisean/Makefile   (contents, props changed)
  head/math/octave-forge-tisean/distinfo   (contents, props changed)
  head/math/octave-forge-tisean/pkg-descr   (contents, props changed)
  head/math/octave-forge-tisean/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Jan 13 03:24:32 2016	(r406002)
+++ head/math/Makefile	Wed Jan 13 03:47:11 2016	(r406003)
@@ -389,6 +389,7 @@
     SUBDIR += octave-forge-symband
     SUBDIR += octave-forge-symbolic
     SUBDIR += octave-forge-tcl-octave
+    SUBDIR += octave-forge-tisean
     SUBDIR += octave-forge-tsa
     SUBDIR += octave-forge-video
     SUBDIR += octave-forge-xraylib

Added: head/math/octave-forge-tisean/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-tisean/Makefile	Wed Jan 13 03:47:11 2016	(r406003)
@@ -0,0 +1,30 @@
+# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+# $FreeBSD$
+
+PORTNAME=	octave-forge-tisean
+PORTVERSION=	0.2.3
+CATEGORIES=	math
+
+MAINTAINER=	stephen@FreeBSD.org
+COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
+
+RUN_DEPENDS+=	${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal
+
+# OCTSRC is the name of the directory of the package.
+# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
+OCTSRC=		${DISTNAME}
+
+WRKSRC=		${WRKDIR}/${OCTSRC}/src
+
+GNU_CONFIGURE=	yes
+
+.include "${.CURDIR}/../../Mk/bsd.octave.mk"
+
+post-build:
+	${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
+	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
+
+.include <bsd.port.mk>

Added: head/math/octave-forge-tisean/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-tisean/distinfo	Wed Jan 13 03:47:11 2016	(r406003)
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/tisean-0.2.3.tar.gz) = bbc94ea6af663092863a437f88215e84d3a59a60b9f51f6ffd9dbe90606a8259
+SIZE (octave-forge/tisean-0.2.3.tar.gz) = 715494

Added: head/math/octave-forge-tisean/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-tisean/pkg-descr	Wed Jan 13 03:47:11 2016	(r406003)
@@ -0,0 +1,11 @@
+The octave-forge package is the result of The GNU Octave Repositry project,
+which is intended to be a central location for custom scripts, functions and
+extensions for GNU Octave. contains the source for all the functions plus
+build and install scripts.
+
+This is tisean.
+
+ Port of TISEAN 3.0.1, which does nonlinear time series analysis.  See
+ http://www.mpipks-dresden.mpg.de/~tisean/
+
+WWW: http://octave.sourceforge.net/

Added: head/math/octave-forge-tisean/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-tisean/pkg-plist	Wed Jan 13 03:47:11 2016	(r406003)
@@ -0,0 +1 @@
+@comment This file intentionally left empty



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601130347.u0D3lBq3090988>