aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:14:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:21:55 +0000
commit7696fc75479a10d56a26b515cc8830442cc5a267 (patch)
treeca21b18405ef58409cf9fdfe97d7ba08abedea8f
parentc35d45c4fd4122d8400cdfccf1cc4d051bfaf161 (diff)
www/rubygem-showcase-rails: Add rubygem-showcase-rails 0.4.6
Showcase lets you build previews for your partials, components, view helpers, Stimulus controllers and more -- Rails engines included!
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-showcase-rails/Makefile19
-rw-r--r--www/rubygem-showcase-rails/distinfo3
-rw-r--r--www/rubygem-showcase-rails/pkg-descr2
4 files changed, 25 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4c2f29c4f80c..6502ccb19417 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2271,6 +2271,7 @@
SUBDIR += rubygem-select2-rails
SUBDIR += rubygem-selenium-webdriver
SUBDIR += rubygem-semantic-ui-sass
+ SUBDIR += rubygem-showcase-rails
SUBDIR += rubygem-simple-rss
SUBDIR += rubygem-sinatra
SUBDIR += rubygem-sinatra-contrib
diff --git a/www/rubygem-showcase-rails/Makefile b/www/rubygem-showcase-rails/Makefile
new file mode 100644
index 000000000000..b05db6cac4cc
--- /dev/null
+++ b/www/rubygem-showcase-rails/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= showcase-rails
+PORTVERSION= 0.4.6
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Showcase helps you show off and document your partials, components, view helpers and Stimulus controllers
+WWW= https://github.com/bullet-train-co/showcase
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-rails71>=6.1.0:www/rubygem-rails71
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-showcase-rails/distinfo b/www/rubygem-showcase-rails/distinfo
new file mode 100644
index 000000000000..def8da35fd1c
--- /dev/null
+++ b/www/rubygem-showcase-rails/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1714227850
+SHA256 (rubygem/showcase-rails-0.4.6.gem) = 851dfbafc260359bab8f078603638c4e3efd84e44dd1249ecf1a6c94aa7df2b3
+SIZE (rubygem/showcase-rails-0.4.6.gem) = 22016
diff --git a/www/rubygem-showcase-rails/pkg-descr b/www/rubygem-showcase-rails/pkg-descr
new file mode 100644
index 000000000000..dce460334534
--- /dev/null
+++ b/www/rubygem-showcase-rails/pkg-descr
@@ -0,0 +1,2 @@
+Showcase lets you build previews for your partials, components, view helpers,
+Stimulus controllers and more -- Rails engines included!