Port details on branch 2022Q2 |
- rubygem-httparty Ruby Library that Makes HTTP Fun Again
- 0.20.0 www
=0 0.20.0Version of this port present on the latest quarterly branch. - Maintainer: ruby@FreeBSD.org
 - Port Added: 2022-04-24 08:25:31
- Last Update: 2022-04-22 16:38:25
- Commit Hash: 014cff5
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://johnnunemaker.com/httparty/
- Description:
- httparty is a Ruby library that makes HTTP fun again!
Its features:
* Easy get, post, put, delete requests
* Basic http authentication
* Default request query string parameters (i.e. for API keys that are needed on
each request)
* Automatic parsing of JSON and XML into ruby hashes based on response
content-type
WWW: https://johnnunemaker.com/httparty/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-httparty>0:www/rubygem-httparty
- To install the port:
- cd /usr/ports/www/rubygem-httparty/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-httparty
- pkg install rubygem-httparty
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-httparty
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650557179
SHA256 (rubygem/httparty-0.20.0.gem) = 490d2a028a5accc611f1685d479d80ef80b129140d24a93c53c119f578614867
SIZE (rubygem/httparty-0.20.0.gem) = 47104
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:
-
- ruby27 : lang/ruby27
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-mime-types>=3.0 : misc/rubygem-mime-types
- rubygem-multi_xml>=0.5.2 : textproc/rubygem-multi_xml
- ruby27 : lang/ruby27
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby27 : lang/ruby27
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- www/gitlab-ce
- for Run
-
- www/gitlab-ce
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-httparty
- USES:
- cpe gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.20.0 22 Apr 2022 16:38:25
    |
Matthias Fechner (mfechner)  |
www/rubygem-httparty: update to 0.20.0
Required for gitlab-ce 14.10
Changelog:
https://github.com/jnunemaker/httparty/blob/master/Changelog.md
0.20.0
Breaking changes
Require Ruby >= 2.3.0
Fixes
Marshal.dump fails on response objects when request option :logger is set or
:parser is a proc (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|