Port details |
- rubygem-http Simple Ruby DSL for making HTTP requests
- 5.2.0 www =2 5.2.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2014-08-07 16:27:10
- Last Update: 2024-02-21 15:10:52
- Commit Hash: 643ce59
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/httprb/http
- Description:
- The HTTP Gem is an easy-to-use client library for making requests from Ruby. It
uses a simple method chaining system for building requests, similar to Python's
Requests.
Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native
extension based on the Node.js parser and a Java port thereof.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-http>0:www/rubygem-http
- To install the port:
- cd /usr/ports/www/rubygem-http/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-http
- pkg install rubygem-http
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-http
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708450616
SHA256 (rubygem/http-5.2.0.gem) = b99ed3c65376e0fd8107647fbaf5a8ab4f66c347d1271fb74cea757e209c6115
SIZE (rubygem/http-5.2.0.gem) = 85504
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-addressable>=2.8<3 : www/rubygem-addressable
- rubygem-base64>=0.1<1 : converters/rubygem-base64
- rubygem-http-cookie>=1.0<2 : www/rubygem-http-cookie
- rubygem-http-form_data>=2.2<3 : www/rubygem-http-form_data
- rubygem-llhttp-ffi>=0.5.0<0.6 : www/rubygem-llhttp-ffi
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- net/rubygem-twitter
- sysutils/rubygem-backup
- textproc/rubygem-elastic-apm
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-http
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.0 21 Feb 2024 15:10:52 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-http: Update to 5.2.0
Changes: https://github.com/httprb/http/blob/5-x-stable/CHANGELOG.md |
5.1.1_1 09 Apr 2023 13:37:26 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-http: Fix gemspec for rubygem-llhttp-ffi 0.5.0 update
- Bump PORTREVISION for package change |
5.1.1 30 Jan 2023 13:01:44 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-http: Update to 5.1.1
Changes: https://github.com/httprb/http/blob/main/CHANGES.md |
5.1.0 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.1.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
5.1.0 21 Jun 2022 16:36:27 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-http: Update to 5.1.0
Changes: https://github.com/httprb/http/blob/main/CHANGES.md |
5.0.4 25 Oct 2021 15:58:04 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-http: Update to 5.0.4
Changes: https://github.com/httprb/http/blob/main/CHANGES.md |
5.0.2 21 Sep 2021 03:47:17 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-http: Update to 5.0.2
Changes: https://github.com/httprb/http/blob/main/CHANGES.md |
5.0.1 06 Jul 2021 14:58:27 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-http: Update to 5.0.1
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
5.0.0_1 18 May 2021 19:29:25 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-http: Allow build with rubygem-llhttp-ffi 0.3.0
- Bump PORTREVISION for package change
Obtained
from: https://github.com/httprb/http/commit/a91c17075f22b98681b064d0a6aee461521cfe97 |
5.0.0 16 May 2021 15:24:42 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-http: Update to 5.0.0
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
4.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.1 02 Apr 2020 12:07:50 |
sunpoet |
Update to 4.4.1
Changes: https://github.com/httprb/http/blob/4-x-stable/CHANGES.md |
4.4.0 31 Mar 2020 23:17:07 |
sunpoet |
Update to 4.4.0
Changes: https://github.com/httprb/http/blob/4-x-stable/CHANGES.md |
4.3.0 10 Jan 2020 19:17:45 |
sunpoet |
Update to 4.3.0
Changes: https://github.com/httprb/http/blob/4-x-stable/CHANGES.md |
4.2.0 23 Oct 2019 17:46:20 |
sunpoet |
Update to 4.2.0
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
4.1.1 13 Jul 2019 20:47:51 |
sunpoet |
Update to 4.1.1
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
3.3.0 27 Apr 2018 15:57:52 |
sunpoet |
Update to 3.3.0
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
3.0.0 12 Dec 2017 13:33:50 |
sunpoet |
Update to 3.0.0
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
2.2.2 28 Apr 2017 20:25:04 |
sunpoet |
Update to 2.2.2
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
2.2.1 07 Feb 2017 20:31:32 |
sunpoet |
Update to 2.2.1
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
2.2.0 03 Feb 2017 14:10:04 |
sunpoet |
Update to 2.2.0
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
2.1.0 03 Dec 2016 19:36:18 |
sunpoet |
- Update to 2.1.0
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
2.0.2 26 Jun 2016 17:24:12 |
sunpoet |
- Update to 2.0.2
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
2.0.1 14 May 2016 01:30:23 |
sunpoet |
- Update to 2.0.1
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
2.0.0 28 Apr 2016 19:04:17 |
sunpoet |
- Update to 2.0.0
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
1.0.4 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.0.4 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
1.0.4 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.0.4 21 Mar 2016 17:59:49 |
sunpoet |
- Update to 1.0.4
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
1.0.3 20 Mar 2016 18:37:04 |
sunpoet |
- Update to 1.0.3
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
1.0.2 19 Jan 2016 08:36:47 |
sunpoet |
- Update to 1.0.2
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
1.0.1 29 Dec 2015 16:10:05 |
sunpoet |
- Update to 1.0.1
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
0.9.8 01 Oct 2015 15:55:43 |
sunpoet |
- Update to 0.9.8
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
0.9.7 20 Sep 2015 20:24:32 |
sunpoet |
- Update to 0.9.7
- Add LICENSE_FILE
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
0.9.6 07 Sep 2015 17:51:15 |
sunpoet |
- Update to 0.9.6
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
0.9.4 26 Aug 2015 09:31:37 |
sunpoet |
- Update to 0.9.4
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
0.9.3 20 Aug 2015 03:41:51 |
sunpoet |
- Update to 0.9.3
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
0.9.2 19 Aug 2015 15:08:45 |
sunpoet |
- Update to 0.9.2
- Update WWW
Changes: https://github.com/httprb/http/blob/master/CHANGES.md |
0.9.1 15 Aug 2015 07:37:35 |
sunpoet |
- Update to 0.9.1
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.9.0 13 Aug 2015 17:39:32 |
sunpoet |
- Remove RG link |
0.9.0 24 Jul 2015 09:49:35 |
sunpoet |
- Update to 0.9.0
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.12 06 Jul 2015 18:05:38 |
sunpoet |
- Remove blank line between NO_ARCH and USE_RUBY |
0.8.12 02 Jul 2015 16:01:08 |
pgollucci |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
0.8.12 27 May 2015 09:49:46 |
sunpoet |
- Update to 0.8.12
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.11 23 May 2015 15:29:28 |
sunpoet |
- Update to 0.8.11
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.10 15 May 2015 18:05:42 |
sunpoet |
- Update to 0.8.10
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.9 13 May 2015 19:00:57 |
sunpoet |
- Update to 0.8.9
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.7 10 May 2015 12:45:24 |
sunpoet |
- Update to 0.8.7
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.5 07 May 2015 17:43:55 |
sunpoet |
- Update to 0.8.5
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.4 25 Apr 2015 07:40:44 |
sunpoet |
- Update to 0.8.4
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.3 10 Apr 2015 08:30:10 |
sunpoet |
- Update to 0.8.3
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.2 08 Apr 2015 17:41:10 |
sunpoet |
- Update to 0.8.2
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.1 03 Apr 2015 17:28:39 |
sunpoet |
- Update to 0.8.1
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.8.0 02 Apr 2015 19:13:47 |
sunpoet |
- Update to 0.8.0
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.7.3 25 Mar 2015 15:44:53 |
sunpoet |
- Update to 0.7.3
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.7.2 03 Mar 2015 13:30:16 |
sunpoet |
- Update to 0.7.2
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.7.1_1 02 Mar 2015 20:03:22 |
sunpoet |
- Update RUN_DEPENDS
- Bump PORTREVISION for dependency change
Obtained
from: https://github.com/httprb/http.rb/commit/64fc52ad7e1bf87bc7a19c89c90d41e42ab90edb |
0.7.1 04 Jan 2015 17:58:09 |
sunpoet |
- Update to 0.7.1
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.7.0 04 Jan 2015 17:11:17 |
sunpoet |
- Update to 0.7.0
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.6.3 24 Nov 2014 18:28:20 |
sunpoet |
- Update to 0.6.3
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.6.2 08 Aug 2014 15:38:00 |
sunpoet |
- Update to 0.6.2
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md |
0.6.1 07 Aug 2014 16:26:42 |
sunpoet |
- Add rubygem-http 0.6.1
The HTTP Gem is an easy-to-use client library for making requests from Ruby. It
uses a simple method chaining system for building requests, similar to Python's
Requests
Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native
extension based on the Node.js parser and a Java port thereof.
WWW: https://github.com/tarcieri/http
RG: https://rubygems.org/gems/http |