From owner-svn-ports-head@freebsd.org Mon Apr 10 19:35:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6672BD37252; Mon, 10 Apr 2017 19:35:41 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1DAF0DB4; Mon, 10 Apr 2017 19:35:41 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3AJZes9006382; Mon, 10 Apr 2017 19:35:40 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3AJZdDR006378; Mon, 10 Apr 2017 19:35:39 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201704101935.v3AJZdDR006378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 10 Apr 2017 19:35:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438202 - in head/www: . rubygem-best_in_place 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.23 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: Mon, 10 Apr 2017 19:35:41 -0000 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@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 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