diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-github-markup/Makefile | 17 | ||||
-rw-r--r-- | textproc/rubygem-github-markup/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-github-markup/pkg-descr | 4 |
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 |