Index: head/www/Makefile =================================================================== --- head/www/Makefile +++ head/www/Makefile @@ -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 Index: head/www/rubygem-best_in_place/Makefile =================================================================== --- head/www/rubygem-best_in_place/Makefile +++ head/www/rubygem-best_in_place/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= best_in_place +PORTVERSION= 3.1.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@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 Index: head/www/rubygem-best_in_place/distinfo =================================================================== --- head/www/rubygem-best_in_place/distinfo +++ head/www/rubygem-best_in_place/distinfo @@ -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 Index: head/www/rubygem-best_in_place/pkg-descr =================================================================== --- head/www/rubygem-best_in_place/pkg-descr +++ head/www/rubygem-best_in_place/pkg-descr @@ -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