Port details |
- spot Library for omega automata manipulation and model checking
- 2.12.1 math =2 2.12Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-08-04 23:31:11
- Last Update: 2024-09-24 07:52:13
- Commit Hash: 1e71722
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://spot.lrde.epita.fr
- Description:
- Spot is a library for LTL, omega-automata manipulation and model checking.
It has the following notable features:
* Support for LTL (several syntaxes supported) and a subset of the linear
fragment of PSL.
* Support for omega-automata with arbitrary acceptance condition.
* Support for transition-based acceptance (state-based acceptance is supported
by a reduction to transition-based acceptance).
* The automaton parser can read a stream of automata written in any of four
syntaxes (HOA, never claims, LBTT, DSTAR).
* Several algorithms for formula manipulation including: simplifying formulas,
testing implication or equivalence, testing stutter-invariance, removing some
operators by rewriting, translation to automata, testing membership to the
temporal hierarchy of Manna & Pnueli...
* Several algorithms for automata manipulation including: product, emptiness
checks, simulation-based reductions, minimization of weak-DBA, removal of
useless SCCs, acceptance-condition transformations, determinization, SAT-based
minimization of deterministic automata, etc.
* In addition to the C++ interface, most of its algorithms are usable via
command-line tools, and via Python bindings.
* One command-line tool, called ltlcross, is a rewrite of LBTT, but with support
for PSL and automata with arbitrary acceptance conditions.
- ¦ ¦ ¦ ¦
- 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/math/spot/ && make install clean
- To add the package, run one of these commands:
- pkg install math/spot
- pkg install spot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spot
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727153750
SHA256 (spot-2.12.1.tar.gz) = 5477c08d4e1d062f164c2e486a83556925d07d70f2180de706af7aa949c6ff5c
SIZE (spot-2.12.1.tar.gz) = 7836653
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:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-pandas>0 : math/py-pandas@py311
- syfco : math/hs-syfco
- python3.11 : lang/python311
- This port is required by:
- for Libraries
-
- math/py-spot
Configuration Options:
- ===> The following configuration options are available for spot-2.12.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_spot
- USES:
- charsetfix compiler:c++17-lang gmake libtool python:test
- 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 |
2.12.1 24 Sep 2024 07:52:13 |
Yuri Victorovich (yuri) |
math/{,py-}spot: update 2.12 → 2.12.1
Reported by: portscout |
2.12 25 May 2024 04:12:10 |
Yuri Victorovich (yuri) |
math/{,py-}spot: update 2.11.6 → 2.12
Reported by: portscout |
2.11.6_1 12 Mar 2024 12:04:30 |
Nuno Teixeira (eduardo) |
math/spot: Move man pages to share/man
Approved by: portmgr (blanket) |
2.11.6 02 Aug 2023 07:49:50 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.11.5 → 2.11.6
Reported by: portscout |
2.11.5 11 Jun 2023 07:55:56 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.11.4 → 2.11.5
Reported by: portscout |
2.11.4 11 Feb 2023 19:36:39 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.11.3 → 2.11.4
Reported by: portscout |
2.11.3 22 Dec 2022 08:43:32 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.11.2 -> 2.11.3
Reported by: portscout |
2.11.2 29 Oct 2022 07:08:35 |
Yuri Victorovich (yuri) |
math/spot: Fix the last failing test depending on math/hs-syfco |
2.11.2 28 Oct 2022 16:17:12 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.11.1 -> 2.11.2
Reported by: portscout |
2.11.1 10 Oct 2022 19:05:35 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Minor improvements
* Allow to test the Python binding from math/spot
* Remove unnecessary patch
* Correct C++ standard level |
2.11.1 10 Oct 2022 18:16:54 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.11 -> 2.11.1 |
2.11 09 Oct 2022 17:40:42 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.10.6 -> 2.11
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) |
2.10.6 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 ) |
2.10.6 20 May 2022 02:10:18 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.10.5 -> 2.10.6 |
2.10.5 19 May 2022 06:56:07 |
Yuri Victorovich (yuri) |
math/spot: Fix build
Reported by: fallout |
2.10.5 08 May 2022 06:06:13 |
Yuri Victorovich (yuri) |
math/spot: Fix build failures on 13.0, 12.3
Reported by: fallout |
2.10.5 05 May 2022 16:11:23 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.10.4 -> 2.10.5
Reported by: portscout |
2.10.4 03 Feb 2022 10:05:10 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.10.3 -> 2.10.4
Reported by: portscout |
2.10.3 16 Jan 2022 16:31:51 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.10.2 -> 2.10.3
Reported by: portscout |
2.10.2 08 Dec 2021 09:21:21 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.10.1 -> 2.10.2
Reported by: portscout |
2.10.1 19 Nov 2021 21:33:17 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.10 -> 2.10.1
Reported by: portscout |
2.10 19 Nov 2021 10:39:54 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.9.8 -> 2.10
Reported by: portscout |
2.9.8 12 Aug 2021 08:57:36 |
Yuri Victorovich (yuri) |
math/{,py-}spot: Update 2.9.7 -> 2.9.8 |
2.9.7 16 May 2021 18:32:36 |
Yuri Victorovich (yuri) |
math/spot: Update 2.9.6 -> 2.9.7
Reported by: portscout |
2.9.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.9.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.6 19 Jan 2021 20:46:30 |
yuri |
math/spot: Update 2.9.5 -> 2.9.6
Reported by: portscout |
2.9.5 04 Dec 2020 01:53:01 |
yuri |
math/spot: Update 2.9.4 -> 2.9.5
Reported by: portscout |
2.9.4 19 Sep 2020 03:34:14 |
yuri |
math/spot: Update 2.9.3 -> 2.9.4
Reported by: portscout |
2.9.3 30 Jul 2020 01:11:57 |
yuri |
math/spot: Update 2.9.2 -> 2.9.3
Reported by: portscout |
2.9.2 23 Jul 2020 02:59:32 |
yuri |
math/spot: Update 2.9.1 -> 2.9.2
Reported by: portscout |
2.9.1 21 Jul 2020 01:54:41 |
yuri |
math/spot: Update 2.9 -> 2.9.1
Reported by: portscout |
2.9 01 May 2020 07:34:04 |
yuri |
math/spot: Update 2.8.7 -> 2.9
Reported by: portscout |
2.8.7 16 Mar 2020 01:33:29 |
yuri |
math/spot: Update 2.8.6 -> 2.8.7
Reported by: portscout |
2.8.6 20 Feb 2020 09:15:43 |
yuri |
math/spot: Update 2.8.5 -> 2.8.6
Reported by: portscout |
2.8.5 05 Jan 2020 08:31:04 |
yuri |
math/spot: Update 2.8.4 -> 2.8.5
Reported by: portscout |
2.8.4 10 Dec 2019 19:37:59 |
yuri |
math/spot: Update 2.8.3 -> 2.8.4
Reported by: portscout |
2.8.3 10 Nov 2019 07:34:18 |
yuri |
math/spot: Update 2.8.2 -> 2.8.3
Reported by: portscout |
2.8.2 28 Sep 2019 15:09:09 |
yuri |
math/spot: Update 2.8.1 -> 2.8.2
Reported by: portscout |
2.8.1 03 Aug 2019 20:27:52 |
yuri |
math/spot: Update 2.7.5 -> 2.8.1
Reported by: portscout |
2.7.5_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.7.5 07 Jun 2019 06:43:23 |
yuri |
math/spot: Update 2.7.4 -> 2.7.5
Reported by: portscout |
2.7.4 28 Apr 2019 07:12:20 |
yuri |
math/spot: Update 2.7.2 -> 2.7.4
Reported by: portscout |
2.7.2 21 Mar 2019 04:37:01 |
yuri |
math/spot: Update 2.7.1 -> 2.7.2
Reported by: portscout |
2.7.1 22 Feb 2019 04:59:36 |
yuri |
math/spot: Update 2.7 -> 2.7.1
Reported by: portscout |
2.7 12 Dec 2018 18:37:47 |
yuri |
math/spot: Update 2.6.3 -> 2.7
Reported by: portscout |
2.6.3_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.6.3 28 Oct 2018 13:44:03 |
linimon |
Fix build with GCC-based architectures.
PR: 231939
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2.6.3 18 Oct 2018 22:27:28 |
yuri |
math/spot: Update 2.6.2 -> 2.6.3
Reported by: portscout |
2.6.2 30 Sep 2018 01:58:21 |
yuri |
math/spot: Update 2.6.1 -> 2.6.2
Reported by: portscout |
2.6.1_1 10 Aug 2018 21:24:45 |
yuri |
math/spot: Add USES=charsetfix, remove RM for lib/charset.alias |
2.6.1 04 Aug 2018 23:30:58 |
yuri |
New port: math/spot: Library for omega automata manipulation and model checking |