From 1a1d88de59f59d7fb79bd31874f1bb2f619513d9 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Sep 2017 16:31:19 +0000 Subject: [PATCH] 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/ --- devel/Makefile | 1 + devel/rubygem-xdg/Makefile | 18 ++++++++++++++++++ devel/rubygem-xdg/distinfo | 3 +++ devel/rubygem-xdg/pkg-descr | 11 +++++++++++ 4 files changed, 33 insertions(+) create mode 100644 devel/rubygem-xdg/Makefile create mode 100644 devel/rubygem-xdg/distinfo create mode 100644 devel/rubygem-xdg/pkg-descr 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 +# $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 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/