diff options
author | xtraeme <xtraeme> | 2004-05-16 00:00:28 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-05-16 00:00:28 +0000 |
commit | f14933c4232ab924ed924de6d40d9dfa1b032013 (patch) | |
tree | db204d3c0651d28f4e7e8c9e564ccb0cf25a3575 /security/sign | |
parent | b69b590f0e747c2c8e9e853dad829f7cb2508a0a (diff) | |
download | pkgsrc-f14933c4232ab924ed924de6d40d9dfa1b032013.tar.gz |
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.
Diffstat (limited to 'security/sign')
-rw-r--r-- | security/sign/DESCR | 5 | ||||
-rw-r--r-- | security/sign/Makefile | 21 | ||||
-rw-r--r-- | security/sign/PLIST | 4 | ||||
-rw-r--r-- | security/sign/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
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 |