Commit graph

19 commits

Author SHA1 Message Date
Lars Engels
18ee779f87 net-mgmt/pnp:
- Add patches from Check_MK that workaround missing sizeof() function in PHP 7.x
- Bump PORTREVSION
2019-01-16 13:37:50 +00:00
Lars Engels
ffd84b65e8 net-mgmt/pnp:
- Update to 0.6.26
- Remove upstreamed patches
2017-08-23 10:46:51 +00:00
Lars Engels
3c013ca709 - Add descr variable to all my ports' rc scripts
- Bump PORTREVISION
2017-08-02 16:09:43 +00:00
Lars Engels
a929e203c9 net-mgmt/pnp:
- Add patches for templates.dist to work with newer versions of rrdtool
- Switch from WANT_PHP_WEB to USES= php and php:web
- Bump PORTREVISION
2017-03-21 13:49:10 +00:00
Lars Engels
ff472fed3c - Update to 0.6.25
- Take maintainership. Reason: last maintainer's activity on the port was 5 years ago, never replied to my mails concerning the port.
- Update COMMENT
- Add a missing dependency on php5-session
- Use simpler version of OPTIONS
- Remove pkg-{de,}install
- Install webserver sample configs
- Update pkg-message
2015-04-24 13:30:42 +00:00
Olli Hauer
ab00f03fe1 - update to 0.6.21
- add stage support
- sort pkg-plist (closer match to new `make makeplist')
- add NAGIOSDIR to PLIST_SUB (support nagios/icinga)

PR:		ports/189197
Submitted by:	ohauer
Approved by:	maintainer timeout (16 days)
2014-05-18 14:29:07 +00:00
Guido Falsi
fe6e4612ca - Update to 0.6.18
- This version makes it work again with php 5.4
- Update WWW line in pkg-descr
- While I'm here fix some portlint warnings

PR:             ports/170565
Submitted by:   Guido Falsi <madpilot@FreeBSD.org>
Approved by:    maintainer timeout
Approved by:    tabthorpe (mentor)
2012-08-13 19:56:30 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Eygene Ryabinkin
58d37320f9 net-mgmt/pnp: fix issues brought by PNP developers
* php5-sockets is needed and php5-filter -- not needed;
 * local modifications to config.php should go into config_local.php
   and config.php must be replaced at every installation.

Feature safe: yes
Approved by: garga (mentor)
2010-12-30 17:25:47 +00:00
Eygene Ryabinkin
27701d2e4e net-mgmt/pnp: upgrade to 0.6.10
Changelog (there were no 0.6.8 and 0.6.9):
 - Feature: Add RRDTool Option ?only-graph if graph height is below
   32px to create thumbnails
 - Feature: RRDTool Option ?width and ?height is now allowed in
   templates
 - Feature: RRDTool DS Type for UOM of ?c? changed from COUNTER
   to DERIVE
 - Feature: Pass query string from special controller to image
   controller ( Matthew Garrett )
 - Feature: Authorisation against mk_livestatus API added
 - Feature: Sample nginx webserver config added
   (by evax@users.sourceforge.net)
 - Feature: Kohana backport to support PHP 5.1.6 (Kudos to
   Andreas Ericsson)
 - Bugfix: Sort list of special templates
 - Bugfix: Urlencode hostname and service description (Reported
   by Yannick)
 - Bugfix: corrected warning/critical thresholds in ticker/alerter
   functions

Also sorted pkg-plist entries by name.

PR: ports/153283 (based on)
Submitted by: ohauer
Feature safe: yes
Approved by: garga (mentor)
2010-12-28 19:01:10 +00:00
Eygene Ryabinkin
981d45c88b net-mgmt/pnp: update to 0.6.7
- update sources to 0.6.7 -- the tip of 0.6-series;
- reworked patches and grouped them by-commit rather than by-file;
- excluded removal of .orig files -- all files aren't installed anymore;
- changed maintainer (my) e-mail.

Approved by: garga (mentor)
PR: ports/151118
2010-11-23 22:10:20 +00:00
Greg Larkin
abb1ada39c - Patch code emitting warnings after PHP 5.3.x upgrade
- Regenerated patch files with "make makepatch"
- Added GPLv2 license
- Bumped PORTREVISION

PR:		ports/147199
Submitted by:	olli hauer <ohauer at gmx dot de>
Approved by:	rea-fbsd@codelabs.ru (maintainer - timeout; 55 days)
2010-07-23 20:59:08 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Martin Wilke
fb674f63af - Update to 0.4.14
PR:		136362
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2009-07-07 20:25:19 +00:00
Martin Wilke
d2d864e543 - Update to 0.4.12
PR:		129912
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2008-12-25 00:32:12 +00:00
Pav Lucistnik
d4dff41f01 - Correct dependencies, install manpage, fix directory permissions
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
2008-08-18 15:42:50 +00:00
Edwin Groothuis
fb1f0fb885 New port: net-mgmt/pnp, modern graphing tool for Nagios
After evaluation of net-mgmt/nagiosgraph I decided to search for
	something more useful -- Nagios Graph was too hackish and unpretty for
	my taste. Digging through Nagios sites I had found PNP and was pleased
	by its simplicity and power.

	WWW: http://www.pnp4nagios.org/pnp/start

PR:		ports/126576
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2008-08-17 06:49:35 +00:00