aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.6.9 [1]Pawel Pekala2013-03-274-7/+27
| | | | | | | | | | | | | | | | | - Add patch to fix rrdtool detection [2] - Remove nftrack from PLIST_FILES, it's only installed when NFTRACK=on - Don't compile with debug flags by default - Cleanup pkg-descr PR: ports/177392 [1] PR: ports/174149 [2] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1] Reported by: Aron Calvert <bsd@presi.dk> [2] Approved by: maintainer [1], maintainer timeout [2] Notes: svn path=/head/; revision=315414
* - Add explicit pkgconf dependencyBryan Drewery2013-03-241-4/+2
| | | | | | | | | | | - Trim headers PR: ports/177306 Reported by: John Marino <draco@marino.st> With hat: portmgr Notes: svn path=/head/; revision=315130
* - Update to 0.6Kubilay Kocak2013-03-243-10/+18
| | | | | | | | | | | | | | | | - Take maintainership - Add LICENSE - Add CPPFLAGS to fix pcre preprocessor warning - Add DEBUG OPTION - Update WWW: and Tab->space in pkg-descr - Update COMMENT according to standards - Remove ABI version from pcre LIB_DEPENDS PR: ports/169027 Approved by: rm (mentor) Notes: svn path=/head/; revision=315101
* - update to 3.5.0Ruslan Makhmatkhanov2013-03-233-8/+8
| | | | | | | | | | | changelog: http://www.nagios.org/projects/nagioscore/history/core-3x PR: 177304 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) Notes: svn path=/head/; revision=315043
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-222-2/+2
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Add New USES macro to handle support for Zenoss ports and Zenpacks:Jason Helfman2013-03-2011-68/+29
| | | | | | | | | | | | | USES= zenoss -trim historical headers Convert net-mgmt/zenpack family to new framework PR: 176723 Approved by: maintainer timeout ( 14 days ) Notes: svn path=/head/; revision=314713
* Fix minor nit: use the canconical FreeBSD.org form for email addresses.Eitan Adler2013-03-171-2/+1
| | | | | | | | | | | | This was causing me issues when attempting to gather certain statistics. While here trim header Approved by: miwi, adrian, tj No objection from: db, bjk, cperciva, scheidell, osa Notes: svn path=/head/; revision=314460
* In categories starting with [n-s], remove empty lines (and also few cases ofAlexey Dokuchaev2013-03-172-2/+0
| | | | | | | trailing slashes) from pkg-plist. Notes: svn path=/head/; revision=314445
* Remove expired ports:Rene Ladan2013-03-1516-954/+0
| | | | | | | | | | 2013-03-15 net-mgmt/zabbix-agent: no longer supported by upstream 2013-03-15 net-mgmt/zabbix-frontend: no longer supported by upstream 2013-03-15 net-mgmt/zabbix-proxy: no longer supported by upstream 2013-03-15 net-mgmt/zabbix-server: no longer supported by upstream Notes: svn path=/head/; revision=314306
* Do not removed directories not owned by the portBaptiste Daroussin2013-03-132-8/+1
| | | | | | | Reported by: pkg DEVELOPER_MODE Notes: svn path=/head/; revision=314056
* - Update to 5.2.1Beech Rintoul2013-03-128-243/+241
| | | | | | | | | | | - Fix build with clang PR: ports/176691 Submitted by: William Grzybowski <william88@gmail.com> Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=313994
* Update to 1.2 [1]Niclas Zeising2013-03-113-26/+531
| | | | | | | | | | Fix plist PR: ports/175774 [1] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1] Notes: svn path=/head/; revision=313916
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-0/+2
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-6/+2
| | | | Notes: svn path=/head/; revision=313649
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-086-21/+9
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-082-0/+2
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Convert to OptionsNGMartin Wilke2013-03-071-21/+16
| | | | | | | | | - Trim header Reviewed by: bapt Notes: svn path=/head/; revision=313599
* Convert to new options frameworkBaptiste Daroussin2013-03-071-19/+18
| | | | Notes: svn path=/head/; revision=313588
* - replace deprecated devel/py-setuptools with devel/py-distributeRuslan Makhmatkhanov2013-03-051-2/+2
| | | | | | | | | | | | | - change explicit dependency for the ports, that don't utilize USE_DISTUTILS feature - add UPDATING entry PR: 176142 Submitted by: rm (myself) Approved by: portmgr (miwi) Tested by: exp-run by miwi Notes: svn path=/head/; revision=313439
* 2013-02-27 security/lep: No more upstream, no more public distfilesBaptiste Daroussin2013-03-039-282/+0
| | | | | | | | | | | | | | | | | | 2013-02-27 devel/cvsmapfs: No more upstream, no more public distfiles 2013-02-27 devel/sid: No more upstream, no more public distfiles 2013-02-27 net-mgmt/nrpep: No more upstream, no more public distfiles 2013-02-27 devel/py-ez_xml: No more upstream, no more public distfiles 2013-02-27 security/IMHear: No more upstream, no more public distfiles 2013-02-27 comms/scud: No more upstream, no more public distfiles 2013-02-27 devel/lexi: No more upstream, no more public distfiles 2013-02-27 games/pentix: No more upstream, no more public distfiles 2013-02-27 net/py-mp-random: No more upstream, no more public distfiles 2013-02-27 sysutils/rcsedit: No more upstream, no more public distfiles 2013-02-27 sysutils/bsdsar: No more upstream, no more public distfiles 2013-02-27 sysutils/sarah: No more upstream, no more public distfiles Notes: svn path=/head/; revision=313384
* update to nagiosql 3.2.0_SP2Olli Hauer2013-03-0314-285/+96
| | | | | | | | | | | | | | | | | | | | | | - use OPTIONS-NG - make php5-ftp to optional (I suspect local file or SSH is the preferred config distribuiton methode) - remove all patch files, they are already included in the re-rolled sourcefile - use DISTSUBDIR (unluckily distversion does not increment with applied patches) - WWWGROUP is not defined it is WWWGRP (Makefile) - define WRKSRC - use COPYTREE_SHARE instead cp - use post-install script to create $ETCDIR structure additional for fresh install (adjust paths in sql script) - change default nagiosql paths from /etc/nagiosql -> ${ETCDIR} - change default nagios paths from /etc/nagios -> ${LOCALBASE}/etc/nagios PR: 175457 Submitted by: ohauer Approved by: maintainer timeout Notes: svn path=/head/; revision=313373
* Update to 2.2.1Chris Rees2013-03-032-4/+3
| | | | | | | Submitted by: Pierre DAVID <pdagog@gmail.com> (maintainer) Notes: svn path=/head/; revision=313339
* Devmon is a Perl daemon designed to supplement and enhance the monitoringSteve Wills2013-03-026-0/+144
| | | | | | | | | | | | | capabilities of a server running either the BigBrother or Hobbit monitoring software. WWW: http://devmon.sourceforge.net/ PR: ports/176427 Submitted by: Mark Felder <feld@feld.me> Notes: svn path=/head/; revision=313295
* - Update to 1.3Martin Wilke2013-03-024-43/+65
| | | | | | | | PR: 176559 Submitted by: Ports Fury Notes: svn path=/head/; revision=313215
* - Broken fails to fetchMartin Wilke2013-02-281-5/+3
| | | | | | | | | | | - Trim header => Attempting to fetch http://dev.zenoss.org/trac/changeset/26203/tags/zenoss-3.1.0/zenpacks/ZenPacks.zenoss.ApacheMonitor?old_path=%2F&format=zip fetch: http://dev.zenoss.org/trac/changeset/26203/tags/zenoss-3.1.0/zenpacks/ZenPacks.zenoss.ApacheMonitor?old_path=%2F&format=zip: No address record => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ZenPacks.zenoss.ApacheMonitor?old_path=%2F&format=zp Notes: svn path=/head/; revision=313103
* - Broken fails to fetchMartin Wilke2013-02-281-5/+3
| | | | | | | | | | | | - Trim header => Attempting to fetch http://dev.zenoss.org/trac/changeset/26194/tags/zenoss-3.1.0/zenpacks/ZenPacks.zenoss.DellMonitor?old_path=%2F&format=zip fetch: http://dev.zenoss.org/trac/changeset/26194/tags/zenoss-3.1.0/zenpacks/ZenPacks.zenoss.DellMonitor?old_path=%2F&format=zip: No address record => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ZenPacks.zenoss.DellMonitor?old_path=%2F&format=zip fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ZenPacks.zenoss.DellMonitor?old_path=%2F&format=zip: No address record Notes: svn path=/head/; revision=313101
* - Broken fails to fetchMartin Wilke2013-02-281-5/+3
| | | | | | | | | | - Trim header => Attempting to fetch http://dev.zenoss.org/trac/changeset/26205/tags/zenoss-3.1.0/zenpacks/ZenPacks.zenoss.NtpMonitor?old_path=%2F&format=zip fetch: http://dev.zenoss.org/trac/changeset/26205/tags/zenoss-3.1.0/zenpacks/ZenPacks.zenoss.NtpMonitor?old_path=%2F&format=zip: No address record Notes: svn path=/head/; revision=313100
* Fix segfautls in ZFS codePawel Pekala2013-02-282-27/+136
| | | | | | | | PR: ports/176440 Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=313095
* - Fix building in tinderboxBernhard Froehlich2013-02-271-0/+11
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=313069
* Take maintainershipGlen Barber2013-02-261-1/+1
| | | | Notes: svn path=/head/; revision=312952
* - Add patch to fix buildSteve Wills2013-02-251-0/+35
| | | | | | | Approved by: brd (maintainer) Notes: svn path=/head/; revision=312928
* Add ZFS supportPawel Pekala2013-02-235-9/+212
| | | | | | | | PR: ports/176107 Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=312834
* - Update to 1.0.2Pawel Pekala2013-02-213-17/+15
| | | | | | | | | | - Convert to OptionsNG PR: ports/176287 Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> (maintainer) Notes: svn path=/head/; revision=312737
* Update to 1.0.4.Anton Berezin2013-02-193-5/+4
| | | | | | | | PR: 176148 Submitted by: maintainer Notes: svn path=/head/; revision=312572
* - update libnet to 1.1.6Dirk Meyer2013-02-185-9/+27
| | | | | | | | | - build shared lib - fix dependend ports when libnet.so.8 was linked in - fix dependend ports when includes where missing Notes: svn path=/head/; revision=312526
* This module scans your networks to get informations from devices with SNMPMartin Wilke2013-02-186-0/+91
| | | | | | | | | | | | | | | | | | | | | protocol: - networking devices discovery within an IP range - network switch, printer and router analyse - relation between computer / printer / switch port - identify unknown MAC addresses - report printer cartridge and ounter status - support management of SNMP versions v1, v2, v3 The plugin depends on FusionInventory for GLPI. OCS Inventory can't use this plugin. WWW: http://search.cpan.org/dist/FusionInventory-Agent-Task-NetDiscovery/ PR: ports/165713 Submitted by: Emil Smolenski <am@raisa.eu.org> Notes: svn path=/head/; revision=312462
* Network discovery support for FusionInventory AgentMartin Wilke2013-02-185-0/+54
| | | | | | | | | | WWW: http://search.cpan.org/dist/FusionInventory-Agent-Task-SNMPQuery/ PR: ports/165711 Submitted by: Emil Smolenski <am@raisa.eu.org> Notes: svn path=/head/; revision=312461
* - Add rc scriptSteve Wills2013-02-172-6/+83
| | | | | | | | | | | | - Convert to OptionsNG - Trim header while here PR: ports/175890 Submitted by: Mark Felder <feld@feld.me> Approved by: Denis Pokataev <catone@cpan.org> (maintainer) Notes: svn path=/head/; revision=312440
* - update to 3.4.4Ruslan Makhmatkhanov2013-02-164-126/+8
| | | | | | | | | | | | | - remove patch, applied upstream changelog: http://www.nagios.org/projects/nagioscore/history/core-3x PR: 176188 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) Notes: svn path=/head/; revision=312368
* - Mark DEPRECATED no longer supported by upstreamMartin Wilke2013-02-151-0/+3
| | | | | | | PR: 176147 Notes: svn path=/head/; revision=312261
* - Ad missing dependencyMartin Wilke2013-02-151-2/+2
| | | | | | | | | | - Bump PORTREVISION PR: 176139 Submitted by: maintainer Notes: svn path=/head/; revision=312258
* - Update to 2.0.5Martin Wilke2013-02-153-3/+12
| | | | | | | | PR: 176137 Submitted by: maintainer Notes: svn path=/head/; revision=312257
* - Merge in upstream fix for bug 2439 [1]Ryan Steinmetz2013-02-133-9/+14
| | | | | | | | | | | | - Convert header to new 'created by' style - Fix pkgng issue [2] - Bump PORTREVISION Submitted by: Paul Beard <paulbeard@gmail.com> [1] Reported by: bapt@ [2] Notes: svn path=/head/; revision=312137
* Various spelling correctionsChris Rees2013-02-091-1/+1
| | | | | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi Notes: svn path=/head/; revision=311969
* - Fix build with clangMartin Wilke2013-02-072-11/+19
| | | | | | | | | | - Trim header PR: 175039 Submitted by: Ports Fury Notes: svn path=/head/; revision=311855
* - Update to 2.0Philippe Audeoud2013-02-072-9/+7
| | | | | | | | PR: ports/175912 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=311832
* - Update RUN_DEPENDS after net/freeradius-mysql deprecationRyan Steinmetz2013-02-051-6/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=311712
* 2013-02-05 net-mgmt/argus: Using of this branch of argus is discouraged. ↵Baptiste Daroussin2013-02-0516-1061/+0
| | | | | | | | | Please migrate to net-mgmt/argus3 2013-02-05 net-mgmt/argus-clients: Using of this branch of argus-clients is discouraged. Please migrate to net-mgmt/argus3-clients Notes: svn path=/head/; revision=311667
* Update to 0.21.18Steven Kreuzer2013-02-042-3/+3
| | | | Notes: svn path=/head/; revision=311646
* - Reassign to the heap at maintainers requestThomas Abthorpe2013-02-031-6/+2
| | | | | | | - Trim header while I am here Notes: svn path=/head/; revision=311450