View | Details | Raw Unified | Return to bug 185063
Collapse All | Expand All

(-)Makefile (-4 / +8 lines)
Lines 2-19 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	haml
4
PORTNAME=	haml
5
PORTVERSION=	3.1.7
5
PORTVERSION=	4.0.4
6
CATEGORIES=	www rubygems
6
CATEGORIES=	www rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
9
MAINTAINER=	gogolok+freebsd@gmail.com
9
MAINTAINER=	gogolok+freebsd@gmail.com
10
COMMENT=	Markup language to describe XHTML
10
COMMENT=	Markup language to describe HTML
11
11
12
LICENSE=	MIT
13
14
RUN_DEPENDS=	rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt
15
16
USE_RAKE=	yes
12
USE_RUBY=	yes
17
USE_RUBY=	yes
13
USE_RUBYGEMS=	yes
18
USE_RUBYGEMS=	yes
14
RUBYGEM_AUTOPLIST=	yes
19
RUBYGEM_AUTOPLIST=	yes
15
20
16
PLIST_FILES=	bin/haml bin/html2haml
21
PLIST_FILES=	bin/haml
17
22
18
NO_STAGE=	yes
19
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/haml-3.1.7.gem) = d6a7cab4234cc98980ac3b25f1b99efed2ec50acbd0b6b213b68856d14e89bc7
1
SHA256 (rubygem/haml-4.0.4.gem) = f232cc6623d772973729c1a9a3403f0282d965790271332d62d0cf95e0b93463
2
SIZE (rubygem/haml-3.1.7.gem) = 373248
2
SIZE (rubygem/haml-4.0.4.gem) = 114688
(-)pkg-descr (-4 / +4 lines)
Lines 1-9 Link Here
1
Haml is a markup language that's used to cleanly and simply describe the XHTML
1
Haml is a markup language that's used to cleanly and simply describe the HTML
2
of any web document without the use of inline code. Haml functions as a
2
of any web document without the use of inline code. Haml functions as a
3
replacement for inline page templating systems such as PHP, ASP, and ERB, the
3
replacement for inline page templating systems such as PHP, ASP, and ERB, the
4
templating language used in most Ruby on Rails applications.
4
templating language used in most Ruby on Rails applications.
5
However, Haml avoids the need for explicitly coding XHTML into the template,
5
However, Haml avoids the need for explicitly coding HTML into the template,
6
because it itself is a description of the XHTML, with some code to generate
6
because it itself is a description of the HTML, with some code to generate
7
dynamic content.
7
dynamic content.
8
8
9
WWW: http://haml-lang.com/
9
WWW: http://haml.info/

Return to bug 185063