diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 15:45:47 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 17:15:02 +0000 |
commit | 3a88adbd6be8a8d449a8eb17366ccd0d338fbdcb (patch) | |
tree | 741d3f50e1a5679f3f834bc4ad2a6bf2617ff649 | |
parent | 93b5cdd8ae176001ed3c488d4f2030e28324c29a (diff) | |
download | ports-3a88adbd6be8a8d449a8eb17366ccd0d338fbdcb.tar.gz ports-3a88adbd6be8a8d449a8eb17366ccd0d338fbdcb.zip |
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.
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-oauth-tty/Makefile | 21 | ||||
-rw-r--r-- | net/rubygem-oauth-tty/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-oauth-tty/pkg-descr | 2 |
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. |