Date: Wed, 21 Feb 2024 15:17:43 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cf2fcb8908f7 - main - devel/rubygem-xdg7: Add rubygem-xdg7 7.1.3 (copied from rubygem-xdg) Message-ID: <202402211517.41LFHhOh013267@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf2fcb8908f71a14d6cc4efe4c74c3ce8bb9c44f commit cf2fcb8908f71a14d6cc4efe4c74c3ce8bb9c44f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:13:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:13 +0000 devel/rubygem-xdg7: Add rubygem-xdg7 7.1.3 (copied from rubygem-xdg) - Add PORTSCOUT --- devel/Makefile | 1 + devel/rubygem-xdg7/Makefile | 26 ++++++++++++++++++++++++++ devel/rubygem-xdg7/distinfo | 3 +++ devel/rubygem-xdg7/pkg-descr | 9 +++++++++ 4 files changed, 39 insertions(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211517.41LFHhOh013267>