aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The UniFi Controller allows you to manage Wireless, Routing & Switching,Mark Felder2018-02-041-0/+1
| | | | | | | | | | | | | VoIP and Video of Ubiquiti Networks. This port tracks the development releases. WWW: http://wiki.ubnt.com/UniFi_FAQ PR: 223401 Notes: svn path=/head/; revision=460932
* net-mgmt/rtrlib: Add the port to the tree and pass maintainership to the ↵Mahdi Mokhtari2018-02-031-0/+1
| | | | | | | | | | | | | | | submitter The RTRlib implements the client-side of the RPKI-RTR (RFC 6810) and BGP Prefix Origin Validation (RFC 6811). PR: 225645 Submitted by: Felix Annen <freebsd@bodems.net> Reported by: Felix Annen <freebsd@bodems.net> Reviewed by: olivier Notes: svn path=/head/; revision=460818
* New port: net-mgmt/prometheus-collectd-exporterKurt Jaeger2018-01-121-0/+1
| | | | | | | | | | | | | | | An exporter for collectd. It accepts collectd's binary network protocol as sent by collectd's network plugins and metrics in JSON format via HTTP POST as sent by colletd's write_http_plugin, and transform and exposes them for consumption by Prometheus. WWW: https://github.com/prometheus/collectd_exporter PR: 214675 Submitted by: dsp@php.net Notes: svn path=/head/; revision=458819
* Remove deprecated net-mgmt/nrpe and slave.Niclas Zeising2018-01-011-2/+0
| | | | | | | | | This is the old version of net-mgmt/nrpe, which is no longer maintained. Please use net-mgmt/nrpe3 instead, which is the currently maintained version. Notes: svn path=/head/; revision=457748
* Add net-mgmt/metronome:Kirill Ponomarev2017-12-081-0/+1
| | | | | | | | | | | | | | | | Mini-graphite that uses client-side java script to render graphs w/o depending on graphite. metronome implements the carbon protocol, so anything that can feed Graphite can feed metronome. We also accept submissions via POST. WWW: https://github.com/ahupowerdns/metronome Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D13285 Notes: svn path=/head/; revision=455795
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* The Elasticsearch Module for Icinga Web 2 integrates your Elastic stack intoLars Engels2017-11-281-0/+1
| | | | | | | | | | | | Icinga Web 2. Based on Elasticsearch instances and event types you configure, the module allows you to display data collected by Beats, Logstash and any other source. After you've installed and configured the module, you can browse events via the host action Elasticsearch Events. WWW: https://github.com/Icinga/icingaweb2-module-elasticsearch Notes: svn path=/head/; revision=455058
* This module integrates an existing Graphite installation in your Icinga Web 2Lars Engels2017-11-281-0/+1
| | | | | | | | | | | | | frontend. It provides a new menu section with two general overviews for hosts and services as well as an extension to the host and service detail view of the monitoring module. WWW: https://github.com/Icinga/icingaweb2-module-graphite Notes: svn path=/head/; revision=455051
* Remove expired ports:Rene Ladan2017-11-211-1/+0
| | | | | | | | | | | | | | | | | | 2017-11-20 news/brag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 textproc/srilm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 x11-toolkits/tk84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 devel/tkinspect: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/bogged: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/ttraffic: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/ifm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/tksol: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 lang/tcl84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 mail/tkrat2: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 multimedia/dtv: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 net-mgmt/netwag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ Notes: svn path=/head/; revision=454648
* Add PHP 7.2 RC6Torsten Zuehlsdorff2017-11-161-0/+1
| | | | | | | | | | | | | | | | Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de> Differential Revision: https://reviews.freebsd.org/D12980 Notes: svn path=/head/; revision=454302
* net-mgmt/triton-guesttools: create portSteve Wills2017-11-151-0/+1
| | | | | | | | | FreeBSD guest tools to enabled compatability with SmartOS and Triton. WWW: https://github.com/joyent/freebsd-kvm-image-builder/tree/master/triton-freebsd-guesttools Notes: svn path=/head/; revision=454294
* net-mgmt/mdata-client: create portSteve Wills2017-11-151-0/+1
| | | | | | | | | | | Metadata retrieval and manipulation tools for use within guests of the SmartOS (and SDC) hypervisor. These guests may be either SmartOS Zones or KVM virtual machines. WWW: https://github.com/joyent/mdata-client Notes: svn path=/head/; revision=454267
* New port: net-mgmt/py-pynscaKurt Jaeger2017-10-141-0/+1
| | | | | | | | | | | | Implements an NSCA (Nagios Service Check Acceptor) client in Python. WWW: https://github.com/djmitche/pynsca PR: 222445 Submitted by: Ryder Dain <ryder.dain@gmail.com> Notes: svn path=/head/; revision=452045
* Remove expired ports:Rene Ladan2017-10-051-1/+0
| | | | | | | | | | | | 2017-10-04 sysutils/bacula5-client-static: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 sysutils/bacula5-client: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 sysutils/bacula5-bat: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 sysutils/bacula5-server: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 net-mgmt/nagios-check_bacula5: No upstream commits since 2013. Use sysutils/bacula-server 2017-10-04 sysutils/bacula5-docs: No upstream commits since 2013. Use sysutils/bacula-docs Notes: svn path=/head/; revision=451344
* This project contains integrations for various monitoring tools withMark Felder2017-10-051-0/+1
| | | | | | | | | | | | | | | the PagerDuty Agent. It currently includes support for: Nagios Sensu Zabbix WWW: https://github.com/PagerDuty/pdagent-integrations Notes: svn path=/head/; revision=451330
* New port: net-mgmt/py-msrestazure: Azure-specific AutoRest swagger generator ↵Tobias C. Berner2017-09-301-0/+1
| | | | | | | | | | Python PR: 222211 Submitted by: xmj Notes: svn path=/head/; revision=450975
* New port: net-mgmt/py-msrest: AutoRest swagger generator Python client runtimeTobias C. Berner2017-09-301-0/+1
| | | | | | | | PR: 222210 Submitted by: xmj Notes: svn path=/head/; revision=450974
* New port: net-mgmt/py-adal: Authentication of Azure Active Directory for ↵Tobias C. Berner2017-09-301-0/+1
| | | | | | | | | | python apps PR: 222209 Submitted by: xmj Notes: svn path=/head/; revision=450973
* net-mgmt/openbmp: new portLuca Pizzamiglio2017-09-151-0/+1
| | | | | | | | | | | Adding openBMP, a BGP Monitor Protocol collector Approved by: olivier (mentor) Sponsored by: trivago N.V. Differential Revision: https://reviews.freebsd.org/D12378 Notes: svn path=/head/; revision=449905
* net-mgmt/nstat: create portSteve Wills2017-09-141-0/+1
| | | | | | | | | | | | nstat is a replacement for the most frequently used parts of vmstat, netstat (bw), and pmc-memory.x The advantage of using nstat is that it can run all in a single session, rather than having to use 3 terminal sessions to monitor a machine. Submitted by: gallatin (private email) Notes: svn path=/head/; revision=449848
* The PagerDuty Agent is a program that lets you easily integrate yourMark Felder2017-09-141-0/+1
| | | | | | | | | monitoring system with PagerDuty. WWW: https://github.com/PagerDuty/pdagent Notes: svn path=/head/; revision=449844
* Sort categories Makefiles properly.Mathieu Arnold2017-09-111-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449635
* Add Bacula 9.0.3Dan Langille2017-08-301-0/+1
| | | | | | | PR: 221710 Notes: svn path=/head/; revision=448995
* New ports: net-mgmt/zabbix34-[agent|frontend|proxy|server]Danilo G. Baio2017-08-251-0/+4
| | | | | | | | | | | | | net-mgmt/zabbix32 -> net-mgmt/zabbix34 What's new in Zabbix 3.4.0: https://www.zabbix.com/documentation/3.4/manual/introduction/whatsnew340 PR: 221779 Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> Notes: svn path=/head/; revision=448743
* Add new port net-mgmt/icingaweb2-module-vsphere:Lars Engels2017-07-271-0/+1
| | | | | | | | | | | | | | In case you want to have an automated import of your Virtual Machines and/or Physical Host from VMware Sphere (vCenter) into your Icinga monitoring system this module might be what you have been looking for. At the time of this writing, the main purpose of this module is being a Import Source provider for the Icinga Director. WWW: https://github.com/Icinga/icingaweb2-module-vsphere Notes: svn path=/head/; revision=446773
* Add new port net-mgmt/icingaweb2-module-grafana:Lars Engels2017-07-271-0/+1
| | | | | | | | | Add Grafana graphs into Icinga Web 2 to display performance metrics. WWW: https://github.com/Mikesch-mp/icingaweb2-module-grafana Notes: svn path=/head/; revision=446772
* Add net-mgmt/icingaweb2-module-mapLars Engels2017-07-261-0/+1
| | | | | | | | | | The Icinga Web 2 Module Map displays hosts and their status on OpenStreetMap using http://leafletjs.com/ WWW: https://github.com/nbuchwitz/icingaweb2-module-map Notes: svn path=/head/; revision=446700
* Unbound_exporter connects to Unbounds TLS control socket and sends theBoris Samorodov2017-07-171-0/+1
| | | | | | | | | | | | | | stats_noreset command, causing Unbound to return metrics as key-value pairs. The metrics exporter converts Unbound metric names to Prometheus metric names and labels by using a set of regular expressions. WWW: https://github.com/kumina/unbound_exporter PR: 218197 Submitted by: Athanasios Douitsis <aduitsis@cpan.org> Notes: svn path=/head/; revision=446121
* node_exporter is a prometheus exporter for MySQL server metricsBoris Samorodov2017-07-171-0/+1
| | | | | | | | | | WWW: https://github.com/prometheus/mysqld_exporter PR: 219742 Submitted by: Alexey Bobkov <mr.deadlystorm@gmail.com> Notes: svn path=/head/; revision=446120
* The Prometheus Pushgateway exists to allow ephemeral and batch jobs toBoris Samorodov2017-07-171-0/+1
| | | | | | | | | | | | | | expose their metrics to Prometheus. Since these kinds of jobs may not exist long enough to be scraped, they can instead push their metrics to a Pushgateway. The Pushgateway then exposes these metrics to Prometheus. WWW: https://github.com/prometheus/pushgateway PR: 216882 Submitted by: Athanasios Douitsis <aduitsis@cpan.org> Notes: svn path=/head/; revision=446118
* The Alertmanager handles alerts sent by client applications suchBoris Samorodov2017-07-171-0/+1
| | | | | | | | | | | | | | | as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts. WWW: https://prometheus.io/docs/alerting/alertmanager/ PR: 216119 Submitted by: Michal Hanula <michal@hanu.la> Notes: svn path=/head/; revision=446116
* blackbox_exporter is a prometheus exporter. The blackbox exporterBoris Samorodov2017-07-171-0/+1
| | | | | | | | | | allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP. WWW: https://github.com/prometheus/blackbox_exporter Notes: svn path=/head/; revision=446114
* Add nrpe3, Nagios Remote Program Execution ver 3.Niclas Zeising2017-07-111-0/+1
| | | | | | | | | | | | | | | | | Add nrpe3, version 3.2.0. NRPE is used to execute remote commands on machines to monitor them with nagios, icinga or similar programs. This is added as a separate port, since there are some backwards compatibility issues with nrpe ver 2. Update conflicts for nrpe. PR: 218933 (based on) Submitted by: brnrd@ Glanced at by: swills Notes: svn path=/head/; revision=445504
* Remove expired ports:Rene Ladan2017-07-011-1/+0
| | | | | | | | | 2017-06-30 net/freeradius2: EoL, use net/freeradius3 instead net/abills: unmaintained and depends on expired net/freeradius2 net-mgmt/ezradius: unmaintained and depends on expired net/freeradius2 Notes: svn path=/head/; revision=444853
* Repocopy from net-mgmt/cacti-spine (r419786) -> net-mgmt/cacti88-spineDanilo G. Baio2017-06-061-0/+1
| | | | | | | | | | | | | | | Multithreaded poller for Cacti written in C New releases of Cacti are still unable to work with useful plugins like "GPS Map" and "Network Weathermap". PR: 219686 Submitted by: Vinicius Zavam <egypcio@googlemail.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11024 Notes: svn path=/head/; revision=442733
* Repocopy from net-mgmt/cacti (r416066) -> net-mgmt/cacti88Danilo G. Baio2017-06-061-0/+1
| | | | | | | | | | | | | | | | | Web-driven graphing interface for RRDTool (Old version of net-mgmt/cacti) New releases of Cacti are still unable to work with useful plugins like "GPS Map" and "Network Weathermap". While here, minor fixes and get improvements from the current port. PR: 219685 Submitted by: Vinicius Zavam <egypcio@googlemail.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11023 Notes: svn path=/head/; revision=442731
* Remove net-mgmt/zabbix24-(agent|frontend|proxy|server)Danilo G. Baio2017-05-291-4/+0
| | | | | | | | | | | | Upstream has declared this version EoL in 2016 (Q1) PR: 219563 Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10949 Notes: svn path=/head/; revision=442033
* Add net-mgmt/iprangeRenato Botelho2017-05-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | This tool is capable of managing sets of IPs. Why to use iprange over any other aggregate ? * simpler * supports many input formats, all together in the same file * faster, actually a lot faster (thanks to the original design by Gabriel Somlo) * can compare files with IPs to find if they overlap and to what degree * can find the IPs common to a set of files * can exclude IPs (merge a set of files while excluding all IPs matched by another set of files) WWW: https://github.com/firehol/iprange MFH: 2017Q2 Sponsored by: Rubicon Communications (Netgate) Notes: svn path=/head/; revision=440412
* librenms-agent is an agent based on check_mk used with xinetd to provideBaptiste Daroussin2017-05-061-0/+1
| | | | | | | | | | | | monitoring informations of machine to librenms server. WWW: https://github.com/librenms/librenms-agent PR: 211522 Submitted by: kiwi@oav.net Notes: svn path=/head/; revision=440276
* New port: net-mgmt/py3-dnsdiagBabak Farrokhi2017-05-031-0/+1
| | | | | | | | | Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10582 Notes: svn path=/head/; revision=440008
* Remove expired port net-mgmt/flow-tools-ng.Larry Rosenman2017-04-301-1/+0
| | | | | | | | | 2017-04-30 net-mgmt/flow-tools-ng: Unfetchable for more than six months (google code has gone away) Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=439846
* 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months ↵Larry Rosenman2017-04-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (google code has gone away) 2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away) 2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6 2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/trac-down: Upstream is gone www/tengine 2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-dotcloud.cli: deprecated in upstream 2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away) 2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away) 2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away) 2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away) 2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead Notes: svn path=/head/; revision=439826
* net-mgmt/semaphore: create portSteve Wills2017-03-291-0/+1
| | | | | | | | | Open Source alternative to Ansible Tower WWW: https://ansible-semaphore.github.io/semaphore/ Notes: svn path=/head/; revision=437221
* Remove expired ports:Rene Ladan2017-03-271-1/+0
| | | | | | | | | | | | | | | | | | 2017-03-27 print/musixtex: Broken for more than 6 months 2017-03-27 www/wml: Broken for more than 6 months 2017-03-27 www/offline-npm: Broken for more than 6 months 2017-03-27 x11-themes/kde-icons-cezanne: Broken for more than 6 months 2017-03-27 x11-themes/kde-icons-sky: Broken for more than 6 months 2017-03-27 deskutils/gnome-shell-extension-backslide: Broken for more than 6 months 2017-03-27 devel/openvex: Broken for more than 6 months 2017-03-27 mail/mixmaster: Broken for more than 6 months 2017-03-27 net-mgmt/nat: Broken for more than 6 months 2017-03-27 net-p2p/gnunet-gtk: Depends on expiring net-p2p/gnunet 2017-03-27 net-p2p/gnunet: Broken for more than 6 months 2017-03-27 print/abc2mtex: Depends on expiring print/musixtex Notes: svn path=/head/; revision=437071
* Icinga Director has been designed to make Icinga 2 configuration handling easy.Lars Engels2017-03-081-0/+1
| | | | | | | | | | | | | | | It tries to target two main audiences: - Users with the desire to completely automate their datacenter - Sysops willing to grant their "point & click" users a lot of flexibility What makes Icinga Director so special is the fact that it tries to target both of them at once. WWW: https://github.com/Icinga/icingaweb2-module-director Notes: svn path=/head/; revision=435676
* Want to create custom process-based dashboards? Trigger notifications atLars Engels2017-03-081-0/+1
| | | | | | | | | | | | | | | process or sub-process level? Provide a quick top-level view for thousands of components on a single screen? That's what this module has been designed for! You're running a huge cloud, want to get rid of the monitoring noise triggered by your auto-scaling platform but still want to have detailed information just a couple of clicks away in case you need them? You will love this little module! WWW: https://github.com/Icinga/icingaweb2-module-businessprocess Notes: svn path=/head/; revision=435674
* Add net-mgmt/icingaweb2-module-cubeLars Engels2017-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Cube is a tiny but useful Icinga Web 2 module. It currently shows host statistics (total count, health) grouped by various custom variables in multiple dimensions. It will be your new best friend in case you are running a large environment and want to get a quick answers to questions like: - Which project uses how many servers per environment at which location/site? - Who occupies most servers? - How many of those are used in production? - Which project has only development and test boxes? - Which operating system is used for which project and in which environment? - Do we still have Debian Lenny? - Which projects are to blame for this? - Do we have applications where the operating systems used differ in staging and production? - Which project uses which operating system version for which application - Which projects have homogeneous environments? - Which projects are at a consistent patch level? - How many RHEL 6 variants (6.1, 6.2, 6.3...) do we use? - Who is running the oldest ones? In production? - Which projects are still using physical servers in which environment? WWW: https://github.com/Icinga/icingaweb2-module-cube Notes: svn path=/head/; revision=435673
* Add net-mgmt/icingaweb2-module-genericttsLars Engels2017-03-081-0/+1
| | | | | | | | | | | | Generic TTS implements Icinga Web 2's ticket hook for replacing ticket patterns with links to your trouble ticket system (TTS). Icinga Web 2's core module monitoring for example uses the ticket hook for acknowledgements, downtimes and comments. Other modules may use the ticket hook for all kinds of text too. WWW: https://github.com/Icinga/icingaweb2-module-generictts Notes: svn path=/head/; revision=435671
* Rename net-mgmt/snap -> net-mgmt/intel-snap to fix INDEX.Brad Davis2017-02-091-1/+1
| | | | | | | | | | Remove some unneeded GOOS=. Reported by: antonie Approved by: swills (mentor) Notes: svn path=/head/; revision=433737
* Add a new port of Intel's snapBrad Davis2017-02-071-0/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=433531