mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
textproc/rubygem-html-pipeline1: clone of textproc/rubygem-html-pipeline at version 1.x
PR: 207799 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
This commit is contained in:
parent
2808928a66
commit
197cdaaff4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412029
@ -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
|
||||
|
23
textproc/rubygem-html-pipeline1/Makefile
Normal file
23
textproc/rubygem-html-pipeline1/Makefile
Normal file
@ -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 <bsd.port.mk>
|
2
textproc/rubygem-html-pipeline1/distinfo
Normal file
2
textproc/rubygem-html-pipeline1/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/html-pipeline-1.11.0.gem) = 3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9
|
||||
SIZE (rubygem/html-pipeline-1.11.0.gem) = 33792
|
6
textproc/rubygem-html-pipeline1/pkg-descr
Normal file
6
textproc/rubygem-html-pipeline1/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user