aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2009-05-27 05:30:45 +0800
committerbeat <beat@FreeBSD.org>2009-05-27 05:30:45 +0800
commit2fc137814315a1f3f40efd2495f4bf1946273ea1 (patch)
tree1ccf2df76cf8d66d169e97e6477fe4db3d01e5b5 /math
parent8cf93a158897a127ffee713b20a531c87ab65202 (diff)
downloadfreebsd-ports-gnome-2fc137814315a1f3f40efd2495f4bf1946273ea1.tar.gz
freebsd-ports-gnome-2fc137814315a1f3f40efd2495f4bf1946273ea1.tar.zst
freebsd-ports-gnome-2fc137814315a1f3f40efd2495f4bf1946273ea1.zip
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 nurbs. Collection of routines for the creation, and manipulation of Non-Uniform Rational B-Splines (NURBS). WWW: http://octave.sourceforge.net/ PR: ports/134404 Submitted by: Stephen Montgomery-Smith <stephen AT missouri.edu> Approved by: miwi (mentor)
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-nurbs/Makefile17
-rw-r--r--math/octave-forge-nurbs/distinfo3
-rw-r--r--math/octave-forge-nurbs/pkg-descr11
-rw-r--r--math/octave-forge-nurbs/pkg-plist1
5 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index ffb7949d509f..8b2862ce6dee 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -228,6 +228,7 @@
SUBDIR += octave-forge-nan
SUBDIR += octave-forge-nlwing2
SUBDIR += octave-forge-nnet
+ SUBDIR += octave-forge-nurbs
SUBDIR += octave-forge-ocs
SUBDIR += octave-forge-octcdf
SUBDIR += octave-forge-octgpr
diff --git a/math/octave-forge-nurbs/Makefile b/math/octave-forge-nurbs/Makefile
new file mode 100644
index 000000000000..16db621e0f35
--- /dev/null
+++ b/math/octave-forge-nurbs/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: octave-forge-nurbs
+# Date created: 8 September 2008
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-nurbs
+PORTVERSION= 1.0
+CATEGORIES= math
+
+MAINTAINER= stephen@missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-nurbs/distinfo b/math/octave-forge-nurbs/distinfo
new file mode 100644
index 000000000000..eb5514a4e862
--- /dev/null
+++ b/math/octave-forge-nurbs/distinfo
@@ -0,0 +1,3 @@
+MD5 (octave-forge/nurbs-1.0.tar.gz) = a7a1f569c547e2519b92c42ff90c24ef
+SHA256 (octave-forge/nurbs-1.0.tar.gz) = 284f4acac6f64220cac3f1833bd7cdf0a3a92ceba2f61645feb855b793aa5c1d
+SIZE (octave-forge/nurbs-1.0.tar.gz) = 46917
diff --git a/math/octave-forge-nurbs/pkg-descr b/math/octave-forge-nurbs/pkg-descr
new file mode 100644
index 000000000000..9735835fe1b1
--- /dev/null
+++ b/math/octave-forge-nurbs/pkg-descr
@@ -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 nurbs.
+
+ Collection of routines for the creation, and manipulation of Non-Uniform
+ Rational B-Splines (NURBS).
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-nurbs/pkg-plist b/math/octave-forge-nurbs/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-nurbs/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty