summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/rubygem-fog-xml-gitlab/Makefile21
-rw-r--r--textproc/rubygem-fog-xml-gitlab/distinfo3
-rw-r--r--textproc/rubygem-fog-xml-gitlab/pkg-descr1
-rw-r--r--textproc/rubygem-html-pipeline-gitlab/Makefile21
-rw-r--r--textproc/rubygem-html-pipeline-gitlab/distinfo3
-rw-r--r--textproc/rubygem-html-pipeline-gitlab/pkg-descr4
7 files changed, 55 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index a08db3cdaa22..6c3deac8e34e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1833,6 +1833,7 @@
SUBDIR += rubygem-ezamar
SUBDIR += rubygem-fast_xs
SUBDIR += rubygem-fog-xml
+ SUBDIR += rubygem-fog-xml-gitlab
SUBDIR += rubygem-gemoji
SUBDIR += rubygem-gemoji3
SUBDIR += rubygem-gepub
@@ -1849,6 +1850,7 @@
SUBDIR += rubygem-heredoc_unindent
SUBDIR += rubygem-hikidoc
SUBDIR += rubygem-html-pipeline
+ SUBDIR += rubygem-html-pipeline-gitlab
SUBDIR += rubygem-html-proofer
SUBDIR += rubygem-html2text
SUBDIR += rubygem-htmlentities
diff --git a/textproc/rubygem-fog-xml-gitlab/Makefile b/textproc/rubygem-fog-xml-gitlab/Makefile
new file mode 100644
index 000000000000..ca1045cea35e
--- /dev/null
+++ b/textproc/rubygem-fog-xml-gitlab/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= fog-xml
+PORTVERSION= 0.1.5
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Extraction of the XML parsing tools shared among 'fog' providers
+WWW= https://github.com/fog/fog-xml
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-fog-core-gitlab>=0:devel/rubygem-fog-core-gitlab \
+ rubygem-nokogiri>=1.5.11<2.0.0:textproc/rubygem-nokogiri
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-fog-xml-gitlab/distinfo b/textproc/rubygem-fog-xml-gitlab/distinfo
new file mode 100644
index 000000000000..9cc18def0eda
--- /dev/null
+++ b/textproc/rubygem-fog-xml-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1735705261
+SHA256 (rubygem/fog-xml-0.1.5.gem) = 52b9fea10701461dd3eaf9d9839702169b418dbbf50426786b9b74fade373bd6
+SIZE (rubygem/fog-xml-0.1.5.gem) = 11264
diff --git a/textproc/rubygem-fog-xml-gitlab/pkg-descr b/textproc/rubygem-fog-xml-gitlab/pkg-descr
new file mode 100644
index 000000000000..ed5f02610ec7
--- /dev/null
+++ b/textproc/rubygem-fog-xml-gitlab/pkg-descr
@@ -0,0 +1 @@
+Fog::Xml provides shared XML related functionality for fog.
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.