svn commit: r331893 - in head/devel: . rubygem-rack-raw-upload
Ryan Steinmetz
zi at FreeBSD.org
Mon Oct 28 19:52:22 UTC 2013
Author: zi
Date: Mon Oct 28 19:52:21 2013
New Revision: 331893
URL: http://svnweb.freebsd.org/changeset/ports/331893
Log:
New port: devel/rubygem-rack-raw-upload:
Middleware that converts files uploaded with mimetype application/octet-stream
into normal form input, so Rack applications can read these as normal, rather
than as raw input.
WWW: https://rubygems.org/gems/rack-raw-upload
Added:
head/devel/rubygem-rack-raw-upload/
head/devel/rubygem-rack-raw-upload/Makefile (contents, props changed)
head/devel/rubygem-rack-raw-upload/distinfo (contents, props changed)
head/devel/rubygem-rack-raw-upload/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Oct 28 19:22:31 2013 (r331892)
+++ head/devel/Makefile Mon Oct 28 19:52:21 2013 (r331893)
@@ -4187,6 +4187,7 @@
SUBDIR += rubygem-pygments.rb
SUBDIR += rubygem-r18n-core
SUBDIR += rubygem-racc
+ SUBDIR += rubygem-rack-raw-upload
SUBDIR += rubygem-railsless-deploy
SUBDIR += rubygem-rainbow
SUBDIR += rubygem-rake
Added: head/devel/rubygem-rack-raw-upload/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-rack-raw-upload/Makefile Mon Oct 28 19:52:21 2013 (r331893)
@@ -0,0 +1,18 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rack-raw-upload
+PORTVERSION= 1.1.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Converts mimetype of application/octet-stream into normal form input
+
+RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-rack-raw-upload/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-rack-raw-upload/distinfo Mon Oct 28 19:52:21 2013 (r331893)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rack-raw-upload-1.1.1.gem) = c1ebbd82cf0a16b63f0de96a122aef6cd0b79e3551b368700e311f6ef0a99dfa
+SIZE (rubygem/rack-raw-upload-1.1.1.gem) = 14848
Added: head/devel/rubygem-rack-raw-upload/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-rack-raw-upload/pkg-descr Mon Oct 28 19:52:21 2013 (r331893)
@@ -0,0 +1,5 @@
+Middleware that converts files uploaded with mimetype application/octet-stream
+into normal form input, so Rack applications can read these as normal, rather
+than as raw input.
+
+WWW: https://rubygems.org/gems/rack-raw-upload
More information about the svn-ports-all
mailing list