summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 23:45:47 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-20 01:15:02 +0800
commit3a88adbd6be8a8d449a8eb17366ccd0d338fbdcb (patch)
tree741d3f50e1a5679f3f834bc4ad2a6bf2617ff649 /net
parentnet/rubygem-oauth0: Add rubygem-oauth0 0.5.14 (copied from rubygem-oauth) (diff)
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.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-oauth-tty/Makefile21
-rw-r--r--net/rubygem-oauth-tty/distinfo3
-rw-r--r--net/rubygem-oauth-tty/pkg-descr2
4 files changed, 27 insertions, 0 deletions
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.