Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2002 11:21:46 +0100 (CET)
From:      Jesper Skriver <jesper@skriver.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/35890: new port security/p5-Crypt-DH
Message-ID:  <200203141021.g2EALkO84316@flores.nms.tele.dk>

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

>Number:         35890
>Category:       ports
>Synopsis:       new port security/p5-Crypt-DH
>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:   Thu Mar 14 02:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jesper Skriver <jesper@skriver.dk>
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD flores 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Fri Feb 15 19:15:08 CET 2002 root@flores:/usr/src/sys/compile/FLORES i386


	
>Description:

Crypt::DH is a Perl implementation of the Diffie-Hellman key
exchange system. Diffie-Hellman is an algorithm by which two
parties can agree on a shared secret key, known only to them.
The secret is negotiated over an insecure network without the
two parties ever passing the actual shared secret, or their
private keys, between them.

>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-DH
#	p5-Crypt-DH/pkg-plist
#	p5-Crypt-DH/pkg-descr
#	p5-Crypt-DH/pkg-comment
#	p5-Crypt-DH/distinfo
#	p5-Crypt-DH/Makefile
#
echo c - p5-Crypt-DH
mkdir -p p5-Crypt-DH > /dev/null 2>&1
echo x - p5-Crypt-DH/pkg-plist
sed 's/^X//' >p5-Crypt-DH/pkg-plist << 'END-of-p5-Crypt-DH/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Crypt/DH.pm
END-of-p5-Crypt-DH/pkg-plist
echo x - p5-Crypt-DH/pkg-descr
sed 's/^X//' >p5-Crypt-DH/pkg-descr << 'END-of-p5-Crypt-DH/pkg-descr'
XCrypt::DH is a Perl implementation of the Diffie-Hellman key
Xexchange system. Diffie-Hellman is an algorithm by which two
Xparties can agree on a shared secret key, known only to them.
XThe secret is negotiated over an insecure network without the
Xtwo parties ever passing the actual shared secret, or their
Xprivate keys, between them.
END-of-p5-Crypt-DH/pkg-descr
echo x - p5-Crypt-DH/pkg-comment
sed 's/^X//' >p5-Crypt-DH/pkg-comment << 'END-of-p5-Crypt-DH/pkg-comment'
XPerl5 interface to a Diffie-Hellman key exchange system
END-of-p5-Crypt-DH/pkg-comment
echo x - p5-Crypt-DH/distinfo
sed 's/^X//' >p5-Crypt-DH/distinfo << 'END-of-p5-Crypt-DH/distinfo'
XMD5 (Crypt-DH-0.03.tar.gz) = e0af4baf9d5c9089ca8f1ad316701a82
END-of-p5-Crypt-DH/distinfo
echo x - p5-Crypt-DH/Makefile
sed 's/^X//' >p5-Crypt-DH/Makefile << 'END-of-p5-Crypt-DH/Makefile'
X# New ports collection makefile for:    p5-Crypt-DH
X# Date created:				2002/03/14
X# Whom:					jesper
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	Crypt-DH
XPORTVERSION=	0.03
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Crypt
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	jesper@FreeBSD.org
X
XPERL_CONFIGURE=	yes
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Crypt::DH.3
X
X.include <bsd.port.mk>
END-of-p5-Crypt-DH/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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203141021.g2EALkO84316>