Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2013 23:53:09 +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: r324825 - in head/math: . octave-forge-netcdf
Message-ID:  <201308162353.r7GNr9OG022987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Fri Aug 16 23:53:08 2013
New Revision: 324825
URL: http://svnweb.freebsd.org/changeset/ports/324825

Log:
  - New port math/octave-forge-netcdf
  
  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 netcdf: A MATLAB compatible NetCDF interface for Octave.

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Aug 16 23:43:28 2013	(r324824)
+++ head/math/Makefile	Fri Aug 16 23:53:08 2013	(r324825)
@@ -321,6 +321,7 @@
     SUBDIR += octave-forge-multicore
     SUBDIR += octave-forge-nan
     SUBDIR += octave-forge-ncarray
+    SUBDIR += octave-forge-netcdf
     SUBDIR += octave-forge-nlwing2
     SUBDIR += octave-forge-nnet
     SUBDIR += octave-forge-nurbs

Added: head/math/octave-forge-netcdf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-netcdf/Makefile	Fri Aug 16 23:53:08 2013	(r324825)
@@ -0,0 +1,25 @@
+# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	octave-forge-netcdf
+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=		${OCTAVE_PKGNAME}
+
+WRKSRC=		${WRKDIR}/${OCTSRC}/src
+
+LIB_DEPENDS+=	netcdf:${PORTSDIR}/science/netcdf4
+
+.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-netcdf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-netcdf/distinfo	Fri Aug 16 23:53:08 2013	(r324825)
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/netcdf-1.0.0.tar.gz) = e3235ce7767666e6424cb3bf3338a0346243eaea4a3ad6ecd742a1638704f81e
+SIZE (octave-forge/netcdf-1.0.0.tar.gz) = 68266

Added: head/math/octave-forge-netcdf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-netcdf/pkg-descr	Fri Aug 16 23:53:08 2013	(r324825)
@@ -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 netcdf.
+
+ A MATLAB compatible NetCDF interface for Octave.
+
+WWW: http://octave.sourceforge.net/

Added: head/math/octave-forge-netcdf/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-netcdf/pkg-plist	Fri Aug 16 23:53:08 2013	(r324825)
@@ -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?201308162353.r7GNr9OG022987>