From owner-svn-ports-head@freebsd.org Wed Jan 13 03:47:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09AA4A6DB4E; Wed, 13 Jan 2016 03:47:13 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D48281325; Wed, 13 Jan 2016 03:47:12 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0D3lBCS090993; Wed, 13 Jan 2016 03:47:11 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0D3lBq3090988; Wed, 13 Jan 2016 03:47:11 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601130347.u0D3lBq3090988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 13 Jan 2016 03:47:11 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 03:47:13 -0000 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 +# $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 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