net/rubygem-x: Add rubygem-x 0.8.1

A Ruby interface to the X API
This commit is contained in:
Po-Chuan Hsieh 2023-09-23 07:22:31 +08:00
parent f958646927
commit b3128ebb29
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 23 additions and 0 deletions

View file

@ -1420,6 +1420,7 @@
SUBDIR += rubygem-uri-redis
SUBDIR += rubygem-uri_template
SUBDIR += rubygem-whois
SUBDIR += rubygem-x
SUBDIR += rubygem-xmlrpc
SUBDIR += rude
SUBDIR += rustdesk-server

18
net/rubygem-x/Makefile Normal file
View file

@ -0,0 +1,18 @@
PORTNAME= x
PORTVERSION= 0.8.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby interface to the X API
WWW= https://sferik.github.io/x-ruby/ \
https://github.com/sferik/x-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

3
net/rubygem-x/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1695357785
SHA256 (rubygem/x-0.8.1.gem) = c80290a684cf0a286d7cd2a04e201b30de89c02108796aa36110a1ba987bfb62
SIZE (rubygem/x-0.8.1.gem) = 14848

1
net/rubygem-x/pkg-descr Normal file
View file

@ -0,0 +1 @@
A Ruby interface to the X API