diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-29 11:40:46 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-29 12:42:16 +0000 |
| commit | ff47ef4681d53a57b45dc86a6b28d7cf8871fb6d (patch) | |
| tree | f00a7c8507003e9c451bef4502e566760095bcb3 | |
| parent | 3df83a581816f5e1ac3272bd7e653d2479bfcc4f (diff) | |
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/rubygem-xdg8/Makefile | 25 | ||||
| -rw-r--r-- | devel/rubygem-xdg8/distinfo | 3 | ||||
| -rw-r--r-- | devel/rubygem-xdg8/pkg-descr | 9 |
4 files changed, 38 insertions, 0 deletions
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 |
