Port details |
- alt-ergo Automatic solver of mathematical formulas for program verification
- 2.5.4_2 math =2 0.95.2_6Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@dev.thsi.be
- Port Added: 2011-12-21 02:58:38
- Last Update: 2024-10-15 11:17:56
- Commit Hash: fc92008
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: CeCILL-C
- WWW:
- https://alt-ergo.ocamlpro.com
- Description:
- Alt-Ergo is an automatic theorem prover dedicated to program verification.
Alt-Ergo is based on CC(X), a congruence closure algorithm parameterized by
an equational theory X. Currently, CC(X) can be instantiated by the empty
equational theory and by the linear arithmetics. Alt-Ergo contains also a
home made SAT-solver and an instantiation mechanism.
Alt-Ergo is compact, safe, and modular. Each component is described by a small
set of inference rules and is implemented as an Ocaml functor.
- ¦ ¦ ¦ ¦
- 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/alt-ergo/ && make install clean
- To add the package, run one of these commands:
- pkg install math/alt-ergo
- pkg install alt-ergo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: alt-ergo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723759967
SHA256 (OCamlPro-alt-ergo-v2.5.4_GH0.tar.gz) = 397a76979e41cb7ded7fa617924a4ea18b3a6b9d3a7cb65de15314b5e0a86e4d
SIZE (OCamlPro-alt-ergo-v2.5.4_GH0.tar.gz) = 3055761
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:
-
- menhir : devel/menhir
- META : devel/ocaml-dolmen
- META : math/ocaml-num
- META : math/ocaml-ocplib-simplex
- META : devel/ocaml-ppx_blob
- META : devel/ocaml-psmt2-frontend
- META : math/ocaml-zarith
- META : archivers/ocaml-zip
- ocamlc : lang/ocaml
- ocaml-dune>=3.7.1_2 : devel/ocaml-dune
- Runtime dependencies:
-
- META : devel/ocaml-dolmen
- META : math/ocaml-num
- META : math/ocaml-ocplib-simplex
- META : devel/ocaml-ppx_blob
- META : devel/ocaml-psmt2-frontend
- META : math/ocaml-zarith
- META : archivers/ocaml-zip
- ocamlc : lang/ocaml
- Library dependencies:
-
- libgmp.so : math/gmp
- Patch dependencies:
-
- ocamlc : lang/ocaml
-
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for alt-ergo-2.5.4_2:
DOCS=on: Build and/or install documentation
MANPAGES=off: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- math_alt-ergo
- USES:
- ocaml:dune
- 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.5.4_2 15 Oct 2024 11:17:56 |
Guido Falsi (madpilot) |
devel/ocaml-sexplib0: Bump revisions after dependency update
PR: 282086 |
2.5.4_1 10 Oct 2024 06:14:48 |
Zsolt Udvari (uzsolt) Author: Benjamin Jacobs |
devel/ocaml-seq: Mark DEPRECATED and set EXPIRATION_DATE to 2024-12-10
Seq the ocaml module is part of lang/ocaml since 4.07. This package is a
compatibility shims that is needed for people using 4.06 and earlier.
PR: 280761
Approved by: submitter is maintainer |
2.5.4 10 Oct 2024 06:02:49 |
Zsolt Udvari (uzsolt) Author: Benjamin Jacobs |
math/alt-ergo: Fix typo in pkg-plist
PR: 279337
Approved by: submitter is maintainer |
2.5.4 08 Oct 2024 12:56:48 |
Zsolt Udvari (uzsolt) Author: Benjamin Jacobs |
math/alt-ergo: Update to 2.5.4, many new ports
Replace GNU configure to dune builds system.
Add do-test target.
Submitter takes maintainership.
Update WWW.
Switch to DISTVERSION.
The last update of alt-ergo in ports tree was about 10 years ago, the newest
version requires many new libraries in ports tree.
New ports:
devel/ocaml-dolmen
devel/ocaml-gen
devel/ocaml-hmap
devel/ocaml-linol (Only the first 15 lines of the commit message are shown above ) |
0.95.2_6 22 May 2024 17:16:28 |
Guido Falsi (madpilot) Author: Benjamin Jacobs |
ocaml: Updates to ocaml compiler and several ocaml ports
- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4] (Only the first 15 lines of the commit message are shown above ) |
0.95.2_5 24 Feb 2024 18:21:01 |
Muhammad Moinur Rahman (bofh) |
math/alt-ergo: Moved man to share/man
Approved by: portmgr (blanket) |
0.95.2_4 05 Jul 2023 09:55:16 |
Guido Falsi (madpilot) |
lang/ocaml: Update to 4.08.1
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.
The ocaml port now is MAKE_JOBS safe.
Changes to dependent ports included in this commit:
- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1] (Only the first 15 lines of the commit message are shown above ) |
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.95.2_3 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.95.2_3 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
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 ) |
0.95.2_3 16 Apr 2022 07:19:46 |
Alexey Dokuchaev (danfe) |
OCaml: transient update of the stack to version 4.07.1
This is the first step in modernizing our OCaml ports infrastructure,
as we had accumulated substantial technical debt over the years when
many of its consumer ports had not received proper care and updates.
It is currently considered as the lowest supported version (baseline)
in majority of open-source OCaml projects, which would help to pull
up other ports, e.g. `devel/ocaml-dune' in smaller, manageable pieces.
For conservative hackers among us and for compatibility with RHEL 8
which is also on it, having 4.07 in the tree would allow users stick
to that package (pkg lock it) if needed.
PR: 250408, 262781
Exp-run by: antoine |
0.95.2_3 29 Apr 2021 20:15:20 |
Dmitry Marakasov (amdmi3) |
math/alt-ergo: fix build |
0.95.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.95.2_3 04 Feb 2021 10:01:17 |
bapt |
Remove the GUI option
The GUI is currently non functionnal on FreeBSD from my testing and depends
on deprecated gnome2 libraries |
0.95.2_2 18 May 2020 00:58:50 |
linimon |
Mark as BROKEN on powerpc64:
/tmp/camlasm2822e8.s: Assembler messages:
/tmp/camlasm2822e8.s:10348: Error: operand out of range (0x000000000000804c is
not between 0xffffffffffff8000 and 0x0000000000007ffc)
/tmp/camlasm2822e8.s:32988: Error: operand out of range (0x000000000000805c is
not between 0xffffffffffff8000 and 0x0000000000007ffc) |
0.95.2_2 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
0.95.2_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.95.2_2 04 May 2015 15:46:52 |
madpilot |
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be
rebuilt
PR: 199845
Submitted by: jbeich@
Differential Revision: https://reviews.freebsd.org/D2434
Approved by: portmgr (mat) |
0.95.2_1 07 Dec 2014 00:07:48 |
antoine |
Canonicalize a few licenses |
0.95.2_1 13 Nov 2014 23:24:01 |
antoine |
Cleanup plist |
0.95.2_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.95.2 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.95.2 02 Jun 2014 23:51:07 |
marino |
math/alt-ergo: Update version 0.94 => 0.95.2 and support stage |
0.94_2 26 May 2014 12:28:34 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
0.94_2 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.94_2 18 Mar 2013 16:11:34 |
bf |
update master sites; trim headers; reposition LICENSE, WWW |
0.94_2 07 Mar 2013 03:46:47 |
bf |
switch to the new options format |
0.94_2 05 Mar 2013 20:22:03 |
bf |
update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports
PR: 144982, 149958
Reviewed by: johans (earlier version of the patch) |
0.94_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.94 21 Dec 2011 02:58:24 |
bf |
Add alt-ergo 0.94, an automatic theorem prover dedicated to program
verification. |