git: 111de8397e2d - main - www/rubygem-tailwindcss-rails: Add rubygem-tailwindcss-rails 1.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:52:38 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=111de8397e2d5f26b83504ed73cb4bffa468b4a4
commit 111de8397e2d5f26b83504ed73cb4bffa468b4a4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 16:56:39 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:43:49 +0000
www/rubygem-tailwindcss-rails: Add rubygem-tailwindcss-rails 1.0.0
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).
WWW: https://github.com/rails/tailwindcss-rails
---
www/Makefile | 1 +
www/rubygem-tailwindcss-rails/Makefile | 21 +++++++++++++++++++++
www/rubygem-tailwindcss-rails/distinfo | 3 +++
www/rubygem-tailwindcss-rails/pkg-descr | 9 +++++++++
4 files changed, 34 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index 8491da2a95f4..97622535e200 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2129,6 +2129,7 @@
SUBDIR += rubygem-socksify
SUBDIR += rubygem-stimulus-rails
SUBDIR += rubygem-swd
+ SUBDIR += rubygem-tailwindcss-rails
SUBDIR += rubygem-task_list
SUBDIR += rubygem-thin
SUBDIR += rubygem-tinyatom
diff --git a/www/rubygem-tailwindcss-rails/Makefile b/www/rubygem-tailwindcss-rails/Makefile
new file mode 100644
index 000000000000..19d205e6880b
--- /dev/null
+++ b/www/rubygem-tailwindcss-rails/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= tailwindcss-rails
+PORTVERSION= 1.0.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Integrate Tailwind CSS with the asset pipeline in Rails
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-tailwindcss-rails/distinfo b/www/rubygem-tailwindcss-rails/distinfo
new file mode 100644
index 000000000000..f738c0d6a620
--- /dev/null
+++ b/www/rubygem-tailwindcss-rails/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1641045750
+SHA256 (rubygem/tailwindcss-rails-1.0.0.gem) = 03fabbc6f36ddd29b7fe6877343b49cef2678aafe63cbddb55f861a19f5e3486
+SIZE (rubygem/tailwindcss-rails-1.0.0.gem) = 1063424
diff --git a/www/rubygem-tailwindcss-rails/pkg-descr b/www/rubygem-tailwindcss-rails/pkg-descr
new file mode 100644
index 000000000000..6035e93d5c4f
--- /dev/null
+++ b/www/rubygem-tailwindcss-rails/pkg-descr
@@ -0,0 +1,9 @@
+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).
+
+WWW: https://github.com/rails/tailwindcss-rails