net/rubygem-x: Add rubygem-x 0.8.1
A Ruby interface to the X API
This commit is contained in:
parent
f958646927
commit
b3128ebb29
4 changed files with 23 additions and 0 deletions
|
@ -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
18
net/rubygem-x/Makefile
Normal 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
3
net/rubygem-x/distinfo
Normal 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
1
net/rubygem-x/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
A Ruby interface to the X API
|
Loading…
Reference in a new issue