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:
parent
e65de67a4b
commit
3a0cbd1681
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426924
@ -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
|
||||
|
23
textproc/rubygem-gitlab-markup/Makefile
Normal file
23
textproc/rubygem-gitlab-markup/Makefile
Normal 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>
|
3
textproc/rubygem-gitlab-markup/distinfo
Normal file
3
textproc/rubygem-gitlab-markup/distinfo
Normal 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
|
4
textproc/rubygem-gitlab-markup/pkg-descr
Normal file
4
textproc/rubygem-gitlab-markup/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user