Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2022 12:50:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15c6907ca92a - main - devel/rubygem-grape15: Add rubygem-grape15 1.5.3 (copied from rubygem-grape)
Message-ID:  <202202281250.21SCoj3j059052@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=15c6907ca92abbb5d4675032658b4a8380717099

commit 15c6907ca92abbb5d4675032658b4a8380717099
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 09:54:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:45:55 +0000

    devel/rubygem-grape15: Add rubygem-grape15 1.5.3 (copied from rubygem-grape)
    
    - Add PORTSCOUT
---
 devel/Makefile                  |  1 +
 devel/rubygem-grape15/Makefile  | 30 ++++++++++++++++++++++++++++++
 devel/rubygem-grape15/distinfo  |  3 +++
 devel/rubygem-grape15/pkg-descr |  3 +++
 4 files changed, 37 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index c90dccbdebf2..e1254f839d59 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6422,6 +6422,7 @@
     SUBDIR += rubygem-grape-path-helpers
     SUBDIR += rubygem-grape-route-helpers
     SUBDIR += rubygem-grape-swagger
+    SUBDIR += rubygem-grape15
     SUBDIR += rubygem-grape_logging
     SUBDIR += rubygem-graphiql-rails
     SUBDIR += rubygem-graphlient
diff --git a/devel/rubygem-grape15/Makefile b/devel/rubygem-grape15/Makefile
new file mode 100644
index 000000000000..77482abe5f23
--- /dev/null
+++ b/devel/rubygem-grape15/Makefile
@@ -0,0 +1,30 @@
+PORTNAME=	grape
+PORTVERSION=	1.5.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	15
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Framework for rapid API development with great conventions
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
+		rubygem-builder>=0:devel/rubygem-builder \
+		rubygem-dry-types>=1.1:devel/rubygem-dry-types \
+		rubygem-mustermann-grape>=1.0.0<1.1:devel/rubygem-mustermann-grape \
+		rubygem-rack>=1.3.0:www/rubygem-rack \
+		rubygem-rack-accept>=0:www/rubygem-rack-accept \
+		rubygem-virtus>=1.0.0:devel/rubygem-virtus
+
+USES=		cpe gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+CPE_VENDOR=	ruby-grape
+
+PORTSCOUT=	limit:^1\.5\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-grape15/distinfo b/devel/rubygem-grape15/distinfo
new file mode 100644
index 000000000000..46b862b91321
--- /dev/null
+++ b/devel/rubygem-grape15/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1618320920
+SHA256 (rubygem/grape-1.5.3.gem) = 0ff1e6bf8cfc587ccbe0f54a3ba82ccc804aa60bfb105aba97847fcc55581717
+SIZE (rubygem/grape-1.5.3.gem) = 239616
diff --git a/devel/rubygem-grape15/pkg-descr b/devel/rubygem-grape15/pkg-descr
new file mode 100644
index 000000000000..63a70706399a
--- /dev/null
+++ b/devel/rubygem-grape15/pkg-descr
@@ -0,0 +1,3 @@
+A Ruby framework for rapid API development with great conventions.
+
+WWW: https://github.com/ruby-grape/grape



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