Date: Sun, 9 Aug 2015 19:50:35 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393820 - in head/devel: . rubygem-rotp Message-ID: <201508091950.t79JoZoa002862@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Aug 9 19:50:34 2015 New Revision: 393820 URL: https://svnweb.freebsd.org/changeset/ports/393820 Log: devel/rubygem-rotp: create port A ruby library for generating one time passwords (HOTP & TOTP) according to RFC 4226 and RFC 6238. WWW: https://github.com/mdp/rotp PR: 201791 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de> Added: head/devel/rubygem-rotp/ head/devel/rubygem-rotp/Makefile (contents, props changed) head/devel/rubygem-rotp/distinfo (contents, props changed) head/devel/rubygem-rotp/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 9 19:34:06 2015 (r393819) +++ head/devel/Makefile Sun Aug 9 19:50:34 2015 (r393820) @@ -4818,6 +4818,7 @@ SUBDIR += rubygem-retryable SUBDIR += rubygem-rgl SUBDIR += rubygem-rodzilla + SUBDIR += rubygem-rotp SUBDIR += rubygem-rr SUBDIR += rubygem-rrd-ffi SUBDIR += rubygem-rscm Added: head/devel/rubygem-rotp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rotp/Makefile Sun Aug 9 19:50:34 2015 (r393820) @@ -0,0 +1,18 @@ +# Created by: Torsten Zühlsdorff <ports@toco-domains.de> +# $FreeBSD$ + +PORTNAME= rotp +PORTVERSION= 1.6.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby library for generating one time passwords + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include <bsd.port.mk> Added: head/devel/rubygem-rotp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rotp/distinfo Sun Aug 9 19:50:34 2015 (r393820) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rotp-1.6.1.gem) = 07e5d891538ec4e55a7ba578b0baa033e522f51759109174349def7059f15222 +SIZE (rubygem/rotp-1.6.1.gem) = 56320 Added: head/devel/rubygem-rotp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rotp/pkg-descr Sun Aug 9 19:50:34 2015 (r393820) @@ -0,0 +1,4 @@ +A ruby library for generating one time passwords (HOTP & TOTP) +according to RFC 4226 and RFC 6238. + +WWW: https://github.com/mdp/rotp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508091950.t79JoZoa002862>