From 230fe11d671639393272ea2f2ff3e6adfbe14d5e Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 16 May 2004 00:00:28 +0000 Subject: Initial import of sign-1.0.4. sign is a file signing and signature verification utility. It's main purpose is to be a simple and convenient extension to a tar/gz/bzip2 line of tools that performs file integrity and authenticity checks. It's small and simple, it does just one thing and hopenfully does it well. It is distributed under the BSD license. --- security/sign/DESCR | 5 +++++ security/sign/Makefile | 21 +++++++++++++++++++++ security/sign/PLIST | 4 ++++ security/sign/distinfo | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 security/sign/DESCR create mode 100644 security/sign/Makefile create mode 100644 security/sign/PLIST create mode 100644 security/sign/distinfo (limited to 'security') diff --git a/security/sign/DESCR b/security/sign/DESCR new file mode 100644 index 00000000000..23845f906f6 --- /dev/null +++ b/security/sign/DESCR @@ -0,0 +1,5 @@ +sign is a file signing and signature verification utility. + +It's main purpose is to be a simple and convenient extension to a tar/gz/bzip2 +line of tools that performs file integrity and authenticity checks. It's small +and simple, it does just one thing and hopenfully does it well. diff --git a/security/sign/Makefile b/security/sign/Makefile new file mode 100644 index 00000000000..7027ec859cf --- /dev/null +++ b/security/sign/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/16 00:00:28 xtraeme Exp $ +# + +DISTNAME= sign-1.0.4 +CATEGORIES= security +MASTER_SITES= http://swapped.cc/sign/files/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://swapped.cc/sign/files/ +COMMENT= File signing and signature verification utility + +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/sign ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/sign.1 ${PREFIX}/man/man1 + ${LN} -sf ${PREFIX}/bin/sign ${PREFIX}/bin/unsign + +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/sign/PLIST b/security/sign/PLIST new file mode 100644 index 00000000000..d000be32b42 --- /dev/null +++ b/security/sign/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/16 00:00:28 xtraeme Exp $ +bin/sign +bin/unsign +man/man1/sign.1 diff --git a/security/sign/distinfo b/security/sign/distinfo new file mode 100644 index 00000000000..af14d9269bc --- /dev/null +++ b/security/sign/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/16 00:00:28 xtraeme Exp $ + +SHA1 (sign-1.0.4.tar.gz) = 33bd6f6cc19c429ea90ca63206e5c5afb93e0a11 +Size (sign-1.0.4.tar.gz) = 28403 bytes -- cgit v1.2.3