diff options
author | petef <petef@FreeBSD.org> | 2001-10-04 11:39:58 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-04 11:39:58 +0800 |
commit | a74c032c67fdb43a7c49915ee96ac379533ad83d (patch) | |
tree | d6c17ced00c2166a5c9b07d5ff82bd30c68bf845 /security/sha | |
parent | ed726b828364d3db41336e29ddddc78d4e2fe59d (diff) | |
download | freebsd-ports-gnome-a74c032c67fdb43a7c49915ee96ac379533ad83d.tar.gz freebsd-ports-gnome-a74c032c67fdb43a7c49915ee96ac379533ad83d.tar.zst freebsd-ports-gnome-a74c032c67fdb43a7c49915ee96ac379533ad83d.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>
Diffstat (limited to 'security/sha')
-rw-r--r-- | security/sha/Makefile | 21 | ||||
-rw-r--r-- | security/sha/distinfo | 1 | ||||
-rw-r--r-- | security/sha/pkg-comment | 1 | ||||
-rw-r--r-- | security/sha/pkg-descr | 10 | ||||
-rw-r--r-- | security/sha/pkg-plist | 1 |
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 |