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
minisat Minimalistic, open-source SAT solver
2.2.1_2 math 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 2.2.1_2Version of this port present on the latest quarterly branch.
Maintainer: vsevolod@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-09-18 13:28:18
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: devel
License: MIT
WWW:
http://minisat.se/
Description:
MiniSat is a minimalistic, open-source SAT solver, developed to help researchers and developers alike to get started on SAT. It is released under the MIT licence, and is currently used in a number of projects. Some key features of MiniSat: - Easy to modify. MiniSat is small and well-documented, and possibly also well-designed, making it an ideal starting point for adapting SAT based techniques to domain specific problems. - Highly efficient. Winning all the industrial categories of the SAT 2005 competition, MiniSat is a good starting point both for future research in SAT, and for applications using SAT. - Designed for integration. MiniSat supports incremental SAT and has mechanisms for adding non-clausal constraints. By virtue of being easy to modify, it is a good choice for integrating as a backend to another tool, such as a model checker or a more generic constraint solver.
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 (30 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/minisat-2.2.1_2/catalog.mk
  3. /usr/local/share/licenses/minisat-2.2.1_2/LICENSE
  4. /usr/local/share/licenses/minisat-2.2.1_2/MIT
  5. bin/minisat
  6. include/minisat/core/Dimacs.h
  7. include/minisat/core/Solver.h
  8. include/minisat/core/SolverTypes.h
  9. include/minisat/mtl/Alg.h
  10. include/minisat/mtl/Alloc.h
  11. include/minisat/mtl/Heap.h
  12. include/minisat/mtl/IntMap.h
  13. include/minisat/mtl/IntTypes.h
  14. include/minisat/mtl/Map.h
  15. include/minisat/mtl/Queue.h
  16. include/minisat/mtl/Rnd.h
  17. include/minisat/mtl/Sort.h
  18. include/minisat/mtl/Vec.h
  19. include/minisat/mtl/XAlloc.h
  20. include/minisat/simp/SimpSolver.h
  21. include/minisat/utils/Options.h
  22. include/minisat/utils/ParseUtils.h
  23. include/minisat/utils/System.h
  24. lib/libminisat.a
  25. lib/libminisat.so
  26. lib/libminisat.so.2
  27. lib/libminisat.so.2.1.0
  28. @owner
  29. @group
  30. @mode
Collapse this list.
Dependency lines:
  • minisat>0:math/minisat
To install the port:
cd /usr/ports/math/minisat/ && make install clean
To add the package, run one of these commands:
  • pkg install math/minisat
  • pkg install minisat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: minisat
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (minisat-2.2.1.tar.gz) = d39de26ad3c56a0fbc30a92c23004a5fb2802e8aebd34febc107dc43781e9a19 SIZE (minisat-2.2.1.tar.gz) = 49892

Packages (timestamps in pop-ups are UTC):
minisat
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.2.1_22.2.1_22.2.1_22.2.1_22.2.1_2-2.2.1_2-
FreeBSD:13:quarterly2.2.1_22.2.1_22.2.1_22.2.1_22.2.1_22.2.1_22.2.1_22.2.1_2
FreeBSD:14:latest2.2.1_22.2.1_22.2.1_22.2.1_22.2.1_22.2.1_2-2.2.1_2
FreeBSD:14:quarterly2.2.1_22.2.1_2-2.2.1_22.2.1_22.2.1_22.2.1_22.2.1_2
FreeBSD:15:latest2.2.1_22.2.1_2n/a2.2.1_2n/a2.2.1_22.2.1_22.2.1_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Libraries
  1. math/boolector
  2. math/stp
  3. textproc/link-grammar

Configuration Options:
No options to configure
Options name:
math_minisat
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://highsecure.ru/distfiles/
Collapse this list.

Number of commits found: 15

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)
2.2.1_2
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)
2.2.1_2
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)
2.2.1_2
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.
2.2.1_2
28 Oct 2018 09:36:56
Revision:483249Original commit files touched by this commit
jbeich search for other commits by this committer
Downgrade C++03 to C++98, actual default for GCC < 6

GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
2.2.1_2
25 Jan 2018 09:04:32
Revision:459914Original commit files touched by this commit
vsevolod search for other commits by this committer
- Fix build with clang 6
2.2.1_1
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
2.2.1_1
26 Jun 2015 23:10:10
Revision:390672Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix compatibility with c++11

While here:
- Add LICENSE
- Strip binaries
- Regenerate patches
- Sort plist

PR:		199998
Submitted by:	6yearold@gmail.com
Approved by:	maintainer timeout (vsevolod, 7 weeks)
2.2.1
15 Nov 2014 12:20:54
Revision:372596Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
2.2.1
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)
2.2.1
31 Mar 2014 10:52:41
Revision:349723Original commit files touched by this commit
vsevolod search for other commits by this committer
- Unbreak with clang 3.4 (not bumping revision).
2.2.1
02 Feb 2014 14:33:37
Revision:342300Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
- Convert few ports to USES
2.2.1
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
2.2.1
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)
2.2.1
18 Sep 2013 13:28:07
Revision:327544Original commit files touched by this commit
vsevolod search for other commits by this committer
Add minisat port - a lightweight SAT solver.

Number of commits found: 15