Port details |
- ykclient Yubico C client library
- 2.15_1 security =4 2.15_1Version of this port present on the latest quarterly branch.
- Maintainer: matt@mjslabs.com
- Port Added: 2013-01-26 01:36:00
- Last Update: 2024-02-25 13:34:37
- Commit Hash: 7514338
- People watching this port, also watch:: iperf, sox, rxvt-unicode, gimp, libv4l
- License: BSD2CLAUSE
- WWW:
- https://developers.yubico.com/yubico-c-client/
- Description:
- This project implements online validation of Yubikey OTPs. It is written in C
and provides a shared library for use by other software.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ykclient>0:security/ykclient
- To install the port:
- cd /usr/ports/security/ykclient/ && make install clean
- To add the package, run one of these commands:
- pkg install security/ykclient
- pkg install ykclient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ykclient
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1542244062
SHA256 (ykclient-2.15.tar.gz) = f461cdefe7955d58bbd09d0eb7a15b36cb3576b88adbd68008f40ea978ea5016
SIZE (ykclient-2.15.tar.gz) = 388738
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:
-
- curl-config : ftp/curl
- help2man : misc/help2man
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcurl.so : ftp/curl
- This port is required by:
- for Libraries
-
- security/pam_yubico
Configuration Options:
- ===> The following configuration options are available for ykclient-2.15_1:
STATIC=off: Build static executables and/or libraries
===> Use 'make config' to modify these settings
- Options name:
- security_ykclient
- USES:
- libtool pkgconfig
- 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 |
2.15_1 25 Feb 2024 13:34:37 |
Muhammad Moinur Rahman (bofh) |
security/ykclient: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.15 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.15 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.15 16 Feb 2019 22:55:51 |
sunpoet |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
2.15 16 Nov 2018 16:53:00 |
philip |
security/ykclient: update to 2.15
Changes: https://developers.yubico.com/yubico-c-client/Release_Notes.html
PR: 233235
Approved by: Matt Stofko <matt@mjslabs.com> (maintainer) |
2.12_2 06 Feb 2018 09:02:49 |
amdmi3 |
- Add LICENSE_FILE
- Switch to new test framework
Approved by: portmgr blanket |
2.12_2 08 Dec 2016 17:01:32 |
tijl |
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.12_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.12_1 05 Jul 2014 19:57:32 |
tijl |
- Add USES=libtool to security/ykclient and bump dependent ports
- Use MAKE_CMD |
2.12 01 Jan 2014 23:52:47 |
danilo |
- Update from 2.9 to 2.12
- Update MASTER_SITES
- Convert LICENSE from BSD to BSD2CLAUSE
- Add pkgconfig to USES
- Add STATIC as option
- Add stage support
PR: ports/185259
Submitted by: Matt Stofko <matt@mjslabs.com> (maintainer) |
2.9_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.9_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
2.9 26 Jan 2013 01:35:43 |
jgh |
- add new port: security/ykclient
This project implements online validation of Yubikey OTPs. It is written in C
and provides a shared library for use by other software.
WWW: https://code.google.com/p/yubico-c-client
PR: 175503
Submitted by: matt@mjslabs.com |