Bug 185061 - [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the Haml template language
Summary: [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the...
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-12-21 10:40 UTC by Horia Racoviceanu
Modified: 2014-01-21 22:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.94 KB, text/plain)
2013-12-21 10:40 UTC, Horia Racoviceanu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Horia Racoviceanu 2013-12-21 10:40:00 UTC
This project contains various useful extensions to the Haml template language's
Ruby implementation. Such extensions are useful enough to be distributed, but
not widely used or on-topic enough to belong in Haml proper.

This gives the Haml project a reasonable way to both demote current
functionality, such as the Textile and Maruku filters, and add new experimental
functionality that may later be added to the core.

WWW: http://haml.info/

Fix: Haml-contrib requires Haml 4.0 or later - see www/rubygem-haml [PATCH]


Build log:
https://redports.org/buildarchive/20131221094748-70831/

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-21 10:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2014-01-21 04:18:05 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-21 22:22:32 UTC
Author: swills
Date: Tue Jan 21 22:22:24 2014
New Revision: 340667
URL: http://svnweb.freebsd.org/changeset/ports/340667
QAT: https://qat.redports.org/buildarchive/r340667/

Log:
  This project contains various useful extensions to the Haml template language's
  Ruby implementation. Such extensions are useful enough to be distributed, but
  not widely used or on-topic enough to belong in Haml proper.
  
  This gives the Haml project a reasonable way to both demote current
  functionality, such as the Textile and Maruku filters, and add new experimental
  functionality that may later be added to the core.
  
  WWW: http://haml.info/
  
  PR:		ports/185061
  Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Jan 21 21:54:32 2014	(r340666)
+++ head/www/Makefile	Tue Jan 21 22:22:24 2014	(r340667)
@@ -1787,6 +1787,7 @@
     SUBDIR += rubygem-gon
     SUBDIR += rubygem-haml
     SUBDIR += rubygem-haml-coderay
+    SUBDIR += rubygem-haml-contrib
     SUBDIR += rubygem-haml-rails
     SUBDIR += rubygem-hpricot
     SUBDIR += rubygem-http-cookie

Added: head/www/rubygem-haml-contrib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-haml-contrib/Makefile	Tue Jan 21 22:22:24 2014	(r340667)
@@ -0,0 +1,20 @@
+# Created by: Horia Racoviceanu <horia@racoviceanu.com>
+# $FreeBSD$
+
+PORTNAME=	haml-contrib
+PORTVERSION=	1.0.0.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	horia@racoviceanu.com
+COMMENT=	Addons for the Ruby implementation of the Haml template language
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-haml-contrib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-haml-contrib/distinfo	Tue Jan 21 22:22:24 2014	(r340667)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/haml-contrib-1.0.0.1.gem) = bd4d8196bd19de13ec92580f03354c976eec05de759c688fbe4abe5207f35b7d
+SIZE (rubygem/haml-contrib-1.0.0.1.gem) = 6656

Added: head/www/rubygem-haml-contrib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-haml-contrib/pkg-descr	Tue Jan 21 22:22:24 2014	(r340667)
@@ -0,0 +1,9 @@
+This project contains various useful extensions to the Haml template language's
+Ruby implementation. Such extensions are useful enough to be distributed, but
+not widely used or on-topic enough to belong in Haml proper.
+
+This gives the Haml project a reasonable way to both demote current
+functionality, such as the Textile and Maruku filters, and add new experimental
+functionality that may later be added to the core.
+
+WWW: http://haml.info/
_______________________________________________
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 4 Steve Wills freebsd_committer freebsd_triage 2014-01-21 22:22:45 UTC
State Changed
From-To: open->closed

New port added. Thanks!