From owner-freebsd-ports Thu Mar 14 3: 0:19 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 E3EA037B419 for ; Thu, 14 Mar 2002 03:00:12 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2EB0CF36116; Thu, 14 Mar 2002 03:00:12 -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 4125E37B402 for ; Thu, 14 Mar 2002 02:56:26 -0800 (PST) Received: (from root@localhost) by flores.nms.tele.dk (8.11.6/8.11.6) id g2EAuPV90706; Thu, 14 Mar 2002 11:56:25 +0100 (CET) (envelope-from jesper) Message-Id: <200203141056.g2EAuPV90706@flores.nms.tele.dk> Date: Thu, 14 Mar 2002 11:56:25 +0100 (CET) From: Jesper Skriver Reply-To: Jesper Skriver To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/35891: new port security/p5-Crypt-DES_EDE3 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: 35891 >Category: ports >Synopsis: new port security/p5-Crypt-DES_EDE3 >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 03:00:12 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: new port security/p5-Crypt-DES_EDE3 Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-decrypt-encrypt, and decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES to do its dirty DES work, and simply provides a wrapper around that module: setting up the individual DES ciphers, initializing the keys, and performing the encryption/decryption steps >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-DES_EDE3 # p5-Crypt-DES_EDE3/pkg-plist # p5-Crypt-DES_EDE3/pkg-descr # p5-Crypt-DES_EDE3/pkg-comment # p5-Crypt-DES_EDE3/distinfo # p5-Crypt-DES_EDE3/Makefile # echo c - p5-Crypt-DES_EDE3 mkdir -p p5-Crypt-DES_EDE3 > /dev/null 2>&1 echo x - p5-Crypt-DES_EDE3/pkg-plist sed 's/^X//' >p5-Crypt-DES_EDE3/pkg-plist << 'END-of-p5-Crypt-DES_EDE3/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Crypt/DES_EDE3.pm END-of-p5-Crypt-DES_EDE3/pkg-plist echo x - p5-Crypt-DES_EDE3/pkg-descr sed 's/^X//' >p5-Crypt-DES_EDE3/pkg-descr << 'END-of-p5-Crypt-DES_EDE3/pkg-descr' XCrypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES Xencryption where an encrypt operation is encrypt-decrypt-encrypt, and Xdecrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES Xto do its dirty DES work, and simply provides a wrapper around that Xmodule: setting up the individual DES ciphers, initializing the keys, Xand performing the encryption/decryption steps END-of-p5-Crypt-DES_EDE3/pkg-descr echo x - p5-Crypt-DES_EDE3/pkg-comment sed 's/^X//' >p5-Crypt-DES_EDE3/pkg-comment << 'END-of-p5-Crypt-DES_EDE3/pkg-comment' XPerl5 interface to a implementing Triple-DES EDE (encrypt-decrypt-encrypt) encryption and decryption END-of-p5-Crypt-DES_EDE3/pkg-comment echo x - p5-Crypt-DES_EDE3/distinfo sed 's/^X//' >p5-Crypt-DES_EDE3/distinfo << 'END-of-p5-Crypt-DES_EDE3/distinfo' XMD5 (Crypt-DES_EDE3-0.01.tar.gz) = fde1995efa0735407a5f7c4a4c8147bc END-of-p5-Crypt-DES_EDE3/distinfo echo x - p5-Crypt-DES_EDE3/Makefile sed 's/^X//' >p5-Crypt-DES_EDE3/Makefile << 'END-of-p5-Crypt-DES_EDE3/Makefile' X# New ports collection makefile for: p5-Crypt-DES_EDE3 X# Date created: 2002/03/14 X# Whom: jesper X# X# $FreeBSD: $ X# X XPORTNAME= Crypt-DES_EDE3 XPORTVERSION= 0.01 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}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES XRUN_DEPENDS= ${BUILD_DEPENDS} X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Crypt::DES_EDE3.3 X X.include END-of-p5-Crypt-DES_EDE3/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