diff --git a/textproc/Makefile b/textproc/Makefile index 5586a2b5b6bf..ae814373a8f5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1429,6 +1429,7 @@ SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline + SUBDIR += rubygem-html-pipeline1 SUBDIR += rubygem-html-pipeline-gitlab SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini diff --git a/textproc/rubygem-html-pipeline1/Makefile b/textproc/rubygem-html-pipeline1/Makefile new file mode 100644 index 000000000000..5cd98fa67ae4 --- /dev/null +++ b/textproc/rubygem-html-pipeline1/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= html-pipeline +PORTVERSION= 1.11.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= GitHub HTML processing filters and utilities + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-activesupport4>=2:${PORTSDIR}/devel/rubygem-activesupport4 \ + rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/textproc/rubygem-html-pipeline1/distinfo b/textproc/rubygem-html-pipeline1/distinfo new file mode 100644 index 000000000000..3df44dd6abcf --- /dev/null +++ b/textproc/rubygem-html-pipeline1/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/html-pipeline-1.11.0.gem) = 3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9 +SIZE (rubygem/html-pipeline-1.11.0.gem) = 33792 diff --git a/textproc/rubygem-html-pipeline1/pkg-descr b/textproc/rubygem-html-pipeline1/pkg-descr new file mode 100644 index 000000000000..26883ab79166 --- /dev/null +++ b/textproc/rubygem-html-pipeline1/pkg-descr @@ -0,0 +1,6 @@ +This library provides a handful of chainable HTML filters to +transform user content into markup. A filter takes an HTML +string or Nokogiri::HTML::DocumentFragment, optionally +manipulates it, and then outputs the result. + +WWW: https://github.com/jch/html-pipeline