From owner-freebsd-ports Thu Mar 14 2:30:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FF9237B417 for ; Thu, 14 Mar 2002 02:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2EAU1231733; Thu, 14 Mar 2002 02:30:01 -0800 (PST) (envelope-from gnats) Received: from flores.nms.tele.dk (flores.nms.tele.dk [195.249.15.252]) by hub.freebsd.org (Postfix) with ESMTP id E26BE37B402 for ; Thu, 14 Mar 2002 02:21:46 -0800 (PST) Received: (from root@localhost) by flores.nms.tele.dk (8.11.6/8.11.6) id g2EALkO84316; Thu, 14 Mar 2002 11:21:46 +0100 (CET) (envelope-from jesper) Message-Id: <200203141021.g2EALkO84316@flores.nms.tele.dk> Date: Thu, 14 Mar 2002 11:21:46 +0100 (CET) From: Jesper Skriver Reply-To: Jesper Skriver To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/35890: new port security/p5-Crypt-DH Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >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 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