pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/asignify Import asignify-20150220 as security...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f34f3aabe46
branches: trunk
changeset: 652585:5f34f3aabe46
user: youri <youri%pkgsrc.org@localhost>
date: Thu Jun 04 20:12:25 2015 +0000
description:
Import asignify-20150220 as security/asignify.
signify tool is heavily inspired by signify used in OpenBSD. However, the main
goal of this project is to define high level API for signing files, validating
signatures and encrypting using public keys cryptography. Asignify is
designed to be portable and self-contained with zero external dependencies.
It uses blake2b as the hash function and ed25519 implementation from tweetnacl.
diffstat:
security/asignify/DESCR | 5 +++++
security/asignify/Makefile | 20 ++++++++++++++++++++
security/asignify/PLIST | 5 +++++
security/asignify/distinfo | 5 +++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 5d7c7e3067f9 -r 5f34f3aabe46 security/asignify/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/asignify/DESCR Thu Jun 04 20:12:25 2015 +0000
@@ -0,0 +1,5 @@
+signify tool is heavily inspired by signify used in OpenBSD. However, the main
+goal of this project is to define high level API for signing files, validating
+signatures and encrypting using public keys cryptography. Asignify is
+designed to be portable and self-contained with zero external dependencies.
+It uses blake2b as the hash function and ed25519 implementation from tweetnacl.
diff -r 5d7c7e3067f9 -r 5f34f3aabe46 security/asignify/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/asignify/Makefile Thu Jun 04 20:12:25 2015 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2015/06/04 20:12:25 youri Exp $
+
+DISTNAME= asignify-20150220
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_GITHUB:=vstakhov/}
+GITHUB_PROJECT= asignify
+GITHUB_TAG= 746b6dfc1f8d6deb320b6679f00b78061f4f08e6
+
+MAINTAINER= youri%NetBSD.org@localhost
+HOMEPAGE= http://github.com/vstakhov/asignify
+COMMENT= Yet another signify tool
+LICENSE= modified-bsd
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= automake
+
+pre-configure:
+ cd ${WRKSRC}; sh ./autogen.sh
+
+.include "../../mk/bsd.pkg.mk"
diff -r 5d7c7e3067f9 -r 5f34f3aabe46 security/asignify/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/asignify/PLIST Thu Jun 04 20:12:25 2015 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/04 20:12:25 youri Exp $
+bin/asignify
+include/asignify.h
+lib/libasignify.la
+man/man1/asignify.1
diff -r 5d7c7e3067f9 -r 5f34f3aabe46 security/asignify/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/asignify/distinfo Thu Jun 04 20:12:25 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/04 20:12:25 youri Exp $
+
+SHA1 (asignify-20150220-746b6dfc1f8d6deb320b6679f00b78061f4f08e6.tar.gz) = d47746baddd15069e5a4b6cca27aa5f48ccf2e73
+RMD160 (asignify-20150220-746b6dfc1f8d6deb320b6679f00b78061f4f08e6.tar.gz) = 079fdbc1480f3d281a2fb40d1a27c02082bb1b22
+Size (asignify-20150220-746b6dfc1f8d6deb320b6679f00b78061f4f08e6.tar.gz) = 73842 bytes
Home |
Main Index |
Thread Index |
Old Index