aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-09-21 00:31:19 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-09-21 00:31:19 +0800
commitfa636498d95f3edbc43f893f8bd959760ab8c845 (patch)
treeb7b1619f9c9bbaa419a2fd42806618cb91109d8a
parent43fe674f3b53914b3b6015cf9096de2344176e8c (diff)
downloadfreebsd-ports-gnome-fa636498d95f3edbc43f893f8bd959760ab8c845.tar.gz
freebsd-ports-gnome-fa636498d95f3edbc43f893f8bd959760ab8c845.tar.zst
freebsd-ports-gnome-fa636498d95f3edbc43f893f8bd959760ab8c845.zip
Add rubygem-xdg 2.2.3
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: http://rubyworks.github.io/xdg/
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-xdg/Makefile18
-rw-r--r--devel/rubygem-xdg/distinfo3
-rw-r--r--devel/rubygem-xdg/pkg-descr11
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a766c5af3957..4c31b0428950 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5839,6 +5839,7 @@
SUBDIR += rubygem-will_paginate
SUBDIR += rubygem-windows_error
SUBDIR += rubygem-wmi-lite
+ SUBDIR += rubygem-xdg
SUBDIR += rubygem-xpath
SUBDIR += rubygem-yajl-ruby
SUBDIR += rubygem-yui-compressor
diff --git a/devel/rubygem-xdg/Makefile b/devel/rubygem-xdg/Makefile
new file mode 100644
index 000000000000..b6d8b6463353
--- /dev/null
+++ b/devel/rubygem-xdg/Makefile
@@ -0,0 +1,18 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= xdg
+PORTVERSION= 2.2.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= XDG Base Directory Standard Library for Ruby
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-xdg/distinfo b/devel/rubygem-xdg/distinfo
new file mode 100644
index 000000000000..83eb982976b8
--- /dev/null
+++ b/devel/rubygem-xdg/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505919056
+SHA256 (rubygem/xdg-2.2.3.gem) = b87e4ad02eaa1557d09ae620dac134a3f20ac588063dc7e46e0b77be9a3bc4ae
+SIZE (rubygem/xdg-2.2.3.gem) = 14336
diff --git a/devel/rubygem-xdg/pkg-descr b/devel/rubygem-xdg/pkg-descr
new file mode 100644
index 000000000000..d2fe3468f5f0
--- /dev/null
+++ b/devel/rubygem-xdg/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: http://rubyworks.github.io/xdg/