From owner-svn-ports-all@freebsd.org Thu Sep 21 14:33:50 2017 Return-Path: Delivered-To: svn-ports-all@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 3E9F7E080CD; Thu, 21 Sep 2017 14:33:50 +0000 (UTC) (envelope-from tz@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 19D0080881; Thu, 21 Sep 2017 14:33:50 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8LEXngp080511; Thu, 21 Sep 2017 14:33:49 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8LEXmtl080507; Thu, 21 Sep 2017 14:33:48 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201709211433.v8LEXmtl080507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 21 Sep 2017 14:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450261 - in head/devel: . rubygem-bootstrap_form X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/devel: . rubygem-bootstrap_form X-SVN-Commit-Revision: 450261 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 14:33:50 -0000 Author: tz Date: Thu Sep 21 14:33:48 2017 New Revision: 450261 URL: https://svnweb.freebsd.org/changeset/ports/450261 Log: New port: devel/rubygem-bootstrap_form Rails Bootstrap Forms is a rails form builder that makes it super easy to integrate twitter bootstrap-style forms into your rails application. WWW: https://github.com/bootstrap-ruby/rails-bootstrap-forms Added: head/devel/rubygem-bootstrap_form/ head/devel/rubygem-bootstrap_form/Makefile (contents, props changed) head/devel/rubygem-bootstrap_form/distinfo (contents, props changed) head/devel/rubygem-bootstrap_form/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 21 14:30:35 2017 (r450260) +++ head/devel/Makefile Thu Sep 21 14:33:48 2017 (r450261) @@ -5320,6 +5320,7 @@ SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap SUBDIR += rubygem-bosh-template + SUBDIR += rubygem-bootstrap_form SUBDIR += rubygem-bosh_common SUBDIR += rubygem-bson SUBDIR += rubygem-buftok Added: head/devel/rubygem-bootstrap_form/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bootstrap_form/Makefile Thu Sep 21 14:33:48 2017 (r450261) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= bootstrap_form +PORTVERSION= 2.7.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= tz@FreeBSD.org +COMMENT= Form builder using Twitter Bootstrap 3+ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include Added: head/devel/rubygem-bootstrap_form/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bootstrap_form/distinfo Thu Sep 21 14:33:48 2017 (r450261) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505729748 +SHA256 (rubygem/bootstrap_form-2.7.0.gem) = dc0549a2e221569a65cc233a2ca0da8bd5d7241a2c52c6dfef882c5de246886b +SIZE (rubygem/bootstrap_form-2.7.0.gem) = 172544 Added: head/devel/rubygem-bootstrap_form/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bootstrap_form/pkg-descr Thu Sep 21 14:33:48 2017 (r450261) @@ -0,0 +1,4 @@ +Rails Bootstrap Forms is a rails form builder that makes it super easy to +integrate twitter bootstrap-style forms into your rails application. + +WWW: https://github.com/bootstrap-ruby/rails-bootstrap-forms