aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-05-26 21:30:45 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-05-26 21:30:45 +0000
commit818617dfc5a452b103a503c92bb501d6835eb631 (patch)
treeb4063e28fe7ee25ef104d1d58a8aa112fa6a6d4c /math
parentc545f0fea05efde28c9956057958ee397ddc9d87 (diff)
downloadports-818617dfc5a452b103a503c92bb501d6835eb631.tar.gz
ports-818617dfc5a452b103a503c92bb501d6835eb631.zip
Notes
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