Summary: | [New Port] www/rubygem-html2haml Converts HTML into Haml | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Horia Racoviceanu <horia> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Horia Racoviceanu
2013-12-21 10:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: ruby->swills I'll take it. State Changed From-To: open->closed New port added. Thanks! 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" |