Bug 185062 - [New Port] www/rubygem-html2haml Converts HTML into Haml
Summary: [New Port] www/rubygem-html2haml Converts HTML into Haml
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:50 UTC by Horia Racoviceanu
Modified: 2014-01-22 02:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.71 KB, text/plain)
2013-12-21 10:50 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:50:00 UTC
Transforms an HTML file into corresponding Haml code.

http://haml.info/

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

Build log
https://redports.org/buildarchive/20131221091653-59866/

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-21 10:50:07 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:11 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-01-22 02:06:00 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-01-22 02:06:01 UTC
Author: swills
Date: Wed Jan 22 02:05:53 2014
New Revision: 340679
URL: http://svnweb.freebsd.org/changeset/ports/340679
QAT: https://qat.redports.org/buildarchive/r340679/

Log:
  Transforms an HTML file into corresponding Haml code.
  
  WWW: http://haml.info/
  
  PR:		ports/185062
  Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Jan 22 01:45:44 2014	(r340678)
+++ head/www/Makefile	Wed Jan 22 02:05:53 2014	(r340679)
@@ -1790,6 +1790,7 @@
     SUBDIR += rubygem-haml-contrib
     SUBDIR += rubygem-haml-rails
     SUBDIR += rubygem-hpricot
+    SUBDIR += rubygem-html2haml
     SUBDIR += rubygem-http-cookie
     SUBDIR += rubygem-httparty
     SUBDIR += rubygem-httpclient

Added: head/www/rubygem-html2haml/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-html2haml/Makefile	Wed Jan 22 02:05:53 2014	(r340679)
@@ -0,0 +1,26 @@
+# Created by: Horia Racoviceanu <horia@racoviceanu.com>
+# $FreeBSD$
+
+PORTNAME=	html2haml
+PORTVERSION=	1.0.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	horia@racoviceanu.com
+COMMENT=	Converts HTML into Haml
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \
+		rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml \
+		rubygem-hpricot>=0.8.6:${PORTSDIR}/www/rubygem-hpricot \
+		rubygem-ruby_parser>=3.1.1:${PORTSDIR}/devel/rubygem-ruby_parser
+
+USE_RAKE=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+PLIST_FILES=	bin/html2haml
+
+.include <bsd.port.mk>

Added: head/www/rubygem-html2haml/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-html2haml/distinfo	Wed Jan 22 02:05:53 2014	(r340679)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/html2haml-1.0.1.gem) = 7b094730b346a6e36a5d73527da87ad2f231e062dfbee42c059474ca44edb061
+SIZE (rubygem/html2haml-1.0.1.gem) = 17920

Added: head/www/rubygem-html2haml/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-html2haml/pkg-descr	Wed Jan 22 02:05:53 2014	(r340679)
@@ -0,0 +1,3 @@
+Transforms an HTML file into corresponding Haml code.
+
+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"