Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -1350,6 +1350,7 @@ SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline + SUBDIR += rubygem-html-pipeline-gitlab SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml Index: textproc/rubygem-html-pipeline-gitlab/Makefile =================================================================== --- /dev/null +++ textproc/rubygem-html-pipeline-gitlab/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= html-pipeline-gitlab +PORTVERSION= 0.2.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Extension filters for html-pipeline used by GitLab + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4 \ + rubygem-gitlab_emoji>=0.1.0:${PORTSDIR}/graphics/rubygem-gitlab_emoji \ + rubygem-html-pipeline>=1.11.0:${PORTSDIR}/textproc/rubygem-html-pipeline \ + rubygem-mime-types>0:${PORTSDIR}/misc/rubygem-mime-types \ + rubygem-sanitize>=2.1:${PORTSDIR}/textproc/rubygem-sanitize + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Index: textproc/rubygem-html-pipeline-gitlab/distinfo =================================================================== --- /dev/null +++ textproc/rubygem-html-pipeline-gitlab/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/html-pipeline-gitlab-0.2.0.gem) = 3631eedbf33ff56eda6a6ee898277fe47f188377c19e55b20d4eac8f95208448 +SIZE (rubygem/html-pipeline-gitlab-0.2.0.gem) = 9216 Index: textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec =================================================================== --- /dev/null +++ textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec @@ -0,0 +1,11 @@ +--- html-pipeline-gitlab.gemspec.orig 2015-05-12 18:41:42 UTC ++++ html-pipeline-gitlab.gemspec +@@ -27,7 +27,7 @@ Gem::Specification.new do |s| + s.add_development_dependency(%q, ["~> 0.9"]) + s.add_runtime_dependency(%q, ["~> 1.11.0"]) + s.add_runtime_dependency(%q, ["~> 0.1"]) +- s.add_runtime_dependency(%q, ["~> 2.1"]) ++ s.add_runtime_dependency(%q, [">= 2.1"]) + s.add_runtime_dependency(%q, ["~> 4"]) + s.add_runtime_dependency(%q, [">= 0"]) + else Index: textproc/rubygem-html-pipeline-gitlab/pkg-descr =================================================================== --- /dev/null +++ textproc/rubygem-html-pipeline-gitlab/pkg-descr @@ -0,0 +1,3 @@ +This gem contains extension filters for html-pipeline used by GitLab. + +WWW: https://gitlab.com/gitlab-org/html-pipeline-gitlab