Port details |
- plocate Fast & privacy-respecting locate utility
- 1.1.22 sysutils
=2 1.1.22Version of this port present on the latest quarterly branch. - Maintainer: sec@42.org
 - Port Added: 2023-05-18 08:21:56
- Last Update: 2024-05-18 16:20:13
- Commit Hash: c8ad3da
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://plocate.sesse.net/
- Description:
- plocate is a locate(1) based on posting lists, completely replacing mlocate
with a much faster (and smaller) index. It is suitable as a default locate on
your system. Like mlocate and slocate, the returned file set is
user-dependent, ie. a user will only see a file if find(1) would list it (all
directories from the root have +rx permissions).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- plocate>0:sysutils/plocate
- To install the port:
- cd /usr/ports/sysutils/plocate/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/plocate
- pkg install plocate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: plocate
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716044387
SHA256 (plocate-1.1.22.tar.gz) = 3b7e4741b4aa2ec044e53eff06474a32a3fb1e928b9382351fe79d4c27fb0049
SIZE (plocate-1.1.22.tar.gz) = 75072
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:
-
- meson : devel/meson
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_plocate
- USES:
- meson pkgconfig
- 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 |
1.1.22 18 May 2024 16:20:13
    |
Li-Wen Hsu (lwhsu)  Author: Stefan `Sec` Zehl |
sysutils/plocate: Update to 1.1.22
CHANGES:
- Fix updatedb writing incomplete .db files under Termux.
Patch by Grisha Levit.
- Make the systemd timer run more consistently during the
night. Patch by Florian Schmaus.
- Add an (undocumented) flag --ignore-visibility to plocate,
giving the equivalent of building the database with
--require-visibility no. Drops setgid, of course, so you
will usually need to be root to use it.
PR: 279130 |
1.1.19_1 12 Jan 2024 22:40:48
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.1.19 13 Jun 2023 14:39:09
    |
Fernando ApesteguĂa (fernape)  Author: Stefan `Sec` Zehl |
sysutils/plocate: update to 1.1.19
PR: 271956
Reported by: sec@42.org (maintainer) |
1.1.18 18 May 2023 08:19:45
    |
Robert Clausecker (fuz)  Author: Stefan `Sec` Zehl |
sysutils/plocate: Fast & privacy-respecting locate utility
plocate is a locate(1) based on posting lists, completely replacing mlocate
with a much faster (and smaller) index. It is suitable as a default locate on
your system. Like mlocate and slocate, the returned file set is
user-dependent, ie. a user will only see a file if find(1) would list it (all
directories from the root have +rx permissions).
WWW: https://plocate.sesse.net/
PR: 270657 |