Bug 183292 - New port www/rubygem-haml-rails (fixed)
Summary: New port www/rubygem-haml-rails (fixed)
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-25 07:30 UTC by loic.blot
Modified: 2013-10-25 13:30 UTC (History)
0 users

See Also:


Attachments
rubygem-haml-rails.shar (1.93 KB, text/plain)
2013-10-25 07:30 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-25 07:30:00 UTC
	Here is a fix for previous PR ports/182760
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-25 07:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-25 13:27:59 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-25 13:28:02 UTC
Author: swills
Date: Fri Oct 25 12:27:53 2013
New Revision: 331570
URL: http://svnweb.freebsd.org/changeset/ports/331570

Log:
  Haml-rails provides Haml generators for Rails 3. It also enables Haml as the
  templating engine for you, so you don't have to screw around in your own
  application.rb when your Gemfile already clearly indicated what templating
  engine you have installed. Hurrah.
  
  WWW: http://github.com/indirect/haml-rails
  
  PR:		ports/183292
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Oct 25 12:00:27 2013	(r331569)
+++ head/www/Makefile	Fri Oct 25 12:27:53 2013	(r331570)
@@ -1765,6 +1765,7 @@
     SUBDIR += rubygem-gon
     SUBDIR += rubygem-haml
     SUBDIR += rubygem-haml-coderay
+    SUBDIR += rubygem-haml-rails
     SUBDIR += rubygem-hpricot
     SUBDIR += rubygem-http-cookie
     SUBDIR += rubygem-httparty

Added: head/www/rubygem-haml-rails/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-haml-rails/Makefile	Fri Oct 25 12:27:53 2013	(r331570)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	haml-rails
+PORTVERSION=	0.4
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Haml generator for Rails
+
+RUN_DEPENDS=	rubygem-actionpack>=3.1:${PORTSDIR}/www/rubygem-actionpack \
+		rubygem-activesupport>=3.1:${PORTSDIR}/devel/rubygem-activesupport \
+		rubygem-haml>=3.1:${PORTSDIR}/www/rubygem-haml \
+		rubygem-railties>=3.1:${PORTSDIR}/www/rubygem-railties
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-haml-rails/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-haml-rails/distinfo	Fri Oct 25 12:27:53 2013	(r331570)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/haml-rails-0.4.gem) = a2c13b66d37aaf10d3d4cdf7a133a72dd7024b943a799cdae963bc0ce6198308
+SIZE (rubygem/haml-rails-0.4.gem) = 8704

Added: head/www/rubygem-haml-rails/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-haml-rails/pkg-descr	Fri Oct 25 12:27:53 2013	(r331570)
@@ -0,0 +1,6 @@
+Haml-rails provides Haml generators for Rails 3. It also enables Haml as the
+templating engine for you, so you don't have to screw around in your own
+application.rb when your Gemfile already clearly indicated what templating
+engine you have installed. Hurrah.
+
+WWW: http://github.com/indirect/haml-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"