svn commit: r380293 - in head/www: . rubygem-http-form_data

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 2 20:07:33 UTC 2015


Author: sunpoet
Date: Mon Mar  2 20:07:31 2015
New Revision: 380293
URL: https://svnweb.freebsd.org/changeset/ports/380293
QAT: https://qat.redports.org/buildarchive/r380293/

Log:
  - Add rubygem-http-form_data 1.0.0
  
  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.rb
  RG:  https://rubygems.org/gems/http-form_data

Added:
  head/www/rubygem-http-form_data/
  head/www/rubygem-http-form_data/Makefile   (contents, props changed)
  head/www/rubygem-http-form_data/distinfo   (contents, props changed)
  head/www/rubygem-http-form_data/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Mar  2 20:03:35 2015	(r380292)
+++ head/www/Makefile	Mon Mar  2 20:07:31 2015	(r380293)
@@ -1829,6 +1829,7 @@
     SUBDIR += rubygem-html2haml
     SUBDIR += rubygem-http
     SUBDIR += rubygem-http-cookie
+    SUBDIR += rubygem-http-form_data
     SUBDIR += rubygem-http_router
     SUBDIR += rubygem-httparty
     SUBDIR += rubygem-httpclient

Added: head/www/rubygem-http-form_data/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-http-form_data/Makefile	Mon Mar  2 20:07:31 2015	(r380293)
@@ -0,0 +1,18 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	http-form_data
+PORTVERSION=	1.0.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Build form data request bodies
+
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-http-form_data/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-http-form_data/distinfo	Mon Mar  2 20:07:31 2015	(r380293)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/http-form_data-1.0.0.gem) = 162988c19ae156541561889d064c7d7db15adc4190d4ddd31471f2741e3da7b0
+SIZE (rubygem/http-form_data-1.0.0.gem) = 13824

Added: head/www/rubygem-http-form_data/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-http-form_data/pkg-descr	Mon Mar  2 20:07:31 2015	(r380293)
@@ -0,0 +1,5 @@
+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.rb
+RG:  https://rubygems.org/gems/http-form_data


More information about the svn-ports-head mailing list