Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 17:58:53 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 81708b87a7de - main - devel/rubygem-swagger-blocks: new port
Message-ID:  <202109211758.18LHwrEx070354@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81708b87a7dec4d79eb174ad5d511274ec9f655c

commit 81708b87a7dec4d79eb174ad5d511274ec9f655c
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-09-21 17:57:57 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
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 <bsd.port.mk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211758.18LHwrEx070354>