Port details |
- admesh Program for processing STL triangulated solid meshes
- 0.98.5_1 cad =2 0.98.5_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-10-10 05:18:23
- Last Update: 2024-02-22 13:23:50
- Commit Hash: 8bc53a5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://launchpad.net/admesh
- Description:
- 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.
Features
* Read and write binary and ASCII STL files
* Check STL files for flaws (i.e. unconnected facets, bad normals)
* Repair facets by connecting nearby facets that are within a given tolerance
* Fill holes in the mesh by adding facets.
* Repair normal directions (i.e. facets should be CCW)
* Repair normal values (i.e. should be perpendicular to facet with length=1)
* Remove degenerate facets (i.e. facets with 2 or more vertices equal)
* Translate in x, y, and z directions
* Rotate about the x, y, and z axes
* Mirror about the xy, yz, and xz planes
* Scale the part by a factor
* Merge 2 STL files into one
* Write an OFF file
* Write a VRML file
* Write a DXF file
* Calculate the volume of a part
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/cad/admesh/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/admesh
- pkg install admesh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: admesh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1669133323
SHA256 (admesh-admesh-v0.98.5_GH0.tar.gz) = b832bf055beeaee63edf55ab43a42610287502af13136b9cf0e972d16893bd96
SIZE (admesh-admesh-v0.98.5_GH0.tar.gz) = 41122
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for admesh-0.98.5_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- cad_admesh
- USES:
- autoreconf libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.98.5_1 22 Feb 2024 13:23:50 |
Muhammad Moinur Rahman (bofh) |
cad/admesh: Moved man to share/man
Approved by: portmgr (blanket) |
0.98.5 23 Nov 2022 06:28:54 |
Fernando Apesteguía (fernape) |
cad/admesh: update to 0.98.5
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.98.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.98.4 20 Jul 2022 14:20:58 |
Tobias C. Berner (tcberner) |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.98.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.98.4 31 Oct 2019 16:55:39 |
fernape |
cad/admesh: update to 0.98.4
From ChangeLog (https://github.com/admesh/admesh/releases/tag/v0.98.4)
* Fix big-endian binary stl reading
* Initialized extra values when loading ASCII STL
Reported by: portscout |
0.98.3 15 Jul 2018 08:12:57 |
yuri |
cad/admesh: Update 0.95 -> 0.98.3
Port changes:
* Project moved to github
* Add LICENSE_FILE
* Add USE_LDCONFIG: it now installs the shared library
* Remove do-install: it now installs by itself
Reported by: repology |
0.95_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.95_1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.95_1 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
0.95_1 30 Dec 2013 18:31:26 |
antoine |
Stage support |
0.95_1 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
0.95_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.95_1 27 Oct 2012 19:02:55 |
bapt |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Fix build with clang
- Respects DOCS
PR: ports/172219
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
0.95_1 20 Sep 2012 22:26:26 |
bapt |
Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt's
distilator |
0.95_1 12 Aug 2011 09:04:40 |
bf |
adjust FETCH_ARGS to accommodate redirects
used by master site |
0.95_1 02 Aug 2011 09:42:01 |
bapt |
Mark BROKEN: Does not fetch |
0.95_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.95_1 31 Jan 2009 21:14:31 |
pgollucci |
- Update download location, update WWW
Reported by: -fetch-original pointyhat run via pav |
0.95_1 31 Jan 2007 08:33:22 |
markus |
- Fix plist if NOPORTDOCS is defined
- Bump PORTREVISION |
0.95 28 Jul 2006 14:42:54 |
sat |
- Rid the tree of double slashes in URL paths |
0.95 24 Nov 2005 00:22:47 |
pav |
- Add SHA256 |
0.95 02 Sep 2005 13:28:37 |
sem |
- Get rid of pkg-plist
PR: ports/84690
Submitted by: Andrej Zverev <az@inec.ru> |
0.95 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
0.95 02 Feb 2004 22:44:16 |
maho |
Drop maintainership to ports@
Requested from: Pedro F. Giffuni <giffunip@yahoo.com> (maintainer) |
0.95 10 Oct 2003 05:16:19 |
edwin |
NEW port CAD/admesh
A tool to analyze STL (stereolitholigraphy) files.
PR: ports/52997
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> |