www/rubygem-railties71: Add rubygem-railties71 7.1.1

Railties is responsible for gluing all frameworks together. Overall, it:
- handles the bootstrapping process for a Rails application;
- manages the rails command line interface;
- and provides the Rails generators core.
This commit is contained in:
Po-Chuan Hsieh 2023-11-01 15:56:26 +08:00
parent 79f61337fc
commit 2839b79dc8
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 43 additions and 0 deletions

View file

@ -2201,6 +2201,7 @@
SUBDIR += rubygem-railties60
SUBDIR += rubygem-railties61
SUBDIR += rubygem-railties70
SUBDIR += rubygem-railties71
SUBDIR += rubygem-raindrops
SUBDIR += rubygem-ramaze
SUBDIR += rubygem-raphael-rails

View file

@ -0,0 +1,35 @@
PORTNAME= railties
PORTVERSION= 7.1.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 71
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rails internals: application bootup, plugins, generators, and rake tasks
WWW= https://github.com/rails/rails/tree/master/railties \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack71>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack71 \
rubygem-activesupport71>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport71 \
rubygem-irb>=0:devel/rubygem-irb \
rubygem-rackup>=1.0.0:www/rubygem-rackup \
rubygem-rake>=12.2:devel/rubygem-rake \
rubygem-thor>=1.2.2<2:devel/rubygem-thor \
rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk
USES= gem shebangfix
NO_ARCH= yes
PLIST_FILES= bin/rails
CONFLICTS_INSTALL= rubygem-railties[0-9] rubygem-railties[0-9][0-9]
PORTSCOUT= limit:^7\.1\.
SHEBANG_FILES= lib/rails/generators/rails/app/templates/docker-entrypoint.tt
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1697330192
SHA256 (rubygem/railties-7.1.1.gem) = 3cf348b365e9a00285bceadef0ed7d264440fcf165541ab211e198bc75a2faa7
SIZE (rubygem/railties-7.1.1.gem) = 180736

View file

@ -0,0 +1,4 @@
Railties is responsible for gluing all frameworks together. Overall, it:
- handles the bootstrapping process for a Rails application;
- manages the rails command line interface;
- and provides the Rails generators core.