Bug 182763 - new port devel/font-awesome-rails
Summary: new port devel/font-awesome-rails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 18:40 UTC by loic.blot
Modified: 2013-10-25 03:10 UTC (History)
0 users

See Also:


Attachments
rubygem-font-awesome-rails.shar (1.72 KB, text/plain)
2013-10-06 18:40 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-06 18:40:00 UTC
	Here is a new port for awesome font on rails, needed by gitlab
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-10-25 03:01:27 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-25 03:01:35 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!