git: 7696fc75479a - main - www/rubygem-showcase-rails: Add rubygem-showcase-rails 0.4.6

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 May 2024 06:29:56 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7696fc75479a10d56a26b515cc8830442cc5a267

commit 7696fc75479a10d56a26b515cc8830442cc5a267
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:14:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:21:55 +0000

    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!
---
 www/Makefile                         |  1 +
 www/rubygem-showcase-rails/Makefile  | 19 +++++++++++++++++++
 www/rubygem-showcase-rails/distinfo  |  3 +++
 www/rubygem-showcase-rails/pkg-descr |  2 ++
 4 files changed, 25 insertions(+)

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!