diff options
author | thierry <thierry@FreeBSD.org> | 2006-02-20 16:57:48 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-02-20 16:57:48 +0800 |
commit | 2d0b72389dd19a1417d687a9412095cad27cef6a (patch) | |
tree | ad90c9256e2d4a2f24336808f611b33a18d8251f | |
parent | 79c36433c47597dc48900b01b2337f3eb5d005f0 (diff) | |
download | freebsd-ports-gnome-2d0b72389dd19a1417d687a9412095cad27cef6a.tar.gz freebsd-ports-gnome-2d0b72389dd19a1417d687a9412095cad27cef6a.tar.zst freebsd-ports-gnome-2d0b72389dd19a1417d687a9412095cad27cef6a.zip |
K3DSurf is a program to visualize and manipulate multidimensional surfaces
by using Mathematical equations. It's also a "Modeler" for POV-Ray in the
area of parametric surfaces.
Features :
* 3D, 4D, 5D and 6D HyperObjects visualization.
* Full support of all functions (like C language).
* Support of mouse event in the drawing area (Left:Rotate, Right:scale
and Midle:translate).
* Animation an Morph effect.
* Povscript and Mesh file generation(and Run if povray is installed).
VRML2 and OBJ files also supported.
* More than 100 well known examples.
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/k3dsurf/Makefile | 35 | ||||
-rw-r--r-- | math/k3dsurf/distinfo | 3 | ||||
-rw-r--r-- | math/k3dsurf/files/patch-src_k3dsurf.ui | 9 | ||||
-rw-r--r-- | math/k3dsurf/files/patch-src_newwindow2.ui | 9 | ||||
-rw-r--r-- | math/k3dsurf/pkg-descr | 15 |
6 files changed, 72 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 86a8472a2545..f03246ababa9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -95,6 +95,7 @@ SUBDIR += jama SUBDIR += javanns SUBDIR += javaview + SUBDIR += k3dsurf SUBDIR += kaskade SUBDIR += koctave SUBDIR += kseg diff --git a/math/k3dsurf/Makefile b/math/k3dsurf/Makefile new file mode 100644 index 000000000000..783a7832b9fe --- /dev/null +++ b/math/k3dsurf/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: K3DSurf +# Date created: Sun 19 feb 2006 +# Whom: thierry@pompo.net +# +# $FreeBSD$ +# + +PORTNAME= k3dsurf +PORTVERSION= 0.5.4 +CATEGORIES= math graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Visualize and manipulate Mathematical surfaces or curves + +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + +USE_QT_VER= 3 +QTDIR?= ${X11BASE} +MAKE_ENV= QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" \ + QTDIR="${QTDIR}" + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PLIST_FILES= bin/k3dsurf + +pre-build: + cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} qmake + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/k3dsurf ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/math/k3dsurf/distinfo b/math/k3dsurf/distinfo new file mode 100644 index 000000000000..e705c6be5186 --- /dev/null +++ b/math/k3dsurf/distinfo @@ -0,0 +1,3 @@ +MD5 (k3dsurf-0.5.4-src.tar.gz) = 22d115057dd5adc122f7929e1a280003 +SHA256 (k3dsurf-0.5.4-src.tar.gz) = ba31d459ac8b9ea66e590c952107d784e4eda7f62c548573e4297c0de6f3fde6 +SIZE (k3dsurf-0.5.4-src.tar.gz) = 389139 diff --git a/math/k3dsurf/files/patch-src_k3dsurf.ui b/math/k3dsurf/files/patch-src_k3dsurf.ui new file mode 100644 index 000000000000..7edbb63e3b23 --- /dev/null +++ b/math/k3dsurf/files/patch-src_k3dsurf.ui @@ -0,0 +1,9 @@ +--- src/k3dsurf.ui.orig Sat Dec 10 19:33:43 2005 ++++ src/k3dsurf.ui Sun Feb 19 23:28:43 2006 +@@ -16329,6 +16329,5 @@ + </slots> + <layoutdefaults spacing="6" margin="11"/> + <includehints> +- <includehint>connectwidget.h</includehint> + </includehints> + </UI> diff --git a/math/k3dsurf/files/patch-src_newwindow2.ui b/math/k3dsurf/files/patch-src_newwindow2.ui new file mode 100644 index 000000000000..83f9e8c3b7cb --- /dev/null +++ b/math/k3dsurf/files/patch-src_newwindow2.ui @@ -0,0 +1,9 @@ +--- src/newwindow2.ui.orig Wed Jul 27 00:16:36 2005 ++++ src/newwindow2.ui Sun Feb 19 23:29:30 2006 +@@ -104,6 +104,5 @@ + </slots> + <layoutdefaults spacing="6" margin="11"/> + <includehints> +- <includehint>connectwidget.h</includehint> + </includehints> + </UI> diff --git a/math/k3dsurf/pkg-descr b/math/k3dsurf/pkg-descr new file mode 100644 index 000000000000..e24d61a908e1 --- /dev/null +++ b/math/k3dsurf/pkg-descr @@ -0,0 +1,15 @@ +K3DSurf is a program to visualize and manipulate multidimensional surfaces +by using Mathematical equations. It's also a "Modeler" for POV-Ray in the +area of parametric surfaces. + +Features : +* 3D, 4D, 5D and 6D HyperObjects visualization. +* Full support of all functions (like C language). +* Support of mouse event in the drawing area (Left:Rotate, Right:scale + and Midle:translate). +* Animation an Morph effect. +* Povscript and Mesh file generation(and Run if povray is installed). + VRML2 and OBJ files also supported. +* More than 100 well known examples. + +WWW: http://k3dsurf.sourceforge.net/ |