New port: www/redmine-sidebar_hide Adds simple hide button for sidebar of Redmine Fix: Patch attached with submission follows:
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!