diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2025-06-18 15:32:41 +0200 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-06-20 05:55:32 +0200 |
commit | 2644952f0380a2e527143a7231c5ed6d86334dc9 (patch) | |
tree | 067d62d499de25be0117021ac8fcb3bd8ed2294b /textproc/rubygem-html-pipeline-gitlab | |
parent | textproc/goldendict-ng: Update 25.05.0 => 25.06.0 (diff) |
www/gitlab: added new ports required for gitlab 18.1.0
Diffstat (limited to 'textproc/rubygem-html-pipeline-gitlab')
-rw-r--r-- | textproc/rubygem-html-pipeline-gitlab/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-html-pipeline-gitlab/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-html-pipeline-gitlab/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/rubygem-html-pipeline-gitlab/Makefile b/textproc/rubygem-html-pipeline-gitlab/Makefile new file mode 100644 index 000000000000..d52c4e6e0a53 --- /dev/null +++ b/textproc/rubygem-html-pipeline-gitlab/Makefile @@ -0,0 +1,21 @@ +PORTNAME= html-pipeline +PORTVERSION= 2.14.3 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= GitHub HTML processing filters and utilities +WWW= https://github.com/jch/html-pipeline + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-activesupport-gitlab>=2:devel/rubygem-activesupport-gitlab \ + rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-html-pipeline-gitlab/distinfo b/textproc/rubygem-html-pipeline-gitlab/distinfo new file mode 100644 index 000000000000..cb6ef092f44b --- /dev/null +++ b/textproc/rubygem-html-pipeline-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1669463335 +SHA256 (rubygem/html-pipeline-2.14.3.gem) = 8a1d4d7128b2141913387cac0f8ba898bb6812557001acc0c2b46910f59413a0 +SIZE (rubygem/html-pipeline-2.14.3.gem) = 36864 diff --git a/textproc/rubygem-html-pipeline-gitlab/pkg-descr b/textproc/rubygem-html-pipeline-gitlab/pkg-descr new file mode 100644 index 000000000000..39e907b8e36a --- /dev/null +++ b/textproc/rubygem-html-pipeline-gitlab/pkg-descr @@ -0,0 +1,4 @@ +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. |