1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

www/rubygem-bullet_train-themes: Add rubygem-bullet_train-themes 1.7.2

Bullet Train has a theme subsystem designed to allow you the flexibility to
either extend or completely replace the stock "Light" UI theme. To reduce
duplication of code across themes, Bullet Train implements the following three
packages:
- bullet_train-themes
- bullet_train-themes-tailwind_css
- bullet_train-themes-light
This commit is contained in:
Po-Chuan Hsieh 2024-05-16 14:14:15 +08:00
parent c944f0a5cc
commit e14f0a0858
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View File

@ -1973,6 +1973,7 @@
SUBDIR += rubygem-bullet_train-routes
SUBDIR += rubygem-bullet_train-scope_validator
SUBDIR += rubygem-bullet_train-super_load_and_authorize_resource
SUBDIR += rubygem-bullet_train-themes
SUBDIR += rubygem-cal-heatmap-rails
SUBDIR += rubygem-carrierwave
SUBDIR += rubygem-carrierwave1

View File

@ -0,0 +1,21 @@
PORTNAME= bullet_train-themes
PORTVERSION= 1.7.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bullet Train Themes
WWW= https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-bullet_train-fields>=0:www/rubygem-bullet_train-fields \
rubygem-nice_partials>=0.9<1:devel/rubygem-nice_partials \
rubygem-rails71>=6.0.0:www/rubygem-rails71
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1714227842
SHA256 (rubygem/bullet_train-themes-1.7.2.gem) = 779c508b595bfe5d433179a884b268840564b2e001758b1eb4cef0fe6090ced2
SIZE (rubygem/bullet_train-themes-1.7.2.gem) = 12288

View File

@ -0,0 +1,7 @@
Bullet Train has a theme subsystem designed to allow you the flexibility to
either extend or completely replace the stock "Light" UI theme. To reduce
duplication of code across themes, Bullet Train implements the following three
packages:
- bullet_train-themes
- bullet_train-themes-tailwind_css
- bullet_train-themes-light