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

(-)Makefile (-1 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	kramdown
4
PORTNAME=	kramdown
5
PORTVERSION=	1.0.2
5
PORTVERSION=	1.3.0
6
CATEGORIES=	textproc rubygems
6
CATEGORIES=	textproc rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
Lines 9-17 Link Here
9
MAINTAINER=	ruby@FreeBSD.org
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	Yet-another-markdown-parser but fast, pure Ruby
10
COMMENT=	Yet-another-markdown-parser but fast, pure Ruby
11
11
12
LICENSE=	MIT
13
14
USE_RAKE=	yes
12
USE_RUBY=	yes
15
USE_RUBY=	yes
13
USE_RUBYGEMS=	yes
16
USE_RUBYGEMS=	yes
14
RUBYGEM_AUTOPLIST=	yes
17
RUBYGEM_AUTOPLIST=	yes
18
15
PLIST_FILES=	bin/kramdown
19
PLIST_FILES=	bin/kramdown
16
20
17
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/kramdown-1.0.2.gem) = 730834b6d572ae67752f49e5670af51318a5da9a386ccbfd2a92ba29ec3a60dc
1
SHA256 (rubygem/kramdown-1.3.0.gem) = 1e9f3ca5e599bf956225b6bb098c480126fcfe29ed47c6b70e69262c23142c26
2
SIZE (rubygem/kramdown-1.0.2.gem) = 214528
2
SIZE (rubygem/kramdown-1.3.0.gem) = 224768
(-)pkg-descr (-3 / +10 lines)
Lines 1-4 Link Here
1
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
1
kramdown is a free MIT-licensed Ruby library for parsing and converting a
2
syntax definition and supporting several common extensions.
2
superset of Markdown. It is completely written in Ruby, supports standard
3
Markdown (with some minor modifications) and various extensions that have
4
been made popular by the PHP Markdown Extra package and Maruku.
3
5
4
WWW: http://kramdown.rubyforge.org/
6
It is probably the fastest pure-Ruby Markdown converter available
7
(March 2013), being about 4x faster than Maruku and about 5x faster than
8
BlueFeather.
9
10
11
WWW: http://kramdown.gettalong.org/

Return to bug 185064