svn commit: r393820 - in head/devel: . rubygem-rotp

Steve Wills swills at FreeBSD.org
Sun Aug 9 19:50:36 UTC 2015


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 at 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 at toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	rotp
+PORTVERSION=	1.6.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-all mailing list