svn commit: r331544 - in head/devel: . rubygem-font-awesome-rails
Steve Wills
swills at FreeBSD.org
Fri Oct 25 02:01:21 UTC 2013
Author: swills
Date: Fri Oct 25 02:01:19 2013
New Revision: 331544
URL: http://svnweb.freebsd.org/changeset/ports/331544
Log:
The font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a
Rails engine for use with the asset pipeline.
WWW: https://github.com/bokmann/font-awesome-rails
PR: ports/182763
Submitted by: Loic Blot <loic.blot at unix-experience.fr>
Added:
head/devel/rubygem-font-awesome-rails/
head/devel/rubygem-font-awesome-rails/Makefile (contents, props changed)
head/devel/rubygem-font-awesome-rails/distinfo (contents, props changed)
head/devel/rubygem-font-awesome-rails/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Oct 25 01:47:42 2013 (r331543)
+++ head/devel/Makefile Fri Oct 25 02:01:19 2013 (r331544)
@@ -4089,6 +4089,7 @@
SUBDIR += rubygem-file-tail
SUBDIR += rubygem-filemagic
SUBDIR += rubygem-fog
+ SUBDIR += rubygem-font-awesome-rails
SUBDIR += rubygem-foreman
SUBDIR += rubygem-formatador
SUBDIR += rubygem-gdata
Added: head/devel/rubygem-font-awesome-rails/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-font-awesome-rails/Makefile Fri Oct 25 02:01:19 2013 (r331544)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= font-awesome-rails
+PORTVERSION= 3.2.1.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Provides the Font-Awesome web fonts and stylesheets as a Rails engine
+
+RUN_DEPENDS= rubygem-railties>=3.2:${PORTSDIR}/www/rubygem-railties
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-font-awesome-rails/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-font-awesome-rails/distinfo Fri Oct 25 02:01:19 2013 (r331544)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/font-awesome-rails-3.2.1.3.gem) = d6993a8630fb19292a71109e1071c9777fdb0ba27c93d6dc78340c6e022b87c9
+SIZE (rubygem/font-awesome-rails-3.2.1.3.gem) = 274944
Added: head/devel/rubygem-font-awesome-rails/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-font-awesome-rails/pkg-descr Fri Oct 25 02:01:19 2013 (r331544)
@@ -0,0 +1,4 @@
+The font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a
+Rails engine for use with the asset pipeline.
+
+WWW: https://github.com/bokmann/font-awesome-rails
More information about the svn-ports-all
mailing list