Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -1350,6 +1350,7 @@ SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities + SUBDIR += rubygem-html-pipeline SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-gist Index: textproc/rubygem-html-pipeline/Makefile =================================================================== --- /dev/null +++ textproc/rubygem-html-pipeline/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= html-pipeline +PORTVERSION= 1.11.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= GitHub HTML processing filters and utilities + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-activesupport>=2:${PORTSDIR}/devel/rubygem-activesupport \ + rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Index: textproc/rubygem-html-pipeline/distinfo =================================================================== --- /dev/null +++ textproc/rubygem-html-pipeline/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/html-pipeline-1.11.0.gem) = 3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9 +SIZE (rubygem/html-pipeline-1.11.0.gem) = 33792 Index: textproc/rubygem-html-pipeline/pkg-descr =================================================================== --- /dev/null +++ textproc/rubygem-html-pipeline/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