Commit graph

3882 commits

Author SHA1 Message Date
Doug Barton
6aaa224ddf Hawk is a web based utility for monitoring and comparing hosts on your
network with what is in DNS.  Hosts that are answering pings but are not
in DNS may be unauthorized, and addresses in DNS which are not answering
may be able to be reclaimed.  Hawk monitors all hosts on the networks
you specify and lets you view them via a web page.

Hawk consists of a backend written in Perl that monitors hosts by ICMP
pings and writes the status to a mysql database.  The frontend is in
PHP and lets you select which network to view, and how to view it.

This version has several enhancements to the original; including cleaner
Perl code, a user-definable string to designate unused addresses that
are in DNS, testing that the forward and reverse hostnames match, and
the daemon forks one process pre subnet.

WWW: http://sourceforge.net/projects/iphawk/
2012-02-06 20:17:54 +00:00
Martin Wilke
93cfaf9ad9 - Chase unixODBC shlib bump 2012-02-06 12:25:50 +00:00
Lars Engels
4623c66863 - Fix build with UNHANDLED_HACK [1]
- Patch ping syntax and s/Linux/FreeBSD/ by default
- Bump PORTREVISION

Noticed by:	Kurt Jaeger [1]
2012-02-03 05:31:39 +00:00
Jason Helfman
59fe32210f - Update to 0.600.1
- while here move man installation away from ${PREFIX}/share

Approved by:	crees, rene (mentors, implicit)
2012-02-02 23:20:23 +00:00
Martin Matuska
98b3935667 Update to 2.9.1 2012-02-02 11:14:22 +00:00
Thomas Abthorpe
978fe5634d - Reassign to the heap 2012-02-01 15:53:08 +00:00
Lars Engels
9f048ea0b5 Grab maintainership 2012-01-31 05:53:08 +00:00
Chin-San Huang
daf50bfdff - Drop maintainership 2012-01-31 05:50:26 +00:00
Chin-San Huang
1b08a75dc6 - Update to 1.6.1
- Drop maintainership

Submitted by:	flo@
PR:		ports/164282
2012-01-31 05:49:23 +00:00
Michael Scheidell
4c5ae61118 - No duplicated data in RRD files.
- No unused data in RRD files.
- No wasted polling for the same data over and over

PR:		ports/160272
Submitted by:	Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer)
Approved by:	maintainer, gabor (mentor)
2012-01-30 09:04:54 +00:00
Michael Scheidell
9c561f9d61 - update makefile, install cgiprograms with INSTALL_PROGRAM (was INSTALL_DATA) [1]
PR:		ports/159619 [2]
Submitted by:	Olexandr <raven77@ukr.net> [2]
Reviewed by:	scheidell [1]
Approved by:	maintainer (timeout, 5 months), gabor (mentor, implicit)
2012-01-28 20:20:02 +00:00
Martin Wilke
deaef7983f This module supports the ability to retrieve data from several
different models of TL1 devices.  Explictly supported devices
include the following:

* Cisco ONS15327
* Cisco ONS15454
* Cisco ONS15808
* Nortel OME 6500
* Nortel HDXc
* Ciena CoreDirector
* Infinera DTC
* Fujitsu FLASHWAVE 7500

Each specifically supported device has its own
GRNOC::TL1::Device module, which sets the default port and
prompt used for that device.  They also may each export their
own unique commands on top of what is already provided in
GRNOC::TL1::Device.  Raw commands and output can be sent and
received, or output can be parsed via the parse function, or
by calling a function for that device.

WWW: http://www.sourceforge.net/projects/routerproxy

PR:		ports/163027
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-01-28 10:31:31 +00:00
Martin Wilke
222c358649 - Respect CC
PR:		163233
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer
2012-01-27 17:42:31 +00:00
Ryan Steinmetz
a6d1d9b749 - Merge in fixes for Bug IDs: 3434824 [1], 3419825, 3428506
- Bump PORTREVISION

Requested by:	Alexey Kouznetsov <alexey@kouznetsov.com> [1]
Obtained from:	net-snmp git repo/bug database
2012-01-27 15:14:29 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +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
Jason Helfman
b535d07d0c - Update to 1.96
- Update MASTER_SITES and DISTFILE (moved to github)

PR:	ports/164109
Submitted by: Anthony Garcia <agarcia at experts-exchange.com>
Approved by:	crees,rene (mentors, implicit)
2012-01-14 01:52:23 +00:00
Jason Helfman
aacda0fa81 - Fix fetch error by updating MASTER_SITES and DISTFILE
PR:	ports/164108
Submitted by:	Anthony Garcia <agarcia at experts-exchange.com>
Approved by:	crees,rene (mentors, implicit)
2012-01-14 01:36:12 +00:00
Jason Helfman
08bc07bf14 - Fix fetch error by updating MASTER_SITES and DISTFILE
PR:	ports/164107
Submitted by: Anthony Garcia <agarcia at experts-exchange.com>
Approved by:	crees,rene (mentors, implicit)
2012-01-14 01:21:16 +00:00
Jason Helfman
99888e32b6 - Fix fetch error by updating MASTER_SITES and DISTFILE
PR: ports/164104
Submitted by:	Anthony Garcia <agarcia at experts-exchange.com>
Approved by:	crees,rene (mentors, implicit)
2012-01-14 01:10:19 +00:00
Dirk Meyer
b19db75b4d - update to 4.3.7 2012-01-12 06:20:14 +00:00
Pawel Pekala
599c515812 - Use autotools at build time, they are used when installed on system anyway
(this eliminates packaging errors seen only on live systems while
   tinderbox builds are fine)
- Fix installation of collectd.conf.sample, patch src/Makefile.am to always
  install it with same name
- Remove libgcrypt version check from configure.in, it breaks automake
  process when libgcrypt is not installed
- Don't patch configure script, it's created on build phase now

PR:		ports/163709
Reported by:	Garrett Cooper <yanegomi@gmail.com>
Approved by:	maintainer
2012-01-09 21:13:48 +00:00
Eitan Adler
e1925f7102 - Remove outdated version checks
Reviewed by:	nox
2012-01-09 04:01:17 +00:00
Ruslan Makhmatkhanov
8070175595 - update to 2.4.0
PR:		163875
Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer)
2012-01-07 19:58:32 +00:00
Frederic Culot
34763a9b5d - Update to 2.1.13
Changes:	http://search.cpan.org/dist/FusionInventory-Agent/Changes
PR:		ports/163874
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2012-01-07 10:52:49 +00:00
Wesley Shields
40bbc591ab Add support for pflog interfaces. Adjust chunk statements in the patch
while here.

Submitted by:	Clayton Milos <clay@milos.co.za> (via ports@ list)
2012-01-06 21:01:18 +00:00
Olli Hauer
56fb6713fc since apache13 is gone we need only one p5-Apache-DBI in the tree
- change p5-Apache-DBI-mp2 -> p5-Apache-DBI

with hat apache@
2012-01-05 17:49:20 +00:00
Jason Helfman
d0767e37e3 - Update to 1.6.5
PR:	ports/163741
Submitted by: Alexey Illarionov <littlesavage at rambler.ru>
Approved by: maintainer, rene (mentor)
2012-01-03 02:28:11 +00:00
Olli Hauer
34876c3b46 - remove support for apache version < 20 (mod_perl)
- sort dependency

with hat apache@
2012-01-01 21:08:52 +00:00
Olli Hauer
19fe40753d - change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
2012-01-01 16:47:41 +00:00
Chris Rees
d50282f0a6 - Update to 1.8.10,2
- Deforbid zabbix-frontend

PR:		ports/163691
Submitted by:	Jim Riggs <ports@christianserving.org> (maintainer)
2011-12-30 19:33:10 +00:00
Chris Rees
4b8cdee69d Mark FORBIDDEN; multiple XSS vulnerabilities
PR:		ports/163691
Submitted by:	Pavel Timofeev <timp87@gmail.com>
Obtained from:	https://support.zabbix.com/browse/ZBX-4015
Security:	ZBX-4015
2011-12-29 11:19:26 +00:00
Pav Lucistnik
47d92d1066 - Fix find(1) invocation from previous commit
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reported by:	pointyhat
2011-12-29 08:58:47 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00
Pawel Pekala
28af90ce32 - Add MEMCACHED, PYTHON, TOKYOTYRANT options [1]
- Clean up CONFIGURE_ARGS [1]
- Remove 6.x bits, not supported anymore
- Use bsd.port.options.mk instead of bsd.port.pre.mk
- Fix build for NUTUPS option

PR:             ports/163475 [1]
Submitted by:   Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]
2011-12-26 16:33:51 +00:00
Pawel Pekala
376e5a0c7d - Add MEMCACHED, PYTHON, TOKYOTYRANT options [1]
- Clean up CONFIGURE_ARGS [1]
- Remove 6.x bits, not supported anymore
- Use bsd.port.options.mk instead of bsd.port.pre.mk
- Fix build for NUTUPS option

PR:		ports/163473 [1]
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) [1]
2011-12-26 16:31:28 +00:00
Wesley Shields
0844f1a2d0 Switch to using bsd.port.options.mk and remove unnecessary assignments.
PR:		ports/162754
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2011-12-25 19:30:17 +00:00
Wesley Shields
8e22c83f10 Switch to using bsd.port.options.mk and remove unnecessary assignments.
While here, don't use 'find | xargs rm', when 'find -delete' will do.

PR:		ports/162754
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2011-12-25 19:28:06 +00:00
Mark Linimon
c6e7c015fc Mark as broken on sparc64-9: fails to compile.
Hat:		portmgr
2011-12-22 11:04:07 +00:00
Jason Helfman
d343539d3a move contributor address => jgh
Approved by:	crees (mentor)
2011-12-20 17:10:19 +00:00
Michael Landin
1cc21ced0a - Override CC as well as CFLAGS/LDFLAGS from command line
PR:		ports/163227
Submitted by:	Jan Beich <jbeich@tormail.net>
2011-12-20 11:53:10 +00:00
Philip M. Gollucci
79c7f8258f - Update to 1.1.0
PR:             ports/163389
Submitted by:   myself (pgollucci)
Approved by:    mhjacks@swbell.net (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2011-12-19 23:54:11 +00:00
Chris Rees
fce0cd9cfc NTPMonitor monitors the offset between system time and a target NTP (Network
Time Server) server's time.

More details can be found at provided url.

WWW: http://community.zenoss.org/docs/DOC-3469

PR:		ports/167194
Submitted by:	Zenoss <zenoss@experts-exchange.com>
2011-12-18 17:44:38 +00:00
Ryan Steinmetz
c1c49dc2fa - Merge in fix for bug 3411437 to address stack overflow issue
- Bump PORTREVISION

Reported by:	brian@
Obtained from:	upstream bug tracker
2011-12-16 12:57:54 +00:00
Michael Scheidell
5dded7233f - Backed out at request of maintainer
- PR reopened

PR:		ports/162140
Approved by:	zi (maintainer)
2011-12-14 21:16:45 +00:00
Chris Rees
f274501313 Update MASTER_SITES, distinfo for rerolled distfile
PR:		ports/163294
Submitted by:	Jason Helfman (zenoss@experts-exchange.com) (maintainer)
2011-12-14 19:56:00 +00:00
Michael Scheidell
179ffafe0a - Missing quote in options [1]
Submitted by:	wxs [1]
Approved by:	mainainer (zi, implicit), mentor (gabor)
2011-12-14 17:14:45 +00:00
Michael Scheidell
413cba5200 - re-integration which enables the option of building the python bindings [1]
- with the addition of a options knob (off by default)
- No portsbump so that its a 'noop' for systems that don't need python bindings

PR:		ports/162140
Submitted by:	Geoffrey Huntley <ghuntley@ghuntley.com> [1]
Approved by:	zi (maintainer timeout, 30 days), gabor (mentor)
2011-12-14 13:08:08 +00:00
Roman Bogorodskiy
4258affe1b - Update to 4.10.4
- Add RRDCACHED knob

PR:		163191
Submitted by:	Krzysztof Stryjek (maintainer)
Feature safe:	yes
2011-12-13 16:57:26 +00:00