Port details |
- libsolv Package dependency solver using a satisfiability algorithm
- 0.7.22 misc =2 0.7.22Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-09-20 04:52:21
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/openSUSE/libsolv
- Description:
- This is libsolv, a free package dependency solver using a satisfiability
algorithm.
The code is based on two major, but independent, blocks:
1. Using a dictionary approach to store and retrieve package and dependency
information in a fast and space efficient manner.
2. Using satisfiability, a well known and researched topic, for resolving
package dependencies.
The sat-solver code has been written to aim for the newest packages, record the
decision tree to provide introspection, and also allows to provide the user with
suggestions on how to deal with unsolvable problems. It also takes advantage of
the repository storage to minimize memory usage.
- ¦ ¦ ¦ ¦
- 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/misc/libsolv/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/libsolv
- pkg install libsolv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsolv
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1652374707
SHA256 (openSUSE-libsolv-0.7.22_GH0.tar.gz) = 968aef452b5493751fa0168cd58745a77c755e202a43fe8d549d791eb16034d5
SIZE (openSUSE-libsolv-0.7.22_GH0.tar.gz) = 729191
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- librpmio.so : archivers/rpm4
- libexpat.so : textproc/expat2
- This port is required by:
- for Libraries
-
- sysutils/libdnf
Configuration Options:
- ===> The following configuration options are available for libsolv-0.7.22:
RPMDB=on: Build with rpm database support
RPMMD=on: Build with rpmmd repository support
RPMPKG=on: Build with rpm package support
====> Enable compression:
BZIP2=off: BZip2 support
LZMA=off: LZMA compression support
ZCHUNK=off: Zchunk support
ZSTD=off: Zstandard compression support
===> Use 'make config' to modify these settings
- Options name:
- misc_libsolv
- USES:
- cmake cpe localbase:ldflags
- 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 |
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.7.22 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.7.22 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
0.7.22 12 May 2022 18:57:50 |
Yuri Victorovich (yuri) |
misc/libsolv: Update 0.7.19 -> 0.7.22 |
0.7.19 19 Oct 2021 11:14:37 |
Stefan Eßer (se) |
misc/libsolv: Add CPE information
Approved by: portmgr (blanket) |
0.7.19 17 Apr 2021 04:00:58 |
Yuri Victorovich (yuri) |
misc/libsolv: Update 0.7.17 -> 0.7.19 |
0.7.17 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.7.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.17 24 Jan 2021 05:18:20 |
yuri |
misc/libsolv: Update 0.7.16 -> 0.7.17 |
0.7.16 09 Nov 2020 09:52:09 |
yuri |
misc/libsolv: Update 0.7.15 -> 0.7.16 |
0.7.15_1 26 Sep 2020 00:32:11 |
yuri |
misc/libsolv: Add a missing header enabled by an obscure cmake option |
0.7.15 25 Sep 2020 23:47:40 |
yuri |
misc/libsolv: Update 0.7.4 -> 0.7.15
Reported by: portscout |
0.7.4_1 25 Sep 2020 22:47:53 |
yuri |
misc/libsolv: Add compression options |
0.7.4 20 Sep 2020 04:51:44 |
yuri |
New port: misc/libsolv: Package dependency solver using a satisfiability
algorithm |