1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-05-07 11:20:46 -04:00

www/rubygem-httparty-gitlab: Add rubygem-httparty-gitlab 0.22.0 (copied from rubygem-httparty)

This commit is contained in:
Po-Chuan Hsieh 2025-04-18 13:10:12 +08:00
parent e2ec7df7e9
commit 6966b808b8
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 41 additions and 0 deletions
www
Makefile
rubygem-httparty-gitlab

View file

@ -2154,6 +2154,7 @@
SUBDIR += rubygem-http4
SUBDIR += rubygem-http_router
SUBDIR += rubygem-httparty
SUBDIR += rubygem-httparty-gitlab
SUBDIR += rubygem-httparty021
SUBDIR += rubygem-httpclient
SUBDIR += rubygem-httpi

View file

@ -0,0 +1,28 @@
PORTNAME= httparty
PORTVERSION= 0.22.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby Library that Makes HTTP Fun Again
WWW= https://www.johnnunemaker.com/httparty/ \
https://github.com/jnunemaker/httparty
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-csv>=0:devel/rubygem-csv \
rubygem-mini_mime>=1.0.0:mail/rubygem-mini_mime \
rubygem-multi_xml>=0.5.2:textproc/rubygem-multi_xml
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= john_nunemaker
post-install:
@${RM} ${STAGEDIR}${PREFIX}/bin/httparty
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1715843886
SHA256 (rubygem/httparty-0.22.0.gem) = 78652a5c9471cf0093d3b2083c2295c9c8f12b44c65112f1846af2b71430fa6c
SIZE (rubygem/httparty-0.22.0.gem) = 47616

View file

@ -0,0 +1,9 @@
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