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/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-09-20 16:31:19 +00:00
parent 8e9f3003ca
commit 1a1d88de59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450207
4 changed files with 33 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1505919056
SHA256 (rubygem/xdg-2.2.3.gem) = b87e4ad02eaa1557d09ae620dac134a3f20ac588063dc7e46e0b77be9a3bc4ae
SIZE (rubygem/xdg-2.2.3.gem) = 14336

View file

@ -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/