diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2020-09-22 21:08:54 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2020-09-22 21:08:54 +0000 |
commit | a1a21b36a23da3a2e42e5528128f3cacfaafdd8a (patch) | |
tree | e3093f4cf32f169670cbbb6fd04ecb4f3f1dde09 /security/rubygem-openssl-signature_algorithm | |
parent | Update to 0.59 (latest commit) (diff) |
New ports required for gitlab 13.4.
Notes
Notes:
svn path=/head/; revision=549634
Diffstat (limited to 'security/rubygem-openssl-signature_algorithm')
-rw-r--r-- | security/rubygem-openssl-signature_algorithm/Makefile | 20 | ||||
-rw-r--r-- | security/rubygem-openssl-signature_algorithm/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-openssl-signature_algorithm/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/security/rubygem-openssl-signature_algorithm/Makefile b/security/rubygem-openssl-signature_algorithm/Makefile new file mode 100644 index 000000000000..11b439246ee7 --- /dev/null +++ b/security/rubygem-openssl-signature_algorithm/Makefile @@ -0,0 +1,20 @@ +# Created by: Matthias Fechner <mfechner@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= openssl-signature_algorithm +PORTVERSION= 1.0.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= ECDSA, RSA-PSS and RSA-PKCS for ruby + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/security/rubygem-openssl-signature_algorithm/distinfo b/security/rubygem-openssl-signature_algorithm/distinfo new file mode 100644 index 000000000000..34fc158f19e6 --- /dev/null +++ b/security/rubygem-openssl-signature_algorithm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1600789945 +SHA256 (rubygem/openssl-signature_algorithm-1.0.0.gem) = 76dad3ced9a13eefa005eced471dcc870e932b905ea2b8dadaa9219948773740 +SIZE (rubygem/openssl-signature_algorithm-1.0.0.gem) = 14336 diff --git a/security/rubygem-openssl-signature_algorithm/pkg-descr b/security/rubygem-openssl-signature_algorithm/pkg-descr new file mode 100644 index 000000000000..61041c10f989 --- /dev/null +++ b/security/rubygem-openssl-signature_algorithm/pkg-descr @@ -0,0 +1,3 @@ +ECDSA, RSA-PSS and RSA-PKCS#1 algorithms for ruby. + +WWW: https://github.com/cedarcode/openssl-signature_algorithm |