notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
tetgen Quality Tetrahedral Mesh Generator and Delaunay Triangulator
1.5.1 math on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5.1Version of this port present on the latest quarterly branch.
Maintainer: hrs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-01-15 01:44:26
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: qca-qt5, geekcode, inn-current, raster3d
License: AGPLv3
WWW:
http://tetgen.org/
Description:
TetGen is a program for generating tetrahedral meshes for arbitrary 3D domains. The main purpose of TetGen is to create high-quality tetrahedral meshes for solving partial differential equations using finite element and finite volume methods. This program, based on Delaunay methods, currently generates meshes including exact constrained Delaunay tetrahedralizations and quality (conforming Delaunay) meshes. For a 3D point set, it generates its exact Delaunay tetrahedralization and convex hull as well. The program is written in ANSI C++. It is highly portable, it should be very easy to compile and run on all major computer systems. It can be also used as a library embedded into other applications.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/tetgen
  2. include/tetgen.h
  3. lib/libtet.a
  4. /usr/local/share/licenses/tetgen-1.5.1/catalog.mk
  5. /usr/local/share/licenses/tetgen-1.5.1/LICENSE
  6. /usr/local/share/licenses/tetgen-1.5.1/AGPLv3
Collapse this list.
Dependency lines:
  • tetgen>0:math/tetgen
To install the port:
cd /usr/ports/math/tetgen/ && make install clean
To add the package, run one of these commands:
  • pkg install math/tetgen
  • pkg install tetgen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tetgen
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1577663096 SHA256 (tetgen1.5.1.tar.gz) = e46a4434a3e7c00044c8f4f167e18b6f4a85be7d22838c8f948ce8cc8c01b850 SIZE (tetgen1.5.1.tar.gz) = 282433

Packages (timestamps in pop-ups are UTC):
tetgen
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.5.11.5.11.5.11.5.11.5.1-1.5.1-
FreeBSD:13:quarterly1.5.11.5.11.5.11.5.11.5.11.5.11.5.11.5.1
FreeBSD:14:latest1.5.11.5.11.5.11.5.11.5.11.5.1-1.5.1
FreeBSD:14:quarterly1.5.11.5.1-1.5.11.5.11.5.11.5.11.5.1
FreeBSD:15:latest1.5.11.5.1n/a1.5.1n/a1.5.11.5.11.5.1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Build
  1. math/freefem++

Configuration Options:
===> The following configuration options are available for tetgen-1.5.1: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
math_tetgen
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://wias-berlin.de/software/tetgen/1.5/src/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.5.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.5.1
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.5.1
29 Dec 2019 15:26:37
Revision:521362Original commit files touched by this commit
hrs search for other commits by this committer
- Update to 1.5.1.
- Add -fPIC.
1.5.0.20131104
14 Jun 2018 08:34:32
Revision:472369Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Switch to new test framework
1.5.0.20131104
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
1.5.0.20131104
31 Aug 2014 20:23:51
Revision:366828Original commit files touched by this commit
cs search for other commits by this committer
- Update to 1.5.0.20131104
- New License is AGPLv3

PR:		9193123
Submitted by:	pfg@
1.4.3.20110119
07 Jul 2014 15:31:02
Revision:361099Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
1.4.3.20110119
21 Feb 2014 11:04:46
Revision:345367Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
1.4.3.20110119
20 Sep 2013 20:55:06
Revision:327746Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
1.4.3.20110119
07 Sep 2013 17:20:21
Revision:326658Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use single space after WWW:
1.4.3.20110119
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.4.3.20110119
05 Aug 2012 08:19:31
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove some empty files
1.4.3.20110119
05 Aug 2012 05:03:43
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.4.3.20110119

PR:		170156
Submitted by:	Ports Fury
1.4.3
03 Jun 2012 12:14:38
Original commit files touched by this commit
cs search for other commits by this committer
Set maintainership back to ports@
1.4.3
15 Sep 2011 12:33:27
Original commit files touched by this commit
cs search for other commits by this committer
Change maintainer address to my FreeBSD address

Approved by:    wen@ (mentor)
1.4.3
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.4.3
04 Aug 2010 09:46:47
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.4.3
- Pass maintainership to submitter
- Mark JOBS_SAFE

PR:             ports/149263
Submitted by:   C-S <c-s AT c-s.li>
1.4.2
19 Jul 2009 18:59:40
Original commit files touched by this commit
shaun search for other commits by this committer
Remove references to my mirror, which will be decommissioned shortly;
fall back to FreeBSD mirrors in case the port has no others.
1.4.2
13 Mar 2009 23:27:19
Original commit files touched by this commit
shaun search for other commits by this committer
Free most of my ports, since they aren't being maintained to a
reasonable standard.
1.4.1
28 Sep 2007 00:46:26
Original commit files touched by this commit
shaun search for other commits by this committer
- Upgrade to 1.4.2.
- Replace the test target by the canonical regression-test.

PR:             ports/114710
Submitted by:   Pedro F. Giffuni via thierry
1.4.1
27 Jul 2006 22:00:39
Original commit files touched by this commit
shaun search for other commits by this committer
- Update distinfo to reflect re-rolled distfile (and unbreak port).
- Add an additional mirror.
1.4.1
16 Jul 2006 21:14:31
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken: distfile size mismatch.
1.4.1
19 Jun 2006 20:06:59
Original commit files touched by this commit
shaun search for other commits by this committer
Switch to my @FreeBSD.org address.

Approved by:    ahze (mentor)
1.4.1
11 Jun 2006 06:38:22
Original commit files touched by this commit
novel search for other commits by this committer
- Update to 1.4.1
- Pass maintainership to submitter

PR:             98795
Submitted by:   Shaun Amott <shaun@inerd.com>
1.4.0
15 Mar 2006 08:15:05
Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.4.0 and drop maintainership.

PR:             94247
Submitted by:   Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
1.3.4
15 Jan 2006 01:43:25
Original commit files touched by this commit
pav search for other commits by this committer
A high quality tetrahedral mesher. It can be plugged in cad/gmsh.

PR:             ports/91604
Submitted by:   Pedro F. Giffuni <giffunip@asme.org>

Number of commits found: 28