Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2001 22:55:27 -0700 (PDT)
From:      Gregory Neil Shapiro <gshapiro+freebsd-gnats@gshapiro.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31152: New port: p5-Crypt-HCE_SHA
Message-ID:  <200110090555.f995tRS8048030@horsey.gshapiro.net>

next in thread | raw e-mail | index | archive | help

>Number:         31152
>Category:       ports
>Synopsis:       New port: p5-Crypt-HCE_SHA
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 08 23:00:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gregory Neil Shapiro
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD horsey.gshapiro.net 4.4-STABLE FreeBSD 4.4-STABLE #13: Sun Oct 7 17:12:57 PDT 2001 gshapiro@horsey.gshapiro.net:/home/FreeBSD/RELENG_4/obj/sys/HORSEY i386


>Description:
The shar file below contains a new port (security/p5-Crypt-HCE_SHA).

This module implements a chaining block cipher using a one way hash.
This method of encryption is the same that is used by radius (RFC2138)
and is also described in Applied Cryptography.

>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:
#
#	p5-Crypt-HCE_SHA
#	p5-Crypt-HCE_SHA/Makefile
#	p5-Crypt-HCE_SHA/distinfo
#	p5-Crypt-HCE_SHA/pkg-comment
#	p5-Crypt-HCE_SHA/pkg-descr
#	p5-Crypt-HCE_SHA/pkg-plist
#
echo c - p5-Crypt-HCE_SHA
mkdir -p p5-Crypt-HCE_SHA > /dev/null 2>&1
echo x - p5-Crypt-HCE_SHA/Makefile
sed 's/^X//' >p5-Crypt-HCE_SHA/Makefile << 'END-of-p5-Crypt-HCE_SHA/Makefile'
X# New ports collection makefile for:	p5-Crypt-HCE_SHA
X# Date created:				October 8th 2001
X# Whom:	      				Gregory Neil Shapiro <gshapiro@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Crypt-HCE_SHA
XPORTVERSION=	0.60
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Crypt
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.org
X
XRESTRICTED=	"Crypto; export-controlled"
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Crypt::HCE_SHA.3
X
X.include <bsd.port.mk>
END-of-p5-Crypt-HCE_SHA/Makefile
echo x - p5-Crypt-HCE_SHA/distinfo
sed 's/^X//' >p5-Crypt-HCE_SHA/distinfo << 'END-of-p5-Crypt-HCE_SHA/distinfo'
XMD5 (Crypt-HCE_SHA-0.60.tar.gz) = 4e92d64bfa6d2a75ae1b641bd92331ca
END-of-p5-Crypt-HCE_SHA/distinfo
echo x - p5-Crypt-HCE_SHA/pkg-comment
sed 's/^X//' >p5-Crypt-HCE_SHA/pkg-comment << 'END-of-p5-Crypt-HCE_SHA/pkg-comment'
XPerl5 interface to one way hash chaining block cipher
END-of-p5-Crypt-HCE_SHA/pkg-comment
echo x - p5-Crypt-HCE_SHA/pkg-descr
sed 's/^X//' >p5-Crypt-HCE_SHA/pkg-descr << 'END-of-p5-Crypt-HCE_SHA/pkg-descr'
X     This module implements a chaining block cipher using a one
X     way hash.  This method of encryption is the same that is
X     used by radius (RFC2138) and is also described in Applied
X     Cryptography.
X 
X     Two interfaces are provided in the module.  The first is
X     straight block encryption/decryption the second does base64
X     mime encoding/decoding of the encrypted/decrypted blocks.
X 
X     The idea is the the two sides have a shared secret that
X     supplies one of the keys and a randomly generated block of
X     bytes provides the second key.  The random key is passed in
X     cleartext between the two sides.
X 
X     An example client and server are packaged as modules with
X     this module.  They are used in the tests.
END-of-p5-Crypt-HCE_SHA/pkg-descr
echo x - p5-Crypt-HCE_SHA/pkg-plist
sed 's/^X//' >p5-Crypt-HCE_SHA/pkg-plist << 'END-of-p5-Crypt-HCE_SHA/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Crypt/HCE_SHA.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/HCE_SHA/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/HCE_SHA/autosplit.ix
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/HCE_SHA
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/HCE_SHA
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2> /dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2> /dev/null || true
END-of-p5-Crypt-HCE_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?200110090555.f995tRS8048030>