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.
This commit is contained in:
parent
3accd6920f
commit
93ab35e6e6
4 changed files with 45 additions and 0 deletions
3
net/ruby-train-rest/DESCR
Normal file
3
net/ruby-train-rest/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
train-rest - Train transport
|
||||||
|
|
||||||
|
Provides a transport to communicate easily with RESTful APIs.
|
19
net/ruby-train-rest/Makefile
Normal file
19
net/ruby-train-rest/Makefile
Normal file
|
@ -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
|
||||||
|
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"
|
18
net/ruby-train-rest/PLIST
Normal file
18
net/ruby-train-rest/PLIST
Normal file
|
@ -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
|
5
net/ruby-train-rest/distinfo
Normal file
5
net/ruby-train-rest/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue