Index: www/Makefile =================================================================== --- www/Makefile +++ www/Makefile @@ -1755,6 +1755,7 @@ SUBDIR += rubygem-d3_rails-rails4 SUBDIR += rubygem-davclient SUBDIR += rubygem-domainatrix + SUBDIR += rubygem-dropzonejs-rails SUBDIR += rubygem-em-http-request SUBDIR += rubygem-em-socksify SUBDIR += rubygem-em-twitter Index: www/rubygem-dropzonejs-rails/Makefile =================================================================== --- /dev/null +++ www/rubygem-dropzonejs-rails/Makefile @@ -0,0 +1,20 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= dropzonejs-rails +PORTVERSION= 0.5.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= JS File upload by Matias Meno + +LICENSE= MIT + +RUN_DEPENDS= rubygem-rails4>=4.1.4:${PORTSDIR}/www/rubygem-rails4 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Index: www/rubygem-dropzonejs-rails/distinfo =================================================================== --- /dev/null +++ www/rubygem-dropzonejs-rails/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/dropzonejs-rails-0.5.1.gem) = 516874d3c26a45ae61c6397e1c8d9dd54bd4e74bab6a03f96b9f13a0ab17f0ac +SIZE (rubygem/dropzonejs-rails-0.5.1.gem) = 66048 Index: www/rubygem-dropzonejs-rails/pkg-descr =================================================================== --- /dev/null +++ www/rubygem-dropzonejs-rails/pkg-descr @@ -0,0 +1,4 @@ +Adds Dropzone, a great JS File upload by Matias Meno, to the Rails Asset +pipeline. + +WWW: https://github.com/ncuesta/dropzonejs-rails