Port details |
- fprintd Daemon that provides fingerprint scanning functionality over D-Bus
- 0.8.1 security
=0 Version of this port present on the latest quarterly branch. DEPRECATED: Very outdated, unsupported upstream which now have systemd as a non optional requirement
EXPIRATION DATE: 2022-12-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2014-08-24 17:24:09
- Last Update: 2022-07-26 18:43:48
- Commit Hash: f3e655a
- License: GPLv2
- 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.)
WWW: https://www.freedesktop.org/wiki/Software/fprint/fprintd/
- SVNWeb : git : Homepage
- 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 = 1549285491
SHA256 (freedesktop-libfprint-fprintd-V_0_8_1_GH0.tar.gz) = 7370e500ad9228194c575f915e215668d5d42958decc0485024f8dbfd646d21a
SIZE (freedesktop-libfprint-fprintd-V_0_8_1_GH0.tar.gz) = 92276
- 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:
-
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- intltool-extract : textproc/intltool
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libfprint.so : security/libfprint
- libdbus-1.so : devel/dbus
- libdbus-glib-1.so : devel/dbus-glib
- 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:
- ===> The following configuration options are available for fprintd-0.8.1:
NLS=on: Native Language Support
PAM=off: Pluggable authentication module support
===> Use 'make config' to modify these settings
- Options name:
- security_fprintd
- USES:
- autoreconf:build gettext gmake gnome libtool pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Jul 2022 18:43:48 0.8.1 |
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 <t.weustink@outlook.com> |
26 Jul 2022 15:43:24 0.8.1 |
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 |
07 Apr 2021 08:09:01 0.8.1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.8.1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Aug 2020 06:57:02
0.8.1 |
tcberner  |
security/fprintd: fix build on recent current.
Obtained
from: https://gitlab.freedesktop.org/libfprint/fprintd/-/commit/0c6bab8640b3586ac8e1b8c35d87aa49b79719d0.patch |
15 Jan 2020 21:06:57
0.8.1 |
bapt  |
Remove bad usage of MANDIRS
The original intent is not needed anymore anyway |
09 Aug 2019 13:07:40
0.8.1 |
zi  |
- Reset maintainer due to fatal email bounces
Reported by: portscout |
04 Feb 2019 13:08:16
0.8.1 |
mat  |
Fix USE_GITHUB usage.
(And in some case, reorder the Makefiles a bit to complie with the
handbook.) |
11 Jan 2019 15:02:44
0.8.1 |
miwi  |
- Update to 0.8.1
- Add LICENSE file
PR: 230279
Submitted by: ndowens@yahoo.com
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
14 Sep 2018 20:37:35
0.6.0 |
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
01 Apr 2016 14:25:18
0.6.0 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:18:17
0.6.0 |
mat  |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
30 Mar 2015 22:45:54
0.6.0 |
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 <la5lbtyi@aon.at> (maintainer of fprintd) [1]
Approved by: lichray@gmail.com (security/libfprint part) |
20 Sep 2014 06:41:01
0.5.1 |
az  |
fix build with perl 5.18
PR: 193064 |
24 Aug 2014 17:24:02
0.5.1 |
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 |