Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 03:09:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331454 - in head/www: . redmine-sidebar_hide
Message-ID:  <201310240309.r9O39Vcf072087@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Oct 24 03:09:31 2013
New Revision: 331454
URL: http://svnweb.freebsd.org/changeset/ports/331454

Log:
  Adds simple hide button for sidebar of Redmine
  
  WWW: https://github.com/ries-tech/sidebar_hide
  
  PR:		ports/181732
  Submitted by:	Kozlov Sergey <kozlov.sergey.404@gmail.com>

Added:
  head/www/redmine-sidebar_hide/
  head/www/redmine-sidebar_hide/Makefile   (contents, props changed)
  head/www/redmine-sidebar_hide/distinfo   (contents, props changed)
  head/www/redmine-sidebar_hide/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Oct 24 02:31:13 2013	(r331453)
+++ head/www/Makefile	Thu Oct 24 03:09:31 2013	(r331454)
@@ -1701,6 +1701,7 @@
     SUBDIR += redmine-backlogs
     SUBDIR += redmine-basecamp
     SUBDIR += redmine-http-auth
+    SUBDIR += redmine-sidebar_hide
     SUBDIR += rejik
     SUBDIR += rekonq
     SUBDIR += reportmagic

Added: head/www/redmine-sidebar_hide/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-sidebar_hide/Makefile	Thu Oct 24 03:09:31 2013	(r331454)
@@ -0,0 +1,20 @@
+# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	sidebar_hide
+PORTVERSION=	0.0.4
+CATEGORIES=	www
+MASTER_SITES=	GH
+
+MAINTAINER=	kozlov.sergey.404@gmail.com
+COMMENT=	Adds simple hide button for sidebar of Redmine
+
+USE_GITHUB=	YES
+GH_ACCOUNT=	ries-tech
+GH_COMMIT=	372f3ab
+
+REDMINE_PLUGIN_NAME=	sidebar_hide
+
+NO_STAGE=	yes
+
+.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"

Added: head/www/redmine-sidebar_hide/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-sidebar_hide/distinfo	Thu Oct 24 03:09:31 2013	(r331454)
@@ -0,0 +1,2 @@
+SHA256 (sidebar_hide-0.0.4.tar.gz) = ec50ba6ff0e86ac27a12ca1b2da7390f46032be7ff3cb910d6b8f978beb78ff9
+SIZE (sidebar_hide-0.0.4.tar.gz) = 2833

Added: head/www/redmine-sidebar_hide/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-sidebar_hide/pkg-descr	Thu Oct 24 03:09:31 2013	(r331454)
@@ -0,0 +1,3 @@
+Adds simple hide button for sidebar of Redmine
+
+WWW: https://github.com/ries-tech/sidebar_hide



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