pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import minisign 0.8 as wip/minisign.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fred%statdns.com@localhost>
Pushed By: fcambus
Date: Mon Jul 29 17:05:16 2019 +0200
Changeset: e0d46ca3805b2e45ad4def99dace365bd5cacd45
Added Files:
minisign/DESCR
minisign/Makefile
minisign/PLIST
minisign/distinfo
Log Message:
Import minisign 0.8 as wip/minisign.
Minisign is a dead simple tool to sign files and verify signatures.
It is portable, lightweight, and uses the highly secure Ed25519 public-key
signature system.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0d46ca3805b2e45ad4def99dace365bd5cacd45
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
minisign/DESCR | 4 ++++
minisign/Makefile | 15 +++++++++++++++
minisign/PLIST | 3 +++
minisign/distinfo | 6 ++++++
4 files changed, 28 insertions(+)
diffs:
diff --git a/minisign/DESCR b/minisign/DESCR
new file mode 100644
index 0000000000..d3205ac927
--- /dev/null
+++ b/minisign/DESCR
@@ -0,0 +1,4 @@
+Minisign is a dead simple tool to sign files and verify signatures.
+
+It is portable, lightweight, and uses the highly secure Ed25519 public-key
+signature system.
diff --git a/minisign/Makefile b/minisign/Makefile
new file mode 100644
index 0000000000..cb7c18035c
--- /dev/null
+++ b/minisign/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME= minisign-0.8
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jedisct1/}
+
+MAINTAINER= fcambus%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jedisct1/minisign/
+COMMENT= Dead simple tool to sign files and verify signatures
+LICENSE= isc
+
+USE_CMAKE= yes
+
+.include "../../security/libsodium/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/minisign/PLIST b/minisign/PLIST
new file mode 100644
index 0000000000..d3c282d848
--- /dev/null
+++ b/minisign/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/minisign
+man/man1/minisign.1
diff --git a/minisign/distinfo b/minisign/distinfo
new file mode 100644
index 0000000000..c5fbf07e05
--- /dev/null
+++ b/minisign/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (minisign-0.8.tar.gz) = c8bf3765193a72193219141a726fb617e40c957b
+RMD160 (minisign-0.8.tar.gz) = 345b27026ea30b6debeecea2441b8c9c8bdd654d
+SHA512 (minisign-0.8.tar.gz) = 79bf626d0c15e39ce3bdf53600038028c0b22904b648074bf516a9ea6962c9486c41244e80637a5fbac090cce1ed9b4b3d57b8a02632646e01b43aa413cd8bd9
+Size (minisign-0.8.tar.gz) = 14045 bytes
Home |
Main Index |
Thread Index |
Old Index