git: 40640416dfac - main - devel/rubygem-xdg5: Add rubygem-xdg5 5.3.0 (copied from rubygem-xdg)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:52:19 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=40640416dfac2c6d5f74a3048fc61aa332f6fbfe
commit 40640416dfac2c6d5f74a3048fc61aa332f6fbfe
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 16:44:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:43:44 +0000
devel/rubygem-xdg5: Add rubygem-xdg5 5.3.0 (copied from rubygem-xdg)
- Add PORTSCOUT
---
devel/Makefile | 1 +
devel/rubygem-xdg5/Makefile | 26 ++++++++++++++++++++++++++
devel/rubygem-xdg5/distinfo | 3 +++
devel/rubygem-xdg5/pkg-descr | 11 +++++++++++
4 files changed, 41 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index da0146c43b91..94c024af2688 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6965,6 +6965,7 @@
SUBDIR += rubygem-xdg2
SUBDIR += rubygem-xdg3
SUBDIR += rubygem-xdg4
+ SUBDIR += rubygem-xdg5
SUBDIR += rubygem-xpath
SUBDIR += rubygem-yajl-ruby
SUBDIR += rubygem-yui-compressor
diff --git a/devel/rubygem-xdg5/Makefile b/devel/rubygem-xdg5/Makefile
new file mode 100644
index 000000000000..bb4d92fbda5f
--- /dev/null
+++ b/devel/rubygem-xdg5/Makefile
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= xdg
+PORTVERSION= 5.3.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 5
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= XDG Base Directory Standard Library for Ruby
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.adoc
+
+BROKEN_RUBY26= yes
+BROKEN_RUBY27= yes
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+# xdg 6.0.0+ requires ruby 3.1+
+PORTSCOUT= limit:^5\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-xdg5/distinfo b/devel/rubygem-xdg5/distinfo
new file mode 100644
index 000000000000..fc59c76b1421
--- /dev/null
+++ b/devel/rubygem-xdg5/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1637520010
+SHA256 (rubygem/xdg-5.3.0.gem) = 9b7fbaf36169a7ef53e0d024b7d2f9e2636bbd805b6d903f78269882b48476ff
+SIZE (rubygem/xdg-5.3.0.gem) = 16384
diff --git a/devel/rubygem-xdg5/pkg-descr b/devel/rubygem-xdg5/pkg-descr
new file mode 100644
index 000000000000..02476610d66f
--- /dev/null
+++ b/devel/rubygem-xdg5/pkg-descr
@@ -0,0 +1,11 @@
+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
+
+WWW: https://github.com/bkuhlmann/xdg