pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libykneomgr This is a C library to interact w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dce7fd86bdb2
branches: trunk
changeset: 641655:dce7fd86bdb2
user: pettai <pettai%pkgsrc.org@localhost>
date: Fri Nov 14 13:35:09 2014 +0000
description:
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:
security/libykneomgr/DESCR | 5 +++++
security/libykneomgr/Makefile | 19 +++++++++++++++++++
security/libykneomgr/PLIST | 24 ++++++++++++++++++++++++
security/libykneomgr/distinfo | 5 +++++
4 files changed, 53 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r 0db715601bff -r dce7fd86bdb2 security/libykneomgr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libykneomgr/DESCR Fri Nov 14 13:35:09 2014 +0000
@@ -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 -r 0db715601bff -r dce7fd86bdb2 security/libykneomgr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libykneomgr/Makefile Fri Nov 14 13:35:09 2014 +0000
@@ -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@localhost
+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 -r 0db715601bff -r dce7fd86bdb2 security/libykneomgr/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libykneomgr/PLIST Fri Nov 14 13:35:09 2014 +0000
@@ -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 -r 0db715601bff -r dce7fd86bdb2 security/libykneomgr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libykneomgr/distinfo Fri Nov 14 13:35:09 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index