From owner-svn-ports-head@freebsd.org Wed Sep 20 16:31:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 384E4E15F06; Wed, 20 Sep 2017 16:31:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12C8E712B3; Wed, 20 Sep 2017 16:31:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8KGVKtd032515; Wed, 20 Sep 2017 16:31:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8KGVJCE032511; Wed, 20 Sep 2017 16:31:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709201631.v8KGVJCE032511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Sep 2017 16:31:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450207 - in head/devel: . rubygem-xdg X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-xdg X-SVN-Commit-Revision: 450207 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2017 16:31:21 -0000 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 +# $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 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/