git: 6a8fe83f1855 - main - devel/rubygem-xdg6: Add rubygem-xdg6 6.6.2 (copied from rubygem-xdg)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:05:23 UTC
The branch main has been updated by sunpoet:

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

commit 6a8fe83f18555e6d082c0ecb96b191377c2838af
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:21:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:58:57 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index 7036e04aae5c..00de73c4173d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7274,6 +7274,7 @@
     SUBDIR += rubygem-xdg3
     SUBDIR += rubygem-xdg4
     SUBDIR += rubygem-xdg5
+    SUBDIR += rubygem-xdg6
     SUBDIR += rubygem-xorcist
     SUBDIR += rubygem-xpath
     SUBDIR += rubygem-xxhash
diff --git a/devel/rubygem-xdg6/Makefile b/devel/rubygem-xdg6/Makefile
new file mode 100644
index 000000000000..e8445bcdf121
--- /dev/null
+++ b/devel/rubygem-xdg6/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	xdg
+PORTVERSION=	6.6.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	6
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	XDG Base Directory Standard Library for Ruby
+WWW=		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_RUBY27=	yes
+BROKEN_RUBY30=	yes
+
+USES=		gem
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^6\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-xdg6/distinfo b/devel/rubygem-xdg6/distinfo
new file mode 100644
index 000000000000..5fe507053bd2
--- /dev/null
+++ b/devel/rubygem-xdg6/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1669058135
+SHA256 (rubygem/xdg-6.6.2.gem) = e40bfbdcb155de8b769fedb27943fac750dc6b54b02212f54795aeaae5531501
+SIZE (rubygem/xdg-6.6.2.gem) = 16896
diff --git a/devel/rubygem-xdg6/pkg-descr b/devel/rubygem-xdg6/pkg-descr
new file mode 100644
index 000000000000..664e42502c05
--- /dev/null
+++ b/devel/rubygem-xdg6/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