pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sign Initial import of sign-1.0.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd5cb472e196
branches:  trunk
changeset: 475444:fd5cb472e196
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun May 16 00:00:28 2004 +0000

description:
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:

 security/sign/DESCR    |   5 +++++
 security/sign/Makefile |  21 +++++++++++++++++++++
 security/sign/PLIST    |   4 ++++
 security/sign/distinfo |   4 ++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 32a4c0808a95 -r fd5cb472e196 security/sign/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sign/DESCR       Sun May 16 00:00:28 2004 +0000
@@ -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 -r 32a4c0808a95 -r fd5cb472e196 security/sign/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sign/Makefile    Sun May 16 00:00:28 2004 +0000
@@ -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@localhost
+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 -r 32a4c0808a95 -r fd5cb472e196 security/sign/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sign/PLIST       Sun May 16 00:00:28 2004 +0000
@@ -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 -r 32a4c0808a95 -r fd5cb472e196 security/sign/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sign/distinfo    Sun May 16 00:00:28 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index