Shark is 64-bit block cipher that accepts a 128-bit key. It was
designed by Vincent Rijmen, Joan Daemen, Bart Preneel, Antoon Bosselaers, and Erik De Win. WWW: http://search.cpan.org/dist/Crypt-Shark PR: ports/90699 Submitted by: Gabor Kovesdan
This commit is contained in:
parent
01308ef90f
commit
e67874664b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151770
5 changed files with 40 additions and 0 deletions
|
@ -341,6 +341,7 @@
|
|||
SUBDIR += p5-Crypt-SSLeay
|
||||
SUBDIR += p5-Crypt-Salt
|
||||
SUBDIR += p5-Crypt-Serpent
|
||||
SUBDIR += p5-Crypt-Shark
|
||||
SUBDIR += p5-Crypt-SmbHash
|
||||
SUBDIR += p5-Crypt-Solitaire
|
||||
SUBDIR += p5-Crypt-TripleDES
|
||||
|
|
24
security/p5-Crypt-Shark/Makefile
Normal file
24
security/p5-Crypt-Shark/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection Makefile for: p5-Crypt-Shark
|
||||
# Date created: 20 Dec 2006
|
||||
# Whom: Gabor Kovesdan
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-Shark
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Crypt
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gkovesdan@t-hosting.hu
|
||||
COMMENT= Perl extension for Shark block cipher
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Crypt::Shark.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-Shark/distinfo
Normal file
3
security/p5-Crypt-Shark/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Crypt-Shark-1.0.1.tar.gz) = ffd5b13f3f7f45da445af354f8013d6d
|
||||
SHA256 (Crypt-Shark-1.0.1.tar.gz) = c84de9396446a4f41afaeecffe380ad2bc568fc6e28bc9741647d7e7ef73faf2
|
||||
SIZE (Crypt-Shark-1.0.1.tar.gz) = 82403
|
5
security/p5-Crypt-Shark/pkg-descr
Normal file
5
security/p5-Crypt-Shark/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Shark is 64-bit block cipher that accepts a 128-bit key. It was
|
||||
designed by Vincent Rijmen, Joan Daemen, Bart Preneel, Antoon
|
||||
Bosselaers, and Erik De Win.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-Shark
|
7
security/p5-Crypt-Shark/pkg-plist
Normal file
7
security/p5-Crypt-Shark/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Shark.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/Shark.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/Shark.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/
|
||||
@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 a new issue