From 99367608c9e05dac5f090783c57035a198baada1 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Fri, 17 Jul 2015 23:35:10 +0200 Subject: perl-cpan/crypt-openssl-rsa: new spell, openssl's RSA for perl --- ChangeLog | 1 + perl-cpan/crypt-openssl-rsa/DEPENDS | 2 ++ perl-cpan/crypt-openssl-rsa/DETAILS | 15 +++++++++++++++ perl-cpan/crypt-openssl-rsa/HISTORY | 3 +++ 4 files changed, 21 insertions(+) create mode 100755 perl-cpan/crypt-openssl-rsa/DEPENDS create mode 100755 perl-cpan/crypt-openssl-rsa/DETAILS create mode 100644 perl-cpan/crypt-openssl-rsa/HISTORY diff --git a/ChangeLog b/ChangeLog index 49cedc5e6e..7502969d00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ 2015-07-17 Florian Franzmann * perl-cpan/mail-dkim: new spell, DKIM for perl * perl-cpan/crypt-openssl-random: new spell, openssl's prng for perl + * perl-cpan/crypt-openssl-rsa: new spell, openssl's RSA for perl 2015-07-16 Ismael Luceno * haskell/haskell-uuid-types: new spell, Type definitions for Universally Unique Identifiers diff --git a/perl-cpan/crypt-openssl-rsa/DEPENDS b/perl-cpan/crypt-openssl-rsa/DEPENDS new file mode 100755 index 0000000000..29535e43d4 --- /dev/null +++ b/perl-cpan/crypt-openssl-rsa/DEPENDS @@ -0,0 +1,2 @@ +depends perl && +depends crypt-openssl-random diff --git a/perl-cpan/crypt-openssl-rsa/DETAILS b/perl-cpan/crypt-openssl-rsa/DETAILS new file mode 100755 index 0000000000..2876b315d6 --- /dev/null +++ b/perl-cpan/crypt-openssl-rsa/DETAILS @@ -0,0 +1,15 @@ + SPELL=crypt-openssl-rsa + VERSION=0.28 + SOURCE="Crypt-OpenSSL-RSA-${VERSION}.tar.gz" + SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PE/PERLER/${SOURCE} + SOURCE_HASH=sha512:4a20c3f814e80ea15304b2a189001172e72237d703a0f9281e7e46d593c521508abfac3a259701994ec867f160821bec37e4e8234d04b792168db19b065ce324 +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Crypt-OpenSSL-RSA-${VERSION}" + WEB_SITE="https://metacpan.org/release/Crypt-OpenSSL-RSA" + LICENSE[0]=ART + ENTERED=20150717 + SHORT="RSA encoding and decoding, using the openSSL libraries" +cat << EOF +Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are +somewhat shorter than the block size of a key. It also allows for decryption, +signatures and signature verification. +EOF diff --git a/perl-cpan/crypt-openssl-rsa/HISTORY b/perl-cpan/crypt-openssl-rsa/HISTORY new file mode 100644 index 0000000000..ea7336e435 --- /dev/null +++ b/perl-cpan/crypt-openssl-rsa/HISTORY @@ -0,0 +1,3 @@ +2015-07-17 Florian Franzmann + * DEPENDS, DETAILS: spell created + -- cgit v1.2.3