aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:21:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:58:57 +0000
commit6a8fe83f18555e6d082c0ecb96b191377c2838af (patch)
treecc424b4f9303d73a435a05acec7fc92dfe368abb
parentbc5aa48aa0a8c754456e13f15153ee3d0a894215 (diff)
downloadports-6a8fe83f18555e6d082c0ecb96b191377c2838af.tar.gz
ports-6a8fe83f18555e6d082c0ecb96b191377c2838af.zip
devel/rubygem-xdg6: Add rubygem-xdg6 6.6.2 (copied from rubygem-xdg)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-xdg6/Makefile25
-rw-r--r--devel/rubygem-xdg6/distinfo3
-rw-r--r--devel/rubygem-xdg6/pkg-descr9
4 files changed, 38 insertions, 0 deletions
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