1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Add rubygem-http-form_data1 1.0.3 (copied from rubygem-http-form_data)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-12 13:32:09 +00:00
parent 038af36ccf
commit 49dc12ca0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456131
4 changed files with 29 additions and 0 deletions

View File

@ -2033,6 +2033,7 @@
SUBDIR += rubygem-http
SUBDIR += rubygem-http-cookie
SUBDIR += rubygem-http-form_data
SUBDIR += rubygem-http-form_data1
SUBDIR += rubygem-http_router
SUBDIR += rubygem-httparty
SUBDIR += rubygem-httpclient

View File

@ -0,0 +1,21 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= http-form_data
PORTVERSION= 1.0.3
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build form data request bodies
LICENSE= MIT
PORTSCOUT= limit:^1\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1495206153
SHA256 (rubygem/http-form_data-1.0.3.gem) = 1578934f15091d218e036c9e467a685f534793f08f61cd286013b9eb16e70d49
SIZE (rubygem/http-form_data-1.0.3.gem) = 14336

View File

@ -0,0 +1,4 @@
HTTP::FormData is utility-belt to build form data request bodies. It provides
support for 'application/x-www-form-urlencoded' and 'multipart/form-data' types.
WWW: https://github.com/httprb/form_data