Date: Wed, 20 Sep 2017 16:31:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450207 - in head/devel: . rubygem-xdg Message-ID: <201709201631.v8KGVJCE032511@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Sep 20 16:31:19 2017 New Revision: 450207 URL: https://svnweb.freebsd.org/changeset/ports/450207 Log: 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/ Added: head/devel/rubygem-xdg/ head/devel/rubygem-xdg/Makefile (contents, props changed) head/devel/rubygem-xdg/distinfo (contents, props changed) head/devel/rubygem-xdg/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 20 16:05:58 2017 (r450206) +++ head/devel/Makefile Wed Sep 20 16:31:19 2017 (r450207) @@ -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 Added: head/devel/rubygem-xdg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-xdg/Makefile Wed Sep 20 16:31:19 2017 (r450207) @@ -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> Added: head/devel/rubygem-xdg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-xdg/distinfo Wed Sep 20 16:31:19 2017 (r450207) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505919056 +SHA256 (rubygem/xdg-2.2.3.gem) = b87e4ad02eaa1557d09ae620dac134a3f20ac588063dc7e46e0b77be9a3bc4ae +SIZE (rubygem/xdg-2.2.3.gem) = 14336 Added: head/devel/rubygem-xdg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-xdg/pkg-descr Wed Sep 20 16:31:19 2017 (r450207) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709201631.v8KGVJCE032511>