From 28ea3227db13abfd4644c7a70493e7af8cbf864e Mon Sep 17 00:00:00 2001 From: msf Date: Sat, 5 Feb 2005 23:16:08 +0000 Subject: [PATCH] - initial import of Crypt-DES-EDE3-0.01 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. --- security/p5-Crypt-DES-EDE3/Makefile | 26 ++++++++++++++++++++++++++ security/p5-Crypt-DES-EDE3/distinfo | 4 ++++ security/p5-Crypt-DES-EDE3/pkg/DESCR | 6 ++++++ security/p5-Crypt-DES-EDE3/pkg/PLIST | 4 ++++ 4 files changed, 40 insertions(+) create mode 100644 security/p5-Crypt-DES-EDE3/Makefile create mode 100644 security/p5-Crypt-DES-EDE3/distinfo create mode 100644 security/p5-Crypt-DES-EDE3/pkg/DESCR create mode 100644 security/p5-Crypt-DES-EDE3/pkg/PLIST diff --git a/security/p5-Crypt-DES-EDE3/Makefile b/security/p5-Crypt-DES-EDE3/Makefile new file mode 100644 index 00000000000..44504a88c46 --- /dev/null +++ b/security/p5-Crypt-DES-EDE3/Makefile @@ -0,0 +1,26 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/02/05 23:16:08 msf Exp $ + +COMMENT= "Triple-DES EDE encryption/decryption" + +DISTNAME= Crypt-DES_EDE3-0.01 +PKGNAME= p5-Crypt-DES-EDE3-0.01 +CATEGORIES= security perl5 + +MAINTAINER= Mathieu Sauve-Frankel + +# Artistic +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ::security/p5-Crypt-DES + +CONFIGURE_STYLE= perl + +PKG_ARCH= * + +.include diff --git a/security/p5-Crypt-DES-EDE3/distinfo b/security/p5-Crypt-DES-EDE3/distinfo new file mode 100644 index 00000000000..b678d9d9501 --- /dev/null +++ b/security/p5-Crypt-DES-EDE3/distinfo @@ -0,0 +1,4 @@ +MD5 (Crypt-DES_EDE3-0.01.tar.gz) = fde1995efa0735407a5f7c4a4c8147bc +RMD160 (Crypt-DES_EDE3-0.01.tar.gz) = fce2367ded3dc20fc274afa2dfbddc2a7d2237e9 +SHA1 (Crypt-DES_EDE3-0.01.tar.gz) = 537759b72af2529466cebf2b1b168f7e43d482ab +SIZE (Crypt-DES_EDE3-0.01.tar.gz) = 2328 diff --git a/security/p5-Crypt-DES-EDE3/pkg/DESCR b/security/p5-Crypt-DES-EDE3/pkg/DESCR new file mode 100644 index 00000000000..53add597ddd --- /dev/null +++ b/security/p5-Crypt-DES-EDE3/pkg/DESCR @@ -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. diff --git a/security/p5-Crypt-DES-EDE3/pkg/PLIST b/security/p5-Crypt-DES-EDE3/pkg/PLIST new file mode 100644 index 00000000000..0b9a5a8f681 --- /dev/null +++ b/security/p5-Crypt-DES-EDE3/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/05 23:16:08 msf Exp $ +${P5SITE}/Crypt/ +${P5SITE}/Crypt/DES_EDE3.pm +@man man/man3p/Crypt::DES_EDE3.3p