From owner-freebsd-ports Tue Jan 4 18: 0:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 958EE15044 for ; Tue, 4 Jan 2000 18:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA66114; Tue, 4 Jan 2000 18:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 40EA3151AD for ; Tue, 4 Jan 2000 17:50:48 -0800 (PST) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id RAA07560 for ; Tue, 4 Jan 2000 17:50:43 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda07558; Tue Jan 4 17:50:43 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id RAA13210 for ; Tue, 4 Jan 2000 17:50:41 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdl13208; Tue Jan 4 17:50:37 2000 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id RAA71144; Tue, 4 Jan 2000 17:50:35 -0800 (PST) Message-Id: <200001050150.RAA71144@cwsys.cwsent.com> Date: Tue, 4 Jan 2000 17:50:35 -0800 (PST) From: Cy.Schubert@uumail.gov.bc.ca Reply-To: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15893: New mhash-0.6.1 Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15893 >Category: ports >Synopsis: New mhash-0.6.1 Port >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: Tue Jan 4 18:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.4-RELEASE i386 >Organization: ITSD Province of BC >Environment: FreeBSD cwsys 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Tue Dec 21 04:39:50 PST 1999 root@:/opt2/cvs-340/src/sys/compile/CWSYS i386 >Description: The mhash library provides an easy way to access strong hashes such as MD5 and SHA1. This port is used by the AIDE port that will be subsequently submitted. >How-To-Repeat: N/A >Fix: Shar archive follows: # 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: # # mhash-000104 # mhash-000104/files # mhash-000104/files/md5 # mhash-000104/pkg # mhash-000104/pkg/COMMENT # mhash-000104/pkg/DESCR # mhash-000104/pkg/PLIST # mhash-000104/Makefile # echo c - mhash-000104 mkdir -p mhash-000104 > /dev/null 2>&1 echo c - mhash-000104/files mkdir -p mhash-000104/files > /dev/null 2>&1 echo x - mhash-000104/files/md5 sed 's/^X//' >mhash-000104/files/md5 << 'END-of-mhash-000104/files/md5' XMD5 (mhash-0.6.1.tar.gz) = c350191d105cb9e74dc40c3b420ed733 END-of-mhash-000104/files/md5 echo c - mhash-000104/pkg mkdir -p mhash-000104/pkg > /dev/null 2>&1 echo x - mhash-000104/pkg/COMMENT sed 's/^X//' >mhash-000104/pkg/COMMENT << 'END-of-mhash-000104/pkg/COMMENT' XThe mhash library provides an easy way to access strong hashes such as MD5 Xand SHA1. END-of-mhash-000104/pkg/COMMENT echo x - mhash-000104/pkg/DESCR sed 's/^X//' >mhash-000104/pkg/DESCR << 'END-of-mhash-000104/pkg/DESCR' Xmhash README ($Date: 1999/10/11 15:12:00 $) X=============================================================================== X X OVERVIEW X X Description X ----------- X X The mhash library provides an easy way to access strong hashes such as MD5 X and SHA1. X X Features X -------- X X The mhash library provides the following features: X X o Open-Source software (BSD-style license) X o Useable for both commercial and non-commercial use X o Reentrancy support through POSIX threads X o Support for known strong algorithms X o Support for less-know algorithms such as GOST X o Should work on every ANSI C conforming platform X X Disclaimer X ---------- X X Before you use mhash, you have to agree to the following disclaimer: X X THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY EXPRESSED OR X IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF X MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO X EVENT SHALL SASCHA SCHUMANN OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, X INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES X (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; X LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND X ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT X (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS X SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. X X Installation X ------------ X X For installing mhash under Unix please read the document INSTALL. X X New Versions X ------------ X X Information on how to retrieve new versions of mhash can be found on X . X X Credits X ------- X X Special thanks to Nikos Mavroyanopoulos for his initial work on mhash. He is X currently working on mcrypt, a library which implements several strong X ciphers, and has passed the "stab" of maintaining and improving the library X to me. X END-of-mhash-000104/pkg/DESCR echo x - mhash-000104/pkg/PLIST sed 's/^X//' >mhash-000104/pkg/PLIST << 'END-of-mhash-000104/pkg/PLIST' Xinclude/mhash.h Xlib/libmhash.a Xlib/libmhash.la Xlib/libmhash.so Xlib/libmhash.so.1 END-of-mhash-000104/pkg/PLIST echo x - mhash-000104/Makefile sed 's/^X//' >mhash-000104/Makefile << 'END-of-mhash-000104/Makefile' X# ex:ts=8 X# New ports collection makefile for: aide X# Version required: 0.5 X# Date created: Tue Jan 4 11:45:29 PST 2000 X# Whom: Cy Schubert (Cy.Schubert@uumail.gov.bc.ca) X# X# $FreeBSD: ports/net/rsync/Makefile,v 1.25 1999/10/12 04:57:10 obrien Exp $ X# X XDISTNAME= mhash-0.6.1 XCATEGORIES= devel XMASTER_SITES= http://schumann.cx/mhash/dl/ X XMAINTAINER= Cy.Schubert@uumail.gov.bc.ca X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --prefix=${PREFIX} \ X --with-LDFLAGS='-lc_r' XMAN3= mhash.3 X X.include END-of-mhash-000104/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message