Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2017 20:36:11 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438543 - in head/devel: . rubygem-simple-navigation
Message-ID:  <201704142036.v3EKaBYO026003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Fri Apr 14 20:36:11 2017
New Revision: 438543
URL: https://svnweb.freebsd.org/changeset/ports/438543

Log:
  New port, devel/rubygem-simple-navigation: Create navigations for Rails,
  Sinatra or Padrino applications
  
  Adding devel/rubygem-simple-navigation, because it is a dependency of the
  upcoming www/mastodon port.
  
  Approved by:	swills (mentor, implicit)

Added:
  head/devel/rubygem-simple-navigation/
  head/devel/rubygem-simple-navigation/Makefile   (contents, props changed)
  head/devel/rubygem-simple-navigation/distinfo   (contents, props changed)
  head/devel/rubygem-simple-navigation/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 14 19:03:23 2017	(r438542)
+++ head/devel/Makefile	Fri Apr 14 20:36:11 2017	(r438543)
@@ -5534,6 +5534,7 @@
     SUBDIR += rubygem-sidetiq
     SUBDIR += rubygem-sigdump
     SUBDIR += rubygem-simple_form
+    SUBDIR += rubygem-simple-navigation
     SUBDIR += rubygem-simplecov
     SUBDIR += rubygem-slack-notifier
     SUBDIR += rubygem-slack-notifier1

Added: head/devel/rubygem-simple-navigation/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-simple-navigation/Makefile	Fri Apr 14 20:36:11 2017	(r438543)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	simple-navigation
+PORTVERSION=	4.0.5
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	jrm@FreeBSD.org
+COMMENT=	Create navigations for Rails, Sinatra or Padrino applications
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-activesupport4>=2.3.2:devel/rubygem-activesupport4
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-simple-navigation/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-simple-navigation/distinfo	Fri Apr 14 20:36:11 2017	(r438543)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1492201871
+SHA256 (rubygem/simple-navigation-4.0.5.gem) = 937a8fc09abac119e031af9f123c886a6608f018d92059641f790dab50d04221
+SIZE (rubygem/simple-navigation-4.0.5.gem) = 43520

Added: head/devel/rubygem-simple-navigation/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-simple-navigation/pkg-descr	Fri Apr 14 20:36:11 2017	(r438543)
@@ -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: http://github.com/codeplant/simple-navigation/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704142036.v3EKaBYO026003>