summaryrefslogtreecommitdiff
path: root/math/spot
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-04 23:30:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-04 23:30:58 +0000
commit39cfcd2f48fbfa93c238ea285b1383b944ecb635 (patch)
treef564315bab19f9dc7916462207cd0e678c0c186d /math/spot
parentUpdate MASTER_SITES (diff)
New port: math/spot: Library for omega automata manipulation and model checking
Notes
Notes: svn path=/head/; revision=476381
Diffstat (limited to 'math/spot')
-rw-r--r--math/spot/Makefile28
-rw-r--r--math/spot/distinfo3
-rw-r--r--math/spot/pkg-descr24
-rw-r--r--math/spot/pkg-plist200
4 files changed, 255 insertions, 0 deletions
diff --git a/math/spot/Makefile b/math/spot/Makefile
new file mode 100644
index 000000000000..348eaec01302
--- /dev/null
+++ b/math/spot/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= spot
+DISTVERSION= 2.6.1
+CATEGORIES= math
+MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Library for omega automata manipulation and model checking
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= compiler:c++14-lang gmake libtool
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-python --disable-static
+INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+
+OPTIONS_DEFINE= DOCS
+
+PORTDOCS= tl.pdf
+
+post-install:
+ @${RM} ${STAGEDIR}${PREFIX}/lib/charset.alias
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
+.include <bsd.port.mk>
diff --git a/math/spot/distinfo b/math/spot/distinfo
new file mode 100644
index 000000000000..f6b19856bf30
--- /dev/null
+++ b/math/spot/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1533412580
+SHA256 (spot-2.6.1.tar.gz) = 1275ec21f350ab6ae3c37a08118f5e353d67b30790fa6907d703fa2385e7f63f
+SIZE (spot-2.6.1.tar.gz) = 7088087
diff --git a/math/spot/pkg-descr b/math/spot/pkg-descr
new file mode 100644
index 000000000000..2d40feb60b3f
--- /dev/null
+++ b/math/spot/pkg-descr
@@ -0,0 +1,24 @@
+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.
+
+WWW: https://spot.lrde.epita.fr
diff --git a/math/spot/pkg-plist b/math/spot/pkg-plist
new file mode 100644
index 000000000000..609c034acb1e
--- /dev/null
+++ b/math/spot/pkg-plist
@@ -0,0 +1,200 @@
+bin/autcross
+bin/autfilt
+bin/dstar2tgba
+bin/genaut
+bin/genltl
+bin/ltl2tgba
+bin/ltl2tgta
+bin/ltlcross
+bin/ltldo
+bin/ltlfilt
+bin/ltlgrind
+bin/ltlsynt
+bin/randaut
+bin/randltl
+include/bddx.h
+include/bvecx.h
+include/fddx.h
+include/spot/gen/automata.hh
+include/spot/gen/formulas.hh
+include/spot/graph/graph.hh
+include/spot/graph/ngraph.hh
+include/spot/kripke/fairkripke.hh
+include/spot/kripke/fwd.hh
+include/spot/kripke/kripke.hh
+include/spot/kripke/kripkegraph.hh
+include/spot/ltsmin/ltsmin.hh
+include/spot/misc/_config.h
+include/spot/misc/bareword.hh
+include/spot/misc/bddlt.hh
+include/spot/misc/bitset.hh
+include/spot/misc/bitvect.hh
+include/spot/misc/casts.hh
+include/spot/misc/common.hh
+include/spot/misc/escape.hh
+include/spot/misc/fixpool.hh
+include/spot/misc/formater.hh
+include/spot/misc/game.hh
+include/spot/misc/hash.hh
+include/spot/misc/hashfunc.hh
+include/spot/misc/intvcmp2.hh
+include/spot/misc/intvcomp.hh
+include/spot/misc/location.hh
+include/spot/misc/ltstr.hh
+include/spot/misc/memusage.hh
+include/spot/misc/minato.hh
+include/spot/misc/mspool.hh
+include/spot/misc/optionmap.hh
+include/spot/misc/position.hh
+include/spot/misc/random.hh
+include/spot/misc/satsolver.hh
+include/spot/misc/timer.hh
+include/spot/misc/tmpfile.hh
+include/spot/misc/trival.hh
+include/spot/misc/version.hh
+include/spot/parseaut/public.hh
+include/spot/ta/ta.hh
+include/spot/ta/taexplicit.hh
+include/spot/ta/taproduct.hh
+include/spot/ta/tgta.hh
+include/spot/ta/tgtaexplicit.hh
+include/spot/ta/tgtaproduct.hh
+include/spot/taalgos/dot.hh
+include/spot/taalgos/emptinessta.hh
+include/spot/taalgos/minimize.hh
+include/spot/taalgos/reachiter.hh
+include/spot/taalgos/statessetbuilder.hh
+include/spot/taalgos/stats.hh
+include/spot/taalgos/tgba2ta.hh
+include/spot/tl/apcollect.hh
+include/spot/tl/contain.hh
+include/spot/tl/declenv.hh
+include/spot/tl/defaultenv.hh
+include/spot/tl/dot.hh
+include/spot/tl/environment.hh
+include/spot/tl/exclusive.hh
+include/spot/tl/formula.hh
+include/spot/tl/hierarchy.hh
+include/spot/tl/length.hh
+include/spot/tl/ltlf.hh
+include/spot/tl/mutation.hh
+include/spot/tl/nenoform.hh
+include/spot/tl/parse.hh
+include/spot/tl/print.hh
+include/spot/tl/randomltl.hh
+include/spot/tl/relabel.hh
+include/spot/tl/remove_x.hh
+include/spot/tl/simplify.hh
+include/spot/tl/snf.hh
+include/spot/tl/unabbrev.hh
+include/spot/twa/acc.hh
+include/spot/twa/bdddict.hh
+include/spot/twa/bddprint.hh
+include/spot/twa/formula2bdd.hh
+include/spot/twa/fwd.hh
+include/spot/twa/taatgba.hh
+include/spot/twa/twa.hh
+include/spot/twa/twagraph.hh
+include/spot/twa/twaproduct.hh
+include/spot/twaalgos/aiger.hh
+include/spot/twaalgos/alternation.hh
+include/spot/twaalgos/are_isomorphic.hh
+include/spot/twaalgos/bfssteps.hh
+include/spot/twaalgos/canonicalize.hh
+include/spot/twaalgos/cleanacc.hh
+include/spot/twaalgos/cobuchi.hh
+include/spot/twaalgos/complement.hh
+include/spot/twaalgos/complete.hh
+include/spot/twaalgos/compsusp.hh
+include/spot/twaalgos/contains.hh
+include/spot/twaalgos/copy.hh
+include/spot/twaalgos/couvreurnew.hh
+include/spot/twaalgos/cycles.hh
+include/spot/twaalgos/degen.hh
+include/spot/twaalgos/determinize.hh
+include/spot/twaalgos/dot.hh
+include/spot/twaalgos/dtbasat.hh
+include/spot/twaalgos/dtwasat.hh
+include/spot/twaalgos/dualize.hh
+include/spot/twaalgos/emptiness.hh
+include/spot/twaalgos/emptiness_stats.hh
+include/spot/twaalgos/gfguarantee.hh
+include/spot/twaalgos/gtec/ce.hh
+include/spot/twaalgos/gtec/gtec.hh
+include/spot/twaalgos/gtec/sccstack.hh
+include/spot/twaalgos/gtec/status.hh
+include/spot/twaalgos/gv04.hh
+include/spot/twaalgos/hoa.hh
+include/spot/twaalgos/iscolored.hh
+include/spot/twaalgos/isdet.hh
+include/spot/twaalgos/isunamb.hh
+include/spot/twaalgos/isweakscc.hh
+include/spot/twaalgos/langmap.hh
+include/spot/twaalgos/lbtt.hh
+include/spot/twaalgos/ltl2taa.hh
+include/spot/twaalgos/ltl2tgba_fm.hh
+include/spot/twaalgos/magic.hh
+include/spot/twaalgos/mask.hh
+include/spot/twaalgos/minimize.hh
+include/spot/twaalgos/neverclaim.hh
+include/spot/twaalgos/parity.hh
+include/spot/twaalgos/postproc.hh
+include/spot/twaalgos/powerset.hh
+include/spot/twaalgos/product.hh
+include/spot/twaalgos/rabin2parity.hh
+include/spot/twaalgos/randomgraph.hh
+include/spot/twaalgos/randomize.hh
+include/spot/twaalgos/reachiter.hh
+include/spot/twaalgos/relabel.hh
+include/spot/twaalgos/remfin.hh
+include/spot/twaalgos/remprop.hh
+include/spot/twaalgos/sbacc.hh
+include/spot/twaalgos/sccfilter.hh
+include/spot/twaalgos/sccinfo.hh
+include/spot/twaalgos/se05.hh
+include/spot/twaalgos/sepsets.hh
+include/spot/twaalgos/simulation.hh
+include/spot/twaalgos/split.hh
+include/spot/twaalgos/stats.hh
+include/spot/twaalgos/strength.hh
+include/spot/twaalgos/stripacc.hh
+include/spot/twaalgos/stutter.hh
+include/spot/twaalgos/sum.hh
+include/spot/twaalgos/tau03.hh
+include/spot/twaalgos/tau03opt.hh
+include/spot/twaalgos/totgba.hh
+include/spot/twaalgos/toweak.hh
+include/spot/twaalgos/translate.hh
+include/spot/twaalgos/word.hh
+lib/libbddx.so
+lib/libbddx.so.0
+lib/libbddx.so.0.0.0
+lib/libspot.so
+lib/libspot.so.0
+lib/libspot.so.0.0.0
+lib/libspotgen.so
+lib/libspotgen.so.0
+lib/libspotgen.so.0.0.0
+lib/libspotltsmin.so
+lib/libspotltsmin.so.0
+lib/libspotltsmin.so.0.0.0
+libdata/pkgconfig/libbddx.pc
+libdata/pkgconfig/libspot.pc
+libdata/pkgconfig/libspotgen.pc
+libdata/pkgconfig/libspotltsmin.pc
+man/man1/autcross.1.gz
+man/man1/autfilt.1.gz
+man/man1/dstar2tgba.1.gz
+man/man1/genaut.1.gz
+man/man1/genltl.1.gz
+man/man1/ltl2tgba.1.gz
+man/man1/ltl2tgta.1.gz
+man/man1/ltlcross.1.gz
+man/man1/ltldo.1.gz
+man/man1/ltlfilt.1.gz
+man/man1/ltlgrind.1.gz
+man/man1/ltlsynt.1.gz
+man/man1/randaut.1.gz
+man/man1/randltl.1.gz
+man/man7/spot-x.7.gz
+man/man7/spot.7.gz