From owner-svn-ports-head@FreeBSD.ORG Wed Sep 18 03:26:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 60EEF61D; Wed, 18 Sep 2013 03:26:44 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FE9A2885; Wed, 18 Sep 2013 03:26:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I3QixO093141; Wed, 18 Sep 2013 03:26:44 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I3QhIu093084; Wed, 18 Sep 2013 03:26:43 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201309180326.r8I3QhIu093084@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Wed, 18 Sep 2013 03:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327510 - in head/math: . octave-forge-ltfat octave-forge-ltfat/files 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.14 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, 18 Sep 2013 03:26:44 -0000 Author: stephen Date: Wed Sep 18 03:26:42 2013 New Revision: 327510 URL: http://svnweb.freebsd.org/changeset/ports/327510 Log: - New port math/octave-forge-ltfat 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 ltfat. The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis, wavelets and signal processing. It is intended both as an educational and a computational tool. The toolbox provides a large number of linear transforms including Gabor and wavelet transforms along with routines for constructing windows (filter prototypes) and routines for manipulating coefficients. Added: head/math/octave-forge-ltfat/ head/math/octave-forge-ltfat/Makefile (contents, props changed) head/math/octave-forge-ltfat/distinfo (contents, props changed) head/math/octave-forge-ltfat/files/ head/math/octave-forge-ltfat/files/patch-Makefile (contents, props changed) head/math/octave-forge-ltfat/pkg-descr (contents, props changed) head/math/octave-forge-ltfat/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Sep 18 02:59:40 2013 (r327509) +++ head/math/Makefile Wed Sep 18 03:26:42 2013 (r327510) @@ -308,6 +308,7 @@ SUBDIR += octave-forge-irsa SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-lssa + SUBDIR += octave-forge-ltfat SUBDIR += octave-forge-mapping SUBDIR += octave-forge-mechanics SUBDIR += octave-forge-miscellaneous Added: head/math/octave-forge-ltfat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/Makefile Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1,28 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-ltfat +PORTVERSION= 1.4.2 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ + portaudio:${PORTSDIR}/audio/portaudio2 + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + ${RM} -f ${WRKSRC}/../inst/DESCRIPTION + ${RM} -f ${WRKSRC}/../inst/ltfat/DESCRIPTION + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include Added: head/math/octave-forge-ltfat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/distinfo Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/ltfat-1.4.2.tar.gz) = 1ff1055590eca29623341cada73ac28528729dee0f7aa62a4363f4fbed064d3a +SIZE (octave-forge/ltfat-1.4.2.tar.gz) = 2440579 Added: head/math/octave-forge-ltfat/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/files/patch-Makefile Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1,8 @@ +--- Makefile-orig 2013-09-18 02:28:16.000000000 +0000 ++++ Makefile 2013-09-18 02:28:30.000000000 +0000 +@@ -2,4 +2,4 @@ + $(MAKE) -f Makefile_unix + $(MAKE) -C ../oct -f Makefile_unix + mv ../oct/*.oct . +- ls -1 *.oct | cut -d . -f 1 | xargs -i rm -f ../inst/comp/{}.m ++ ls -1 *.oct | cut -d . -f 1 | xargs -I{} rm -f ../inst/comp/{}.m Added: head/math/octave-forge-ltfat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/pkg-descr Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1,15 @@ +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 ltfat. + + The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox + for working with time-frequency analysis, wavelets and signal processing. It + is intended both as an educational and a computational tool. The toolbox + provides a large number of linear transforms including Gabor and wavelet + transforms along with routines for constructing windows (filter prototypes) + and routines for manipulating coefficients. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-ltfat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/pkg-plist Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1 @@ +@comment This file intentionally left empty