diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-redcarpet/Makefile | 19 | ||||
-rw-r--r-- | textproc/rubygem-redcarpet/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-redcarpet/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a645699f0d74..6e846f396597 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1330,6 +1330,7 @@ SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount SUBDIR += rubygem-rdtool + SUBDIR += rubygem-redcarpet SUBDIR += rubygem-ri_cal SUBDIR += rubygem-rttool SUBDIR += rubygem-sanitize diff --git a/textproc/rubygem-redcarpet/Makefile b/textproc/rubygem-redcarpet/Makefile new file mode 100644 index 000000000000..8604394e6e83 --- /dev/null +++ b/textproc/rubygem-redcarpet/Makefile @@ -0,0 +1,19 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= redcarpet +PORTVERSION= 3.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A fast, safe and extensible Markdown to (X)HTML parser + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RAKE= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES+= bin/redcarpet + +.include <bsd.port.mk> diff --git a/textproc/rubygem-redcarpet/distinfo b/textproc/rubygem-redcarpet/distinfo new file mode 100644 index 000000000000..ab1b1359196a --- /dev/null +++ b/textproc/rubygem-redcarpet/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/redcarpet-3.0.0.gem) = 8736fe0603e719ffeca0c35e68acd6697f6eb6290a95b1826ba54dd760ea0354 +SIZE (rubygem/redcarpet-3.0.0.gem) = 48640 diff --git a/textproc/rubygem-redcarpet/pkg-descr b/textproc/rubygem-redcarpet/pkg-descr new file mode 100644 index 000000000000..ce9bc15fa8c2 --- /dev/null +++ b/textproc/rubygem-redcarpet/pkg-descr @@ -0,0 +1,3 @@ +A fast, safe and extensible Markdown to (X)HTML parser. + +WWW: https://rubygems.org/gems/redcarpet |