non port: security/fprintd/Makefile |
Number of commits found: 18 |
Friday, 11 Oct 2024
|
10:42 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 <ltning@anduin.net>
Approved by: maintainer timeout
Sponsored by: Entersekt (previously Modirum MDpay)
406cda4a |
Tuesday, 23 Jan 2024
|
11:32 Alexey Dokuchaev (danfe)
Convert more of my ports to new manual page location (part two).
9a81a60 |
Saturday, 31 Dec 2022
|
02:50 Alexey Dokuchaev (danfe)
Restore three ports removed too early and assume their maintainership.
a95989d |
01:33 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
995d4ad |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
10:26 Tobias C. Berner (tcberner)
cleanup: remove trailing whitepaces
b86221f |
Tuesday, 26 Jul 2022
|
18:43 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>
f3e655a |
15:43 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
6a2a18f |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 15 Jan 2020
|
21:06 bapt
Remove bad usage of MANDIRS
The original intent is not needed anymore anyway
 |
Friday, 9 Aug 2019
|
13:07 zi
- Reset maintainer due to fatal email bounces
Reported by: portscout
 |
Monday, 4 Feb 2019
|
13:08 mat
Fix USE_GITHUB usage.
(And in some case, reorder the Makefiles a bit to complie with the
handbook.)
 |
Friday, 11 Jan 2019
|
15:02 miwi
- Update to 0.8.1
- Add LICENSE file
PR: 230279
Submitted by: ndowens@yahoo.com
Approved by: maintainer timeout
Sponsored by: iXsystems Inc.
 |
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
13:18 mat
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 30 Mar 2015
|
22:45 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)
 |
Sunday, 24 Aug 2014
|
17:24 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
 |
Number of commits found: 18 |