Skip to content

Commit a4aa52f

Browse files
committed
devel/rubygem-io-endpoint: Add rubygem-io-endpoint 0.10.3
IO::Endpoint provides a separation of concerns interface for IO endpoints. This allows you to write code which is agnostic to the underlying IO implementation.
1 parent 5e904a5 commit a4aa52f

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

devel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7155,6 +7155,7 @@
71557155
SUBDIR += rubygem-instance_storage
71567156
SUBDIR += rubygem-interact
71577157
SUBDIR += rubygem-io-console
7158+
SUBDIR += rubygem-io-endpoint
71587159
SUBDIR += rubygem-io-event
71597160
SUBDIR += rubygem-io-like
71607161
SUBDIR += rubygem-io-nonblock

devel/rubygem-io-endpoint/Makefile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
PORTNAME= io-endpoint
2+
PORTVERSION= 0.10.3
3+
CATEGORIES= devel rubygems
4+
MASTER_SITES= RG
5+
6+
MAINTAINER= sunpoet@FreeBSD.org
7+
COMMENT= Provide a separation of concerns interface for IO endpoints
8+
WWW= https://socketry.github.io/io-endpoint/ \
9+
https://github.com/socketry/io-endpoint
10+
11+
LICENSE= MIT
12+
LICENSE_FILE= ${WRKSRC}/license.md
13+
14+
USES= gem
15+
16+
NO_ARCH= yes
17+
18+
.include <bsd.port.mk>

devel/rubygem-io-endpoint/distinfo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TIMESTAMP = 1715842494
2+
SHA256 (rubygem/io-endpoint-0.10.3.gem) = 2c9a469cfd600e6e69996b37108941bb1921fe753bcc1c5127fd090fb7297ea5
3+
SIZE (rubygem/io-endpoint-0.10.3.gem) = 15872

devel/rubygem-io-endpoint/pkg-descr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
IO::Endpoint provides a separation of concerns interface for IO endpoints. This
2+
allows you to write code which is agnostic to the underlying IO implementation.

0 commit comments

Comments
 (0)