diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 03:39:58 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 03:39:58 +0000 |
commit | 5816797e9ea045a97fefe28b3e1f7b550ada4f21 (patch) | |
tree | ccb57dcd6705450053ebe762559101bbcca6e757 | |
parent | 393824e661eee7d98f059c9e8bd6b1eab122b10c (diff) | |
download | ports-5816797e9ea045a97fefe28b3e1f7b550ada4f21.tar.gz ports-5816797e9ea045a97fefe28b3e1f7b550ada4f21.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
6 files changed, 35 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ea825ba9dbee..a34dae97aec1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -183,6 +183,7 @@ SUBDIR += scanssh SUBDIR += seahorse SUBDIR += secpanel + SUBDIR += sha SUBDIR += siphon SUBDIR += skip SUBDIR += slurpie 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 |