mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:19:20 +00:00
GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit
key developed in the former Soviet Union. Some information on it is available at http://vipul.net/gost/ . This module implements GOST encryption. It supports the Crypt::CBC interface, with the functions described below. It also provides an interface that is backwards- compatible with Crypt::GOST 0.41, but its use in new code is discouraged. WWW: http://search.cpan.org/dist/Crypt-GOST PR: ports/90684 Submitted by: Gabor Kovesdan
This commit is contained in:
parent
56e4435428
commit
7a9dfa805e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151650
@ -301,6 +301,7 @@
|
||||
SUBDIR += p5-Crypt-DH
|
||||
SUBDIR += p5-Crypt-DSA
|
||||
SUBDIR += p5-Crypt-ECB
|
||||
SUBDIR += p5-Crypt-GOST
|
||||
SUBDIR += p5-Crypt-GPG
|
||||
SUBDIR += p5-Crypt-GeneratePassword
|
||||
SUBDIR += p5-Crypt-HCE_MD5
|
||||
|
24
security/p5-Crypt-GOST/Makefile
Normal file
24
security/p5-Crypt-GOST/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection Makefile for: p5-Crypt-GOST
|
||||
# Date created: 20 Dec 2006
|
||||
# Whom: Gabor Kovesdan
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-GOST
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Crypt
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gkovesdan@t-hosting.hu
|
||||
COMMENT= Perl extension for GOST Encryption Algorithm
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Crypt::GOST.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} <= 500503
|
||||
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
security/p5-Crypt-GOST/distinfo
Normal file
3
security/p5-Crypt-GOST/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Crypt-GOST-1.00.tar.gz) = 0250fb0539db739baf6608318894d67d
|
||||
SHA256 (Crypt-GOST-1.00.tar.gz) = 7f7d7ef5d6dde5e7bbd09b198176f6e73e09bfdfbd7f4c707cb24ffcd124eba9
|
||||
SIZE (Crypt-GOST-1.00.tar.gz) = 8935
|
9
security/p5-Crypt-GOST/pkg-descr
Normal file
9
security/p5-Crypt-GOST/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit
|
||||
key developed in the former Soviet Union. Some information on it
|
||||
is available at http://vipul.net/gost/ .
|
||||
This module implements GOST encryption. It supports the Crypt::CBC
|
||||
interface, with the functions described below. It also provides
|
||||
an interface that is backwards- compatible with Crypt::GOST 0.41,
|
||||
but its use in new code is discouraged.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-GOST
|
7
security/p5-Crypt-GOST/pkg-plist
Normal file
7
security/p5-Crypt-GOST/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/GOST.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST/GOST.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST/GOST.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST/
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user