Thu Jun 4 20:12:25 2015 UTC ()
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.


(youri)
diff -r0 -r1.1 pkgsrc/security/asignify/DESCR
diff -r0 -r1.1 pkgsrc/security/asignify/Makefile
diff -r0 -r1.1 pkgsrc/security/asignify/PLIST
diff -r0 -r1.1 pkgsrc/security/asignify/distinfo

File Added: pkgsrc/security/asignify/DESCR
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.

File Added: pkgsrc/security/asignify/Makefile
# $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
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"

File Added: pkgsrc/security/asignify/PLIST
@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

File Added: pkgsrc/security/asignify/distinfo
$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