aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormmoll <mmoll@FreeBSD.org>2015-05-09 02:45:44 +0800
committermmoll <mmoll@FreeBSD.org>2015-05-09 02:45:44 +0800
commitbe7fdd027e08728667ba93be9085043e7c01a393 (patch)
tree1c7f00512ad8f557de20f656fdc22102247d1aa1 /textproc
parent23392ab4de873504db0f5fba00aec068a71b26db (diff)
downloadfreebsd-ports-gnome-be7fdd027e08728667ba93be9085043e7c01a393.tar.gz
freebsd-ports-gnome-be7fdd027e08728667ba93be9085043e7c01a393.tar.zst
freebsd-ports-gnome-be7fdd027e08728667ba93be9085043e7c01a393.zip
new port: textproc/rubygem-creole
Creole-to-HTML converter implemented in Ruby for Creole, a lightweight markup language. WWW: http://github.com/minad/creole PR: 199816 Differential Revision: https://reviews.freebsd.org/D2486 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-creole/Makefile17
-rw-r--r--textproc/rubygem-creole/distinfo2
-rw-r--r--textproc/rubygem-creole/pkg-descr4
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 9023c8ab62e7..34017a904106 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1326,6 +1326,7 @@
SUBDIR += rubygem-colored
SUBDIR += rubygem-compass
SUBDIR += rubygem-compass-rails
+ SUBDIR += rubygem-creole
SUBDIR += rubygem-cssmin
SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-diffy
diff --git a/textproc/rubygem-creole/Makefile b/textproc/rubygem-creole/Makefile
new file mode 100644
index 000000000000..71f1297d989c
--- /dev/null
+++ b/textproc/rubygem-creole/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= creole
+PORTVERSION= 0.5.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Creole-to-HTML converter
+
+LICENSE= RUBY
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-creole/distinfo b/textproc/rubygem-creole/distinfo
new file mode 100644
index 000000000000..d28102dbeabf
--- /dev/null
+++ b/textproc/rubygem-creole/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/creole-0.5.0.gem) = 951701e2d80760f156b1cb2a93471ca97c076289becc067a33b745133ed32c03
+SIZE (rubygem/creole-0.5.0.gem) = 13824
diff --git a/textproc/rubygem-creole/pkg-descr b/textproc/rubygem-creole/pkg-descr
new file mode 100644
index 000000000000..4a461d3c8efc
--- /dev/null
+++ b/textproc/rubygem-creole/pkg-descr
@@ -0,0 +1,4 @@
+Ruby implementation of a Creole-to-HTML converter for
+Creole, a lightweight markup language.
+
+WWW: http://github.com/minad/creole