pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-train-rest net/ruby-train-rest: add pacakge v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85e571104a3a
branches:  trunk
changeset: 389305:85e571104a3a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 03 13:42:01 2022 +0000

description:
net/ruby-train-rest: add pacakge version 0.5.0

Required by new version of sysutils/ruby-chef package.

train-rest - Train transport

Provides a transport to communicate easily with RESTful APIs.

diffstat:

 net/ruby-train-rest/DESCR    |   3 +++
 net/ruby-train-rest/Makefile |  19 +++++++++++++++++++
 net/ruby-train-rest/PLIST    |  18 ++++++++++++++++++
 net/ruby-train-rest/distinfo |   5 +++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 1d62ea7069ff -r 85e571104a3a net/ruby-train-rest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-train-rest/DESCR Sat Dec 03 13:42:01 2022 +0000
@@ -0,0 +1,3 @@
+train-rest - Train transport
+
+Provides a transport to communicate easily with RESTful APIs.
diff -r 1d62ea7069ff -r 85e571104a3a net/ruby-train-rest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-train-rest/Makefile      Sat Dec 03 13:42:01 2022 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2022/12/03 13:42:01 taca Exp $
+
+DISTNAME=      train-rest-0.5.0
+CATEGORIES=    net
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tecracer-chef/train-rest
+COMMENT=       Train transport for REST
+LICENSE=       apache-2.0
+
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-aws-sigv4>=1.5<2:../../www/ruby-aws-sigv4
+DEPENDS+=      ${RUBY_PKGPREFIX}-train-core>=3.0<4:../../net/ruby-train-core
+DEPENDS+=      ${RUBY_PKGPREFIX}-rest-client>=2.1<3:../../www/ruby-rest-client
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1d62ea7069ff -r 85e571104a3a net/ruby-train-rest/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-train-rest/PLIST Sat Dec 03 13:42:01 2022 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2022/12/03 13:42:01 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/lib/train-rest.rb
+${GEM_LIBDIR}/lib/train-rest/auth_handler.rb
+${GEM_LIBDIR}/lib/train-rest/auth_handler/anonymous.rb
+${GEM_LIBDIR}/lib/train-rest/auth_handler/authtype-apikey.rb
+${GEM_LIBDIR}/lib/train-rest/auth_handler/awsv4.rb
+${GEM_LIBDIR}/lib/train-rest/auth_handler/basic.rb
+${GEM_LIBDIR}/lib/train-rest/auth_handler/bearer.rb
+${GEM_LIBDIR}/lib/train-rest/auth_handler/header.rb
+${GEM_LIBDIR}/lib/train-rest/auth_handler/hmac-signature.rb
+${GEM_LIBDIR}/lib/train-rest/auth_handler/redfish.rb
+${GEM_LIBDIR}/lib/train-rest/connection.rb
+${GEM_LIBDIR}/lib/train-rest/errors.rb
+${GEM_LIBDIR}/lib/train-rest/transport.rb
+${GEM_LIBDIR}/lib/train-rest/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 1d62ea7069ff -r 85e571104a3a net/ruby-train-rest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-train-rest/distinfo      Sat Dec 03 13:42:01 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/03 13:42:01 taca Exp $
+
+BLAKE2s (train-rest-0.5.0.gem) = d3cfb6dedd212d892737ad24c8087dcdf2a669e8706f075d0054859c9f574e16
+SHA512 (train-rest-0.5.0.gem) = 33229a352874017d7b3bc1a292fb77ed1b03b37c6d8ecba88ccf92e5d27c2524df0da70c8c73f32f38d54284537ea5e57d53df354eb8819bbc03df9b5c58243b
+Size (train-rest-0.5.0.gem) = 13824 bytes



Home | Main Index | Thread Index | Old Index