1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Lars Engels
ad9536a8d7 Add a slave port to pnp: pnp-icinga to use PNP with Icinga.
Approved by:	portmgr (bapt)
2013-09-29 09:00:04 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Andrej Zverev
bd628ddcbf - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 16:38:28 +00:00
Baptiste Daroussin
5c1bfd69f6 Convert to new options framework
While here do some build with clang fixes

PR:		ports/178445, ports/178446, ports/178444, ports/178443, ports/178425, ports/178423
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
2013-05-10 11:28:32 +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
Sylvio Cesar Teixeira
b240caf9e4 - Chase rrdtool shlib version bump. 2012-05-07 18:52:09 +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
Philip M. Gollucci
33faac1689 - Mark MAKE_JOBS_UNSAFE=yes
Reported by:    RideCharge Inc. / TaxiMagic TB
Confirmed by:   P6 TB
2010-12-10 19:21:01 +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
464bd90ba4 - Fixed PNG file breakage caused by overzealous dos2unix that I
introduced in a previous commit
- Fixed portlint warning about LICENSE
- Bumped PORTREVISION

PR:		ports/151108
Submitted by:	Youssef Ghorbal <djo at pasteur dot fr>
Approved by:	Eygene Ryabinkin <rea-fbsd at codelabs dot ru> (maintainer, implicit)
2010-09-30 18:29:12 +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
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +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
Lars Thegler
0875ce1f0d - Fix PHP module dependency
- Bump PORTREVISION

PR:		ports/127863
Submitted by:	me
Approved by:	maintainer
2008-11-04 19:14:45 +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
5a32e024ee Pull in rrdtool as a build-dependency.
Noticed by: pavbot.
2008-08-18 00:10:38 +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