Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2017 14:33:48 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
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
Message-ID:  <201709211433.v8LEXmtl080507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709211433.v8LEXmtl080507>