Import of p5-Crypt-OpenSSL-DSA-0.10,

from Wesley Griffin <wgriffin@jtan.com>

This module implements the Digital Signature Algorithm (DSA) using
a thin XS wrapper to the DSA functions in OpenSSL.
This commit is contained in:
wilfried 2002-10-15 11:21:33 +00:00
parent 1a9972377b
commit bae148186c
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/10/15 11:21:33 wilfried Exp $
COMMENT= "implements DSA using OpenSSL"
VERSION= 0.10
DISTNAME= Crypt-OpenSSL-DSA-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= Wesley Griffin <wgriffin@jtan.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= :p5-Crypt-OpenSSL-Random->=0.03:security/p5-Crypt-OpenSSL-Random
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Crypt-OpenSSL-DSA-0.10.tar.gz) = 5ce6ab87b9ab2ad43e92f1bdbe8b9632
RMD160 (Crypt-OpenSSL-DSA-0.10.tar.gz) = d370c59b07eab6dd3d921b77a28c632694b429cc
SHA1 (Crypt-OpenSSL-DSA-0.10.tar.gz) = 6c1c029293a852271e511f816b45ba302aa7e2fa

View File

@ -0,0 +1,2 @@
This module implements the Digital Signature Algorithm (DSA) using
a thin XS wrapper to the DSA functions in OpenSSL.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/10/15 11:21:33 wilfried Exp $
${P5ARCH}/Crypt/OpenSSL/DSA.pm
${P5ARCH}/auto/Crypt/OpenSSL/DSA/DSA.bs
${P5ARCH}/auto/Crypt/OpenSSL/DSA/DSA.so
man/man3p/Crypt::OpenSSL::DSA.3p
man/man3p/Crypt::OpenSSL::DSA::Signature.3p
@dirrm ${P5ARCH}/auto/Crypt/OpenSSL/DSA
@dirrm ${P5ARCH}/Crypt/OpenSSL/DSA