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:
parent
c545f0fea0
commit
818617dfc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234591
@ -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
|
||||
|
17
math/octave-forge-nurbs/Makefile
Normal file
17
math/octave-forge-nurbs/Makefile
Normal 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>
|
3
math/octave-forge-nurbs/distinfo
Normal file
3
math/octave-forge-nurbs/distinfo
Normal 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
|
11
math/octave-forge-nurbs/pkg-descr
Normal file
11
math/octave-forge-nurbs/pkg-descr
Normal 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/
|
1
math/octave-forge-nurbs/pkg-plist
Normal file
1
math/octave-forge-nurbs/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user