From a980672bd8a8860b929c34738b1c3a50bfa0cb6a Mon Sep 17 00:00:00 2001 From: landry Date: Thu, 12 Nov 2009 21:22:22 +0000 Subject: [PATCH] Import p5-Crypt-CipherSaber-1.00, one more candidate for the security/p5-Crypt-* circus.. The Crypt::CipherSaber module implements CipherSaber encryption, described at http://ciphersaber.gurus.com/. It is simple, fairly speedy, and relatively secure algorithm based on RC4. --- security/p5-Crypt-CipherSaber/Makefile | 17 +++++++++++++++++ security/p5-Crypt-CipherSaber/distinfo | 5 +++++ security/p5-Crypt-CipherSaber/pkg/DESCR | 5 +++++ security/p5-Crypt-CipherSaber/pkg/PLIST | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 security/p5-Crypt-CipherSaber/Makefile create mode 100644 security/p5-Crypt-CipherSaber/distinfo create mode 100644 security/p5-Crypt-CipherSaber/pkg/DESCR create mode 100644 security/p5-Crypt-CipherSaber/pkg/PLIST diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile new file mode 100644 index 00000000000..dc6ad07166b --- /dev/null +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -0,0 +1,17 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 21:22:22 landry Exp $ + +COMMENT = cryptographic CipherSaber encryption + +DISTNAME = Crypt-CipherSaber-1.00 +CATEGORIES = security + +# Perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM = Yes +PERMIT_DISTFILES_FTP = Yes + +MODULES = cpan +REGRESS_DEPENDS = ::devel/p5-Test-Warn + +.include diff --git a/security/p5-Crypt-CipherSaber/distinfo b/security/p5-Crypt-CipherSaber/distinfo new file mode 100644 index 00000000000..fbe005382ea --- /dev/null +++ b/security/p5-Crypt-CipherSaber/distinfo @@ -0,0 +1,5 @@ +MD5 (Crypt-CipherSaber-1.00.tar.gz) = oAs+JZHMX4gKEQzFOgssew== +RMD160 (Crypt-CipherSaber-1.00.tar.gz) = FvQRe78rpwnTEYgC34khiU7cZ5M= +SHA1 (Crypt-CipherSaber-1.00.tar.gz) = JSLj3nf+AF8TvjdJ5im1I01ElCk= +SHA256 (Crypt-CipherSaber-1.00.tar.gz) = OYvBh6QomsehTiL3DPqvqrHKnTI/kKJ2kg6VjpTImec= +SIZE (Crypt-CipherSaber-1.00.tar.gz) = 11315 diff --git a/security/p5-Crypt-CipherSaber/pkg/DESCR b/security/p5-Crypt-CipherSaber/pkg/DESCR new file mode 100644 index 00000000000..2d70070c9e6 --- /dev/null +++ b/security/p5-Crypt-CipherSaber/pkg/DESCR @@ -0,0 +1,5 @@ +The Crypt::CipherSaber module implements CipherSaber encryption, +described at http://ciphersaber.gurus.com/. It is simple, fairly +speedy, and relatively secure algorithm based on RC4. +Encryption and decryption are done based on a secret key, which must +be shared with all intended recipients of a message. diff --git a/security/p5-Crypt-CipherSaber/pkg/PLIST b/security/p5-Crypt-CipherSaber/pkg/PLIST new file mode 100644 index 00000000000..0404dae54e9 --- /dev/null +++ b/security/p5-Crypt-CipherSaber/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/12 21:22:22 landry Exp $ +${P5SITE}/Crypt/ +${P5SITE}/Crypt/CipherSaber.pm +@man man/man3p/Crypt::CipherSaber.3p