Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2002 11:56:25 +0100 (CET)
From:      Jesper Skriver <jesper@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/35891: new port security/p5-Crypt-DES_EDE3
Message-ID:  <200203141056.g2EAuPV90706@flores.nms.tele.dk>

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

>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 <jesper@FreeBSD.org>
>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 <bsd.port.mk>
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




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