www/rubygem-bullet_train-routes: Add rubygem-bullet_train-routes 1.0.0

Bullet Train Routes provides a vastly simplified method for defining shallow,
nested resource routes in Rails applications when modules and namespaces are
involved. We do this by introducing a model method to the Rails routing DSL,
which serves as an interchangable substitute for the resources method.
main
Po-Chuan Hsieh 2024-05-16 14:14:07 +08:00
parent 6b3f3860b9
commit 6da1d3c865
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 27 additions and 0 deletions

View File

@ -1970,6 +1970,7 @@
SUBDIR += rubygem-bullet_train-fields
SUBDIR += rubygem-bullet_train-has_uuid
SUBDIR += rubygem-bullet_train-roles
SUBDIR += rubygem-bullet_train-routes
SUBDIR += rubygem-cal-heatmap-rails
SUBDIR += rubygem-carrierwave
SUBDIR += rubygem-carrierwave1

View File

@ -0,0 +1,19 @@
PORTNAME= bullet_train-routes
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Black magic for defining model-driven routes
WWW= https://rubygems.org/gems/bullet_train-routes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rails71>=6.0.0:www/rubygem-rails71
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1714227836
SHA256 (rubygem/bullet_train-routes-1.0.0.gem) = 96f47c2d8066dab48c4ceb4f3b71d7c3866cc5c078a6f3a7d27be51e406065cc
SIZE (rubygem/bullet_train-routes-1.0.0.gem) = 6656

View File

@ -0,0 +1,4 @@
Bullet Train Routes provides a vastly simplified method for defining shallow,
nested resource routes in Rails applications when modules and namespaces are
involved. We do this by introducing a model method to the Rails routing DSL,
which serves as an interchangable substitute for the resources method.