Skip to content

Commit

Permalink
Initial import of admesh:
Browse files Browse the repository at this point in the history
Program for processing triangulated solid meshes
  • Loading branch information
jtb committed Feb 10, 2001
1 parent d541f75 commit 250be76
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
22 changes: 22 additions & 0 deletions math/admesh/Makefile
@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/02/10 04:44:57 jtb Exp $

DISTNAME= admesh-0.95
CATEGORIES= math
MASTER_SITES= http://www.varlog.com/products/admesh/files/

MAINTAINER= jtb@netbsd.org
HOMEPAGE= http://www.varlog.com/products/admesh/

GNU_CONFIGURE= yes

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/admesh ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/admesh
@for f in README ADMESH.DOC; do \
i="${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/admesh/"; \
${ECHO} $$i; $$i; \
done
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/admesh
${INSTALL_DATA} ${WRKSRC}/block.stl ${PREFIX}/share/examples/admesh

.include "../../mk/bsd.pkg.mk"
3 changes: 3 additions & 0 deletions math/admesh/files/md5
@@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 2001/02/10 04:44:57 jtb Exp $

MD5 (admesh-0.95.tar.gz) = c21d198c547685f43efd2cf11536d7d4
1 change: 1 addition & 0 deletions math/admesh/pkg/COMMENT
@@ -0,0 +1 @@
Program for processing triangulated solid meshes
4 changes: 4 additions & 0 deletions math/admesh/pkg/DESCR
@@ -0,0 +1,4 @@
ADMesh is a program for processing triangulated solid
meshes. Currently, ADMesh only reads the STL file format that is used
for rapid prototyping applications, although it can write STL, VRML,
OFF, and DXF files.
7 changes: 7 additions & 0 deletions math/admesh/pkg/PLIST
@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/10 04:44:57 jtb Exp $
bin/admesh
share/doc/admesh/ADMESH.DOC
share/doc/admesh/README
share/examples/admesh/block.stl
@dirrm share/doc/admesh
@dirrm share/examples/admesh

0 comments on commit 250be76

Please sign in to comment.