From 3a0cbd16817e69aecb7b7c2845bbfe53f6eada2e Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Wed, 23 Nov 2016 14:32:53 +0000 Subject: [PATCH] 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) --- textproc/Makefile | 1 + textproc/rubygem-gitlab-markup/Makefile | 23 +++++++++++++++++++++++ textproc/rubygem-gitlab-markup/distinfo | 3 +++ textproc/rubygem-gitlab-markup/pkg-descr | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 textproc/rubygem-gitlab-markup/Makefile create mode 100644 textproc/rubygem-gitlab-markup/distinfo create mode 100644 textproc/rubygem-gitlab-markup/pkg-descr 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 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