Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 17:13:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376133 - in head/www: . rubygem-form_data
Message-ID:  <201501031713.t03HDTFb056645@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan  3 17:13:28 2015
New Revision: 376133
URL: https://svnweb.freebsd.org/changeset/ports/376133
QAT: https://qat.redports.org/buildarchive/r376133/

Log:
  - Add rubygem-form_data 0.1.0
  
  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/form_data

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Jan  3 17:13:22 2015	(r376132)
+++ head/www/Makefile	Sat Jan  3 17:13:28 2015	(r376133)
@@ -1787,6 +1787,7 @@
     SUBDIR += rubygem-feed-normalizer
     SUBDIR += rubygem-feedjira
     SUBDIR += rubygem-flowdock
+    SUBDIR += rubygem-form_data
     SUBDIR += rubygem-geminabox
     SUBDIR += rubygem-gitlab-flowdock-git-hook
     SUBDIR += rubygem-gitlab-gollum-lib

Added: head/www/rubygem-form_data/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-form_data/Makefile	Sat Jan  3 17:13:28 2015	(r376133)
@@ -0,0 +1,18 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	form_data
+PORTVERSION=	0.1.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@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-form_data/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-form_data/distinfo	Sat Jan  3 17:13:28 2015	(r376133)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/form_data-0.1.0.gem) = cbd70b94cdb3ea67a2d3d6e34a5961f727a4887d9e765a765d7615bbbd0e6af3
+SIZE (rubygem/form_data-0.1.0.gem) = 13312

Added: head/www/rubygem-form_data/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-form_data/pkg-descr	Sat Jan  3 17:13:28 2015	(r376133)
@@ -0,0 +1,5 @@
+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/form_data



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501031713.t03HDTFb056645>