summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2009-11-17 04:27:59 +0000
committerdsainty <dsainty@pkgsrc.org>2009-11-17 04:27:59 +0000
commit88723ec8d758703eada2a7f86adf939a00086306 (patch)
tree3b1cf8b01929b15e8617f3468f496fa4e5f6c621
parentfdb979bb3b1c76880d61cf714e916ce02e2d556e (diff)
downloadpkgsrc-88723ec8d758703eada2a7f86adf939a00086306.tar.gz
Import p5-Crypt-ECB-1.45:
This is Crypt::ECB, a Perl-only implementation of the ECB mode. In combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. Though for security reasons other modes than ECB such as CBC should be preferred. See textbooks on cryptography if you want to know why. In addition to this module you will need to install one or more of the Crypt::DES, Crypt::IDEA, or Crypt::Blowfish modules.
-rw-r--r--security/p5-Crypt-ECB/DESCR8
-rw-r--r--security/p5-Crypt-ECB/Makefile21
-rw-r--r--security/p5-Crypt-ECB/distinfo5
3 files changed, 34 insertions, 0 deletions
diff --git a/security/p5-Crypt-ECB/DESCR b/security/p5-Crypt-ECB/DESCR
new file mode 100644
index 00000000000..1967ec16a21
--- /dev/null
+++ b/security/p5-Crypt-ECB/DESCR
@@ -0,0 +1,8 @@
+This is Crypt::ECB, a Perl-only implementation of the ECB mode. In
+combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt
+and decrypt messages of arbitrarily long length. Though for security reasons
+other modes than ECB such as CBC should be preferred. See textbooks on
+cryptography if you want to know why.
+
+In addition to this module you will need to install one or more of the
+Crypt::DES, Crypt::IDEA, or Crypt::Blowfish modules.
diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile
new file mode 100644
index 00000000000..69b9d4e8a1e
--- /dev/null
+++ b/security/p5-Crypt-ECB/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/17 04:27:59 dsainty Exp $
+
+DISTNAME= Crypt-ECB-1.45
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= dsainty@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Crypt-ECB/
+COMMENT= Perl5 Electronic Codebook mode for various crypto algorithms
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Crypt/ECB/.packlist
+
+LICENSE= gnu-gpl-v2 # OR any later version
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-ECB/distinfo b/security/p5-Crypt-ECB/distinfo
new file mode 100644
index 00000000000..1a3bac306fc
--- /dev/null
+++ b/security/p5-Crypt-ECB/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/11/17 04:27:59 dsainty Exp $
+
+SHA1 (Crypt-ECB-1.45.tar.gz) = d37d0dc34bc14f8a07d36b58beda85a89ec910c0
+RMD160 (Crypt-ECB-1.45.tar.gz) = 81b7829c1e99f3ebb02dd7636877b4689f61ce17
+Size (Crypt-ECB-1.45.tar.gz) = 14570 bytes