svn commit: r386035 - in head/textproc: . rubygem-html-pipeline
Michael Moll
mmoll at FreeBSD.org
Sun May 10 23:38:55 UTC 2015
Author: mmoll
Date: Sun May 10 23:38:53 2015
New Revision: 386035
URL: https://svnweb.freebsd.org/changeset/ports/386035
Log:
new port: textproc/rubygem-html-pipeline
GitHub HTML processing filters and utilities
WWW: https://github.com/jch/html-pipeline
PR: 199820
Differential Revision: https://reviews.freebsd.org/D2508
Submitted by: Torsten Zuehlsdorff <ports at toco-domains.de>
Approved by: swills (mentor)
Added:
head/textproc/rubygem-html-pipeline/
head/textproc/rubygem-html-pipeline/Makefile (contents, props changed)
head/textproc/rubygem-html-pipeline/distinfo (contents, props changed)
head/textproc/rubygem-html-pipeline/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun May 10 23:31:29 2015 (r386034)
+++ head/textproc/Makefile Sun May 10 23:38:53 2015 (r386035)
@@ -1349,6 +1349,7 @@
SUBDIR += rubygem-gitlab-linguist
SUBDIR += rubygem-heredoc_unindent
SUBDIR += rubygem-hikidoc
+ SUBDIR += rubygem-html-pipeline
SUBDIR += rubygem-htmlentities
SUBDIR += rubygem-ini
SUBDIR += rubygem-itextomml
Added: head/textproc/rubygem-html-pipeline/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-html-pipeline/Makefile Sun May 10 23:38:53 2015 (r386035)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= html-pipeline
+PORTVERSION= 1.11.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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 <bsd.port.mk>
Added: head/textproc/rubygem-html-pipeline/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-html-pipeline/distinfo Sun May 10 23:38:53 2015 (r386035)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/html-pipeline-1.11.0.gem) = 3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9
+SIZE (rubygem/html-pipeline-1.11.0.gem) = 33792
Added: head/textproc/rubygem-html-pipeline/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-html-pipeline/pkg-descr Sun May 10 23:38:53 2015 (r386035)
@@ -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
More information about the svn-ports-all
mailing list