From nobody Mon Oct 25 16:01:07 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 76CE81819309; Mon, 25 Oct 2021 16:01:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdKSN2rXPz3KnR; Mon, 25 Oct 2021 16:01:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA70539F0; Mon, 25 Oct 2021 16:01:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19PG17jf073356; Mon, 25 Oct 2021 16:01:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PG17bP073355; Mon, 25 Oct 2021 16:01:07 GMT (envelope-from git) Date: Mon, 25 Oct 2021 16:01:07 GMT Message-Id: <202110251601.19PG17bP073355@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e8c7cd8825a7 - main - devel/rubygem-iostruct: Add rubygem-iostruct 0.0.4 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e8c7cd8825a7381bcf6384f919af6210590139df Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8c7cd8825a7381bcf6384f919af6210590139df commit e8c7cd8825a7381bcf6384f919af6210590139df Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 14:43:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 15:57:06 +0000 devel/rubygem-iostruct: Add rubygem-iostruct 0.0.4 iostruct provides a struct that can read/write itself from/to IO-like objects. WWW: https://github.com/zed-0xff/iostruct --- devel/Makefile | 1 + devel/rubygem-iostruct/Makefile | 19 +++++++++++++++++++ devel/rubygem-iostruct/distinfo | 3 +++ devel/rubygem-iostruct/pkg-descr | 3 +++ 4 files changed, 26 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 70b91eaba8d4..454a798ada07 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6421,6 +6421,7 @@ SUBDIR += rubygem-io-nonblock SUBDIR += rubygem-io-wait SUBDIR += rubygem-iobuffer + SUBDIR += rubygem-iostruct SUBDIR += rubygem-irb SUBDIR += rubygem-iso8601 SUBDIR += rubygem-jaeger-client diff --git a/devel/rubygem-iostruct/Makefile b/devel/rubygem-iostruct/Makefile new file mode 100644 index 000000000000..0f135f9d2211 --- /dev/null +++ b/devel/rubygem-iostruct/Makefile @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= iostruct +PORTVERSION= 0.0.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Struct that can read/write itself from/to IO-like objects + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/devel/rubygem-iostruct/distinfo b/devel/rubygem-iostruct/distinfo new file mode 100644 index 000000000000..9d2523c8eff1 --- /dev/null +++ b/devel/rubygem-iostruct/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1634391090 +SHA256 (rubygem/iostruct-0.0.4.gem) = ac3b15d4ebfc0a92a93b4c3c02a8e7997fedc33e0f715fcf1f520c1d7d36974f +SIZE (rubygem/iostruct-0.0.4.gem) = 6656 diff --git a/devel/rubygem-iostruct/pkg-descr b/devel/rubygem-iostruct/pkg-descr new file mode 100644 index 000000000000..12abd036f349 --- /dev/null +++ b/devel/rubygem-iostruct/pkg-descr @@ -0,0 +1,3 @@ +iostruct provides a struct that can read/write itself from/to IO-like objects. + +WWW: https://github.com/zed-0xff/iostruct