mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +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:
parent
d2156c62b5
commit
bf0d93dca3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340679
@ -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
|
||||
|
26
www/rubygem-html2haml/Makefile
Normal file
26
www/rubygem-html2haml/Makefile
Normal 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>
|
2
www/rubygem-html2haml/distinfo
Normal file
2
www/rubygem-html2haml/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/html2haml-1.0.1.gem) = 7b094730b346a6e36a5d73527da87ad2f231e062dfbee42c059474ca44edb061
|
||||
SIZE (rubygem/html2haml-1.0.1.gem) = 17920
|
3
www/rubygem-html2haml/pkg-descr
Normal file
3
www/rubygem-html2haml/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Transforms an HTML file into corresponding Haml code.
|
||||
|
||||
WWW: http://haml.info/
|
Loading…
Reference in New Issue
Block a user