From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 17:58:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9FB26781F0; Tue, 21 Sep 2021 17:58:53 +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 4HDTgx62FKz3jyD; Tue, 21 Sep 2021 17:58:53 +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 AB5375B2; Tue, 21 Sep 2021 17:58:53 +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 18LHwrgq070355; Tue, 21 Sep 2021 17:58:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LHwrEx070354; Tue, 21 Sep 2021 17:58:53 GMT (envelope-from git) Date: Tue, 21 Sep 2021 17:58:53 GMT Message-Id: <202109211758.18LHwrEx070354@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: 81708b87a7de - main - devel/rubygem-swagger-blocks: new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 81708b87a7dec4d79eb174ad5d511274ec9f655c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 17:58:54 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=81708b87a7dec4d79eb174ad5d511274ec9f655c commit 81708b87a7dec4d79eb174ad5d511274ec9f655c Author: Antoine Brodin AuthorDate: 2021-09-21 17:57:57 +0000 Commit: Antoine Brodin CommitDate: 2021-09-21 17:57:57 +0000 devel/rubygem-swagger-blocks: new port Define and serve live-updating Swagger JSON for Ruby apps. WWW: https://github.com/fotinakis/swagger-blocks --- devel/Makefile | 1 + devel/rubygem-swagger-blocks/Makefile | 16 ++++++++++++++++ devel/rubygem-swagger-blocks/distinfo | 3 +++ devel/rubygem-swagger-blocks/pkg-descr | 3 +++ 4 files changed, 23 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index a0faecabbdb3..3b363dfe2a1b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6760,6 +6760,7 @@ SUBDIR += rubygem-sumbur SUBDIR += rubygem-sundawg_country_codes SUBDIR += rubygem-svn2git + SUBDIR += rubygem-swagger-blocks SUBDIR += rubygem-sync SUBDIR += rubygem-sysinfo SUBDIR += rubygem-syslog diff --git a/devel/rubygem-swagger-blocks/Makefile b/devel/rubygem-swagger-blocks/Makefile new file mode 100644 index 000000000000..af2190b4ae6d --- /dev/null +++ b/devel/rubygem-swagger-blocks/Makefile @@ -0,0 +1,16 @@ +PORTNAME= swagger-blocks +PORTVERSION= 3.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Define and serve live-updating Swagger JSON for Ruby apps + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include diff --git a/devel/rubygem-swagger-blocks/distinfo b/devel/rubygem-swagger-blocks/distinfo new file mode 100644 index 000000000000..d3ca1cc9f687 --- /dev/null +++ b/devel/rubygem-swagger-blocks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632171647 +SHA256 (rubygem/swagger-blocks-3.0.0.gem) = 130938b62daf6faad3d00f6c60ebae20411619871f478cc14a265f127579cc2f +SIZE (rubygem/swagger-blocks-3.0.0.gem) = 23040 diff --git a/devel/rubygem-swagger-blocks/pkg-descr b/devel/rubygem-swagger-blocks/pkg-descr new file mode 100644 index 000000000000..a274b2f3c776 --- /dev/null +++ b/devel/rubygem-swagger-blocks/pkg-descr @@ -0,0 +1,3 @@ +Define and serve live-updating Swagger JSON for Ruby apps. + +WWW: https://github.com/fotinakis/swagger-blocks