Created attachment 257696 [details] security/gauth.patch gauth is a command-line utility that replaces Google Authenticator, providing a convenient way to generate two-factor authentication codes from your terminal. It stores secrets locally, supports encryption, and offers features like displaying progress bars, adding/removing keys, and compatibility with various services like AWS, Github, and more. This tool is ideal for users who prefer managing their 2FA on their computers rather than relying solely on their smartphones. WWW: https://github.com/pcarrier/gauth \ https://pkg.go.dev/github.com/pcarrier/gauth Poudriere testport passes on 142amd64-default. Pet port{clippy,fmt,lint}. Thanks in advance.
Perfect! Thank you for your contribution.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c53a7a6fc6fe4c258ab16b5bd9ab7b5fced2e540 commit c53a7a6fc6fe4c258ab16b5bd9ab7b5fced2e540 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-02-20 16:31:01 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2025-02-24 07:47:25 +0000 security/gauth: New port: Google Authenticator in your terminal gauth is a command-line utility that replaces Google Authenticator, providing a convenient way to generate two-factor authentication codes from your terminal. It stores secrets locally, supports encryption, and offers features like displaying progress bars, adding/removing keys, and compatibility with various services like AWS, Github, and more. This tool is ideal for users who prefer managing their 2FA on their computers rather than relying solely on their smartphones. WWW: https://github.com/pcarrier/gauth \ https://pkg.go.dev/github.com/pcarrier/gauth PR: 284929 security/Makefile | 1 + security/gauth/Makefile (new) | 20 ++++++++++++++++++++ security/gauth/distinfo (new) | 5 +++++ security/gauth/pkg-descr (new) | 7 +++++++ 4 files changed, 33 insertions(+)