git: 3a88adbd6be8 - main - net/rubygem-oauth-tty: Add rubygem-oauth-tty 1.0.5

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:23:31 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a88adbd6be8a8d449a8eb17366ccd0d338fbdcb

commit 3a88adbd6be8a8d449a8eb17366ccd0d338fbdcb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 15:45:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:15:02 +0000

    net/rubygem-oauth-tty: Add rubygem-oauth-tty 1.0.5
    
    OAuth::TTY provides a TTY Command Line Interface for interacting with OAuth 1.0
    services.
---
 net/Makefile                    |  1 +
 net/rubygem-oauth-tty/Makefile  | 21 +++++++++++++++++++++
 net/rubygem-oauth-tty/distinfo  |  3 +++
 net/rubygem-oauth-tty/pkg-descr |  2 ++
 4 files changed, 27 insertions(+)

diff --git a/net/Makefile b/net/Makefile
index b422c98352fc..b25233fc268a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1365,6 +1365,7 @@
     SUBDIR += rubygem-nkf
     SUBDIR += rubygem-no_proxy_fix
     SUBDIR += rubygem-oauth
+    SUBDIR += rubygem-oauth-tty
     SUBDIR += rubygem-oauth0
     SUBDIR += rubygem-oauth2
     SUBDIR += rubygem-oauth21
diff --git a/net/rubygem-oauth-tty/Makefile b/net/rubygem-oauth-tty/Makefile
new file mode 100644
index 000000000000..0472d30651c2
--- /dev/null
+++ b/net/rubygem-oauth-tty/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	oauth-tty
+PORTVERSION=	1.0.5
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	OAuth 1.0 TTY Command Line Interface
+WWW=		https://gitlab.com/oauth-xx/oauth-tty
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-version_gem>=1.1.1<2:devel/rubygem-version_gem
+
+USES=		gem
+
+NO_ARCH=	yes
+
+PLIST_FILES=	bin/oauth
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-oauth-tty/distinfo b/net/rubygem-oauth-tty/distinfo
new file mode 100644
index 000000000000..dab0bb6283fd
--- /dev/null
+++ b/net/rubygem-oauth-tty/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1715842498
+SHA256 (rubygem/oauth-tty-1.0.5.gem) = 34e25c307da4509d4deec266ff3690bbf42e391355f496201c029268862d8b17
+SIZE (rubygem/oauth-tty-1.0.5.gem) = 18944
diff --git a/net/rubygem-oauth-tty/pkg-descr b/net/rubygem-oauth-tty/pkg-descr
new file mode 100644
index 000000000000..a8bebb16455b
--- /dev/null
+++ b/net/rubygem-oauth-tty/pkg-descr
@@ -0,0 +1,2 @@
+OAuth::TTY provides a TTY Command Line Interface for interacting with OAuth 1.0
+services.