Bug 181732 - New port: www/redmine-sidebar_hide Redmine hide sidebar plugin
Summary: New port: www/redmine-sidebar_hide Redmine hide sidebar plugin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-01 21:40 UTC by Serhii (Sergey) Kozlov
Modified: 2013-10-24 04:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.55 KB, text/plain)
2013-09-01 21:40 UTC, Serhii (Sergey) Kozlov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Serhii (Sergey) Kozlov freebsd_committer freebsd_triage 2013-09-01 21:40:00 UTC
New port: www/redmine-sidebar_hide

Adds simple hide button for sidebar of Redmine

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-10-24 04:09:39 UTC
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"
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-24 04:09:49 UTC
State Changed
From-To: open->closed

New port added. Thanks!