Bug 182656 - new port textproc/rubygem-compass-rails
Summary: new port textproc/rubygem-compass-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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 00:20 UTC by loic.blot
Modified: 2013-10-20 05:30 UTC (History)
0 users

See Also:


Attachments
rubygem-compass-rails.shar (1.58 KB, text/plain)
2013-10-05 00:20 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-05 00:20:01 UTC
	Here is a new ruby port, required for gitlab
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 00:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-20 05:29:42 UTC
Author: swills
Date: Sun Oct 20 04:29:33 2013
New Revision: 330974
URL: http://svnweb.freebsd.org/changeset/ports/330974

Log:
  Integrate Compass into Rails 2.3 and up.
  
  WWW: https://github.com/Compass/compass-rails
  
  PR:		ports/182656
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/textproc/rubygem-compass-rails/
  head/textproc/rubygem-compass-rails/Makefile   (contents, props changed)
  head/textproc/rubygem-compass-rails/distinfo   (contents, props changed)
  head/textproc/rubygem-compass-rails/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Oct 20 04:20:04 2013	(r330973)
+++ head/textproc/Makefile	Sun Oct 20 04:29:33 2013	(r330974)
@@ -1289,6 +1289,7 @@
     SUBDIR += rubygem-colorator
     SUBDIR += rubygem-colored
     SUBDIR += rubygem-compass
+    SUBDIR += rubygem-compass-rails
     SUBDIR += rubygem-cssmin
     SUBDIR += rubygem-diff-lcs
     SUBDIR += rubygem-diffy

Added: head/textproc/rubygem-compass-rails/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-compass-rails/Makefile	Sun Oct 20 04:29:33 2013	(r330974)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	compass-rails
+PORTVERSION=	1.0.3
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Integrate Compass into Rails 2.3 and up
+
+RUN_DEPENDS=	rubygem-compass>=0.12.2:${PORTSDIR}/textproc/rubygem-compass
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-compass-rails/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-compass-rails/distinfo	Sun Oct 20 04:29:33 2013	(r330974)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/compass-rails-1.0.3.gem) = b04f4068e3a9900c80df828689f6eaf621ee9b402af943bcd1a9995c5027da3d
+SIZE (rubygem/compass-rails-1.0.3.gem) = 19456

Added: head/textproc/rubygem-compass-rails/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-compass-rails/pkg-descr	Sun Oct 20 04:29:33 2013	(r330974)
@@ -0,0 +1,3 @@
+Integrate Compass into Rails 2.3 and up.
+
+WWW: https://github.com/Compass/compass-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 3 Steve Wills freebsd_committer freebsd_triage 2013-10-20 05:30:24 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-10-20 05:30:33 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!