diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-20 22:42:58 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-20 22:42:58 +0800 |
commit | 1b6ea235d1e8b029275a003164f2f861fd801836 (patch) | |
tree | 981188d2b9041de5c058529414f8fe09ca7cf513 /security | |
parent | 74935b3459c91dd7ca99dad6f7457a04c193694d (diff) | |
download | freebsd-ports-gnome-1b6ea235d1e8b029275a003164f2f861fd801836.tar.gz freebsd-ports-gnome-1b6ea235d1e8b029275a003164f2f861fd801836.tar.zst freebsd-ports-gnome-1b6ea235d1e8b029275a003164f2f861fd801836.zip |
The Chimera key exchange protocol generates a shared key between two parties.
The protocol was shown to be INSECURE. This module is therefore released for
purely academic curiosity.
WWW: http://search.cpan.org/dist/Crypt-Chimera
PR: ports/90681
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Chimera/Makefile | 24 | ||||
-rw-r--r-- | security/p5-Crypt-Chimera/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-Chimera/pkg-descr | 5 | ||||
-rw-r--r-- | security/p5-Crypt-Chimera/pkg-plist | 11 |
5 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 6a06399bfc81..e6e86d74a66a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -290,6 +290,7 @@ SUBDIR += p5-Crypt-CBCeasy SUBDIR += p5-Crypt-CFB SUBDIR += p5-Crypt-Caesar + SUBDIR += p5-Crypt-Chimera SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-Cryptix diff --git a/security/p5-Crypt-Chimera/Makefile b/security/p5-Crypt-Chimera/Makefile new file mode 100644 index 000000000000..75f6a80c4228 --- /dev/null +++ b/security/p5-Crypt-Chimera/Makefile @@ -0,0 +1,24 @@ +# New ports collection Makefile for: p5-Crypt-Chimera +# Date created: 20 Dec 2006 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Crypt-Chimera +PORTVERSION= 1.01 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for Chimera key exchange protocol + +PERL_CONFIGURE= yes + +MAN3= Crypt::Chimera.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> diff --git a/security/p5-Crypt-Chimera/distinfo b/security/p5-Crypt-Chimera/distinfo new file mode 100644 index 000000000000..559bd5cea884 --- /dev/null +++ b/security/p5-Crypt-Chimera/distinfo @@ -0,0 +1,3 @@ +MD5 (Crypt-Chimera-1.01.tar.gz) = cb6920b1b489fd98e1eb95b57266187f +SHA256 (Crypt-Chimera-1.01.tar.gz) = 8e72528b1429037e90e066a5b3bf023da14a25af136a46f194268671cee3506f +SIZE (Crypt-Chimera-1.01.tar.gz) = 3984 diff --git a/security/p5-Crypt-Chimera/pkg-descr b/security/p5-Crypt-Chimera/pkg-descr new file mode 100644 index 000000000000..77fabf58b982 --- /dev/null +++ b/security/p5-Crypt-Chimera/pkg-descr @@ -0,0 +1,5 @@ +The Chimera key exchange protocol generates a shared key between two parties. +The protocol was shown to be INSECURE. This module is therefore released for +purely academic curiosity. + +WWW: http://search.cpan.org/dist/Crypt-Chimera diff --git a/security/p5-Crypt-Chimera/pkg-plist b/security/p5-Crypt-Chimera/pkg-plist new file mode 100644 index 000000000000..05dd2e73b4a3 --- /dev/null +++ b/security/p5-Crypt-Chimera/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/Crypt/Chimera.pm +%%SITE_PERL%%/Crypt/Chimera/Cracker.pm +%%SITE_PERL%%/Crypt/Chimera/Event.pm +%%SITE_PERL%%/Crypt/Chimera/Object.pm +%%SITE_PERL%%/Crypt/Chimera/User.pm +%%SITE_PERL%%/Crypt/Chimera/World.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Chimera/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Chimera/ +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@dirrm %%SITE_PERL%%/Crypt/Chimera/ +@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true |