Date: Mon, 6 Feb 2012 15:57:20 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/meshdev Makefile distinfo pkg-descr ports/cad/meshdev/files patch-build_Makefile.release.gcc patch-src_FileSTL.cpp patch-src_FileSTL.h patch-src_Mesh.cpp patch-src_Mesh.h Message-ID: <201202061557.q16FvK1O029359@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gahr 2012-02-06 15:57:20 UTC FreeBSD ports repository Modified files: cad Makefile Added files: cad/meshdev Makefile distinfo pkg-descr cad/meshdev/files patch-build_Makefile.release.gcc patch-src_FileSTL.cpp patch-src_FileSTL.h patch-src_Mesh.cpp patch-src_Mesh.h Log: - 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/ Revision Changes Path 1.138 +1 -0 ports/cad/Makefile 1.1 +27 -0 ports/cad/meshdev/Makefile (new) 1.1 +2 -0 ports/cad/meshdev/distinfo (new) 1.1 +21 -0 ports/cad/meshdev/files/patch-build_Makefile.release.gcc (new) 1.1 +153 -0 ports/cad/meshdev/files/patch-src_FileSTL.cpp (new) 1.1 +39 -0 ports/cad/meshdev/files/patch-src_FileSTL.h (new) 1.1 +34 -0 ports/cad/meshdev/files/patch-src_Mesh.cpp (new) 1.1 +12 -0 ports/cad/meshdev/files/patch-src_Mesh.h (new) 1.1 +7 -0 ports/cad/meshdev/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202061557.q16FvK1O029359>