notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
hyperhotp Programmer for the HOTP feature of hyperFIDO USB security keys
0.1 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-10-22 10:00:12
Last Update: 2023-02-08 23:24:25
Commit Hash: 24bd5a3
Also Listed In: comms
License: GPLv3
WWW:
https://github.com/casept/hyperhotp
Description:
HyperHOTP is an open re-implementation of the programming software for the HOTP feature of the hyperFIDO security keys. It's based on reverse- engineering the Windows-based programmer available on Hypersecu's website.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/hyperhotp
  2. share/man/man1/hyperhotp.1.gz
  3. /usr/local/share/licenses/hyperhotp-0.1/catalog.mk
  4. /usr/local/share/licenses/hyperhotp-0.1/LICENSE
  5. /usr/local/share/licenses/hyperhotp-0.1/GPLv3
Collapse this list.
Dependency lines:
  • hyperhotp>0:security/hyperhotp
To install the port:
cd /usr/ports/security/hyperhotp/ && make install clean
To add the package, run one of these commands:
  • pkg install security/hyperhotp
  • pkg install hyperhotp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: hyperhotp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1666467446 SHA256 (casept-hyperhotp-v0.1_GH0.tar.gz) = 3787ec269d9cf85e882702872df9927d29e7c40699ebc0e96243b2c282ccbeda SIZE (casept-hyperhotp-v0.1_GH0.tar.gz) = 30594

Packages (timestamps in pop-ups are UTC):
hyperhotp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.1-0.10.1---
FreeBSD:13:quarterly0.10.10.10.10.10.10.10.1
FreeBSD:14:latest0.10.10.10.10.10.1-0.1
FreeBSD:14:quarterly0.10.1-0.10.10.10.10.1
FreeBSD:15:latest0.10.1n/a0.1n/a0.10.10.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_hyperhotp
USES:
cmake pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/casept/hyperhotp/tar.gz/v0.1?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1
08 Feb 2023 23:24:25
commit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2e files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
*/*: Update fuz@fuz.su to fuz@FreeBSD.org

www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
0.1
22 Oct 2022 19:52:35
commit hash: a5aabfcb3401a492ef2eeae1d49c0f9cf73ce5ebcommit hash: a5aabfcb3401a492ef2eeae1d49c0f9cf73ce5ebcommit hash: a5aabfcb3401a492ef2eeae1d49c0f9cf73ce5ebcommit hash: a5aabfcb3401a492ef2eeae1d49c0f9cf73ce5eb files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Robert Clausecker
security/hyperhotp: update to 0.1

Upstream changes:

 - add man page
 - integrate FreeBSD patches
 - improve usability

PR:		267275
g20211005
22 Oct 2022 09:56:59
commit hash: bc2ac7558455e8f6d0c7ccf60ccf91ccbe5f752ecommit hash: bc2ac7558455e8f6d0c7ccf60ccf91ccbe5f752ecommit hash: bc2ac7558455e8f6d0c7ccf60ccf91ccbe5f752ecommit hash: bc2ac7558455e8f6d0c7ccf60ccf91ccbe5f752e files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Robert Clausecker
Add security/hyperhotp: Programmer for the HOTP feature of hyperFIDO USB
security keys

HyperHOTP is an open re-implementation of the programming software for
the HOTP feature of the hyperFIDO security keys. It's based on reverse-
engineering the Windows-based programmer available on Hypersecu's
website.

WWW: https://github.com/casept/hyperhotp

PR:		267223

Number of commits found: 3