git: ff47ef4681d5 - main - devel/rubygem-xdg8: Add rubygem-xdg8 8.10.0 (copied from rubygem-xdg)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 29 Apr 2025 12:45:20 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff47ef4681d53a57b45dc86a6b28d7cf8871fb6d

commit ff47ef4681d53a57b45dc86a6b28d7cf8871fb6d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-29 11:40:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-29 12:42:16 +0000

    devel/rubygem-xdg8: Add rubygem-xdg8 8.10.0 (copied from rubygem-xdg)
    
    - Add PORTSCOUT
---
 devel/Makefile               |  1 +
 devel/rubygem-xdg8/Makefile  | 25 +++++++++++++++++++++++++
 devel/rubygem-xdg8/distinfo  |  3 +++
 devel/rubygem-xdg8/pkg-descr |  9 +++++++++
 4 files changed, 38 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index ec59d50b7735..638f9a5b1491 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8070,6 +8070,7 @@
     SUBDIR += rubygem-xdg
     SUBDIR += rubygem-xdg2
     SUBDIR += rubygem-xdg7
+    SUBDIR += rubygem-xdg8
     SUBDIR += rubygem-xorcist
     SUBDIR += rubygem-xpath
     SUBDIR += rubygem-xxhash
diff --git a/devel/rubygem-xdg8/Makefile b/devel/rubygem-xdg8/Makefile
new file mode 100644
index 000000000000..e1d97daee205
--- /dev/null
+++ b/devel/rubygem-xdg8/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	xdg
+PORTVERSION=	8.10.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	8
+
+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
+
+USES=		gem
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^8\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-xdg8/distinfo b/devel/rubygem-xdg8/distinfo
new file mode 100644
index 000000000000..9dc9a6def950
--- /dev/null
+++ b/devel/rubygem-xdg8/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1731679792
+SHA256 (rubygem/xdg-8.10.0.gem) = e2a2986a4525aa5aad5cbd3a7ae4a7e594b8c88097596c994f953dc476a07466
+SIZE (rubygem/xdg-8.10.0.gem) = 17408
diff --git a/devel/rubygem-xdg8/pkg-descr b/devel/rubygem-xdg8/pkg-descr
new file mode 100644
index 000000000000..664e42502c05
--- /dev/null
+++ b/devel/rubygem-xdg8/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