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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
tla+ TLC is a model checker for specifications written in TLA+
1.7.4 develnew! on this many watch lists=0 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: patmaddox@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-07-10 18:00:07
Last Update: 2026-07-10 17:56:52
Commit Hash: 50fc7f3
Also Listed In: java
License: MIT
WWW:
https://www.tlapl.us
Description:
TLA+ is a language for modeling software above the code level and hardware above the circuit level. The tool most commonly used by engineers is the TLC model checker, but there is also a proof checker. TLA+ is based on mathematics and does not resemble any programming language. Most engineers will find PlusCal to be the easiest way to start using TLA+. This port installs the TLA+ command-line tools packaged as tla2tools.jar, with wrapper scripts for each: tla-tlc - the TLC model checker, which explores a specification's state space to check safety and liveness properties tla-sany - the SANY syntactic and semantic analyzer (parser) tla-tla2sany - export a parsed TLA+ module as an XML parse tree tla-pcal - the PlusCal-to-TLA+ translator tla-tla2tex - the LaTeX pretty printer for TLA+ specifications
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/java/classes/tla2tools.jar
  2. bin/tla-pcal
  3. bin/tla-sany
  4. bin/tla-tla2sany
  5. bin/tla-tla2tex
  6. bin/tla-tlc
  7. /usr/local/share/licenses/tla+-1.7.4/catalog.mk
  8. /usr/local/share/licenses/tla+-1.7.4/LICENSE
  9. /usr/local/share/licenses/tla+-1.7.4/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • tla+>0:devel/tla+
To install the port:
cd /usr/ports/devel/tla+/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/tla+
  • pkg install tla+
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tla+
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1783641600 SHA256 (tlaplus-tlaplus-v1.7.4_GH0.tar.gz) = eb4e54b6c8dc4945cbd697dbfe55819b6fc3f13fe9561afd7d6523c18ea4c350 SIZE (tlaplus-tlaplus-v1.7.4_GH0.tar.gz) = 72966127

Packages (timestamps in pop-ups are UTC):
tla+
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest1.7.41.7.4--1.7.4---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.7.41.7.4n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest1.7.41.7.4n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk11
  2. ant : devel/apache-ant
Runtime dependencies:
  1. java : java/openjdk11
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_tla+
USES:
java:ant,run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tlaplus/tlaplus/tar.gz/v1.7.4?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.4
10 Jul 2026 17:56:52
commit hash: 50fc7f3612ced6681de8deefdeb8725e080f131ecommit hash: 50fc7f3612ced6681de8deefdeb8725e080f131ecommit hash: 50fc7f3612ced6681de8deefdeb8725e080f131ecommit hash: 50fc7f3612ced6681de8deefdeb8725e080f131e files touched by this commit
Pat Maddox (patmaddox) search for other commits by this committer
devel/tla+: new port

TLA+ is a language for modeling software above the code level and
hardware above the circuit level. The tool most commonly used by
engineers is the TLC model checker, but there is also a proof
checker. TLA+ is based on mathematics and does not resemble any
programming language. Most engineers will find PlusCal to be the
easiest way to start using TLA+.

The graphical TLA Toolbox IDE is not included. It is a separate
Eclipse RCP application that would be better as its own port.

WWW: https://www.tlapl.us

Approved by:  dch (mentor)
Reviewed by:  arrowd
Pull Request: https://github.com/freebsd/freebsd-ports/pull/554

Number of commits found: 1