pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
remove libnitrokey, imported.
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Fri Apr 28 00:03:37 2023 +0200
Changeset: c27a82dc8cdcf1a68c97d06342de965297e860e5
Removed Files:
libnitrokey/DESCR
libnitrokey/Makefile
libnitrokey/PLIST
libnitrokey/distinfo
libnitrokey/options.mk
Log Message:
remove libnitrokey, imported.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c27a82dc8cdcf1a68c97d06342de965297e860e5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libnitrokey/DESCR | 8 --------
libnitrokey/Makefile | 31 -------------------------------
libnitrokey/PLIST | 0
libnitrokey/distinfo | 5 -----
libnitrokey/options.mk | 19 -------------------
5 files changed, 63 deletions(-)
diffs:
diff --git a/libnitrokey/DESCR b/libnitrokey/DESCR
deleted file mode 100644
index 6228780223..0000000000
--- a/libnitrokey/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-libnitrokey is a project to communicate with Nitrokey Pro and Storage devices
-in a clean and easy manner. Written in C++14, testable with py.test and Catch
-frameworks, with C API, Python access (through CFFI and C API, in future with
-Pybind11).
-
-The development of this project is aimed to make it itself a living
-documentation of communication protocol between host and the Nitrokey stick
-devices.
diff --git a/libnitrokey/Makefile b/libnitrokey/Makefile
deleted file mode 100644
index 6e814637d1..0000000000
--- a/libnitrokey/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD$
-
-DISTNAME= libnitrokey-3.8
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GITHUB:=Nitrokey/}
-GITHUB_PROJECT= libnitrokey
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= nikita%NetBSD.org@localhost
-HOMEPAGE= https://github.com/Nitrokey/libnitrokey/
-COMMENT= Library to communicate with Nitrokey devices
-LICENSE= gnu-lgpl-v3
-
-USE_TOOLS+= pkg-config
-
-.include "options.mk"
-# libudev-devd
-
-# actual hardware tests
-# 1. require a connected Nitrokey
-# 2. may kill data on your Nitrokey
-# hence the main testsuite is disabled
-CMAKE_ARGS+= -DCOMPILE_TESTS=OFF
-
-TEST_TARGET= test
-USE_LANGUAGES= c c++14
-
-.include "../../devel/libusb1/buildlink3.mk"
-.include "../../comms/libhidapi/buildlink3.mk"
-.include "../../devel/cmake/build.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libnitrokey/PLIST b/libnitrokey/PLIST
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/libnitrokey/distinfo b/libnitrokey/distinfo
deleted file mode 100644
index 4ecfc24157..0000000000
--- a/libnitrokey/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (libnitrokey-3.8.tar.gz) = d7c2b3c779809b63028c7f1f927f4b8c108d6616cdf00a09ab0c5354e5095eae
-SHA512 (libnitrokey-3.8.tar.gz) = 30f966eed77aa75057b096d18f8e88d6be28a376dfc1888e44aff80347e031a16755d30acf1bca196acc5b922778d90627ac71cba22f5cb002ba3ec058939c90
-Size (libnitrokey-3.8.tar.gz) = 118197 bytes
diff --git a/libnitrokey/options.mk b/libnitrokey/options.mk
deleted file mode 100644
index 58c297ba4b..0000000000
--- a/libnitrokey/options.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.libnitrokey
-
-PKG_SUPPORTED_OPTIONS+= doc tests
-
-.include "../../mk/bsd.options.mk"
-
-.if ${PKG_OPTIONS:Mdoc}
-DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
-DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
-# else switch this off in cmake
-.endif
-
-.if ${PKG_OPTIONS:Mtests}
-# These tests do not require any device to be connected
-CMAKE_ARGS+= -DCOMPILE_OFFLINE_TESTS=ON
-TEST_DEPENDS+= catch2-[0-9]*:../../devel/catch2
-.endif
Home |
Main Index |
Thread Index |
Old Index