summaryrefslogtreecommitdiff
path: root/www/ruby-multipart-post
diff options
context:
space:
mode:
authorobache <obache>2013-01-26 08:46:28 +0000
committerobache <obache>2013-01-26 08:46:28 +0000
commit15ab948a0e0fceb4f49d954ddea24db31adb92bd (patch)
treef12f8bfcb87bfc9221785c3d1d7478b9b71e9ed8 /www/ruby-multipart-post
parent9cad63b670396758879b65317ab079cabdfcce8e (diff)
downloadpkgsrc-15ab948a0e0fceb4f49d954ddea24db31adb92bd.tar.gz
Import ruby-multipart-post-1.1.5 as www/ruby-multipart-post.
Use with Net::HTTP to do multipart form posts. IO values that have #content_type, #original_filename, and #local_path will be posted as a binary file.
Diffstat (limited to 'www/ruby-multipart-post')
-rw-r--r--www/ruby-multipart-post/DESCR3
-rw-r--r--www/ruby-multipart-post/Makefile12
-rw-r--r--www/ruby-multipart-post/PLIST21
-rw-r--r--www/ruby-multipart-post/distinfo5
4 files changed, 41 insertions, 0 deletions
diff --git a/www/ruby-multipart-post/DESCR b/www/ruby-multipart-post/DESCR
new file mode 100644
index 00000000000..a15e18a830a
--- /dev/null
+++ b/www/ruby-multipart-post/DESCR
@@ -0,0 +1,3 @@
+Use with Net::HTTP to do multipart form posts. IO values that have
+#content_type, #original_filename, and #local_path will be posted as a binary
+file.
diff --git a/www/ruby-multipart-post/Makefile b/www/ruby-multipart-post/Makefile
new file mode 100644
index 00000000000..16b0494d253
--- /dev/null
+++ b/www/ruby-multipart-post/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2013/01/26 08:46:29 obache Exp $
+
+DISTNAME= multipart-post-1.1.5
+CATEGORIES= www
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://github.com/nicksieger/multipart-post
+COMMENT= Multipart form post accessory for Net::HTTP
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-multipart-post/PLIST b/www/ruby-multipart-post/PLIST
new file mode 100644
index 00000000000..25a60b4d709
--- /dev/null
+++ b/www/ruby-multipart-post/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2013/01/26 08:46:29 obache Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.lock
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/composite_io.rb
+${GEM_LIBDIR}/lib/multipart_post.rb
+${GEM_LIBDIR}/lib/multipartable.rb
+${GEM_LIBDIR}/lib/net/http/post/multipart.rb
+${GEM_LIBDIR}/lib/parts.rb
+${GEM_LIBDIR}/multipart-post.gemspec
+${GEM_LIBDIR}/test/multibyte.txt
+${GEM_LIBDIR}/test/net/http/post/test_multipart.rb
+${GEM_LIBDIR}/test/test_composite_io.rb
+${GEM_LIBDIR}/test/test_parts.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/ruby-multipart-post/distinfo b/www/ruby-multipart-post/distinfo
new file mode 100644
index 00000000000..8ca6e4d872d
--- /dev/null
+++ b/www/ruby-multipart-post/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/01/26 08:46:29 obache Exp $
+
+SHA1 (multipart-post-1.1.5.gem) = 4cb67e344206fc25dbb9967d468eb635df341920
+RMD160 (multipart-post-1.1.5.gem) = 6ceb52187c53fcb0391fc0299576db6f14ab713b
+Size (multipart-post-1.1.5.gem) = 9728 bytes