Date: Mon, 20 Aug 2001 12:30:46 -0700 (PDT) From: asaddi@philosophysw.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/29907: New port: sysutils/sha Message-ID: <200108201930.f7KJUkB98553@alephnull.cisco.com>
next in thread | raw e-mail | index | archive | help
>Number: 29907 >Category: ports >Synopsis: New port: sysutils/sha >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 12:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Allan Saddi >Release: FreeBSD 4.3-RELEASE i386 >Organization: Philosophy SoftWorks >Environment: System: FreeBSD alephnull.cisco.com 4.3-RELEASE FreeBSD 4.3-RELEASE #45: Tue Aug 7 12:27:26 PDT 2001 root@alephnull.cisco.com:/usr/src/sys/compile/ALEPHNULL i386 >Description: sha is a simple file hashing utility that uses the SHA-1, SHA-256, SHA-384, and SHA-512 hash algorithms. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sha # sha/Makefile # sha/distinfo # sha/pkg-comment # sha/pkg-descr # sha/pkg-plist # echo c - sha mkdir -p sha > /dev/null 2>&1 echo x - sha/Makefile sed 's/^X//' >sha/Makefile << 'END-of-sha/Makefile' X# New ports collection makefile for: sha X# Date created: 20 August 2001 X# Whom: asaddi@philosophysw.com X# X# $FreeBSD$ X# X XPORTNAME= sha XPORTVERSION= 1.0.2 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= asaddi@philosophysw.com X XUSE_AUTOMAKE= yes XUSE_GMAKE= yes X XMAN1= sha.1 X X.include <bsd.port.mk> END-of-sha/Makefile echo x - sha/distinfo sed 's/^X//' >sha/distinfo << 'END-of-sha/distinfo' XMD5 (sha-1.0.2.tar.gz) = 832f7af91475e320b0b540bbb24a07a3 END-of-sha/distinfo echo x - sha/pkg-comment sed 's/^X//' >sha/pkg-comment << 'END-of-sha/pkg-comment' XSimple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512 END-of-sha/pkg-comment echo x - sha/pkg-descr sed 's/^X//' >sha/pkg-descr << 'END-of-sha/pkg-descr' Xsha is a simple program that hashes files. It uses the National XInstitute of Standards and Technology's Secure Hash Algorithm. XIt can use SHA-1, SHA-256, SHA-384, or SHA-512, which generate Xrespectively, hashes of 160, 256, 384, or 512 bits. sha can be Xused in scripts to do, for example, file integrity checking. X XWWW: http://philosophysw.com/software/sha/ X X- Allan Saddi Xasaddi@philosophysw.com END-of-sha/pkg-descr echo x - sha/pkg-plist sed 's/^X//' >sha/pkg-plist << 'END-of-sha/pkg-plist' Xbin/sha END-of-sha/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108201930.f7KJUkB98553>