diff options
author | swills <swills@FreeBSD.org> | 2013-10-25 03:26:13 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-10-25 03:26:13 +0800 |
commit | 0f2e4bead92f2ed07c33aee88e12e9c9468b5abb (patch) | |
tree | 156498c768c82adc47d411b46b28035608eca164 /textproc | |
parent | 0b5274d038878569d5908521e80ecd77f32086a0 (diff) | |
download | freebsd-ports-gnome-0f2e4bead92f2ed07c33aee88e12e9c9468b5abb.tar.gz freebsd-ports-gnome-0f2e4bead92f2ed07c33aee88e12e9c9468b5abb.tar.zst freebsd-ports-gnome-0f2e4bead92f2ed07c33aee88e12e9c9468b5abb.zip |
Self-contained Markdown parser for GitHub, with all our custom extensions
WWW: http://github.github.com/github-flavored-markdown/
PR: ports/182737
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-github-markdown/Makefile | 16 | ||||
-rw-r--r-- | textproc/rubygem-github-markdown/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-github-markdown/pkg-descr | 3 |
4 files changed, 22 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 77ca9ebed5fc..fa74733800a1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1302,6 +1302,7 @@ SUBDIR += rubygem-gemoji SUBDIR += rubygem-gherkin SUBDIR += rubygem-github-linguist + SUBDIR += rubygem-github-markdown SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities diff --git a/textproc/rubygem-github-markdown/Makefile b/textproc/rubygem-github-markdown/Makefile new file mode 100644 index 000000000000..363729198127 --- /dev/null +++ b/textproc/rubygem-github-markdown/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= github-markdown +PORTVERSION= 0.5.5 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Self-contained Markdown parser for GitHub + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes +.include <bsd.port.mk> diff --git a/textproc/rubygem-github-markdown/distinfo b/textproc/rubygem-github-markdown/distinfo new file mode 100644 index 000000000000..f1b66282f7cf --- /dev/null +++ b/textproc/rubygem-github-markdown/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/github-markdown-0.5.5.gem) = 1434bd8f67c79bad87d27efda7679219a2f207e3e85e2ccc33749201adc43281 +SIZE (rubygem/github-markdown-0.5.5.gem) = 35840 diff --git a/textproc/rubygem-github-markdown/pkg-descr b/textproc/rubygem-github-markdown/pkg-descr new file mode 100644 index 000000000000..460dba5eec89 --- /dev/null +++ b/textproc/rubygem-github-markdown/pkg-descr @@ -0,0 +1,3 @@ +Self-contained Markdown parser for GitHub, with all our custom extensions + +WWW: http://github.github.com/github-flavored-markdown/ |