diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-20 14:42:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-20 14:42:58 +0000 |
commit | f394b93f7b10a66c13878dc607a8db8e1c7f16be (patch) | |
tree | a279436bb667ae071855ca59e573e720f37d7490 /security/p5-Crypt-Chimera | |
parent | fb6b40b4f07ae88ebfffb8f2b6158d32e516453c (diff) | |
download | ports-f394b93f7b10a66c13878dc607a8db8e1c7f16be.tar.gz ports-f394b93f7b10a66c13878dc607a8db8e1c7f16be.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Chimera')
-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 |
4 files changed, 43 insertions, 0 deletions
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 |