From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 03:09:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8E80D2AA; Thu, 24 Oct 2013 03:09:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 633F62426; Thu, 24 Oct 2013 03:09:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9O39W18072092; Thu, 24 Oct 2013 03:09:32 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9O39Vcf072087; Thu, 24 Oct 2013 03:09:31 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310240309.r9O39Vcf072087@svn.freebsd.org> From: Steve Wills Date: Thu, 24 Oct 2013 03:09:31 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 03:09:32 -0000 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 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 +# $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