aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-10-25 03:32:04 +0800
committerswills <swills@FreeBSD.org>2013-10-25 03:32:04 +0800
commit8ce06ffe2b9ff0bacf2f158290c1ccc74cecc2f1 (patch)
tree73473c7b9def9a281239060953c0616923413e7b /textproc
parent0f2e4bead92f2ed07c33aee88e12e9c9468b5abb (diff)
downloadfreebsd-ports-gnome-8ce06ffe2b9ff0bacf2f158290c1ccc74cecc2f1.tar.gz
freebsd-ports-gnome-8ce06ffe2b9ff0bacf2f158290c1ccc74cecc2f1.tar.zst
freebsd-ports-gnome-8ce06ffe2b9ff0bacf2f158290c1ccc74cecc2f1.zip
This gem is used by GitHub to render any fancy markup such as Markdown,
Textile, Org-Mode, etc. Fork it and add your own! WWW: https://github.com/github/markup PR: ports/182738 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-github-markup/Makefile17
-rw-r--r--textproc/rubygem-github-markup/distinfo2
-rw-r--r--textproc/rubygem-github-markup/pkg-descr4
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index fa74733800a1..5faaf091f14b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1303,6 +1303,7 @@
SUBDIR += rubygem-gherkin
SUBDIR += rubygem-github-linguist
SUBDIR += rubygem-github-markdown
+ SUBDIR += rubygem-github-markup
SUBDIR += rubygem-heredoc_unindent
SUBDIR += rubygem-hikidoc
SUBDIR += rubygem-htmlentities
diff --git a/textproc/rubygem-github-markup/Makefile b/textproc/rubygem-github-markup/Makefile
new file mode 100644
index 000000000000..9f42b4b1e8c0
--- /dev/null
+++ b/textproc/rubygem-github-markup/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= github-markup
+PORTVERSION= 0.7.5
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Render any fancy markup
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-github-markup/distinfo b/textproc/rubygem-github-markup/distinfo
new file mode 100644
index 000000000000..6f80aa22469a
--- /dev/null
+++ b/textproc/rubygem-github-markup/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/github-markup-0.7.5.gem) = a5d74d5a67e723bc4014f5db8682f88d65b5eb66b0ab1b58b04fb023426759f3
+SIZE (rubygem/github-markup-0.7.5.gem) = 18944
diff --git a/textproc/rubygem-github-markup/pkg-descr b/textproc/rubygem-github-markup/pkg-descr
new file mode 100644
index 000000000000..012d0b511273
--- /dev/null
+++ b/textproc/rubygem-github-markup/pkg-descr
@@ -0,0 +1,4 @@
+This gem is used by GitHub to render any fancy markup such as Markdown,
+Textile, Org-Mode, etc. Fork it and add your own!
+
+WWW: https://github.com/github/markup