Date: Wed, 22 Jan 2014 02:05:54 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340679 - in head/www: . rubygem-html2haml Message-ID: <201401220205.s0M25s2l089460@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401220205.s0M25s2l089460>