Bug 182652 - new port www/bootstrap-sass
Summary: new port www/bootstrap-sass
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-04 23:50 UTC by loic.blot
Modified: 2013-10-20 03:30 UTC (History)
0 users

See Also:


Attachments
rubygem-bootstrap-sass.shar (1.53 KB, text/plain)
2013-10-04 23:50 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-04 23:50:01 UTC
	Here is a new rubygem needed for gitlab. This gem is linked to twitter API
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-10-20 03:28:36 UTC
Author: swills
Date: Sun Oct 20 02:28:27 2013
New Revision: 330961
URL: http://svnweb.freebsd.org/changeset/ports/330961

Log:
  Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass
  
  WWW: https://github.com/thomas-mcdonald/bootstrap-sass
  
  PR:		ports/182652
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/www/rubygem-bootstrap-sass/
  head/www/rubygem-bootstrap-sass/Makefile   (contents, props changed)
  head/www/rubygem-bootstrap-sass/distinfo   (contents, props changed)
  head/www/rubygem-bootstrap-sass/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Oct 20 02:06:40 2013	(r330960)
+++ head/www/Makefile	Sun Oct 20 02:28:27 2013	(r330961)
@@ -1734,6 +1734,7 @@
     SUBDIR += rubygem-anemone
     SUBDIR += rubygem-async_sinatra
     SUBDIR += rubygem-bluecloth
+    SUBDIR += rubygem-bootstrap-sass
     SUBDIR += rubygem-carrierwave
     SUBDIR += rubygem-cgi_multipart_eof_fix
     SUBDIR += rubygem-chef-server-api

Added: head/www/rubygem-bootstrap-sass/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-bootstrap-sass/Makefile	Sun Oct 20 02:28:27 2013	(r330961)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	bootstrap-sass
+PORTVERSION=	2.3.2.2
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Twitter's Bootstrap
+
+RUN_DEPENDS=	rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-bootstrap-sass/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-bootstrap-sass/distinfo	Sun Oct 20 02:28:27 2013	(r330961)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/bootstrap-sass-2.3.2.2.gem) = 70b38ee9b4fef4dedc97d2c2a0760b80188466a1fd15621327dc0763fb785864
+SIZE (rubygem/bootstrap-sass-2.3.2.2.gem) = 86528

Added: head/www/rubygem-bootstrap-sass/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-bootstrap-sass/pkg-descr	Sun Oct 20 02:28:27 2013	(r330961)
@@ -0,0 +1,3 @@
+Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass
+
+WWW: https://github.com/thomas-mcdonald/bootstrap-sass
_______________________________________________
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-20 03:29:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-20 03:29:37 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!