pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/minisign security/minisign: import minisign-0.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48ae9d70852d
branches:  trunk
changeset: 399706:48ae9d70852d
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Wed Aug 14 15:50:28 2019 +0000

description:
security/minisign: import minisign-0.8.

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.

OK kamil@

diffstat:

 security/minisign/DESCR    |   4 ++++
 security/minisign/Makefile |  15 +++++++++++++++
 security/minisign/PLIST    |   3 +++
 security/minisign/distinfo |   6 ++++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 982b70d66990 -r 48ae9d70852d security/minisign/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/minisign/DESCR   Wed Aug 14 15:50:28 2019 +0000
@@ -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 -r 982b70d66990 -r 48ae9d70852d security/minisign/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/minisign/Makefile        Wed Aug 14 15:50:28 2019 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/08/14 15:50:28 fcambus Exp $
+
+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 -r 982b70d66990 -r 48ae9d70852d security/minisign/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/minisign/PLIST   Wed Aug 14 15:50:28 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/14 15:50:28 fcambus Exp $
+bin/minisign
+man/man1/minisign.1
diff -r 982b70d66990 -r 48ae9d70852d security/minisign/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/minisign/distinfo        Wed Aug 14 15:50:28 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/14 15:50:28 fcambus Exp $
+
+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