From owner-svn-ports-all@FreeBSD.ORG Fri Jul 20 23:29:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC237106564A; Fri, 20 Jul 2012 23:29:43 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4D58FC08; Fri, 20 Jul 2012 23:29:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6KNTheh052181; Fri, 20 Jul 2012 23:29:43 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6KNTh0X052175; Fri, 20 Jul 2012 23:29:43 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201207202329.q6KNTh0X052175@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 20 Jul 2012 23:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301262 - in head/math: . octave-forge-ncarray X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 23:29:44 -0000 Author: stephen Date: Fri Jul 20 23:29:42 2012 New Revision: 301262 URL: http://svn.freebsd.org/changeset/ports/301262 Log: - New port math/octave-forge-ncarray. 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 ncarray. Access a single or a collection of NetCDF files as a multi-dimensional array. Added: head/math/octave-forge-ncarray/ head/math/octave-forge-ncarray/Makefile (contents, props changed) head/math/octave-forge-ncarray/distinfo (contents, props changed) head/math/octave-forge-ncarray/pkg-descr (contents, props changed) head/math/octave-forge-ncarray/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Jul 20 23:07:28 2012 (r301261) +++ head/math/Makefile Fri Jul 20 23:29:42 2012 (r301262) @@ -303,6 +303,7 @@ SUBDIR += octave-forge-msh SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan + SUBDIR += octave-forge-ncarray SUBDIR += octave-forge-nlwing2 SUBDIR += octave-forge-nnet SUBDIR += octave-forge-nurbs Added: head/math/octave-forge-ncarray/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ncarray/Makefile Fri Jul 20 23:29:42 2012 (r301262) @@ -0,0 +1,32 @@ +# New ports collection makefile for: octave-forge-ncarray +# Date created: 20 July 2012 +# Whom: Stephen Montgomery-Smith +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-ncarray +PORTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ncArray + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +RUN_DEPENDS+= ${TARBALLS_DIR}/octcdf.tar.gz:${PORTSDIR}/math/octave-forge-octcdf + +.include +.include "${PORTSDIR}/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-ncarray/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ncarray/distinfo Fri Jul 20 23:29:42 2012 (r301262) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/ncarray-1.0.0.tar.gz) = deef2a9de5f087c8cae84e84da10dc42e7336f2a18a97d1ba337b98e678bed20 +SIZE (octave-forge/ncarray-1.0.0.tar.gz) = 18379 Added: head/math/octave-forge-ncarray/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ncarray/pkg-descr Fri Jul 20 23:29:42 2012 (r301262) @@ -0,0 +1,10 @@ +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 ncarray. + + Access a single or a collection of NetCDF files as a multi-dimensional array. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-ncarray/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ncarray/pkg-plist Fri Jul 20 23:29:42 2012 (r301262) @@ -0,0 +1 @@ +@comment This file intentionally left empty