From owner-svn-ports-head@FreeBSD.ORG Wed Feb 19 05:15:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E24BFC9; Wed, 19 Feb 2014 05:15:19 +0000 (UTC) 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 06D041916; Wed, 19 Feb 2014 05:15:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1J5FIIx044677; Wed, 19 Feb 2014 05:15:18 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1J5FId3044672; Wed, 19 Feb 2014 05:15:18 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201402190515.s1J5FId3044672@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Wed, 19 Feb 2014 05:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345001 - in head/math: . octave-forge-divand 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.17 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, 19 Feb 2014 05:15:19 -0000 Author: stephen Date: Wed Feb 19 05:15:17 2014 New Revision: 345001 URL: http://svnweb.freebsd.org/changeset/ports/345001 QAT: https://qat.redports.org/buildarchive/r345001/ Log: - New port math/octave-forge-divand. 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 divand. Added: head/math/octave-forge-divand/ head/math/octave-forge-divand/Makefile (contents, props changed) head/math/octave-forge-divand/distinfo (contents, props changed) head/math/octave-forge-divand/pkg-descr (contents, props changed) head/math/octave-forge-divand/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Feb 19 05:06:38 2014 (r345000) +++ head/math/Makefile Wed Feb 19 05:15:17 2014 (r345001) @@ -291,6 +291,7 @@ SUBDIR += octave-forge-database SUBDIR += octave-forge-dataframe SUBDIR += octave-forge-dicom + SUBDIR += octave-forge-divand SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fenv Added: head/math/octave-forge-divand/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-divand/Makefile Wed Feb 19 05:15:17 2014 (r345001) @@ -0,0 +1,30 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-divand +PORTVERSION= 1.1.1 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv2 + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +RUN_DEPENDS+= ${TARBALLS_DIR}/mapping.tar.gz:${PORTSDIR}/math/octave-forge-mapping + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +do-build: + @${DO_NADA} + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include Added: head/math/octave-forge-divand/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-divand/distinfo Wed Feb 19 05:15:17 2014 (r345001) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/divand-1.1.1.tar.gz) = 1496bb37e81aea708b697de53b07837ed1ebe2ddebb44aa52e1d37b200d5de21 +SIZE (octave-forge/divand-1.1.1.tar.gz) = 1227573 Added: head/math/octave-forge-divand/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-divand/pkg-descr Wed Feb 19 05:15:17 2014 (r345001) @@ -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 divand. + + Divand performs an n-dimensional variational analysis (interpolation) of + arbitrarily located observations. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-divand/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-divand/pkg-plist Wed Feb 19 05:15:17 2014 (r345001) @@ -0,0 +1 @@ +@comment This file intentionally left empty