Date: Mon, 12 Sep 2011 23:20:07 GMT From: Anthony Garcia <agarcia@experts-exchange.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/157190: [new port] net-mgmt/zenpack-GraphPortlet: Enables users to show any graph/multi graph reports on their dashboard Message-ID: <201109122320.p8CNK72V080179@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/157190; it has been noted by GNATS. From: Anthony Garcia <agarcia@experts-exchange.com> To: bug-followup@FreeBSD.org, zenoss@experts-exchange.com Cc: Subject: Re: ports/157190: [new port] net-mgmt/zenpack-GraphPortlet: Enables users to show any graph/multi graph reports on their dashboard Date: Mon, 12 Sep 2011 16:15:22 -0700 This is a multi-part message in MIME format. --------------040506050207060102060603 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Updated port Makefile to use new bsd.zenoss.mk file. -- ~Anthony Garcia --------------040506050207060102060603 Content-Type: text/plain; name="zenpack-GraphPortlet.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="zenpack-GraphPortlet.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # zenpack-GraphPortlet # zenpack-GraphPortlet/files # zenpack-GraphPortlet/files/pkg-deinstall.in # zenpack-GraphPortlet/files/pkg-message.in # zenpack-GraphPortlet/distinfo # zenpack-GraphPortlet/pkg-descr # zenpack-GraphPortlet/pkg-plist # zenpack-GraphPortlet/Makefile # echo c - zenpack-GraphPortlet mkdir -p zenpack-GraphPortlet > /dev/null 2>&1 echo c - zenpack-GraphPortlet/files mkdir -p zenpack-GraphPortlet/files > /dev/null 2>&1 echo x - zenpack-GraphPortlet/files/pkg-deinstall.in sed 's/^X//' >zenpack-GraphPortlet/files/pkg-deinstall.in << 'a792bfee33810d0ee9555d8e9a4c3ccc' X#!/bin/sh X Xif [ "$2" = "DEINSTALL" ]; then X echo "To de-activate this Zenpack, run the following command as the zenoss user: X X%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%% X XIMPORTANT: De-activating a Zenpack will also remove all its associated data" X Xfi a792bfee33810d0ee9555d8e9a4c3ccc echo x - zenpack-GraphPortlet/files/pkg-message.in sed 's/^X//' >zenpack-GraphPortlet/files/pkg-message.in << '11fbb16db09f22856400d0176fc9b94e' X XTo activate this Zenpack, run the following commands as the zenoss user: X X%%ZENHOME%%/bin/zenpack --install %%ZPACKHOME%%/%%ZPACK%% X%%ZENHOME%%/bin/zopectl restart 11fbb16db09f22856400d0176fc9b94e echo x - zenpack-GraphPortlet/distinfo sed 's/^X//' >zenpack-GraphPortlet/distinfo << '6d849cd3728546603a59ba3a0db6be0b' XSHA256 (graph-portlet-1.03?old_path=%2F&format=zip) = 69d89200f437f0b80d9d1508d4b550677a49037ac15dc8a98bfe542299c590e1 XSIZE (graph-portlet-1.03?old_path=%2F&format=zip) = 7289 6d849cd3728546603a59ba3a0db6be0b echo x - zenpack-GraphPortlet/pkg-descr sed 's/^X//' >zenpack-GraphPortlet/pkg-descr << '3576ec69c0a58dbc51b23f2002c604dd' XThis ZenPack adds a portlet called "Show Graph" which enables users to show any Xgraph/multi graph reports on their dashboard. Several columns (as defined in Xreport options) are supported. X XMore details can be found at the provided url. X XWWW: http://community.zenoss.org/docs/DOC-3421 3576ec69c0a58dbc51b23f2002c604dd echo x - zenpack-GraphPortlet/pkg-plist sed 's/^X//' >zenpack-GraphPortlet/pkg-plist << 'e8420ecb760bb196da32c5a09d43b7b8' Xzenoss/ZenPack/%%ZPACK%% X@dirrmtry zenoss/ZenPack e8420ecb760bb196da32c5a09d43b7b8 echo x - zenpack-GraphPortlet/Makefile sed 's/^X//' >zenpack-GraphPortlet/Makefile << '546fe4302a1cc43a6afda67ce1349f78' X# New ports collection makefile for: ShowGraphPortlet X# Date created: 12 May 2011 X# Whom: Zenoss <zenoss@experts-exchange.com> X# X# $FreeBSD$ X# X XPORTNAME= ShowGraphPortlet XPORTVERSION= 1.03 XCATEGORIES= net-mgmt www XMASTER_SITES= http://zenpacks.zenoss.org/trac-zenpacks/changeset/1002/tags/ XDISTFILES= graph-portlet-${PORTVERSION}?old_path=%2F\&format=zip X XMAINTAINER= zenoss@experts-exchange.com XCOMMENT= Enables users to show any graph/multi graph reports on their dashboard X XUSE_ZIP= yes XZPACKGROUP= community XWRKSRC= ${WRKDIR}/tags/graph-portlet-${PORTVERSION}/ X XZPACKPREFIX= ZenPacks.SCC. X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/Mk/bsd.zenoss.mk" X.include <bsd.port.post.mk> 546fe4302a1cc43a6afda67ce1349f78 exit --------------040506050207060102060603--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109122320.p8CNK72V080179>