Date: Fri, 13 Jun 2003 13:30:21 -0700 (PDT) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip@yahoo.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52997: NEW port CAD/admesh Message-ID: <200306132030.h5DKULw7006664@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/52997; it has been noted by GNATS. From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/52997: NEW port CAD/admesh Date: Fri, 13 Jun 2003 22:22:06 +0200 (CEST) --0-231625298-1055535726=:68681 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Thiz one should be complete... ______________________________________________________________________ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/ --0-231625298-1055535726=:68681 Content-Type: text/plain; name="port-admesh.shar" Content-Description: port-admesh.shar Content-Disposition: inline; filename="port-admesh.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # admesh # admesh/Makefile # admesh/distinfo # admesh/pkg-descr # admesh/pkg-plist # echo c - admesh mkdir -p admesh > /dev/null 2>&1 echo x - admesh/Makefile sed 's/^X//' >admesh/Makefile << 'END-of-admesh/Makefile' X# New ports collection makefile for: admesh X# Date created: 25 June 2003 X# Whom: Pedro F. Giffuni <giffunip@asme.org> X# X# $FreeBSD: Exp $ X# X XPORTNAME= admesh XPORTVERSION= 0.95 XCATEGORIES= cad XMASTER_SITES= http://www.varlog.com/files/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Program for processing STL triangulated solid meshes X XGNU_CONFIGURE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/admesh ${PREFIX}/bin/ X.ifndef NOPORTDOCS X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/ADMESH.DOC ${DOCSDIR}/admesh.doc X.endif X X.include <bsd.port.mk> END-of-admesh/Makefile echo x - admesh/distinfo sed 's/^X//' >admesh/distinfo << 'END-of-admesh/distinfo' XMD5 (admesh-0.95.tar.gz) = c21d198c547685f43efd2cf11536d7d4 END-of-admesh/distinfo echo x - admesh/pkg-descr sed 's/^X//' >admesh/pkg-descr << 'END-of-admesh/pkg-descr' XADMesh is a program for processing triangulated solid meshes. Currently, XADMesh only reads the STL file format that is used for rapid prototyping Xapplications, although it can write STL, VRML, OFF, and DXF files. X XFeatures X* Read and write binary and ASCII STL files X* Check STL files for flaws (i.e. unconnected facets, bad normals) X* Repair facets by connecting nearby facets that are within a given tolerance X* Fill holes in the mesh by adding facets. X* Repair normal directions (i.e. facets should be CCW) X* Repair normal values (i.e. should be perpendicular to facet with length=1) X* Remove degenerate facets (i.e. facets with 2 or more vertices equal) X* Translate in x, y, and z directions X* Rotate about the x, y, and z axes X* Mirror about the xy, yz, and xz planes X* Scale the part by a factor X* Merge 2 STL files into one X* Write an OFF file X* Write a VRML file X* Write a DXF file X* Calculate the volume of a part X XWWW: http://www.varlog.com/products/admesh/ END-of-admesh/pkg-descr echo x - admesh/pkg-plist sed 's/^X//' >admesh/pkg-plist << 'END-of-admesh/pkg-plist' Xbin/admesh X%%PORTDOCS%%%%DOCSDIR%%/admesh.doc END-of-admesh/pkg-plist exit --0-231625298-1055535726=:68681--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306132030.h5DKULw7006664>