1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

add p5-Crypt-DES_EDE3 0.01

Perl5 interface to a implementing 3-DES EDE encryption and decryption

PR:		35891
Submitted by:	jesper
This commit is contained in:
Ying-Chieh Liao 2002-03-14 15:00:57 +00:00
parent c22e7f25dc
commit e633179c52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56082
6 changed files with 35 additions and 0 deletions

View File

@ -126,6 +126,7 @@
SUBDIR += p5-Crypt-Cracklib
SUBDIR += p5-Crypt-Cryptix
SUBDIR += p5-Crypt-DES
SUBDIR += p5-Crypt-DES_EDE3
SUBDIR += p5-Crypt-DH
SUBDIR += p5-Crypt-DSA
SUBDIR += p5-Crypt-ECB

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Crypt-DES_EDE3
# Date created: 2002/03/14
# Whom: jesper
#
# $FreeBSD$
#
PORTNAME= Crypt-DES_EDE3
PORTVERSION= 0.01
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= jesper@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::DES_EDE3.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Crypt-DES_EDE3-0.01.tar.gz) = fde1995efa0735407a5f7c4a4c8147bc

View File

@ -0,0 +1 @@
Perl5 interface to a implementing 3-DES EDE encryption and decryption

View File

@ -0,0 +1,6 @@
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

View File

@ -0,0 +1 @@
lib/perl5/site_perl/%%PERL_VER%%/Crypt/DES_EDE3.pm