git: 08e4e8e82479 - main - devel/rubygem-xdg9: Add rubygem-xdg9 9.5.0 (copied from rubygem-xdg)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Jan 2026 14:20:56 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=08e4e8e82479db4c9ea9fd683f7878151b6e49df
commit 08e4e8e82479db4c9ea9fd683f7878151b6e49df
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-31 13:11:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-31 14:14:47 +0000
devel/rubygem-xdg9: Add rubygem-xdg9 9.5.0 (copied from rubygem-xdg)
- Add PORTSCOUT
---
devel/Makefile | 1 +
devel/rubygem-xdg9/Makefile | 26 ++++++++++++++++++++++++++
devel/rubygem-xdg9/distinfo | 3 +++
devel/rubygem-xdg9/pkg-descr | 9 +++++++++
4 files changed, 39 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 2e4b5eee812a..902134f6a3ca 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8265,6 +8265,7 @@
SUBDIR += rubygem-xdg
SUBDIR += rubygem-xdg7
SUBDIR += rubygem-xdg8
+ SUBDIR += rubygem-xdg9
SUBDIR += rubygem-xorcist
SUBDIR += rubygem-xpath
SUBDIR += rubygem-xxhash
diff --git a/devel/rubygem-xdg9/Makefile b/devel/rubygem-xdg9/Makefile
new file mode 100644
index 000000000000..2f50149703f9
--- /dev/null
+++ b/devel/rubygem-xdg9/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= xdg
+PORTVERSION= 9.5.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 9
+
+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_RUBY32= yes
+BROKEN_RUBY33= yes
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^9\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-xdg9/distinfo b/devel/rubygem-xdg9/distinfo
new file mode 100644
index 000000000000..7f8a36642672
--- /dev/null
+++ b/devel/rubygem-xdg9/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1763854378
+SHA256 (rubygem/xdg-9.5.0.gem) = e47886d0aef0273d0ba018452cc0499f44e1c4cbf424eb03be493d576878b35d
+SIZE (rubygem/xdg-9.5.0.gem) = 17408
diff --git a/devel/rubygem-xdg9/pkg-descr b/devel/rubygem-xdg9/pkg-descr
new file mode 100644
index 000000000000..664e42502c05
--- /dev/null
+++ b/devel/rubygem-xdg9/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