devcel/rubygem-grape1: Add rubygem-grape1 1.8.0 (copied from rubygem-grape)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2023-11-15 00:28:15 +08:00
parent 39bba0676f
commit cb920f2cbf
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 35 additions and 0 deletions

View file

@ -6918,6 +6918,7 @@
SUBDIR += rubygem-grape-route-helpers
SUBDIR += rubygem-grape-swagger
SUBDIR += rubygem-grape-swagger-entity
SUBDIR += rubygem-grape1
SUBDIR += rubygem-grape17
SUBDIR += rubygem-grape_logging
SUBDIR += rubygem-graphiql-rails

View file

@ -0,0 +1,30 @@
PORTNAME= grape
PORTVERSION= 1.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Framework for rapid API development with great conventions
WWW= https://github.com/ruby-grape/grape
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport60>=5: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,3:www/rubygem-rack \
rubygem-rack-accept>=0:www/rubygem-rack-accept \
rubygem-virtus>=1.0.0:devel/rubygem-virtus
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= ruby-grape
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1693824015
SHA256 (rubygem/grape-1.8.0.gem) = 5ef411c617db7d05e5f614a12b279c2f2947813f5db40cdbb7af7b79314b8d72
SIZE (rubygem/grape-1.8.0.gem) = 249856

View file

@ -0,0 +1 @@
A Ruby framework for rapid API development with great conventions.