pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ruby-oauth-tty security/ruby-oauth-tty: add p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6de28a587243
branches:  trunk
changeset: 385125:6de28a587243
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 11 05:41:36 2022 +0000

description:
security/ruby-oauth-tty: add package version 1.0.3

OAuth::TTY

A TTY Command Line Interface for interacting with OAuth 1.0 services.

This library was written originally by Thiago Pinto in 2016 and bundled with
the oauth gem.  It was extracted into a separate library by Peter Boling in
2022 as part of the move to a stable version 1.0 for the oauth gem.

diffstat:

 security/ruby-oauth-tty/ALTERNATIVES |   1 +
 security/ruby-oauth-tty/DESCR        |   7 +++++++
 security/ruby-oauth-tty/Makefile     |  20 ++++++++++++++++++++
 security/ruby-oauth-tty/PLIST        |  22 ++++++++++++++++++++++
 security/ruby-oauth-tty/distinfo     |   5 +++++
 5 files changed, 55 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 36b95e86cf17 -r 6de28a587243 security/ruby-oauth-tty/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-oauth-tty/ALTERNATIVES      Sun Sep 11 05:41:36 2022 +0000
@@ -0,0 +1,1 @@
+bin/oauth @PREFIX@/bin/oauth@RUBY_SUFFIX@
diff -r 36b95e86cf17 -r 6de28a587243 security/ruby-oauth-tty/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-oauth-tty/DESCR     Sun Sep 11 05:41:36 2022 +0000
@@ -0,0 +1,7 @@
+OAuth::TTY
+
+A TTY Command Line Interface for interacting with OAuth 1.0 services.
+
+This library was written originally by Thiago Pinto in 2016 and bundled with
+the oauth gem.  It was extracted into a separate library by Peter Boling in
+2022 as part of the move to a stable version 1.0 for the oauth gem.
diff -r 36b95e86cf17 -r 6de28a587243 security/ruby-oauth-tty/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-oauth-tty/Makefile  Sun Sep 11 05:41:36 2022 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/09/11 05:41:36 taca Exp $
+
+DISTNAME=      oauth-tty-1.0.3
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://gitlab.com/oauth-xx/oauth-tty
+COMMENT=       OAuth 1.0 TTY CLI
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-version_gem>=1.1<2:../../devel/ruby-version_gem
+
+USE_LANGUAGES= # none
+
+RUBYGEM_OPTIONS+=      --format-executable
+
+RUBY_VERSIONS_INCOMPATIBLE=    26
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 36b95e86cf17 -r 6de28a587243 security/ruby-oauth-tty/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-oauth-tty/PLIST     Sun Sep 11 05:41:36 2022 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2022/09/11 05:41:36 taca Exp $
+bin/oauth${RUBY_SUFFIX}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/SECURITY.md
+${GEM_LIBDIR}/exe/oauth
+${GEM_LIBDIR}/lib/oauth/cli.rb
+${GEM_LIBDIR}/lib/oauth/tty.rb
+${GEM_LIBDIR}/lib/oauth/tty/cli.rb
+${GEM_LIBDIR}/lib/oauth/tty/command.rb
+${GEM_LIBDIR}/lib/oauth/tty/commands/authorize_command.rb
+${GEM_LIBDIR}/lib/oauth/tty/commands/help_command.rb
+${GEM_LIBDIR}/lib/oauth/tty/commands/query_command.rb
+${GEM_LIBDIR}/lib/oauth/tty/commands/sign_command.rb
+${GEM_LIBDIR}/lib/oauth/tty/commands/version_command.rb
+${GEM_LIBDIR}/lib/oauth/tty/version.rb
+${GEM_LIBDIR}/lib/oauth_tty.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 36b95e86cf17 -r 6de28a587243 security/ruby-oauth-tty/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-oauth-tty/distinfo  Sun Sep 11 05:41:36 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/09/11 05:41:36 taca Exp $
+
+BLAKE2s (oauth-tty-1.0.3.gem) = 03d1579d4cba9d2a7eef275f46d26964a5e5df8804aa7dc60e19891ebf79f22a
+SHA512 (oauth-tty-1.0.3.gem) = c888660f0ceb57991ab9114058fe3b31968752aab6ffae3ed403e7c46fb792d745df46ebe7ebe81f65553f1cdc23611f28b20e126d8757d7b721e6db9cedf08a
+Size (oauth-tty-1.0.3.gem) = 13312 bytes



Home | Main Index | Thread Index | Old Index