Tue Nov 17 04:27:59 2009 UTC ()
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.


Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(dsainty)
diff -r0 -r1.1.1.1 pkgsrc/security/p5-Crypt-ECB/DESCR
diff -r0 -r1.1.1.1 pkgsrc/security/p5-Crypt-ECB/Makefile
diff -r0 -r1.1.1.1 pkgsrc/security/p5-Crypt-ECB/distinfo

File Added: pkgsrc/security/p5-Crypt-ECB/DESCR
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.

File Added: pkgsrc/security/p5-Crypt-ECB/Makefile
# $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"

File Added: pkgsrc/security/p5-Crypt-ECB/distinfo
$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