Port details |
- howdy Windows Hello(TM) style authentication provider
- 3.0.0.b.20230306_3 security =2 3.0.0.b.20230306_3Version of this port present on the latest quarterly branch.
- Maintainer: arrowd@FreeBSD.org
- Port Added: 2023-04-03 14:18:06
- Last Update: 2024-05-02 17:42:04
- Commit Hash: 0a2c5ca0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/boltgolt/howdy
- Description:
- Howdy is an authentication tool that allows you to unlock your desktop
session using your webcam. It uses facial recognition to authenticate and
unlock the session.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/howdy/ && make install clean
- To add the package, run one of these commands:
- pkg install security/howdy
- pkg install howdy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: howdy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680548441
SHA256 (boltgolt-howdy-3.0.0.b.20230306-30728a6d36_GH0.tar.gz) = 8a5956c842a0987495b27d464f82516ab5e2139d57db40edc2c4d7a413418070
SIZE (boltgolt-howdy-3.0.0.b.20230306-30728a6d36_GH0.tar.gz) = 130612
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- opencv>0 : graphics/opencv
- py39-python-pam>0 : security/py-python-pam@py39
- py39-dlib>0 : science/py-dlib@py39
- py39-numpy>0 : math/py-numpy@py39
- shape_predictor_5_face_landmarks.dat : misc/dlib-models
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- security/pam_howdy
Configuration Options:
- No options to configure
- Options name:
- security_howdy
- USES:
- python:run shebangfix
- 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 |
3.0.0.b.20230306_3 02 May 2024 17:42:04 |
Yuri Victorovich (yuri) |
graphics/opencv: update 4.6.0 → 4.9.0
PR: 275977
Approved by: desktop@FreeBSD.org (maintainers timeout; 4+ months) |
3.0.0.b.20230306_2 01 Jan 2024 22:33:58 |
Wen Heping (wen) |
security/howdy: Fix build with python-3.11
PR: 276052
Reported by: wen
Approved by: maintainer |
3.0.0.b.20230306_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.0.0.b.20230306_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.0.0.b.20230306_1 04 Apr 2023 15:26:22 |
Gleb Popov (arrowd) |
security/howdy: Point to the newly-added misc/dlib-models port.
Sponsored by: Serenity Cybersecurity, LLC |
3.0.0.b.20230306 03 Apr 2023 21:33:14 |
Dima Panov (fluffy) |
security/howdy: limit python upper version to 3.10 (+)
Limit is apply via science/py-dlib which is currently not supported Python 3.11+
Reported by: poudriere bulk -t
Approved by: portmgr blanket |
3.0.0.b.20230306 03 Apr 2023 19:01:38 |
Gleb Popov (arrowd) |
security/{,pam_}howdy: Refresh distinfo.
Reported by: fluffy |
3.0.0.b.20230306 03 Apr 2023 18:39:04 |
Gleb Popov (arrowd) |
security/{,pam_}howdy: Add date to PORTVERSION and make GH_TAGNAME short.
Reported by: diizzy |
3.0.0.b 03 Apr 2023 14:15:32 |
Gleb Popov (arrowd) Author: Alexey Yushkin |
security/howdy: Face recognition based authentication provider.
Co-authored-by: Alexey Donskov <voxnod@gmail.com>
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
Sponsored by: Serenity Cybersecurity, LLC |