svn commit: r450207 - in head/devel: . rubygem-xdg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 20 16:31:21 UTC 2017


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	xdg
+PORTVERSION=	2.2.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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/


More information about the svn-ports-all mailing list