svn commit: r369408 - in head/www: . rubygem-dropzonejs-rails

Johannes Jost Meixner xmj at FreeBSD.org
Sat Sep 27 17:42:02 UTC 2014


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 <xmj at chaot.net>
+# $FreeBSD$
+
+PORTNAME=	dropzonejs-rails
+PORTVERSION=	0.5.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list