Port details |
- pkg-provides Pkg plugin for querying which package provides a particular file
- 0.7.4 ports-mgmt =4 0.7.3_3Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: 2018-01-25 14:45:34
- Last Update: 2024-09-30 11:23:31
- Commit Hash: 3776b43
- People watching this port, also watch:: gimp, node, memcached, nut, iperf
- License: BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE
- WWW:
- https://github.com/rosorio/pkg-provides
- Description:
- Pkg-provides is an open source project providing a database with the list of every single files installed by FreeBSD packages and a pluging for pkg - the FreeBSD package manager - to fetch and search this database.
Pkg-provides is used to query which package in your pkg catalog provides a particular file given a pattern
The database is update daily based on the FreeBSD official repos.
Pkg-provides database and plugin is not part of the FreeBSD project nor maintained by pkg developers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pkg-provides>0:ports-mgmt/pkg-provides
- To install the port:
- cd /usr/ports/ports-mgmt/pkg-provides/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/pkg-provides
- pkg install pkg-provides
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pkg-provides
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: armv6 mips mips64
- distinfo:
- TIMESTAMP = 1723624982
SHA256 (rosorio-pkg-provides-0.7.4-v0.7.4_GH0.tar.gz) = 053af638bba5a0dd2b1726201badb622466c2dd6f31aa81be042113c3be96059
SIZE (rosorio-pkg-provides-0.7.4-v0.7.4_GH0.tar.gz) = 12843
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:
-
- uthash.h : devel/uthash
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_pkg-provides
- pkg-message:
- For install:
- In order to use the pkg-provides plugin you need to enable plugins in pkg.
To do this, uncomment the following lines in /usr/local/etc/pkg.conf file
and add pkg-provides to the supported plugin list:
PKG_PLUGINS_DIR = "/usr/local/lib/pkg/";
PKG_ENABLE_PLUGINS = true;
PLUGINS [ provides ];
After that run `pkg plugins' to see the plugins handled by pkg.
- If upgrading
- To update the provides database run `pkg provides -u`.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.4 30 Sep 2024 11:23:31 |
Ronald Klop (ronald) |
ports-mgmt/pkg-provides: a bit more info
Document what this pkg does in pkg-descr instead of
duplicating the Makefile COMMENT.
The text is copied from https://pkg-provides.osorio.me/
which is mentioned in the github README.md.
PR: 281537
Approved by: maintainer timeout |
0.7.4 18 Aug 2024 07:47:55 |
Rodrigo Osorio (rodrigo) |
ports-mgmt/pkg-provides: upgrade to 0.7.4
Major changes:
* Switch from pcre to pcre2, since pcre is now EOL |
0.7.3_3 27 Feb 2024 02:43:35 |
Joseph Mingrone (jrm) |
ports-mgmt/pkg-provides: Install man pages under share/man
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.7.3_2 11 Jun 2023 13:23:37 |
Rodrigo Osorio (rodrigo) |
ports-mgmt/pkg-provides: Fix package message
Fix package message who has two different messages displayed
for the same upgrade.
Remove the oldest one done for versions under 0.6.0 released
in 2019.
PR: 271688
Reported by: grahamperrin |
0.7.3_1 05 Mar 2023 18:02:11 |
Rodrigo Osorio (rodrigo) |
ports-mgmt/pkg-provides: Fix github hash
During last package update (from 0.7.2 to 0.7.3) the
version number was increased but not the github hash.
PR: 269567
Reported by: <void@f-m.fm>
MFH: 2023Q1 |
0.7.3 13 Nov 2022 11:47:44 |
Rodrigo Osorio (rodrigo) |
ports-mgmt/pkg-provides: Update pkg-provides to 0.7.3
Major changes:
* Fix getopt() bad usage
PR: 267299
Reported by: trasz |
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.2 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.2 29 Jun 2022 16:03:40 |
Rodrigo Osorio (rodrigo) |
ports-mgmt/pkg-provides: Upgrade to vO.7.2
Major changes:
* Fix deprecated call to pkg_get API
Reported by: se (e-mail) |
0.7.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.7.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.1 07 Dec 2020 21:50:01 |
rodrigo |
ports-mgmt/pkg-provides: Upgrade to 0.7.1
Major changes:
- Fix a bug that kept temporary files on the disk
after database upgrade. |
0.7.0 16 Feb 2020 20:47:30 |
rodrigo |
ports-mgmt/pkg-provides: Update to 0.7.0
Changelog:
* Add option to restrict results to specific repository
* Lint manual page, and fix warnings |
0.6.2_1 04 Feb 2020 14:16:32 |
0mp |
Fix variable substitution in pkg-message
Also, while here:
- Update licenses.
- Lint with portfmt and portclippy.
- Fix typos in pkg-message.
Approved by: portmgr (blanket approval) |
0.6.2 16 Dec 2019 10:57:53 |
rodrigo |
ports-mgmt/pkg-provides: Upgrade to 0.6.2
Changelog:
* Fix PCRE options, search should be caseless. |
0.6.1 29 Nov 2019 12:39:25 |
rodrigo |
Upgrade ports/pkg-provides to v0.6.1
Changelog:
- fix minor bug who empties the database
file at each update check. |
0.6.0 23 Nov 2019 09:29:23 |
rodrigo |
Upgrade ports-mgmt/pkg-provides to v0.6.0
Changelog:
- new database format reducing the file size |
0.5.0 14 Aug 2019 12:14:43 |
mat |
Convert to UCL & cleanup pkg-message (categories [p-r]) |
0.5.0 04 Aug 2018 15:44:33 |
rodrigo |
Update ports-mgmt/pkg-provides from 0.4.2 to 0.5.0
Changes :
- use https instead of http to update the database
- new env variable PROVIDES_URL to overwrite the default URL |
0.4.2 19 Apr 2018 09:57:34 |
rodrigo |
Upgrade pkg-provides from 0.4.1 to 0.4.2
Major changes:
* Fix DragonFly path construction
* Fix typos and improve wording |
0.4.1 03 Apr 2018 23:12:13 |
rodrigo |
Upgrade pkg-provides to 0.4.1
Changes :
- Add DragonFly BSD support
- Add a environment variable to disable the "fetch on upgrade" mechanism |
0.4.0_1 15 Mar 2018 13:37:05 |
rodrigo |
fix typo in pkg-message.in and bump PORTREVISION
PR: 226617
Submitted by: gregf@hugops.pw
Reported by: eadler |
0.4.0 07 Feb 2018 17:45:35 |
rodrigo |
Upgrade pkg-provides from 0.3.1 to 0.4.0
Major changes :
- optimize the regex search
- chage the files URL path, who uses now the OS name
- add code to handle pluggin API changes for pkg vesions from 1.10.4 |
0.3.1_1 31 Jan 2018 09:33:25 |
rodrigo |
Fix an unconcistency and a typo in pkg-message
Bump PORTREVISION
Reported by: romain |
0.3.1 25 Jan 2018 14:45:04 |
rodrigo |
Add new port: ports-mgmt/pkg-provides
pkg-provides is a pkg plugin write in C for querying
which package provides a particular file. |