git: a475f8df9306 - main - devel/rubygem-simple-navigation-rails61: New port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 21 Nov 2022 12:57:59 UTC
The branch main has been updated by bofh:

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

commit a475f8df930675694588842bbdea6b1db4a7234f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-11-21 12:56:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-11-21 12:57:51 +0000

    devel/rubygem-simple-navigation-rails61: New port
    
    Simple Navigation is a ruby library for creating navigations (with
    multiple levels) for your Rails, Sinatra or Padrino applications. It
    runs with all ruby versions.
    
    Sponsored by:   Nepustil
---
 devel/Makefile                                    |  1 +
 devel/rubygem-simple-navigation-rails61/Makefile  | 21 +++++++++++++++++++++
 devel/rubygem-simple-navigation-rails61/distinfo  |  3 +++
 devel/rubygem-simple-navigation-rails61/pkg-descr |  3 +++
 4 files changed, 28 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 691aed1e3e95..4f367101707b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6998,6 +6998,7 @@
     SUBDIR += rubygem-sigdump
     SUBDIR += rubygem-simple-navigation
     SUBDIR += rubygem-simple-navigation-rails50
+    SUBDIR += rubygem-simple-navigation-rails61
     SUBDIR += rubygem-simple_form
     SUBDIR += rubygem-simple_form-rails5
     SUBDIR += rubygem-simple_form-rails50
diff --git a/devel/rubygem-simple-navigation-rails61/Makefile b/devel/rubygem-simple-navigation-rails61/Makefile
new file mode 100644
index 000000000000..91da11d2b583
--- /dev/null
+++ b/devel/rubygem-simple-navigation-rails61/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	simple-navigation
+PORTVERSION=	4.4.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails61
+
+MAINTAINER=	bofh@FreeBSD.org
+COMMENT=	Create navigations for Rails, Sinatra or Padrino applications
+WWW=		https://github.com/codeplant/simple-navigation
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-activesupport61>=2.3.2:devel/rubygem-activesupport61
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-simple-navigation-rails61/distinfo b/devel/rubygem-simple-navigation-rails61/distinfo
new file mode 100644
index 000000000000..8453c83adb43
--- /dev/null
+++ b/devel/rubygem-simple-navigation-rails61/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1653926178
+SHA256 (rubygem/simple-navigation-4.4.0.gem) = 987c79cfb942468470554da8a6bafb16fab519a9ead1da9d64d563c8afca81f1
+SIZE (rubygem/simple-navigation-4.4.0.gem) = 44544
diff --git a/devel/rubygem-simple-navigation-rails61/pkg-descr b/devel/rubygem-simple-navigation-rails61/pkg-descr
new file mode 100644
index 000000000000..2b44a898153f
--- /dev/null
+++ b/devel/rubygem-simple-navigation-rails61/pkg-descr
@@ -0,0 +1,3 @@
+Simple Navigation is a ruby library for creating navigations (with multiple
+levels) for your Rails, Sinatra or Padrino applications. It runs with all ruby
+versions.