diff options
author | gahr <gahr@FreeBSD.org> | 2012-02-06 23:57:20 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-02-06 23:57:20 +0800 |
commit | 59a1a7ec0f88fdb5c506d819f10b03946ad66e89 (patch) | |
tree | 01b2de3b0c0f4e4cb61f66570efa5c532242bc99 /cad/Makefile | |
parent | bafd693a5f8723e34af2eb27f8d93b8854e25ce7 (diff) | |
download | freebsd-ports-gnome-59a1a7ec0f88fdb5c506d819f10b03946ad66e89.tar.gz freebsd-ports-gnome-59a1a7ec0f88fdb5c506d819f10b03946ad66e89.tar.zst freebsd-ports-gnome-59a1a7ec0f88fdb5c506d819f10b03946ad66e89.zip |
- New port: cad/meshdev
MeshDev is a mesh comparison software. It accepts two meshes as input and
computes the geometrical deviation between the two meshes.
It return numerical values and can optionaly generate visual results (with a
pseudo-colored mesh corresponding to the measured deviation) in OpenInventor
format.
This port features a patch (by myself) to read binary and ASCII STL files.
This feature was removed in the transition from version 0.4 -> 0.5.
Distfiles are unfetchable from sourceforce. For this reason, they're hosted
on our infrastructure.
WWW: http://meshdev.sourceforge.net/
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 4d1a24765b9f..58617186073e 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -57,6 +57,7 @@ SUBDIR += linux-eagle5 SUBDIR += magic SUBDIR += mars + SUBDIR += meshdev SUBDIR += meshlab SUBDIR += netgen SUBDIR += ngspice_rework |