pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-faraday-follow_redirects
Module Name: pkgsrc
Committed By: taca
Date: Sat Feb 4 13:53:57 UTC 2023
Added Files:
pkgsrc/www/ruby-faraday-follow_redirects: DESCR Makefile PLIST distinfo
Log Message:
www/ruby-faraday-follow_redirects: add pacakge version 0.3.0
This package is required by newer ruby-inspec-core.
Faraday Follow Redirects
Faraday 2.x compatible extraction of FaradayMiddleware::FollowRedirects.
This gem will also work with Faraday 1.x, to support gem codebases which can
work with Faraday 1.x or 2.x. For the former standard version of this
middleware for Faraday 1.x, check out
https://github.com/lostisland/faraday_middleware. Faraday 1.x support is
considered deprecated, please update to Faraday 2.x.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-faraday-follow_redirects/DESCR \
pkgsrc/www/ruby-faraday-follow_redirects/Makefile \
pkgsrc/www/ruby-faraday-follow_redirects/PLIST \
pkgsrc/www/ruby-faraday-follow_redirects/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/ruby-faraday-follow_redirects/DESCR
diff -u /dev/null pkgsrc/www/ruby-faraday-follow_redirects/DESCR:1.1
--- /dev/null Sat Feb 4 13:53:57 2023
+++ pkgsrc/www/ruby-faraday-follow_redirects/DESCR Sat Feb 4 13:53:57 2023
@@ -0,0 +1,8 @@
+Faraday Follow Redirects
+
+Faraday 2.x compatible extraction of FaradayMiddleware::FollowRedirects.
+This gem will also work with Faraday 1.x, to support gem codebases which can
+work with Faraday 1.x or 2.x. For the former standard version of this
+middleware for Faraday 1.x, check out
+https://github.com/lostisland/faraday_middleware. Faraday 1.x support is
+considered deprecated, please update to Faraday 2.x.
Index: pkgsrc/www/ruby-faraday-follow_redirects/Makefile
diff -u /dev/null pkgsrc/www/ruby-faraday-follow_redirects/Makefile:1.1
--- /dev/null Sat Feb 4 13:53:57 2023
+++ pkgsrc/www/ruby-faraday-follow_redirects/Makefile Sat Feb 4 13:53:57 2023
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2023/02/04 13:53:57 taca Exp $
+
+DISTNAME= faraday-follow_redirects-0.3.0
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/tisba/faraday-follow-redirects
+COMMENT= FaradayMiddleware::FollowRedirects for Faraday 2.x
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=2.0<3:../../www/ruby-faraday
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-faraday-follow_redirects/PLIST
diff -u /dev/null pkgsrc/www/ruby-faraday-follow_redirects/PLIST:1.1
--- /dev/null Sat Feb 4 13:53:57 2023
+++ pkgsrc/www/ruby-faraday-follow_redirects/PLIST Sat Feb 4 13:53:57 2023
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2023/02/04 13:53:57 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/LICENSE.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/faraday/follow_redirects.rb
+${GEM_LIBDIR}/lib/faraday/follow_redirects/middleware.rb
+${GEM_LIBDIR}/lib/faraday/follow_redirects/redirect_limit_reached.rb
+${GEM_LIBDIR}/lib/faraday/follow_redirects/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/www/ruby-faraday-follow_redirects/distinfo
diff -u /dev/null pkgsrc/www/ruby-faraday-follow_redirects/distinfo:1.1
--- /dev/null Sat Feb 4 13:53:57 2023
+++ pkgsrc/www/ruby-faraday-follow_redirects/distinfo Sat Feb 4 13:53:57 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/02/04 13:53:57 taca Exp $
+
+BLAKE2s (faraday-follow_redirects-0.3.0.gem) = b465d4b6aa9f47c130bb76799fda9ca4facdcb230563ec830ba89aa26d090ce0
+SHA512 (faraday-follow_redirects-0.3.0.gem) = bfce9286e2c94c23174b368f8cd6ae35a5b2cbc1802d23bff2cc74476e5b4585dc3561dc566ccf7f47b3966cc4d1dc582cf182024c3220933b17051141e952b9
+Size (faraday-follow_redirects-0.3.0.gem) = 8704 bytes
Home |
Main Index |
Thread Index |
Old Index