aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-multipart-post/Makefile19
-rw-r--r--www/rubygem-multipart-post/distinfo2
-rw-r--r--www/rubygem-multipart-post/pkg-descr4
4 files changed, 26 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 854fc68a7809..6c985cb67441 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1615,6 +1615,7 @@
SUBDIR += rubygem-mechanize
SUBDIR += rubygem-mongrel
SUBDIR += rubygem-mongrel_cluster
+ SUBDIR += rubygem-multipart-post
SUBDIR += rubygem-nicovideo
SUBDIR += rubygem-passenger
SUBDIR += rubygem-rack
diff --git a/www/rubygem-multipart-post/Makefile b/www/rubygem-multipart-post/Makefile
new file mode 100644
index 000000000000..14ede6852445
--- /dev/null
+++ b/www/rubygem-multipart-post/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: rubygem-multipart-post
+# Date created: Mar 03, 2011
+# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= multipart-post
+PORTVERSION= 1.1.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= clsung@FreeBSD.org
+COMMENT= Ruby Library that Use with Net::HTTP to do multipart form posts
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-multipart-post/distinfo b/www/rubygem-multipart-post/distinfo
new file mode 100644
index 000000000000..f5d0b1af185c
--- /dev/null
+++ b/www/rubygem-multipart-post/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/multipart-post-1.1.0.gem) = e1b30095f3d10d49ba4b3cc521410323b19b5a6136c61a0bbcfdd51a8c85c975
+SIZE (rubygem/multipart-post-1.1.0.gem) = 8192
diff --git a/www/rubygem-multipart-post/pkg-descr b/www/rubygem-multipart-post/pkg-descr
new file mode 100644
index 000000000000..89c0b0e5fda5
--- /dev/null
+++ b/www/rubygem-multipart-post/pkg-descr
@@ -0,0 +1,4 @@
+multipart-post adds a streamy multipart form post capability to Net::HTTP. Also
+supports other methods besides POST.
+
+WWW: http://github.com/nicksieger/multipart-post