Port details |
- fprintd Daemon that provides fingerprint scanning functionality over D-Bus
- 1.94.4 security =2 0.8.1Version of this port present on the latest quarterly branch.
- Maintainer: [email protected]
- Port Added: 2014-08-24 17:24:09
- Last Update: 2024-10-15 20:30:49
- Commit Hash: 9df397c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://www.freedesktop.org/wiki/Software/fprint/fprintd/
- Description:
- Fprintd is a D-Bus daemon that offers libfprint functionality over
the D-Bus interprocess communication bus. By adding this daemon
layer above libfprint, we solve various problems related to multiple
applications simultaneously competing for fingerprint readers.
While it is not very nice to think of a daemon being necessary in
this scenario, fprintd will be launched by D-Bus through the
activation mechanism. This means it is launched only when needed,
and additionally it will shut itself down after a period of inactivity.
(Text copied from link below.)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fprintd>0:security/fprintd
- To install the port:
- cd /usr/ports/security/fprintd/ && make install clean
- To add the package, run one of these commands:
- pkg install security/fprintd
- pkg install fprintd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fprintd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1725624566
SHA256 (fprintd-v1.94.4.tar.bz2) = dfcd6c748e95773fbfcbe07e8cb145b6e31868e9a360d48a13eb34739bf23560
SIZE (fprintd-v1.94.4.tar.bz2) = 664460
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:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- intltool-extract : textproc/intltool
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libbasu.so : devel/basu
- libfprint-2.so : security/libfprint
- libpolkit-gobject-1.so : sysutils/polkit
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_fprintd
- USES:
- gettext gnome libtool 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.94.4 15 Oct 2024 20:30:49 |
Li-Wen Hsu (lwhsu) |
security/fprintd: Workaround lld argument parsing issue to fix build on 14
PR: 280749
Sponsored by: Framework Computer Inc
Sponsored by: The FreeBSD Foundation
Co-authored-by: SHENG-YI HONG <[email protected]> |
1.94.4 11 Oct 2024 10:42:18 |
Mateusz Piotrowski (0mp) Author: Harald Eilertsen |
security/fprintd: Update to 1.94.4
Upstream has changed to use devel/basu as a systemd/dbus alternative
which makes it almost build cleanly. A small patch is included in the
port to make the last remaining build issue disappear.
This new port also includes the PAM module that previously was a
separate port.
PR: 281387
Reviewed by: 0mp
Tested by: Eirik Øverby <[email protected]>
Approved by: maintainer timeout
Sponsored by: Entersekt (previously Modirum MDpay) |
0.8.1 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
0.8.1 31 Dec 2022 02:50:02 |
Alexey Dokuchaev (danfe) |
Restore three ports removed too early and assume their maintainership. |
0.8.1 31 Dec 2022 01:33:50 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-12-31 security/libfprint: Very outdated, unsupported upstream which now
have systemd as a non optional requirement
2022-12-31 security/fprint_demo: Depends on deprecated library libfprint
2022-12-31 security/fprintd: Very outdated, unsupported upstream which now have
systemd as a non optional requirement |
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.8.1 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.8.1 07 Sep 2022 10:26:41 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
0.8.1 26 Jul 2022 18:43:48 |
Daniel Engberg (diizzy) |
security/fprintd: Deprecate and set expiration date to 2022-12-31
Outdated version that's unsupported, new versions depends on
systemd and upstream have no intentions of supporting non-systemd OS's
Reference: https://gitlab.freedesktop.org/libfprint/fprintd/-/issues/41
Reported by: Tom Weustink <[email protected]> |
0.8.1 26 Jul 2022 15:43:24 |
Dmitry Marakasov (amdmi3) |
security/fprintd: fix build
- Don't allow to run configure from autogen.sh, where no necessary
configure args/env is passed
- Fix manpage location in plist and treat optional files as such |
0.8.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.1 29 Aug 2020 06:57:02 |
tcberner |
security/fprintd: fix build on recent current.
Obtained
from: https://gitlab.freedesktop.org/libfprint/fprintd/-/commit/0c6bab8640b3586ac8e1b8c35d87aa49b79719d0.patch |
0.8.1 15 Jan 2020 21:06:57 |
bapt |
Remove bad usage of MANDIRS
The original intent is not needed anymore anyway |
0.8.1 09 Aug 2019 13:07:40 |
zi |
- Reset maintainer due to fatal email bounces
Reported by: portscout |
0.8.1 04 Feb 2019 13:08:16 |
mat |
Fix USE_GITHUB usage.
(And in some case, reorder the Makefiles a bit to complie with the
handbook.) |
0.8.1 11 Jan 2019 15:02:44 |
miwi |
- Update to 0.8.1
- Add LICENSE file
PR: 230279
Submitted by: [email protected]
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
0.6.0 14 Sep 2018 20:37:35 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
0.6.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.6.0 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
0.6.0 30 Mar 2015 22:45:54 |
pawel |
- Update security/libfprint to version 0.6.0 [1]
- Update security/fprintd to version 0.6.0 [1]
- Fix mispelled word in fprintd pkg-descr
- Cleanup pkg-plist in libfprint
PR: 198930 [1]
Submitted by: Martin Birgmeier <[email protected]> (maintainer of fprintd) [1]
Approved by: [email protected] (security/libfprint part) |
0.5.1 20 Sep 2014 06:41:01 |
az |
fix build with perl 5.18
PR: 193064 |
0.5.1 24 Aug 2014 17:24:02 |
adamw |
Add security/fprintd.
Fprintd is a D-Bus daemon that offers libfprint functionality over
the D-Bus interprocess communication bus. By adding this daemon
layer above libfprint, we solve various problems related to multiple
applications simulatenously competing for fingerprint readers.
While it is not very nice to think of a daemon being necessary in
this scenario, fprintd will be launched by D-Bus through the
activation mechanism. This means it is launched only when needed,
and additionally it will shut itself down after a period of inactivity.
(Text copied from link below.)
WWW: http://www.freedesktop.org/wiki/Software/fprint/fprintd/
PR: 192683
Submitted by: Martin Birgmeier |