From 9a13b9a46e8fa918abb3157f1918d4664bca259f Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Thu, 25 May 2017 01:57:20 +0000 Subject: [PATCH] devel/rubygem-simple-navigation-rails50: Create rails version 5.0 port by copying devel/rubygem-simple-navigation Approved by: swills (mentor, implicit) --- devel/Makefile | 1 + .../Makefile | 23 +++++++++++++++++++ .../distinfo | 3 +++ .../pkg-descr | 7 ++++++ 4 files changed, 34 insertions(+) create mode 100644 devel/rubygem-simple-navigation-rails50/Makefile create mode 100644 devel/rubygem-simple-navigation-rails50/distinfo create mode 100644 devel/rubygem-simple-navigation-rails50/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index c0750b4d3558..024aba4d5eb6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5584,6 +5584,7 @@ SUBDIR += rubygem-sidetiq SUBDIR += rubygem-sigdump SUBDIR += rubygem-simple-navigation + SUBDIR += rubygem-simple-navigation-rails50 SUBDIR += rubygem-simple_form SUBDIR += rubygem-simple_form-rails5 SUBDIR += rubygem-simplecov diff --git a/devel/rubygem-simple-navigation-rails50/Makefile b/devel/rubygem-simple-navigation-rails50/Makefile new file mode 100644 index 000000000000..beec30e7128a --- /dev/null +++ b/devel/rubygem-simple-navigation-rails50/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= simple-navigation +PORTVERSION= 4.0.5 +PORTREVISION= 1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails50 + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Create navigations for Rails, Sinatra or Padrino applications + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-activesupport50>0:devel/rubygem-activesupport50 + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include diff --git a/devel/rubygem-simple-navigation-rails50/distinfo b/devel/rubygem-simple-navigation-rails50/distinfo new file mode 100644 index 000000000000..0874271362fe --- /dev/null +++ b/devel/rubygem-simple-navigation-rails50/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1492201871 +SHA256 (rubygem/simple-navigation-4.0.5.gem) = 937a8fc09abac119e031af9f123c886a6608f018d92059641f790dab50d04221 +SIZE (rubygem/simple-navigation-4.0.5.gem) = 43520 diff --git a/devel/rubygem-simple-navigation-rails50/pkg-descr b/devel/rubygem-simple-navigation-rails50/pkg-descr new file mode 100644 index 000000000000..7a26799f1064 --- /dev/null +++ b/devel/rubygem-simple-navigation-rails50/pkg-descr @@ -0,0 +1,7 @@ +With the simple-navigation gem installed you can easily create multilevel +navigations for your Rails, Sinatra or Padrino applications. The navigation is +defined in a single configuration file. It supports automatic as well as +explicit highlighting of the currently active navigation through regular +expressions. + +WWW: https://github.com/codeplant/simple-navigation