Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 14:52:20 +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: r419043 - in head/net: . rubygem-u2f
Message-ID:  <201607251452.u6PEqKj6054155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Jul 25 14:52:19 2016
New Revision: 419043
URL: https://svnweb.freebsd.org/changeset/ports/419043

Log:
  New port: net/rubygem-u2f
  
  U2F is an open 2-factor authentication standard that enables keychain
  devices, mobile phones and other devices to securely access any number
  of web-based services - instantly and with no drivers or client
  software needed
  
  WWW: https://github.com/castle/ruby-u2f
  
  Approved by: pi (mentor)

Added:
  head/net/rubygem-u2f/
  head/net/rubygem-u2f/Makefile   (contents, props changed)
  head/net/rubygem-u2f/distinfo   (contents, props changed)
  head/net/rubygem-u2f/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Jul 25 14:50:44 2016	(r419042)
+++ head/net/Makefile	Mon Jul 25 14:52:19 2016	(r419043)
@@ -1186,6 +1186,7 @@
     SUBDIR += rubygem-twitter
     SUBDIR += rubygem-twitter-stream
     SUBDIR += rubygem-twitter4r
+    SUBDIR += rubygem-u2f
     SUBDIR += rubygem-uri-redis
     SUBDIR += rubygem-whois
     SUBDIR += rude

Added: head/net/rubygem-u2f/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-u2f/Makefile	Mon Jul 25 14:52:19 2016	(r419043)
@@ -0,0 +1,19 @@
+# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	u2f
+PORTVERSION=	0.2.1
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Library for handling registration and authentication of U2F devices
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/net/rubygem-u2f/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-u2f/distinfo	Mon Jul 25 14:52:19 2016	(r419043)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469449514
+SHA256 (rubygem/u2f-0.2.1.gem) = 7907b163c00682ce94d82178154af2ec3930e50f342c3502d64929c6370c5553
+SIZE (rubygem/u2f-0.2.1.gem) = 14848

Added: head/net/rubygem-u2f/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-u2f/pkg-descr	Mon Jul 25 14:52:19 2016	(r419043)
@@ -0,0 +1,5 @@
+U2F is an open 2-factor authentication standard that enables keychain devices,
+mobile phones and other devices to securely access any number of web-based
+services - instantly and with no drivers or client software needed
+
+WWW: https://github.com/castle/ruby-u2f



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607251452.u6PEqKj6054155>