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)
This commit is contained in:
Torsten Zuehlsdorff 2016-11-23 14:32:53 +00:00
parent e65de67a4b
commit 3a0cbd1681
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426924
4 changed files with 31 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1479911001
SHA256 (rubygem/gitlab-markup-1.5.0.gem) = aa08db65b296102e216ae36fb065e095a762ed865e7422769f3ef20630b9bc7b
SIZE (rubygem/gitlab-markup-1.5.0.gem) = 26624

View File

@ -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