mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
www/rubygem-stimulus-rails-rails70: Add rubygem-stimulus-rails-rails70 1.3.0 (copied from rubygem-stimulus-rails)
This commit is contained in:
parent
808caf6697
commit
a7e815ee27
4 changed files with 36 additions and 0 deletions
|
@ -2263,6 +2263,7 @@
|
|||
SUBDIR += rubygem-smashing
|
||||
SUBDIR += rubygem-socksify
|
||||
SUBDIR += rubygem-stimulus-rails
|
||||
SUBDIR += rubygem-stimulus-rails-rails70
|
||||
SUBDIR += rubygem-swd
|
||||
SUBDIR += rubygem-tailwindcss-rails
|
||||
SUBDIR += rubygem-task_list
|
||||
|
|
20
www/rubygem-stimulus-rails-rails70/Makefile
Normal file
20
www/rubygem-stimulus-rails-rails70/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
PORTNAME= stimulus-rails
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails70
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Modest JavaScript framework for the HTML you already have
|
||||
WWW= https://github.com/hotwired/stimulus-rails
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-stimulus-rails-rails70/distinfo
Normal file
3
www/rubygem-stimulus-rails-rails70/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1697330202
|
||||
SHA256 (rubygem/stimulus-rails-1.3.0.gem) = 19d138829c2d6e6cc22c2c12141d621a8db29400dc93be01dcc9dda2ce227e7c
|
||||
SIZE (rubygem/stimulus-rails-1.3.0.gem) = 76288
|
12
www/rubygem-stimulus-rails-rails70/pkg-descr
Normal file
12
www/rubygem-stimulus-rails-rails70/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
Stimulus is a JavaScript framework with modest ambitions. It doesn't seek to
|
||||
take over your entire front-end in fact, it's not concerned with rendering HTML
|
||||
at all. Instead, it's designed to augment your HTML with just enough behavior to
|
||||
make it shine. Stimulus pairs beautifully with Turbo to provide a complete
|
||||
solution for fast, compelling applications with a minimal amount of effort.
|
||||
Together they form the core of Hotwire.
|
||||
|
||||
Stimulus for Rails makes it easy to use this modest framework with both
|
||||
import-mapped and JavaScript-bundled apps. It relies on either importmap-rails
|
||||
to make Stimulus available via ESM or a Node-capable Rails (like via
|
||||
jsbundling-rails) to include Stimulus in the bundle. Make sure to install one of
|
||||
these first!
|
Loading…
Add table
Reference in a new issue