Import of pkgsrc-2015Q2
This commit is contained in:
5
security/asignify/DESCR
Normal file
5
security/asignify/DESCR
Normal file
@@ -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.
|
||||
21
security/asignify/Makefile
Normal file
21
security/asignify/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# $NetBSD: Makefile,v 1.2 2015/06/08 13:44:01 joerg 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_LIBTOOL= yes
|
||||
USE_TOOLS+= automake
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC}; sh ./autogen.sh
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
5
security/asignify/PLIST
Normal file
5
security/asignify/PLIST
Normal file
@@ -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
|
||||
5
security/asignify/distinfo
Normal file
5
security/asignify/distinfo
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user