diff options
author | hq <hq@FreeBSD.org> | 2005-07-11 09:58:55 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-07-11 09:58:55 +0800 |
commit | 2a0d71939b28fb31b44fbde10d35bc0845640e6e (patch) | |
tree | 66d6143571207c705d8c57257401661ca5e4f2fa /math/Makefile | |
parent | 86c12b66d7aabfd0f42c4ba6ae8a371e94fa94ec (diff) | |
download | freebsd-ports-gnome-2a0d71939b28fb31b44fbde10d35bc0845640e6e.tar.gz freebsd-ports-gnome-2a0d71939b28fb31b44fbde10d35bc0845640e6e.tar.zst freebsd-ports-gnome-2a0d71939b28fb31b44fbde10d35bc0845640e6e.zip |
Add JavaView, a 3D viewer and a mathematical visualization software
This tiny version of JavaView is optimized for fast download and contains the
viewer module only, without any dialogs, inspectors and geometry algorithms.
The lite version is mainly used to display precomputed geometry models inside
web pages.
WWW: http://www.javaview.de/
PR: 83104
Submitted by: Nicola Vitale <nivit@email.it>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 879a49610fd2..35e579180589 100644 --- a/math/Makefile +++ b/math/Makefile @@ -88,6 +88,7 @@ SUBDIR += jakarta-commons-math SUBDIR += jama SUBDIR += javanns + SUBDIR += javaview SUBDIR += kaskade SUBDIR += koctave SUBDIR += kseg |