svn commit: r438202 - in head/www: . rubygem-best_in_place
Joseph Mingrone
jrm at FreeBSD.org
Mon Apr 10 19:35:41 UTC 2017
Author: jrm
Date: Mon Apr 10 19:35:39 2017
New Revision: 438202
URL: https://svnweb.freebsd.org/changeset/ports/438202
Log:
New port: www/rubygem-best_in_place: jQuery script to edit fields by
clicking on them
Adding this because it is a dependency for the upcoming www/mastodon port.
WWW: https://github.com/bernat/best_in_place
Approved by: swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10346
Added:
head/www/rubygem-best_in_place/
head/www/rubygem-best_in_place/Makefile (contents, props changed)
head/www/rubygem-best_in_place/distinfo (contents, props changed)
head/www/rubygem-best_in_place/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Mon Apr 10 19:32:29 2017 (r438201)
+++ head/www/Makefile Mon Apr 10 19:35:39 2017 (r438202)
@@ -1926,6 +1926,7 @@
SUBDIR += rubygem-anemone
SUBDIR += rubygem-asana
SUBDIR += rubygem-async_sinatra
+ SUBDIR += rubygem-best_in_place
SUBDIR += rubygem-bluecloth
SUBDIR += rubygem-bootstrap-sass
SUBDIR += rubygem-browser
Added: head/www/rubygem-best_in_place/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-best_in_place/Makefile Mon Apr 10 19:35:39 2017 (r438202)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= best_in_place
+PORTVERSION= 3.1.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= jrm at FreeBSD.org
+COMMENT= jQuery script to edit fields by clicking on them
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-actionpack4>0:www/rubygem-actionpack4 \
+ rubygem-railties4>0:www/rubygem-railties4
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/www/rubygem-best_in_place/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-best_in_place/distinfo Mon Apr 10 19:35:39 2017 (r438202)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1491839839
+SHA256 (rubygem/best_in_place-3.1.0.gem) = 4bc57e238e2a4f4b01b7c464fec4ea814189b180431deb603cc1db3fe00bc33c
+SIZE (rubygem/best_in_place-3.1.0.gem) = 73728
Added: head/www/rubygem-best_in_place/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-best_in_place/pkg-descr Mon Apr 10 19:35:39 2017 (r438202)
@@ -0,0 +1,6 @@
+BestInPlace is a jQuery script and a Rails helper that provides the method
+best_in_place to display any object field easily editable for the user by just
+clicking on it. It supports input data, text data, boolean data and custom
+dropdown data. It works with RESTful controllers.
+
+WWW: http://github.com/bernat/best_in_place
More information about the svn-ports-all
mailing list