diff --git a/security/p5-Crypt-RC5/Makefile b/security/p5-Crypt-RC5/Makefile new file mode 100644 index 00000000000..4b5123dbb10 --- /dev/null +++ b/security/p5-Crypt-RC5/Makefile @@ -0,0 +1,15 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2012/04/19 14:52:43 okan Exp $ + +COMMENT = implementation of the RC5 encryption algorithm + +MODULES = cpan +DISTNAME = Crypt-RC5-2.00 +CATEGORIES = security + +# Perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM = Yes +PERMIT_DISTFILES_FTP = Yes + +.include diff --git a/security/p5-Crypt-RC5/distinfo b/security/p5-Crypt-RC5/distinfo new file mode 100644 index 00000000000..ee686ae92cb --- /dev/null +++ b/security/p5-Crypt-RC5/distinfo @@ -0,0 +1,5 @@ +MD5 (Crypt-RC5-2.00.tar.gz) = eWSfbrp1mkQVUTqFEurrIQ== +RMD160 (Crypt-RC5-2.00.tar.gz) = Tbi72oE6pxmF5uB2po8fuKQjvRw= +SHA1 (Crypt-RC5-2.00.tar.gz) = USRTtVsATDPE7mhXDVGf3T8OuKM= +SHA256 (Crypt-RC5-2.00.tar.gz) = 010x20nNga1zHMCpO8qzxbEIS9aYVHOmjZNhBKuxNw4= +SIZE (Crypt-RC5-2.00.tar.gz) = 2966 diff --git a/security/p5-Crypt-RC5/pkg/DESCR b/security/p5-Crypt-RC5/pkg/DESCR new file mode 100644 index 00000000000..be2c793ddd9 --- /dev/null +++ b/security/p5-Crypt-RC5/pkg/DESCR @@ -0,0 +1,7 @@ +Crypt::RC5 is a Perl implementation of the RC5 encryption algorithm. + +RC5 is a fast block cipher designed by Ronald Rivest for RSA Data Security +(now RSA Security) in 1994. It is a parameterized algorithm with a variable +block size, a variable key size, and a variable number of rounds. +This particular implementation is 32 bit. As such, it is suggested that a +minimum of 12 rounds be performed. diff --git a/security/p5-Crypt-RC5/pkg/PLIST b/security/p5-Crypt-RC5/pkg/PLIST new file mode 100644 index 00000000000..d4e6771dabc --- /dev/null +++ b/security/p5-Crypt-RC5/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/19 14:52:43 okan Exp $ +${P5SITE}/Crypt/ +${P5SITE}/Crypt/RC5.pm +@man man/man3p/Crypt::RC5.3p