aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2016-11-23 22:32:53 +0800
committertz <tz@FreeBSD.org>2016-11-23 22:32:53 +0800
commitc04a4d9c087d43a89e701fceb095dee3f4770bbb (patch)
tree11fd1c692957af04170cc5f2ce70462490615713 /textproc
parent9932be60c13805bf507806204225a32c5ebb2df1 (diff)
downloadfreebsd-ports-gnome-c04a4d9c087d43a89e701fceb095dee3f4770bbb.tar.gz
freebsd-ports-gnome-c04a4d9c087d43a89e701fceb095dee3f4770bbb.tar.zst
freebsd-ports-gnome-c04a4d9c087d43a89e701fceb095dee3f4770bbb.zip
New port: textproc/rubygem-gitlab-markup
This gem is used by GitLab to render any fancy markup such as Markdown, Textile, Org-Mode, etc. Fork it and add your own! WWW: https://gitlab.com/gitlab-org/gitlab-markup Approved by: mentors (implicit)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-gitlab-markup/Makefile23
-rw-r--r--textproc/rubygem-gitlab-markup/distinfo3
-rw-r--r--textproc/rubygem-gitlab-markup/pkg-descr4
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 11f9aede9312..62818fcd22a4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1440,6 +1440,7 @@
SUBDIR += rubygem-github-markup
SUBDIR += rubygem-gitlab-grit
SUBDIR += rubygem-gitlab-linguist
+ SUBDIR += rubygem-gitlab-markup
SUBDIR += rubygem-heredoc_unindent
SUBDIR += rubygem-hikidoc
SUBDIR += rubygem-html-pipeline
diff --git a/textproc/rubygem-gitlab-markup/Makefile b/textproc/rubygem-gitlab-markup/Makefile
new file mode 100644
index 000000000000..61e87cfabbd5
--- /dev/null
+++ b/textproc/rubygem-gitlab-markup/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= gitlab-markup
+PORTVERSION= 1.5.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Render any fancy GitLab markup
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem shebangfix
+SHEBANG_FILES= script/bootstrap \
+ script/cibuild
+
+PLIST_FILES= bin/github-markup
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-gitlab-markup/distinfo b/textproc/rubygem-gitlab-markup/distinfo
new file mode 100644
index 000000000000..3ef59c30fb88
--- /dev/null
+++ b/textproc/rubygem-gitlab-markup/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1479911001
+SHA256 (rubygem/gitlab-markup-1.5.0.gem) = aa08db65b296102e216ae36fb065e095a762ed865e7422769f3ef20630b9bc7b
+SIZE (rubygem/gitlab-markup-1.5.0.gem) = 26624
diff --git a/textproc/rubygem-gitlab-markup/pkg-descr b/textproc/rubygem-gitlab-markup/pkg-descr
new file mode 100644
index 000000000000..b014ac4212e9
--- /dev/null
+++ b/textproc/rubygem-gitlab-markup/pkg-descr
@@ -0,0 +1,4 @@
+This gem is used by GitLab to render any fancy markup such as Markdown,
+Textile, Org-Mode, etc. Fork it and add your own!
+
+https://gitlab.com/gitlab-org/gitlab-markup