pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-train-rest



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec  3 13:42:01 UTC 2022

Added Files:
        pkgsrc/net/ruby-train-rest: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/ruby-train-rest/DESCR \
    pkgsrc/net/ruby-train-rest/Makefile pkgsrc/net/ruby-train-rest/PLIST \
    pkgsrc/net/ruby-train-rest/distinfo

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

Added files:

Index: pkgsrc/net/ruby-train-rest/DESCR
diff -u /dev/null pkgsrc/net/ruby-train-rest/DESCR:1.1
--- /dev/null   Sat Dec  3 13:42:01 2022
+++ pkgsrc/net/ruby-train-rest/DESCR    Sat Dec  3 13:42:01 2022
@@ -0,0 +1,3 @@
+train-rest - Train transport
+
+Provides a transport to communicate easily with RESTful APIs.
Index: pkgsrc/net/ruby-train-rest/Makefile
diff -u /dev/null pkgsrc/net/ruby-train-rest/Makefile:1.1
--- /dev/null   Sat Dec  3 13:42:01 2022
+++ pkgsrc/net/ruby-train-rest/Makefile Sat Dec  3 13:42:01 2022
@@ -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"
Index: pkgsrc/net/ruby-train-rest/PLIST
diff -u /dev/null pkgsrc/net/ruby-train-rest/PLIST:1.1
--- /dev/null   Sat Dec  3 13:42:01 2022
+++ pkgsrc/net/ruby-train-rest/PLIST    Sat Dec  3 13:42:01 2022
@@ -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
Index: pkgsrc/net/ruby-train-rest/distinfo
diff -u /dev/null pkgsrc/net/ruby-train-rest/distinfo:1.1
--- /dev/null   Sat Dec  3 13:42:01 2022
+++ pkgsrc/net/ruby-train-rest/distinfo Sat Dec  3 13:42:01 2022
@@ -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