summaryrefslogtreecommitdiff
path: root/textproc/rubygem-xml-simple-gitlab
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-12-26 13:36:54 +0200
committerMatthias Fechner <mfechner@FreeBSD.org>2024-12-26 13:49:27 +0200
commit1908b780ae8b3998248c85105ab5253d80224692 (patch)
tree332f0b40e4f349b7673d941a45635e43becabaad /textproc/rubygem-xml-simple-gitlab
parentlang/racket: Mark BROKEN (diff)
www/gitlab: further isolate port from rexml gem
Diffstat (limited to 'textproc/rubygem-xml-simple-gitlab')
-rw-r--r--textproc/rubygem-xml-simple-gitlab/Makefile20
-rw-r--r--textproc/rubygem-xml-simple-gitlab/distinfo3
-rw-r--r--textproc/rubygem-xml-simple-gitlab/pkg-descr3
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/rubygem-xml-simple-gitlab/Makefile b/textproc/rubygem-xml-simple-gitlab/Makefile
new file mode 100644
index 000000000000..9b08289123c4
--- /dev/null
+++ b/textproc/rubygem-xml-simple-gitlab/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= xml-simple
+PORTVERSION= 1.1.9
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Ruby take off of p5-XML-Simple
+WWW= https://github.com/maik/xml-simple
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+
+RUN_DEPENDS= rubygem-rexml-gitlab>=0:textproc/rubygem-rexml-gitlab
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-xml-simple-gitlab/distinfo b/textproc/rubygem-xml-simple-gitlab/distinfo
new file mode 100644
index 000000000000..81582a03964a
--- /dev/null
+++ b/textproc/rubygem-xml-simple-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1664810653
+SHA256 (rubygem/xml-simple-1.1.9.gem) = d21131e519c86f1a5bc2b6d2d57d46e6998e47f18ed249b25cad86433dbd695d
+SIZE (rubygem/xml-simple-1.1.9.gem) = 12288
diff --git a/textproc/rubygem-xml-simple-gitlab/pkg-descr b/textproc/rubygem-xml-simple-gitlab/pkg-descr
new file mode 100644
index 000000000000..85dc99b842fb
--- /dev/null
+++ b/textproc/rubygem-xml-simple-gitlab/pkg-descr
@@ -0,0 +1,3 @@
+Class XmlSimple offers an easy API to read and write XML. It is a Ruby
+translation of Grant McLean's Perl module XML::Simple. Simply put,
+it automatically converts XML documents into a Ruby Hash.