Date: Thu, 16 Nov 2017 16:27:31 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454314 - in head/security: . rubygem-rbnacl Message-ID: <201711161627.vAGGRVl0089815@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Nov 16 16:27:30 2017 New Revision: 454314 URL: https://svnweb.freebsd.org/changeset/ports/454314 Log: New port: security/rubygem-rbnacl The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols. WWW: https://github.com/cryptosphere/rbnacl Added: head/security/rubygem-rbnacl/ head/security/rubygem-rbnacl/Makefile (contents, props changed) head/security/rubygem-rbnacl/distinfo (contents, props changed) head/security/rubygem-rbnacl/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Nov 16 15:42:46 2017 (r454313) +++ head/security/Makefile Thu Nov 16 16:27:30 2017 (r454314) @@ -1094,6 +1094,7 @@ SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-razorback-scriptNugget + SUBDIR += rubygem-rbnacl SUBDIR += rubygem-recog SUBDIR += rubygem-rex-arch SUBDIR += rubygem-rex-bin_tools Added: head/security/rubygem-rbnacl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rbnacl/Makefile Thu Nov 16 16:27:30 2017 (r454314) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rbnacl +PORTVERSION= 4.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= tz@FreeBSD.org +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 + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> Added: head/security/rubygem-rbnacl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rbnacl/distinfo Thu Nov 16 16:27:30 2017 (r454314) @@ -0,0 +1,3 @@ +TIMESTAMP = 1509621492 +SHA256 (rubygem/rbnacl-4.0.2.gem) = 885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321 +SIZE (rubygem/rbnacl-4.0.2.gem) = 220160 Added: head/security/rubygem-rbnacl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rbnacl/pkg-descr Thu Nov 16 16:27:30 2017 (r454314) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711161627.vAGGRVl0089815>