mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add nurbs++, a C++ library for representing curves or surfaces.
PR: 18673 Submitted by: R Joseph Wright <rjoseph@mammalia.org>
This commit is contained in:
parent
55940aa22f
commit
9f4ec8391b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29483
@ -106,6 +106,7 @@
|
||||
SUBDIR += mtv
|
||||
SUBDIR += netpbm
|
||||
SUBDIR += netshow
|
||||
SUBDIR += nurbs++
|
||||
SUBDIR += opendx
|
||||
SUBDIR += opendx-samples
|
||||
SUBDIR += opengl-man
|
||||
|
17
graphics/nurbs++/Makefile
Normal file
17
graphics/nurbs++/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# New ports collection makefile for: nurbs++
|
||||
# Date created: 14 May 2000
|
||||
# Whom: R Joseph Wright <rjoseph@mammalia.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nurbs++
|
||||
PORTVERSION= 3.0.10
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://yukon.genie.uottawa.ca/~lavoie/software/nurbs/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/nurbs++/distinfo
Normal file
1
graphics/nurbs++/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (nurbs++-3.0.10.tar.gz) = f122aaaa55879fb1bd652458fe3f6d88
|
1
graphics/nurbs++/pkg-comment
Normal file
1
graphics/nurbs++/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A C++ library for representing curves or surfaces
|
10
graphics/nurbs++/pkg-descr
Normal file
10
graphics/nurbs++/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Non-Uniform Rational B-Splines (NURBS) are parametric functions which can
|
||||
represent any type of curves or surfaces. This C++ library hides the basic
|
||||
mathematics of NURBS, allowing the user to focus on the more challenging
|
||||
parts of their projects.
|
||||
|
||||
The NURBS++ package includes a matrix library, an image manipulation
|
||||
library, a numerical library and a NURBS library.
|
||||
|
||||
This library is copyrighted under the terms of the LGPL by its author,
|
||||
Phillipe Lavoie <lavoie@zeus.genie.uottawa.ca>.
|
54
graphics/nurbs++/pkg-plist
Normal file
54
graphics/nurbs++/pkg-plist
Normal file
@ -0,0 +1,54 @@
|
||||
lib/libmatrixI.a
|
||||
lib/libmatrixI.so
|
||||
lib/libmatrixI.so.1
|
||||
lib/libmatrixN.so.1
|
||||
lib/libmatrixN.so
|
||||
lib/libmatrixN.a
|
||||
lib/libmatrix.a
|
||||
lib/libmatrix.so
|
||||
lib/libmatrix.so.1
|
||||
lib/libnurbsd.a
|
||||
lib/libnurbsd.so
|
||||
lib/libnurbsd.so.1
|
||||
lib/libnurbsf.a
|
||||
lib/libnurbsf.so
|
||||
lib/libnurbsf.so.1
|
||||
include/nurbs++/barray2d.hh
|
||||
include/nurbs++/barray.hh
|
||||
include/nurbs++/color.hh
|
||||
include/nurbs++/coordinate.hh
|
||||
include/nurbs++/curve.hh
|
||||
include/nurbs++/cvector.hh
|
||||
include/nurbs++/error.hh
|
||||
include/nurbs++/filter.hh
|
||||
include/nurbs++/galloc2d.hh
|
||||
include/nurbs++/galloc.hh
|
||||
include/nurbs++/hnurbs.hh
|
||||
include/nurbs++/hnurbsS.hh
|
||||
include/nurbs++/hnurbsS_sp.hh
|
||||
include/nurbs++/hpoint_nd.hh
|
||||
include/nurbs++/image.hh
|
||||
include/nurbs++/integrate.hh
|
||||
include/nurbs++/list.hh
|
||||
include/nurbs++/matrixMat.hh
|
||||
include/nurbs++/matrixRT.hh
|
||||
include/nurbs++/matrixTool.hh
|
||||
include/nurbs++/matrix.hh
|
||||
include/nurbs++/matrix_global.hh
|
||||
include/nurbs++/nurbsGL.hh
|
||||
include/nurbs++/nurbs.hh
|
||||
include/nurbs++/nurbs_global.hh
|
||||
include/nurbs++/nurbsS.hh
|
||||
include/nurbs++/nurbsS_sp.hh
|
||||
include/nurbs++/nurbsSub.hh
|
||||
include/nurbs++/nurbs_sp.hh
|
||||
include/nurbs++/plib_config.hh
|
||||
include/nurbs++/point_nd.hh
|
||||
include/nurbs++/rec_filter.hh
|
||||
include/nurbs++/specialType.hh
|
||||
include/nurbs++/specialVcc.hh
|
||||
include/nurbs++/statistic.hh
|
||||
include/nurbs++/surface.hh
|
||||
include/nurbs++/tri_spline.hh
|
||||
include/nurbs++/vector.hh
|
||||
@dirrm include/nurbs++
|
Loading…
Reference in New Issue
Block a user