1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Added a note to UPDATING about gitlab-pages feature was removed till it is fixed upstream again.

This commit is contained in:
Matthias Fechner 2018-05-16 16:27:41 +00:00
parent 4efb43a5e7
commit 98b4982f1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470128
4 changed files with 34 additions and 0 deletions

View File

@ -1532,6 +1532,7 @@
SUBDIR += rubygem-heredoc_unindent
SUBDIR += rubygem-hikidoc
SUBDIR += rubygem-html-pipeline
SUBDIR += rubygem-html-pipeline27
SUBDIR += rubygem-html-pipeline-gitlab
SUBDIR += rubygem-html-pipeline1
SUBDIR += rubygem-html2text

View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= html-pipeline
PORTVERSION= 2.7.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 27
MAINTAINER= mfechner@FreeBSD.org
COMMENT= GitHub HTML processing filters and utilities
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport4>=2:devel/rubygem-activesupport4 \
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
PORTSCOUT= limit:^2\.7\.
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1524751275
SHA256 (rubygem/html-pipeline-2.7.2.gem) = f71b5fcdeb7a2c8ca145632586e9fc8bab4214bf243d329b951b214853ecb6b9
SIZE (rubygem/html-pipeline-2.7.2.gem) = 28672

View 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