aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:13:57 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:13 +0000
commitcf2fcb8908f71a14d6cc4efe4c74c3ce8bb9c44f (patch)
tree027a498dd05b62b9111818a00603b0cfdb731a88
parentdef0e72991019196451020a5ae263d3d346ea9fd (diff)
devel/rubygem-xdg7: Add rubygem-xdg7 7.1.3 (copied from rubygem-xdg)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-xdg7/Makefile26
-rw-r--r--devel/rubygem-xdg7/distinfo3
-rw-r--r--devel/rubygem-xdg7/pkg-descr9
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 603fd1f8d056..c0920813d4c4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7637,6 +7637,7 @@
SUBDIR += rubygem-xdg4
SUBDIR += rubygem-xdg5
SUBDIR += rubygem-xdg6
+ SUBDIR += rubygem-xdg7
SUBDIR += rubygem-xorcist
SUBDIR += rubygem-xpath
SUBDIR += rubygem-xxhash
diff --git a/devel/rubygem-xdg7/Makefile b/devel/rubygem-xdg7/Makefile
new file mode 100644
index 000000000000..ef2cd51e3039
--- /dev/null
+++ b/devel/rubygem-xdg7/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= xdg
+PORTVERSION= 7.1.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 7
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= XDG Base Directory Standard Library for Ruby
+WWW= https://alchemists.io/projects/xdg \
+ https://github.com/bkuhlmann/xdg
+
+LICENSE= HIPPOCRATIC
+LICENSE_NAME= Hippocratic License 2.1.0
+LICENSE_FILE= ${WRKSRC}/LICENSE.adoc
+LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
+
+BROKEN_RUBY30= yes
+BROKEN_RUBY31= yes
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^7\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-xdg7/distinfo b/devel/rubygem-xdg7/distinfo
new file mode 100644
index 000000000000..5a37b7452f58
--- /dev/null
+++ b/devel/rubygem-xdg7/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1700760656
+SHA256 (rubygem/xdg-7.1.3.gem) = 35caa26009e16e2412c4abfc1bb7d2cd7c10f2350e451d872eb4ecf9dbfcca16
+SIZE (rubygem/xdg-7.1.3.gem) = 17408
diff --git a/devel/rubygem-xdg7/pkg-descr b/devel/rubygem-xdg7/pkg-descr
new file mode 100644
index 000000000000..664e42502c05
--- /dev/null
+++ b/devel/rubygem-xdg7/pkg-descr
@@ -0,0 +1,9 @@
+XDG provides an easy to use Ruby library for working with XDG standards.
+
+Presently, it only supports the XDG Base Directory Standard.
+
+If your program utilizes user or system-wide support files (e.g. configuration
+files), you owe it to yourself to checkout the XDG base directory standard.
+
+You can learn more about the standard at:
+http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html