aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-07-25 14:52:19 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-07-25 14:52:19 +0000
commit09fa11a5b42afe4da9a4ec5084caa0f1b68f97c1 (patch)
treef0fc7293d0ae863cfdb534a8e7b98ec6798fca38 /net
parent30b2e807137f2dba50a69580c3b74494bb70b7d9 (diff)
downloadports-09fa11a5b42afe4da9a4ec5084caa0f1b68f97c1.tar.gz
ports-09fa11a5b42afe4da9a4ec5084caa0f1b68f97c1.zip
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)
Notes
Notes: svn path=/head/; revision=419043
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-u2f/Makefile19
-rw-r--r--net/rubygem-u2f/distinfo3
-rw-r--r--net/rubygem-u2f/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index a9d91f250372..9c0de5ac7641 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
diff --git a/net/rubygem-u2f/Makefile b/net/rubygem-u2f/Makefile
new file mode 100644
index 000000000000..30708ad7724c
--- /dev/null
+++ b/net/rubygem-u2f/Makefile
@@ -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>
diff --git a/net/rubygem-u2f/distinfo b/net/rubygem-u2f/distinfo
new file mode 100644
index 000000000000..561efa279106
--- /dev/null
+++ b/net/rubygem-u2f/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469449514
+SHA256 (rubygem/u2f-0.2.1.gem) = 7907b163c00682ce94d82178154af2ec3930e50f342c3502d64929c6370c5553
+SIZE (rubygem/u2f-0.2.1.gem) = 14848
diff --git a/net/rubygem-u2f/pkg-descr b/net/rubygem-u2f/pkg-descr
new file mode 100644
index 000000000000..54cef25f5fbd
--- /dev/null
+++ b/net/rubygem-u2f/pkg-descr
@@ -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