www/rubygem-tailwindcss-rails-rails72: Add rubygem-tailwindcss-rails-rails72 1.0.0 (copied from rubygem-tailwindcss-rails)

This commit is contained in:
Po-Chuan Hsieh 2025-01-03 00:29:04 +08:00
parent 5487ccd029
commit 61b87784fd
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 34 additions and 0 deletions

View file

@ -2349,6 +2349,7 @@
SUBDIR += rubygem-tailwindcss-rails
SUBDIR += rubygem-tailwindcss-rails-rails70
SUBDIR += rubygem-tailwindcss-rails-rails71
SUBDIR += rubygem-tailwindcss-rails-rails72
SUBDIR += rubygem-task_list
SUBDIR += rubygem-thin
SUBDIR += rubygem-thruster

View file

@ -0,0 +1,23 @@
PORTNAME= tailwindcss-rails
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails72
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Integrate Tailwind CSS with the asset pipeline in Rails
WWW= https://github.com/rails/tailwindcss-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-railties72>=6.0.0:www/rubygem-railties72
USES= gem
NO_ARCH= yes
# tailwindcss-rails 2.x uses pre-built Tailwind CSS CLI
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1641045750
SHA256 (rubygem/tailwindcss-rails-1.0.0.gem) = 03fabbc6f36ddd29b7fe6877343b49cef2678aafe63cbddb55f861a19f5e3486
SIZE (rubygem/tailwindcss-rails-1.0.0.gem) = 1063424

View file

@ -0,0 +1,7 @@
Tailwind CSS is a utility-first CSS framework packed with classes like flex,
pt-4, text-center and rotate-90 that can be composed to build any design,
directly in your markup.
This gem gives access to the standard Tailwind CSS framework configured for dark
mode, forms, aspect-ratio, typography, and the Inter font via the asset pipeline
using Sprockets (and soon Propshaft).