From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 17:42:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72B622FC; Sat, 27 Sep 2014 17:42:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 450AAA6C; Sat, 27 Sep 2014 17:42:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RHg28x081513; Sat, 27 Sep 2014 17:42:02 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RHg1fq081509; Sat, 27 Sep 2014 17:42:01 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201409271742.s8RHg1fq081509@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 27 Sep 2014 17:42:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369408 - in head/www: . rubygem-dropzonejs-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 17:42:02 -0000 Author: xmj Date: Sat Sep 27 17:42:00 2014 New Revision: 369408 URL: http://svnweb.freebsd.org/changeset/ports/369408 QAT: https://qat.redports.org/buildarchive/r369408/ Log: www/rubygem-dropzonejs-rails: add port Adds Dropzone, a great JS File upload by Matias Meno, to the Rails Asset pipeline. WWW: https://github.com/ncuesta/dropzonejs-rails Differential Revision: https://reviews.freebsd.org/D865 Approved by: swills (mentor) Added: head/www/rubygem-dropzonejs-rails/ head/www/rubygem-dropzonejs-rails/Makefile (contents, props changed) head/www/rubygem-dropzonejs-rails/distinfo (contents, props changed) head/www/rubygem-dropzonejs-rails/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Sep 27 17:32:37 2014 (r369407) +++ head/www/Makefile Sat Sep 27 17:42:00 2014 (r369408) @@ -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 Added: head/www/rubygem-dropzonejs-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-dropzonejs-rails/Makefile Sat Sep 27 17:42:00 2014 (r369408) @@ -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 Added: head/www/rubygem-dropzonejs-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-dropzonejs-rails/distinfo Sat Sep 27 17:42:00 2014 (r369408) @@ -0,0 +1,2 @@ +SHA256 (rubygem/dropzonejs-rails-0.5.1.gem) = 516874d3c26a45ae61c6397e1c8d9dd54bd4e74bab6a03f96b9f13a0ab17f0ac +SIZE (rubygem/dropzonejs-rails-0.5.1.gem) = 66048 Added: head/www/rubygem-dropzonejs-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-dropzonejs-rails/pkg-descr Sat Sep 27 17:42:00 2014 (r369408) @@ -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