diff options
author | swills <swills@FreeBSD.org> | 2018-01-05 21:22:23 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-01-05 21:22:23 +0800 |
commit | d969886ab46d1315327e5c7ec3a08e9f185e9b6e (patch) | |
tree | 40b5c57503ecfcbc5b3966b32859fc97cd828878 /security | |
parent | e972f944fff01a6b8de55e643558d74670fe3b88 (diff) | |
download | freebsd-ports-gnome-d969886ab46d1315327e5c7ec3a08e9f185e9b6e.tar.gz freebsd-ports-gnome-d969886ab46d1315327e5c7ec3a08e9f185e9b6e.tar.zst freebsd-ports-gnome-d969886ab46d1315327e5c7ec3a08e9f185e9b6e.zip |
security/rubygem-rbnacl4: create port
4.x version required by gitlab
PR: 224931
Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-rbnacl4/Makefile | 24 | ||||
-rw-r--r-- | security/rubygem-rbnacl4/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-rbnacl4/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 961373100368..ed2305d8a937 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1094,6 +1094,7 @@ SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rbnacl + SUBDIR += rubygem-rbnacl4 SUBDIR += rubygem-rbnacl-libsodium SUBDIR += rubygem-recog SUBDIR += rubygem-rex-arch diff --git a/security/rubygem-rbnacl4/Makefile b/security/rubygem-rbnacl4/Makefile new file mode 100644 index 000000000000..27d3ec4aadc8 --- /dev/null +++ b/security/rubygem-rbnacl4/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= rbnacl +PORTVERSION= 4.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 4 + +MAINTAINER= idefix@fechner.net +COMMENT= Networking and Cryptography (NaCl) library + +LICENSE= MIT + +LIB_DEPENDS= libsodium.so:security/libsodium +BUILD_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler +RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi + +PORTSCOUT= limit:^4\. + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> diff --git a/security/rubygem-rbnacl4/distinfo b/security/rubygem-rbnacl4/distinfo new file mode 100644 index 000000000000..951ed6d7cc87 --- /dev/null +++ b/security/rubygem-rbnacl4/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1515155304 +SHA256 (rubygem/rbnacl-4.0.2.gem) = 885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321 +SIZE (rubygem/rbnacl-4.0.2.gem) = 220160 diff --git a/security/rubygem-rbnacl4/pkg-descr b/security/rubygem-rbnacl4/pkg-descr new file mode 100644 index 000000000000..832bba49b357 --- /dev/null +++ b/security/rubygem-rbnacl4/pkg-descr @@ -0,0 +1,4 @@ +The Networking and Cryptography (NaCl) library provides a high-level toolkit for +building cryptographic systems and protocols. + +WWW: https://github.com/cryptosphere/rbnacl |