1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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)
This commit is contained in:
Beat Gaetzi 2009-05-26 21:30:45 +00:00
parent c545f0fea0
commit 818617dfc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234591
5 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -0,0 +1 @@
@comment This file intentionally left empty