svn commit: r454314 - in head/security: . rubygem-rbnacl

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Nov 16 16:27:32 UTC 2017


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 at 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


More information about the svn-ports-all mailing list