View | Details | Raw Unified | Return to bug 248797 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+25 lines)
Line 0 Link Here
1
# Created by: Thibault Payet <monwarez@mailoo.org>
2
# $FreeBSD$
3
4
PORTNAME=	libnitrokey
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	3.6-RC1
7
CATEGORIES=	security
8
9
MAINTAINER=	monwarez@mailoo.org
10
COMMENT=	Libnitrokey is a project to communicate with Nitrokey devices
11
12
LICENSE=	LGPL3
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
LIB_DEPENDS=	libhidapi.so:comms/hidapi \
16
		libudev.so:devel/libudev-devd
17
18
USES=	cmake pkgconfig
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	Nitrokey
22
23
USE_LDCONFIG=	yes
24
25
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1597945114
2
SHA256 (Nitrokey-libnitrokey-v3.6-RC1_GH0.tar.gz) = 73e97a0be913f1ad5bdc91c24184bb7eb39cab938e652dd541371fc1b52c8b31
3
SIZE (Nitrokey-libnitrokey-v3.6-RC1_GH0.tar.gz) = 97944
(-)pkg-descr (+6 lines)
Line 0 Link Here
1
libnitrokey is a project to communicate with Nitrokey Pro and Storage devices
2
in a clean and easy manner. Written in C++14, testable with py.test
3
and Catch frameworks, with C API, Python access
4
(through CFFI and C API, in future with Pybind11).
5
6
WWW: https://github.com/Nitrokey/libnitrokey
(-)pkg-message (+1 lines)
Line 0 Link Here
1
In order to use Nitrokey FIDO U2F user will need to install security/u2f-devd
(-)pkg-plist (+24 lines)
Line 0 Link Here
1
include/libnitrokey/CommandFailedException.h
2
include/libnitrokey/DeviceCommunicationExceptions.h
3
include/libnitrokey/LibraryException.h
4
include/libnitrokey/LongOperationInProgressException.h
5
include/libnitrokey/NK_C_API.h
6
include/libnitrokey/NitrokeyManager.h
7
include/libnitrokey/command.h
8
include/libnitrokey/command_id.h
9
include/libnitrokey/cxx_semantics.h
10
include/libnitrokey/deprecated.h
11
include/libnitrokey/device.h
12
include/libnitrokey/device_proto.h
13
include/libnitrokey/dissect.h
14
include/libnitrokey/log.h
15
include/libnitrokey/misc.h
16
include/libnitrokey/stick10_commands.h
17
include/libnitrokey/stick10_commands_0.8.h
18
include/libnitrokey/stick20_commands.h
19
include/libnitrokey/version.h
20
lib/libnitrokey.so
21
lib/libnitrokey.so.3
22
lib/libnitrokey.so.3.5.0
23
lib/udev/rules.d/41-nitrokey.rules
24
libdata/pkgconfig/libnitrokey-1.pc

Return to bug 248797