add p5-Crypt-CBC, a cypher block chaining module which works with various crypto algorithms.

This commit is contained in:
explorer 2001-01-18 18:24:43 +00:00
parent 8ed768d6ab
commit 323b9cbf36
5 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2001/01/18 18:24:43 explorer Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
#
DISTNAME= Crypt-CBC-1.25
PKGNAME= p5-Crypt-CBC-1.25
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= packages@netbsd.org
#HOMEPAGE=
DEPENDS+= p5-Digest-MD5:../../security/p5-Digest-MD5
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/CBC/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1 2001/01/18 18:24:43 explorer Exp $
MD5 (Crypt-CBC-1.25.tar.gz) = 0f77cf5536381e2face83d67d7d6099f

View file

@ -0,0 +1 @@
perl5 cipher block chaining mode for various crypto algorithms

View file

@ -0,0 +1,9 @@
This is Crypt::CBC, a Perl-only implementation of the cryptographic
cipher block chaining mode (CBC). In combination with a block cipher
such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt
messages of arbitrarily long length. The encrypted messages are
compatible with the encryption format used by SSLeay.
In addition to this module you will need to install the MD5 module,
and one or more of the Crypt::DES, Crypt::IDEA, or Crypt::Blowfish
modules.

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1 2001/01/18 18:24:43 explorer Exp $