Initial import of p5-Crypt-Twofish, as provided by Sen Nagata.

This commit is contained in:
mjl 2001-09-20 00:45:58 +00:00
parent 9fb911e9f9
commit d800332796
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $
#
DISTNAME= Crypt-Twofish-2.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= packages@netbsd.org
COMMENT= perl5 module for the Twofish symmetric key algorithm
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Twofish/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $
SHA1 (Crypt-Twofish-2.12.tar.gz) = 35f242dd4d21c4bf24ffa51ecbf0f92733d80c9b
Size (Crypt-Twofish-2.12.tar.gz) = 13194 bytes

View file

@ -0,0 +1,4 @@
This module implements Twofish encryption. It supports the Crypt::CBC
interface, with the functions described below. It also provides an interface
that is call-compatible with Crypt::Twofish 1.0, but its use in new code is
strongly discouraged.

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $