mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
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)
This commit is contained in:
parent
30b2e80713
commit
09fa11a5b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419043
4 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
19
net/rubygem-u2f/Makefile
Normal file
19
net/rubygem-u2f/Makefile
Normal file
|
@ -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>
|
3
net/rubygem-u2f/distinfo
Normal file
3
net/rubygem-u2f/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1469449514
|
||||
SHA256 (rubygem/u2f-0.2.1.gem) = 7907b163c00682ce94d82178154af2ec3930e50f342c3502d64929c6370c5553
|
||||
SIZE (rubygem/u2f-0.2.1.gem) = 14848
|
5
net/rubygem-u2f/pkg-descr
Normal file
5
net/rubygem-u2f/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue