mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
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:
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
|
@ -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
|
||||
|
|
18
devel/rubygem-xdg/Makefile
Normal file
18
devel/rubygem-xdg/Makefile
Normal 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>
|
3
devel/rubygem-xdg/distinfo
Normal file
3
devel/rubygem-xdg/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1505919056
|
||||
SHA256 (rubygem/xdg-2.2.3.gem) = b87e4ad02eaa1557d09ae620dac134a3f20ac588063dc7e46e0b77be9a3bc4ae
|
||||
SIZE (rubygem/xdg-2.2.3.gem) = 14336
|
11
devel/rubygem-xdg/pkg-descr
Normal file
11
devel/rubygem-xdg/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue