mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
devel/rubygem-simple-navigation-rails50: Create rails version 5.0 port by
copying devel/rubygem-simple-navigation Approved by: swills (mentor, implicit)
This commit is contained in:
parent
0c640d1d4e
commit
9a13b9a46e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441642
4 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
23
devel/rubygem-simple-navigation-rails50/Makefile
Normal file
23
devel/rubygem-simple-navigation-rails50/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
3
devel/rubygem-simple-navigation-rails50/distinfo
Normal file
3
devel/rubygem-simple-navigation-rails50/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1492201871
|
||||
SHA256 (rubygem/simple-navigation-4.0.5.gem) = 937a8fc09abac119e031af9f123c886a6608f018d92059641f790dab50d04221
|
||||
SIZE (rubygem/simple-navigation-4.0.5.gem) = 43520
|
7
devel/rubygem-simple-navigation-rails50/pkg-descr
Normal file
7
devel/rubygem-simple-navigation-rails50/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue