summaryrefslogtreecommitdiff
path: root/security/libykneomgr
diff options
context:
space:
mode:
authorpettai <pettai>2014-11-14 13:35:09 +0000
committerpettai <pettai>2014-11-14 13:35:09 +0000
commit8b95a2b0298c69de8951a64753fd1803e4fc7b37 (patch)
tree42bddd06f5f23cc521f6d23d4b2e25ce78371407 /security/libykneomgr
parente9ea99698e8b71d6dc1f415e013843b59c0ff59c (diff)
downloadpkgsrc-8b95a2b0298c69de8951a64753fd1803e4fc7b37.tar.gz
This is a C library to interact with the CCID-part of the YubiKey
NEO. There is a command line tool "ykneomgr" for interactive use. It supports querying the YubiKey NEO for firmware version, operation mode (OTP/CCID) and serial number. You may also mode switch the device and manage applets (list, delete and install).
Diffstat (limited to 'security/libykneomgr')
-rw-r--r--security/libykneomgr/DESCR5
-rw-r--r--security/libykneomgr/Makefile19
-rw-r--r--security/libykneomgr/PLIST24
-rw-r--r--security/libykneomgr/distinfo5
4 files changed, 53 insertions, 0 deletions
diff --git a/security/libykneomgr/DESCR b/security/libykneomgr/DESCR
new file mode 100644
index 00000000000..605e18e25bc
--- /dev/null
+++ b/security/libykneomgr/DESCR
@@ -0,0 +1,5 @@
+This is a C library to interact with the CCID-part of the YubiKey
+NEO. There is a command line tool "ykneomgr" for interactive use.
+It supports querying the YubiKey NEO for firmware version, operation
+mode (OTP/CCID) and serial number. You may also mode switch the
+device and manage applets (list, delete and install).
diff --git a/security/libykneomgr/Makefile b/security/libykneomgr/Makefile
new file mode 100644
index 00000000000..d507c2a385e
--- /dev/null
+++ b/security/libykneomgr/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2014/11/14 13:35:09 pettai Exp $
+
+DISTNAME= libykneomgr-0.1.6
+CATEGORIES= security
+MASTER_SITES= https://developers.yubico.com/libykneomgr/Releases/
+
+MAINTAINER= pettai@NetBSD.org
+HOMEPAGE= https://developers.yubico.com/libykneomgr/
+COMMENT= Yubikey NEO library
+
+LICENSE= gnu-lgpl-v3
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS= pkg-config
+
+.include "../../security/pcsc-lite/buildlink3.mk"
+.include "../../archivers/libzip/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/libykneomgr/PLIST b/security/libykneomgr/PLIST
new file mode 100644
index 00000000000..8fd580762e9
--- /dev/null
+++ b/security/libykneomgr/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2014/11/14 13:35:09 pettai Exp $
+bin/ykneomgr
+include/ykneomgr/ykneomgr-types.h
+include/ykneomgr/ykneomgr-version.h
+include/ykneomgr/ykneomgr.h
+lib/libykneomgr.la
+lib/pkgconfig/ykneomgr.pc
+man/man1/ykneomgr.1
+share/gtk-doc/html/libykneomgr/api-index-full.html
+share/gtk-doc/html/libykneomgr/home.png
+share/gtk-doc/html/libykneomgr/index.html
+share/gtk-doc/html/libykneomgr/index.sgml
+share/gtk-doc/html/libykneomgr/intro.html
+share/gtk-doc/html/libykneomgr/left-insensitive.png
+share/gtk-doc/html/libykneomgr/left.png
+share/gtk-doc/html/libykneomgr/libykneomgr-ykneomgr-types.html
+share/gtk-doc/html/libykneomgr/libykneomgr-ykneomgr-version.html
+share/gtk-doc/html/libykneomgr/libykneomgr-ykneomgr.html
+share/gtk-doc/html/libykneomgr/libykneomgr.devhelp2
+share/gtk-doc/html/libykneomgr/right-insensitive.png
+share/gtk-doc/html/libykneomgr/right.png
+share/gtk-doc/html/libykneomgr/style.css
+share/gtk-doc/html/libykneomgr/up-insensitive.png
+share/gtk-doc/html/libykneomgr/up.png
diff --git a/security/libykneomgr/distinfo b/security/libykneomgr/distinfo
new file mode 100644
index 00000000000..e1c4c04096b
--- /dev/null
+++ b/security/libykneomgr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/11/14 13:35:09 pettai Exp $
+
+SHA1 (libykneomgr-0.1.6.tar.gz) = 9e0d39544421788223baaea176c3ecafc4290589
+RMD160 (libykneomgr-0.1.6.tar.gz) = 93b55f02766ac36485df6d5d3c28c626a41629f9
+Size (libykneomgr-0.1.6.tar.gz) = 633881 bytes