From d423f6cf405c1f41cde8aa9d976919d2b3b3bb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Thu, 22 Apr 2021 19:29:42 +0000 Subject: [PATCH 1/6] add first information about an available package for FreeBSD --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 0f7eab49..f0ac6d7f 100644 --- a/README.adoc +++ b/README.adoc @@ -86,6 +86,10 @@ above instead): $ sudo apt update $ sudo apt install yubikey-manager +==== FreeBSD +Althought not being officially supported on this platform, YubiKey Manager can be +installed on FreeBSD. It's available via its ports tree or as pre-built package. + ==== Source To install from source, see the link:doc/Development.adoc[development] instructions. From 4b1bb1f1397c61e293d373b81978522618e16436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Thu, 22 Apr 2021 19:34:17 +0000 Subject: [PATCH 2/6] inform how would be an ideal 'issue reporting' if one uses FreeBSD --- README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.adoc b/README.adoc index f0ac6d7f..a399c12b 100644 --- a/README.adoc +++ b/README.adoc @@ -89,6 +89,9 @@ above instead): ==== FreeBSD Althought not being officially supported on this platform, YubiKey Manager can be installed on FreeBSD. It's available via its ports tree or as pre-built package. +Should you opt to install and use YubiKey Manager on this platform, please be aware +that it's not mainly maintained by Yubico. A recommendation would be to first +contact the FreeBSD port's maintainer to report any kind of issues. ==== Source To install from source, see the link:doc/Development.adoc[development] From ff49e19893c0e67e9f2defb28ba32de3846a44ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Thu, 22 Apr 2021 19:49:00 +0000 Subject: [PATCH 3/6] add command line to install 'security/py-yubikey-manager' using pkg --- README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.adoc b/README.adoc index a399c12b..bd95c325 100644 --- a/README.adoc +++ b/README.adoc @@ -93,6 +93,11 @@ Should you opt to install and use YubiKey Manager on this platform, please be aw that it's not mainly maintained by Yubico. A recommendation would be to first contact the FreeBSD port's maintainer to report any kind of issues. +To install YubiKey Manager using the pre-built package on FreeBSD you need to have +*root* privileges. Here we consider you can use `sudo` for that: + + $ sudo pkg install security/py-yubikey-manager + ==== Source To install from source, see the link:doc/Development.adoc[development] instructions. From 7b79b3a64bc30da331d536d890786cc9f6fa3d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Thu, 22 Apr 2021 19:53:06 +0000 Subject: [PATCH 4/6] add note about using the FreeBSD ports tree to install YubiKey Manager --- README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.adoc b/README.adoc index bd95c325..e73f4e7a 100644 --- a/README.adoc +++ b/README.adoc @@ -98,6 +98,9 @@ To install YubiKey Manager using the pre-built package on FreeBSD you need to ha $ sudo pkg install security/py-yubikey-manager +If you wish to install it via ports tree, please refer to the official documentation +on the https://docs.freebsd.org/en_US.ISO8859-1/books/handbook/ports-using.html[FreeBSD Handbook]. + ==== Source To install from source, see the link:doc/Development.adoc[development] instructions. From 8abb713a3abdeb1c1e51cccca6fc22d02252bf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Thu, 22 Apr 2021 19:54:26 +0000 Subject: [PATCH 5/6] make sure to update pkg's database before installing the FreeBSD package --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index e73f4e7a..303bcd12 100644 --- a/README.adoc +++ b/README.adoc @@ -96,6 +96,7 @@ contact the FreeBSD port's maintainer to report any kind of issues. To install YubiKey Manager using the pre-built package on FreeBSD you need to have *root* privileges. Here we consider you can use `sudo` for that: + $ sudo pkg update -f $ sudo pkg install security/py-yubikey-manager If you wish to install it via ports tree, please refer to the official documentation From 33982faa431bd292053a3b5ec8515a9697bbb25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Wed, 21 Jul 2021 16:18:36 +0000 Subject: [PATCH 6/6] apply latest suggestions from @dainnilsson about FreeBSD into README.adoc --- README.adoc | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.adoc b/README.adoc index 303bcd12..c94566cf 100644 --- a/README.adoc +++ b/README.adoc @@ -90,17 +90,10 @@ above instead): Althought not being officially supported on this platform, YubiKey Manager can be installed on FreeBSD. It's available via its ports tree or as pre-built package. Should you opt to install and use YubiKey Manager on this platform, please be aware -that it's not mainly maintained by Yubico. A recommendation would be to first -contact the FreeBSD port's maintainer to report any kind of issues. +that it's **NOT** maintained by Yubico. -To install YubiKey Manager using the pre-built package on FreeBSD you need to have -*root* privileges. Here we consider you can use `sudo` for that: - - $ sudo pkg update -f - $ sudo pkg install security/py-yubikey-manager - -If you wish to install it via ports tree, please refer to the official documentation -on the https://docs.freebsd.org/en_US.ISO8859-1/books/handbook/ports-using.html[FreeBSD Handbook]. +For more information about how to install packages or ports on FreeBSD, please refer +to its official documentation: https://docs.freebsd.org/en/books/handbook/ports[FreeBSD Handbook]. ==== Source To install from source, see the link:doc/Development.adoc[development]