From 5816797e9ea045a97fefe28b3e1f7b550ada4f21 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Thu, 4 Oct 2001 03:39:58 +0000 Subject: Add sha-1.0.2, Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512 PR: 29907 Submitted by: Allan Saddi --- security/sha/Makefile | 21 +++++++++++++++++++++ security/sha/distinfo | 1 + security/sha/pkg-comment | 1 + security/sha/pkg-descr | 10 ++++++++++ security/sha/pkg-plist | 1 + 5 files changed, 34 insertions(+) create mode 100644 security/sha/Makefile create mode 100644 security/sha/distinfo create mode 100644 security/sha/pkg-comment create mode 100644 security/sha/pkg-descr create mode 100644 security/sha/pkg-plist (limited to 'security/sha') 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 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 -- cgit v1.2.3