git: b3128ebb298d - main - net/rubygem-x: Add rubygem-x 0.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 23:34:52 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b3128ebb298daa7d673b6cb8fd82c290a53cd7c8
commit b3128ebb298daa7d673b6cb8fd82c290a53cd7c8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-22 23:22:31 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-22 23:22:31 +0000
net/rubygem-x: Add rubygem-x 0.8.1
A Ruby interface to the X API
---
net/Makefile | 1 +
net/rubygem-x/Makefile | 18 ++++++++++++++++++
net/rubygem-x/distinfo | 3 +++
net/rubygem-x/pkg-descr | 1 +
4 files changed, 23 insertions(+)
diff --git a/net/Makefile b/net/Makefile
index 4d2a21d5aacb..3420342f5bfa 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
diff --git a/net/rubygem-x/Makefile b/net/rubygem-x/Makefile
new file mode 100644
index 000000000000..6bd470d56950
--- /dev/null
+++ b/net/rubygem-x/Makefile
@@ -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>
diff --git a/net/rubygem-x/distinfo b/net/rubygem-x/distinfo
new file mode 100644
index 000000000000..25cf95e130e3
--- /dev/null
+++ b/net/rubygem-x/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1695357785
+SHA256 (rubygem/x-0.8.1.gem) = c80290a684cf0a286d7cd2a04e201b30de89c02108796aa36110a1ba987bfb62
+SIZE (rubygem/x-0.8.1.gem) = 14848
diff --git a/net/rubygem-x/pkg-descr b/net/rubygem-x/pkg-descr
new file mode 100644
index 000000000000..89d803605bec
--- /dev/null
+++ b/net/rubygem-x/pkg-descr
@@ -0,0 +1 @@
+A Ruby interface to the X API