aboutsummaryrefslogtreecommitdiff
path: root/security/sha
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-04 03:39:58 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-04 03:39:58 +0000
commit5816797e9ea045a97fefe28b3e1f7b550ada4f21 (patch)
treeccb57dcd6705450053ebe762559101bbcca6e757 /security/sha
parent393824e661eee7d98f059c9e8bd6b1eab122b10c (diff)
downloadports-5816797e9ea045a97fefe28b3e1f7b550ada4f21.tar.gz
ports-5816797e9ea045a97fefe28b3e1f7b550ada4f21.zip
Add sha-1.0.2, Simple file hash program utilizing SHA-1, SHA-256, SHA-384,
SHA-512 PR: 29907 Submitted by: Allan Saddi <asaddi@philosophysw.com>
Notes
Notes: svn path=/head/; revision=48423
Diffstat (limited to 'security/sha')
-rw-r--r--security/sha/Makefile21
-rw-r--r--security/sha/distinfo1
-rw-r--r--security/sha/pkg-comment1
-rw-r--r--security/sha/pkg-descr10
-rw-r--r--security/sha/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/security/sha/Makefile b/security/sha/Makefile
new file mode 100644
index 000000000000..65dcd523b7cd
--- /dev/null
+++ b/security/sha/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: sha
+# Date created: 20 August 2001
+# Whom: asaddi@philosophysw.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= sha
+PORTVERSION= 1.0.2
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= asaddi@philosophysw.com
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= sha.1
+
+.include <bsd.port.mk>
diff --git a/security/sha/distinfo b/security/sha/distinfo
new file mode 100644
index 000000000000..c02eb19eecc2
--- /dev/null
+++ b/security/sha/distinfo
@@ -0,0 +1 @@
+MD5 (sha-1.0.2.tar.gz) = 832f7af91475e320b0b540bbb24a07a3
diff --git a/security/sha/pkg-comment b/security/sha/pkg-comment
new file mode 100644
index 000000000000..ac82bc01816c
--- /dev/null
+++ b/security/sha/pkg-comment
@@ -0,0 +1 @@
+Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512
diff --git a/security/sha/pkg-descr b/security/sha/pkg-descr
new file mode 100644
index 000000000000..575b6724e0b4
--- /dev/null
+++ b/security/sha/pkg-descr
@@ -0,0 +1,10 @@
+sha is a simple program that hashes files. It uses the National
+Institute of Standards and Technology's Secure Hash Algorithm.
+It can use SHA-1, SHA-256, SHA-384, or SHA-512, which generate
+respectively, hashes of 160, 256, 384, or 512 bits. sha can be
+used in scripts to do, for example, file integrity checking.
+
+WWW: http://philosophysw.com/software/sha/
+
+- Allan Saddi
+asaddi@philosophysw.com
diff --git a/security/sha/pkg-plist b/security/sha/pkg-plist
new file mode 100644
index 000000000000..4e62c3b52838
--- /dev/null
+++ b/security/sha/pkg-plist
@@ -0,0 +1 @@
+bin/sha