pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-oauth-tty



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 11 05:41:36 UTC 2022

Added Files:
        pkgsrc/security/ruby-oauth-tty: ALTERNATIVES DESCR Makefile PLIST
            distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-oauth-tty/ALTERNATIVES \
    pkgsrc/security/ruby-oauth-tty/DESCR \
    pkgsrc/security/ruby-oauth-tty/Makefile \
    pkgsrc/security/ruby-oauth-tty/PLIST \
    pkgsrc/security/ruby-oauth-tty/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-oauth-tty/ALTERNATIVES
diff -u /dev/null pkgsrc/security/ruby-oauth-tty/ALTERNATIVES:1.1
--- /dev/null   Sun Sep 11 05:41:36 2022
+++ pkgsrc/security/ruby-oauth-tty/ALTERNATIVES Sun Sep 11 05:41:36 2022
@@ -0,0 +1 @@
+bin/oauth @PREFIX@/bin/oauth@RUBY_SUFFIX@
Index: pkgsrc/security/ruby-oauth-tty/DESCR
diff -u /dev/null pkgsrc/security/ruby-oauth-tty/DESCR:1.1
--- /dev/null   Sun Sep 11 05:41:36 2022
+++ pkgsrc/security/ruby-oauth-tty/DESCR        Sun Sep 11 05:41:36 2022
@@ -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.
Index: pkgsrc/security/ruby-oauth-tty/Makefile
diff -u /dev/null pkgsrc/security/ruby-oauth-tty/Makefile:1.1
--- /dev/null   Sun Sep 11 05:41:36 2022
+++ pkgsrc/security/ruby-oauth-tty/Makefile     Sun Sep 11 05:41:36 2022
@@ -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"
Index: pkgsrc/security/ruby-oauth-tty/PLIST
diff -u /dev/null pkgsrc/security/ruby-oauth-tty/PLIST:1.1
--- /dev/null   Sun Sep 11 05:41:36 2022
+++ pkgsrc/security/ruby-oauth-tty/PLIST        Sun Sep 11 05:41:36 2022
@@ -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
Index: pkgsrc/security/ruby-oauth-tty/distinfo
diff -u /dev/null pkgsrc/security/ruby-oauth-tty/distinfo:1.1
--- /dev/null   Sun Sep 11 05:41:36 2022
+++ pkgsrc/security/ruby-oauth-tty/distinfo     Sun Sep 11 05:41:36 2022
@@ -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