pkgsrc-WIP-changes archive

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

ruby-gh: Import ruby-gh-0.15.1 as wip/ruby-gh



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jul 8 16:36:38 2019 +0200
Changeset:	cdee3154a313502f6e524ac8337d33c765d87ca5

Modified Files:
	Makefile
Added Files:
	ruby-gh/DESCR
	ruby-gh/Makefile
	ruby-gh/PLIST
	ruby-gh/distinfo

Log Message:
ruby-gh: Import ruby-gh-0.15.1 as wip/ruby-gh

Highly flexible, layered, low-level GitHub client library, trying to
get out of your way and let you get to the GitHub data as simple as
possible. Unless you add layers, you will end up with Hashes and
Arrays. The approach and API should be familiar from projects like Rack
or Faraday.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cdee3154a313502f6e524ac8337d33c765d87ca5

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

diffstat:
 Makefile         |  1 +
 ruby-gh/DESCR    |  5 +++++
 ruby-gh/Makefile | 21 +++++++++++++++++++++
 ruby-gh/PLIST    | 25 +++++++++++++++++++++++++
 ruby-gh/distinfo |  7 +++++++
 5 files changed, 59 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 51f05e0297..f7bf8f0c4c 100644
--- a/Makefile
+++ b/Makefile
@@ -4342,6 +4342,7 @@ SUBDIR+=	ruby-chawan
 SUBDIR+=	ruby-delegate_it
 SUBDIR+=	ruby-diaspora
 SUBDIR+=	ruby-ditz
+SUBDIR+=	ruby-gh
 SUBDIR+=	ruby-ghi
 SUBDIR+=	ruby-git
 SUBDIR+=	ruby-git_stats
diff --git a/ruby-gh/DESCR b/ruby-gh/DESCR
new file mode 100644
index 0000000000..a8348df2a2
--- /dev/null
+++ b/ruby-gh/DESCR
@@ -0,0 +1,5 @@
+Highly flexible, layered, low-level GitHub client library, trying to
+get out of your way and let you get to the GitHub data as simple as
+possible. Unless you add layers, you will end up with Hashes and
+Arrays. The approach and API should be familiar from projects like Rack
+or Faraday.
diff --git a/ruby-gh/Makefile b/ruby-gh/Makefile
new file mode 100644
index 0000000000..15ad945f71
--- /dev/null
+++ b/ruby-gh/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	gh-0.15.1
+CATEGORIES=	net
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/travis-ci/gh
+COMMENT=	Layerd GitHub API client
+LICENSE=	mit
+
+DEPENDS+=	${RUBY_PKGPREFIX}-addressable-[0-9]*:../../net/ruby-addressable
+DEPENDS+=	${RUBY_PKGPREFIX}-backports-[0-9]*:../../devel/ruby-backports
+DEPENDS+=	${RUBY_PKGPREFIX}-faraday>=0.8:../../www/ruby-faraday
+DEPENDS+=	${RUBY_PKGPREFIX}-multi_json-[0-9]*:../../textproc/ruby-multi_json
+DEPENDS+=	${RUBY_PKGPREFIX}-net-http-persistent>=2.9:../../www/ruby-net-http-persistent
+DEPENDS+=	${RUBY_PKGPREFIX}-net-http-pipeline-[0-9]*:../../wip/ruby-net-http-pipeline
+
+#RUBYGEM_OPTIONS+=	--format-executable
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-gh/PLIST b/ruby-gh/PLIST
new file mode 100644
index 0000000000..1ebc38d112
--- /dev/null
+++ b/ruby-gh/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/lib/gh.rb
+${GEM_LIBDIR}/lib/gh/cache.rb
+${GEM_LIBDIR}/lib/gh/case.rb
+${GEM_LIBDIR}/lib/gh/custom_limit.rb
+${GEM_LIBDIR}/lib/gh/error.rb
+${GEM_LIBDIR}/lib/gh/faraday_adapter.rb
+${GEM_LIBDIR}/lib/gh/instrumentation.rb
+${GEM_LIBDIR}/lib/gh/lazy_loader.rb
+${GEM_LIBDIR}/lib/gh/link_follower.rb
+${GEM_LIBDIR}/lib/gh/merge_commit.rb
+${GEM_LIBDIR}/lib/gh/nested_resources.rb
+${GEM_LIBDIR}/lib/gh/normalizer.rb
+${GEM_LIBDIR}/lib/gh/pagination.rb
+${GEM_LIBDIR}/lib/gh/parallel.rb
+${GEM_LIBDIR}/lib/gh/remote.rb
+${GEM_LIBDIR}/lib/gh/response.rb
+${GEM_LIBDIR}/lib/gh/response_wrapper.rb
+${GEM_LIBDIR}/lib/gh/stack.rb
+${GEM_LIBDIR}/lib/gh/token_check.rb
+${GEM_LIBDIR}/lib/gh/version.rb
+${GEM_LIBDIR}/lib/gh/wrapper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/ruby-gh/distinfo b/ruby-gh/distinfo
new file mode 100644
index 0000000000..8d1b805438
--- /dev/null
+++ b/ruby-gh/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (gh-0.15.1.gem) = 0a0687ceeb508238a87a4deeecd1ba7a97c28bfd
+RMD160 (gh-0.15.1.gem) = 626c7214d4a4ab4ed9037f8621a72d3ea74c5a34
+SHA512 (gh-0.15.1.gem) = 1bc684cf9d6c2276920bfd9658828f20f49c4f8458dea147f5db14a5e93b3dcf6a57e19fecac9ca7896fee63f0a33c8f1474e9f03c2d9d662d408a55640b9100
+Size (gh-0.15.1.gem) = 15360 bytes
+SHA1 (patch-lib_ghi_client.rb) = 2b596f815efa579c371dd2d596b292ac69f03da5


Home | Main Index | Thread Index | Old Index