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>
This commit is contained in:
Steve Wills 2013-10-24 03:09:31 +00:00
parent b5b4832a4a
commit 5fe21d94e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331454
4 changed files with 26 additions and 0 deletions

View file

@ -1701,6 +1701,7 @@
SUBDIR += redmine-backlogs
SUBDIR += redmine-basecamp
SUBDIR += redmine-http-auth
SUBDIR += redmine-sidebar_hide
SUBDIR += rejik
SUBDIR += rekonq
SUBDIR += reportmagic

View file

@ -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"

View file

@ -0,0 +1,2 @@
SHA256 (sidebar_hide-0.0.4.tar.gz) = ec50ba6ff0e86ac27a12ca1b2da7390f46032be7ff3cb910d6b8f978beb78ff9
SIZE (sidebar_hide-0.0.4.tar.gz) = 2833

View file

@ -0,0 +1,3 @@
Adds simple hide button for sidebar of Redmine
WWW: https://github.com/ries-tech/sidebar_hide