summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES_EDE3
diff options
context:
space:
mode:
authormcr <mcr@pkgsrc.org>2001-09-30 23:53:24 +0000
committermcr <mcr@pkgsrc.org>2001-09-30 23:53:24 +0000
commit782441d734a92a59b4bb4a71140b014d1fd4db21 (patch)
treea1cb1a5a65763aef5f5430b33cb2331a4566fb63 /security/p5-Crypt-DES_EDE3
parent422e56b37b784c52000c6fd29872772ead7cf772 (diff)
downloadpkgsrc-782441d734a92a59b4bb4a71140b014d1fd4db21.tar.gz
pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP
Diffstat (limited to 'security/p5-Crypt-DES_EDE3')
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile19
-rw-r--r--security/p5-Crypt-DES_EDE3/distinfo4
-rw-r--r--security/p5-Crypt-DES_EDE3/pkg/DESCR8
-rw-r--r--security/p5-Crypt-DES_EDE3/pkg/PLIST1
4 files changed, 32 insertions, 0 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
new file mode 100644
index 00000000000..732cd85cd64
--- /dev/null
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2001/09/30 23:58:41 mcr Exp $
+#
+
+DISTNAME= Crypt-DES_EDE3-0.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module for Triple-DES EDE encryption/decryption
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DES_EDE3/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-DES_EDE3/distinfo b/security/p5-Crypt-DES_EDE3/distinfo
new file mode 100644
index 00000000000..870d7a5254c
--- /dev/null
+++ b/security/p5-Crypt-DES_EDE3/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2001/09/30 23:58:41 mcr Exp $
+
+SHA1 (Crypt-DES_EDE3-0.01.tar.gz) = 537759b72af2529466cebf2b1b168f7e43d482ab
+Size (Crypt-DES_EDE3-0.01.tar.gz) = 2328 bytes
diff --git a/security/p5-Crypt-DES_EDE3/pkg/DESCR b/security/p5-Crypt-DES_EDE3/pkg/DESCR
new file mode 100644
index 00000000000..fa9809a6815
--- /dev/null
+++ b/security/p5-Crypt-DES_EDE3/pkg/DESCR
@@ -0,0 +1,8 @@
+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.
+
+DES-EDE3 encryption requires a key size of 24 bytes.
diff --git a/security/p5-Crypt-DES_EDE3/pkg/PLIST b/security/p5-Crypt-DES_EDE3/pkg/PLIST
new file mode 100644
index 00000000000..14892530047
--- /dev/null
+++ b/security/p5-Crypt-DES_EDE3/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1 2001/09/30 23:58:51 mcr Exp $