1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Transforms an HTML file into corresponding Haml code.

WWW: http://haml.info/

PR:		ports/185062
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
This commit is contained in:
Steve Wills 2014-01-22 02:05:53 +00:00
parent d2156c62b5
commit bf0d93dca3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340679
4 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/html2haml-1.0.1.gem) = 7b094730b346a6e36a5d73527da87ad2f231e062dfbee42c059474ca44edb061
SIZE (rubygem/html2haml-1.0.1.gem) = 17920

View File

@ -0,0 +1,3 @@
Transforms an HTML file into corresponding Haml code.
WWW: http://haml.info/