aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-kramdown/Makefile21
-rw-r--r--textproc/rubygem-kramdown/distinfo2
-rw-r--r--textproc/rubygem-kramdown/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 9f6060ec19c4..1ee906d26c16 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1224,6 +1224,7 @@
SUBDIR += rubygem-htmltools
SUBDIR += rubygem-ini
SUBDIR += rubygem-itextomml
+ SUBDIR += rubygem-kramdown
SUBDIR += rubygem-kwalify
SUBDIR += rubygem-linguistics
SUBDIR += rubygem-liquid
diff --git a/textproc/rubygem-kramdown/Makefile b/textproc/rubygem-kramdown/Makefile
new file mode 100644
index 000000000000..9a887b75c53a
--- /dev/null
+++ b/textproc/rubygem-kramdown/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rubygem-kramdown
+# Date created: 2011-10-29
+# Whom: Steve Wills <swills@rubick>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kramdown
+PORTVERSION= 0.13.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Yet-another-markdown-parser but fast, pure Ruby
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/kramdown
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-kramdown/distinfo b/textproc/rubygem-kramdown/distinfo
new file mode 100644
index 000000000000..fd637eb451e1
--- /dev/null
+++ b/textproc/rubygem-kramdown/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/kramdown-0.13.3.gem) = 3f0eff6b17a585200f4680f71d9cd000e41bc8a318b24370564b2017791cf0c2
+SIZE (rubygem/kramdown-0.13.3.gem) = 203776
diff --git a/textproc/rubygem-kramdown/pkg-descr b/textproc/rubygem-kramdown/pkg-descr
new file mode 100644
index 000000000000..eef490624a17
--- /dev/null
+++ b/textproc/rubygem-kramdown/pkg-descr
@@ -0,0 +1,4 @@
+kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
+syntax definition and supporting several common extensions.
+
+WWW: http://kramdown.rubyforge.org/