#ifndef _E_UTIL_H_ #define _E_UTIL_H_ #include #include #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_MAKE_TYPE(l,str,t,ci,i,parent) \ GtkType l##_get_type(void)\ {\ static GtkType type = 0;\ if (!type){\ GtkTypeInfo info = {\ str,\ sizeof (t),\ sizeof (t##Class),\ (GtkClassInitFunc) ci,\ (GtkObjectInitFunc) i,\ NULL, /* reserved 1 */\ NULL, /* reserved 2 */\ (GtkClassInitFunc) NULL\ };\ type = gtk_type_unique (parent, &info);\ }\ return type;\ } #define E_MAKE_X_TYPE(l,str,t,ci,i,parent,poa_init,offset) \ GtkType l##_get_type(void)\ {\ static GtkType type = 0;\ if (!type){\ GtkTypeInfo info = {\ str,\ sizeof (t),\ sizeof (t##Class),\ (GtkClassInitFunc) ci,\ (GtkObjectInitFunc) i,\ NULL, /* reserved 1 */\ NULL, /* reserved 2 */\ (GtkClassInitFunc) NULL\ };\ type = bonobo_x_type_unique (\ parent, poa_init, NULL,\ offset, &info);\ }\ return type;\ } typedef enum { E_FOCUS_NONE, E_FOCUS_CURRENT, E_FOCUS_START, E_FOCUS_END } EFocus; int g_str_compare (const void *x, const void *y); int g_int_compare (const void *x, const void *y); char *e_strdup_strip (const char *string); void e_free_object_list (GList *list); void e_free_string_list (GList *list); char *e_read_file (const char *filename); int e_write_file (const char *filename, const char *data, int flags); int e_mkdir_hier (const char *path, mode_t mode); gchar **e_strsplit (const gchar *string, const gchar *delimiter, gint max_tokens); gchar *e_strstrcase (const gchar *haystack, const gchar *needle); void e_filename_make_safe (gchar *string); gchar *e_format_number (gint number); gboolean e_create_directory (gchar *directory); void e_marshal_INT__INT_INT_POINTER (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); void e_marshal_NONE__OBJECT_DOUBLE_DOUBLE_BOOL (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); void e_marshal_DOUBLE__OBJECT_DOUBLE_DOUBLE_BOOL (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); void e_marshal_BOOL__OBJECT_DOUBLE_DOUBLE_BOOL (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); #define e_marshal_NONE__INT_INT_POINTER_POINTER_UINT_UINT e_marshal_NONE__INT_INT_POINTER_POINTER_INT_INT void e_marshal_NONE__INT_INT_POINTER_POINTER_INT_INT (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); #define e_marshal_NONE__INT_INT_POINTER_UINT e_marshal_NONE__INT_INT_POINTER_INT void e_marshal_NONE__INT_INT_POINTER_INT (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); #define e_marshal_BOOL__INT_INT_POINTER_INT_INT_UINT e_marshal_BOOL__INT_INT_POINTER_INT_INT_INT void e_marshal_BOOL__INT_INT_POINTER_INT_INT_INT (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); #ifdef __cplusplus } #endif /* __cplusplus */ #define e_marshal_NONE__INT_INT_POINTER_INT_INT_POINTER_UINT_UINT e_marshal_NONE__INT_INT_POINTER_INT_INT_POINTER_INT_INT void e_marshal_NONE__INT_INT_POINTER_INT_INT_POINTER_INT_INT (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); void e_marshal_NONE__POINTER_POINTER_INT (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); void e_marshal_INT__POINTER_POINTER (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); void e_marshal_INT__POINTER_POINTER_POINTER (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); void e_marshal_INT__POINTER_POINTER_POINTER_POINTER (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); #endif /* _E_UTIL_H_ */ f='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/tree/net-mgmt?id=3d3eba2ce5b0e0981108d65542efa5cb88d2c767'>treecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* telegraf does not build on i386Palle Girgensohn2016-04-121-1/+1
* Add Influxdata's telegraf to the ports treePalle Girgensohn2016-04-126-0/+343
* Fix IPV6 optionBaptiste Daroussin2016-04-102-2/+2
* net/mgmt/unifi4: Update to 4.8.15Mark Felder2016-04-093-11/+15
* net-mgmt/xymon-client & xymon-server: Update to 4.3.27Mark Felder2016-04-094-6/+6
* net-mgmt/nagiosgraph: 1.4.4 -> 1.5.2Kurt Jaeger2016-04-074-16/+19
* net-mgmt/zabbix3-server: IGNORE for 9.3 with explainationKurt Jaeger2016-04-061-4/+2
* net-mgmt/zabbix3-{server,proxy,agent}: Add SSL/TLS supportKurt Jaeger2016-04-063-4/+34
* Remove expired port:Rene Ladan2016-04-056-93/+0
* Fix props.Mathieu Arnold2016-04-021-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-01209-890/+890
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-013-9/+9
* Cleanup dependencies on lang/p5-Scalar-List-Utils.Mathieu Arnold2016-03-313-8/+5
* net-mgmt/arpwatch: add missing files for -z flagKurt Jaeger2016-03-292-0/+18
* net-mgmt/arpwatch: some patchesKurt Jaeger2016-03-2811-53/+88
* Bump PORTREVISION for last commit.Tijl Coosemans2016-03-271-0/+1
* New port net-mgmt/nagios-check_zpoolsTom Judge2016-03-274-0/+37
* - Fix RUN_DEPENDS.Tijl Coosemans2016-03-271-5/+3
* - Update to 3.2.1Sunpoet Po-Chuan Hsieh2016-03-272-3/+3
* Add net-mgmt/crmsh.Tijl Coosemans2016-03-256-0/+383
* - Fix plist for WITHOUT=APPLABEL caseDmitry Marakasov2016-03-252-120/+121
* Cisco::CopyConfig provides methods for manipulating theDmitry Marakasov2016-03-245-0/+31
* net-mgmt/routers2: 2.19 -> 2.23, also for -extras and -extensionsKurt Jaeger2016-03-2215-107/+49
* net-mgmt/mrtg-ping-probe: New mastersiteKurt Jaeger2016-03-211-1/+1
* net-mgmt/guifi-snpservices: Update to 0.2.2.8Mark Felder2016-03-217-41/+40
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2016-03-211-0/+1
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2016-03-211-2/+1
* net-mgmt/victorops-nagios: Unbreak portMark Felder2016-03-2112-170/+32
* net-mgmt/bandwidthd: back out r411165 and disable png checkJan Beich2016-03-201-3/+8
* Install net/libnet headers and libraries back in the location where otherTijl Coosemans2016-03-207-52/+15
* lang/expect: update to 5.45.3, bump PORTREVISION on dependent portsPietro Cerutti2016-03-192-2/+2
* Update to 2.4.4Lars Engels2016-03-182-3/+3
* net-mgmt/super_mediator: Update to 1.3.0Mark Felder2016-03-182-7/+3
* net-mgmt/nfsen: Unbreak with newer versions of rrdtoolMark Felder2016-03-172-1/+12
* - port links against libpng, so add png as dependencyOlli Hauer2016-03-151-3/+5
* net-mgmt/zabbix24 -> zabbix3Mark Felder2016-03-1514-0/+1208
* net-mgmt/collectd5: enable interface plugin by defaultMark Felder2016-03-152-9/+4
* Update to 1.3.1 and unbreak.Mathieu Arnold2016-03-143-24/+18
* These ports do not build with PHP 7.0, make them as such.Mathieu Arnold2016-03-145-0/+9
* Update to 4.078, which removes the need for the patch. Also, USE_PERL5=patchAdam Weinberger2016-03-133-15/+7
* Simplify the Makefile a bit.Raphael Kubo da Costa2016-03-122-3/+9
* - update to 0.4.2Mikolaj Golub2016-03-122-10/+6
* Set PORTSCOUT=ignore:1.Raphael Kubo da Costa2016-03-111-1/+1
* - Update to 0.24Philippe Audeoud2016-03-102-4/+3
* Update to 0.9.14Mathieu Arnold2016-03-088-39/+61
* net-mgmt/yaf: 2.8.0 -> 2.8.1, with many new OPTIONsKurt Jaeger2016-03-063-11/+62
* - Update to 3.2.0Sunpoet Po-Chuan Hsieh2016-03-062-3/+3
* net-mgmt/bgpuma: fix licenseKurt Jaeger2016-03-061-1/+1
* New port: net-mgmt/bgpumaKurt Jaeger2016-03-064-0/+38
* Set PORTSCOUT=ignore.Raphael Kubo da Costa2016-03-061-0/+2
* Be explicit and provide the full path to the perl binary when installing.Raphael Kubo da Costa2016-03-051-1/+2
* Fixup for r409685 (Fix build on recent 11.0-CURRENT)Mikolaj Golub2016-03-051-1/+1
* Deprecate and expire in 1 month.Raphael Kubo da Costa2016-03-041-1/+3
* net-mgmt/unifi4: Update to 4.8.14Mark Felder2016-03-023-443/+444
* Update to 2.2.0Lars Engels2016-03-013-11/+15
* New port: net-mgmt/super_mediator.Raphael Kubo da Costa2016-02-295-0/+69
* Update to 0.9.1.Raphael Kubo da Costa2016-02-282-3/+3
* - Ignore php7Martin Wilke2016-02-281-0/+1
* - Ingore php7Martin Wilke2016-02-281-0/+1
* - Switch to mysqli supportMartin Wilke2016-02-281-1/+2
* Fix build on recent 11.0-CURRENTMikolaj Golub2016-02-281-0/+3
* net-mgmt/xymon-client: Update to 4.3.26Mark Felder2016-02-262-3/+3
* net-mgmt/xymon-server: Update to 4.3.26Mark Felder2016-02-262-3/+3
* Update to 2.4.3Lars Engels2016-02-252-3/+3
* Update to 0.8.8gSteven Kreuzer2016-02-254-223/+4
* Update to 2.4.2Lars Engels2016-02-242-3/+3
* net-mgmt/rancid3: Update to 3.4.1Mark Felder2016-02-243-4/+9
* net-mgmt/openvmps: add missing files pkg-descr, files/vmpsd.inKurt Jaeger2016-02-212-3/+3
* Resurrected port: net-mgmt/openvmpsKurt Jaeger2016-02-216-0/+68
* Don't say there is a documentation installed.Mathieu Arnold2016-02-204-6/+4
* Fix net-snmp ipv6 option handling when other options are also used.Ian Lepore2016-02-201-1/+1
* net-mgmt/nsca-ng: 1.2 -> 1.4Kurt Jaeger2016-02-163-19/+3
* Fix dupplicate package names.Mathieu Arnold2016-02-161-1/+1
* Welcome php 7.0.3Martin Wilke2016-02-152-0/+11
* Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and theRene Ladan2016-02-152-11/+0
* net-mgmt/pandorafms_{agent,console,server}: update 6.0 -> 6.0SP1Jason Unovitch2016-02-149-35/+43
* Fix when using rrdtool 1.5+Niclas Zeising2016-02-103-15/+33
* net-mgmt/xymon-client: Update to 4.3.25Mark Felder2016-02-102-3/+3
* net-mgmt/xymon-server: Update to 4.3.25Mark Felder2016-02-103-4/+6
* Add back part of a patch removed by mistake.Guido Falsi2016-02-092-0/+116
* - Improve last fixDmitry Marakasov2016-02-091-2/+1
* - Fix build by providing path to libevhtp includesDmitry Marakasov2016-02-091-0/+1
* net-mgmt/virt-viewer: update to 3.1Roman Bogorodskiy2016-02-083-25/+13
* net-mgmt/riemann: fix startup scriptKurt Jaeger2016-02-073-9/+10
* New port: net-mgmt/cdpsnarfKurt Jaeger2016-02-066-0/+70
* net-mgmt/cnagios: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+2
* net-mgmt/tcptrack: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-0/+1
* net-mgmt/pktstat: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
* net-mgmt/nagcon: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
* net-mgmt/iftop: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-0/+1
* Make it possible to depend on either net-mgmt/nagios-plugins orNiclas Zeising2016-02-051-4/+9
* - Upgrade to 2.3.17Veniamin Gvozdikov2016-02-049-766/+344
* net-mgmt/statsd: 0.7.0 -> 0.7.2Kurt Jaeger2016-02-042-3/+3
* net-mgmt/observium: Update to latest community release 0.16.1.7533Mark Felder2016-02-045-1009/+2479
* Remove uneeded patch file added by mistake.Guido Falsi2016-02-031-1041/+0
* - Update to 5.5.1Guido Falsi2016-02-0317-1207/+1175
* net-mgmt/unifi4: Update to 4.8.12Mark Felder2016-02-023-459/+519
* - fix IP truncation and add license infoMichael Landin2016-01-313-6/+20
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-01-311-0/+2
* Upgrade to 201601Dan Langille2016-01-302-3/+3
* net-mgmt/netxms: Fix dependenciesMuhammad Moinur Rahman2016-01-262-16/+18
* - Update to 3.31Philippe Audeoud2016-01-252-3/+3
* Update to 1.99.0Emanuel Haupt2016-01-202-3/+3
* Version 2.1 has a knob to tell where sudo is. Use it.Mathieu Arnold2016-01-191-1/+2
* - Update to 0.9.0Martin Wilke2016-01-183-5/+7
* Fix build and runtime with openssl with SSLv3 disabled.Mathieu Arnold2016-01-167-2/+18
* Update to 2.1.2.Mathieu Arnold2016-01-135-13/+4
* Upgrade to 1.3.Vanilla I. Shu2016-01-132-3/+3
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-139-9/+9
* Add Public Domain support to ports license framework. You can now useDmitry Marakasov2016-01-121-4/+1
* Update to 4.1.1Emanuel Haupt2016-01-122-3/+3
* Update to 2.22Matthew Seaman2016-01-122-9/+6
* - write new rc script [1]Olli Hauer2016-01-125-31/+40
* UnbreakAntoine Brodin2016-01-111-1/+1
* Convert ports from s* t* and net* categories to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-112-3/+3
* PyZabbix is a Python module for working with the Zabbix API.Martin Wilke2016-01-104-0/+27
* Update to 2.1.2Lars Engels2016-01-102-3/+3
* - Add NO_ARCHMartin Wilke2016-01-071-1/+2
* - Update to 2.1.1Lars Engels2016-01-073-251/+26
* Update to 2.4.1Lars Engels2016-01-072-4/+3
* Update to 2.8.0Antoine Brodin2016-01-073-3/+5
* net-mgmt/cacti: add patch for SQL injection in the graphs.php pageJason Unovitch2016-01-062-1/+219
* - Add LICENSEDmitry Marakasov2016-01-051-1/+5
* Remove expired ports:Rene Ladan2016-01-026-365/+0
* net-mgmt/nfsen: port cleanupMark Felder2015-12-312-43/+35
* - Add LICENSEDmitry Marakasov2015-12-313-21/+22
* - Add LICENSE_FILEDmitry Marakasov2015-12-312-6/+7
* - Switch to our framework's USES=execinfoPawel Pekala2015-12-316-6/+18
* - Switch to options helpersDmitry Marakasov2015-12-311-0/+2
* - Clarify LICENSEDmitry Marakasov2015-12-311-1/+6
* - Rename nonstandard src directory to filesAlex Kozlov2015-12-305-6/+10
* - Add LICENSEDmitry Marakasov2015-12-301-1/+3
* - Add LICENSEDmitry Marakasov2015-12-301-4/+7
* - Add LICENSE_FILEDmitry Marakasov2015-12-301-1/+2
* net-mgmt/collectd5: finish option helpers conversionJason Unovitch2015-12-301-20/+8
* - Clarify LICENSE, add LICENSE_FILEDmitry Marakasov2015-12-292-65/+32
* - Update to 2.2.11Martin Wilke2015-12-292-3/+3
* Fix build as a user.Mathieu Arnold2015-12-197-24/+43
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-182-12/+3
* Update to 1.1.3Emanuel Haupt2015-12-092-3/+3
* - Update to 2.033004Martin Wilke2015-12-094-4/+29
* net-mgmt/xymon-client: Update to 4.3.24Mark Felder2015-12-092-3/+3
* Don't use GH_TAGNAME when DISTVERSION* variables can be used.Mathieu Arnold2015-12-082-3/+3
* Update giflib to 5.1.1Antoine Brodin2015-12-041-1/+1
* net-mgmt/unifi2: EoL, mark DEPRECATEDMark Felder2015-12-041-0/+3
* net-mgmt/pktstat: update to 1.8.5 commit 46935839bBartek Rutkowski2015-12-012-7/+4
* net-mgmt/zabbix2-server: update 2.0.14 -> 2.0.16Bartek Rutkowski2015-11-292-4/+4
* - Fix bug with SSLVeniamin Gvozdikov2015-11-272-0/+12
* net-mgmt/xymon-server: Remove httpresult patchMark Felder2015-11-262-11/+1
* Fix build on 9.xLars Engels2015-11-251-0/+3
* net-mgmt/xymon-server: Update to 4.3.24Mark Felder2015-11-253-20/+13
* net-mgmt/pandorafms_*: 5.1SP2 -> 6.0Kurt Jaeger2015-11-249-33/+410
* net-mgmt/xymon-server: Patch to fix HTTP monitoringMark Felder2015-11-242-1/+18
* Update to 2.4.7 and change maintainer's email address.Raphael Kubo da Costa2015-11-222-4/+4
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-11-211-25/+7
* - Update to 3.1.0Sunpoet Po-Chuan Hsieh2015-11-203-23/+3
* devel/py-asn1: move to devel/py-pyasn1 to match PyPI nameRuslan Makhmatkhanov2015-11-191-1/+2
* Add py-pysmi 0.0.6, SNMP/SMI MIB parsing in Python.Ruslan Makhmatkhanov2015-11-196-0/+79
* - Update to 3.30Philippe Audeoud2015-11-182-3/+3
* - Remove the unneeded .sample files in $DATADIR/itl. The .conf files thereLars Engels2015-11-185-37/+19
* net-mgmt/collectd5: fix typo and add patch for Varnish 4.1 compatabilityJason Unovitch2015-11-172-3/+808
* - Add a dependency on libedit [1]Lars Engels2015-11-172-1/+3
* Fix building WITH=MONGODBMathieu Arnold2015-11-171-1/+1
* - Update to 2.1.0Lars Engels2015-11-164-23/+26
* - Update to 2.4.0Lars Engels2015-11-164-24/+31
* net-mgmt/collectd5: partially convert to option helpers [1]Jason Unovitch2015-11-161-392/+167
* net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.23Mark Felder2015-11-134-6/+6
* net-mgmt/flow-extract: Add USES=alias to fix malloc.h-less DFJohn Marino2015-11-131-0/+1
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-11-131-2/+5
* Allow building with giflib 5.1Antoine Brodin2015-11-131-0/+24
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-094-0/+8
* net-mgmt/xymon-server net-mgmt/xymon-client: Update to 4.3.22Mark Felder2015-11-076-43/+12
* net-mgmt/unifi4: update to 4.7.6Mark Felder2015-11-063-11/+11
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-053-8/+8
* - Update to 3.0.1Sunpoet Po-Chuan Hsieh2015-11-052-3/+3
* Remove expired ports:Rene Ladan2015-11-0216-1142/+0
* Bump portrevision of ports that might have been built with a broken post-installBaptiste Daroussin2015-10-311-1/+1
* - Update to 3.29Philippe Audeoud2015-10-302-3/+3
* net-mgmt/ccnet: pass MAINTAINER to submitterJason Unovitch2015-10-291-1/+1
* net-mgmt/seafile: pass MAINTAINER to submitterJason Unovitch2015-10-291-1/+1
* net-mgmt/seafile-gui: pass MAINTAINER to submitterJason Unovitch2015-10-291-1/+1
* net-mgmt/netmagis-*: update 2.3.0 -> 2.3.2Jason Unovitch2015-10-298-15/+10
* New port: net-mgmt/klgKurt Jaeger2015-10-295-0/+103
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-10-271-0/+1
* - Update to 3.0.0Sunpoet Po-Chuan Hsieh2015-10-274-21/+31
* Update to 0.7.19.Mathieu Arnold2015-10-272-3/+3
* Update to 2.3.11Lars Engels2015-10-274-7/+8
* - Add LICENSEDmitry Marakasov2015-10-221-13/+14
* New port: net-mgmt/check_ipmi_sensorKurt Jaeger2015-10-214-0/+35
* - Don't strip binaries when WITH_DEBUG is setLars Engels2015-10-211-1/+3
* net-mgmt/librenms: Update version 201509=>201510Muhammad Moinur Rahman2015-10-203-7/+10
* - Update to 1.2-rc2Lars Engels2015-10-203-23/+14
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
* - Add newsyslog rotation configuration for /var/log/snmpd.logRyan Steinmetz2015-10-193-2/+10
* Remove expired port:Rene Ladan2015-10-174-39/+0
* Drop 8 support.Mathieu Arnold2015-10-153-13/+2
* - Reassign lippe@'s ports after his commit bit was taken in for safekeepingFrederic Culot2015-10-141-1/+1
* - Fix two memory leaks (reported in upstream bug #2674)Ryan Steinmetz2015-10-133-2/+24
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans2015-10-103-3/+7
* net-mgmt/lldpd: Add maintainer's mirror to MASTER_SITESJason Unovitch2015-10-101-1/+2
* net-mgmt/lldpd: update 0.7.16 -> 0.7.18Jason Unovitch2015-10-104-6/+31
* - Fix plist (I forgot to commit the plist change in the last commit)Lars Engels2015-10-092-5/+6
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-086-7/+7
* - Move SQL setup scripts from DATADIR to WWWDIR/etc, so the web setup wizard ...Lars Engels2015-10-083-8/+9
* Fix a regression where plugins would segfault if the monitored tcp portMathieu Arnold2015-10-082-1/+45
* - Fix staging from non-rootDmitry Marakasov2015-10-072-4/+149
* Add new port net-mgmt/icingaweb2Lars Engels2015-10-066-0/+3370
* Update to 0.8.8fSteven Kreuzer2015-10-022-4/+4
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-10-011-1/+2
* - Improve the fix once more to build on both FreeBSD and DragonFly and not re...Dmitry Marakasov2015-10-011-5/+2
* net-mgmt/wifimgr: Partially revert last to restore build on DFJohn Marino2015-10-011-1/+6
* - Fix build from non-root, move perm handling to plistDmitry Marakasov2015-10-012-16/+19
* net-mgmt/unifi4: Update to 4.7.5Mark Felder2015-09-303-12/+33
* - over to novel@Jason Helfman2015-09-301-1/+1
* - Honor WITHOUT_SSPRyan Steinmetz2015-09-261-1/+4
* - Drop 8.x supportDmitry Marakasov2015-09-252-22/+9
* net-mgmt/zabbix22-server: update 2.2.9 -> 2.2.10Bartek Rutkowski2015-09-244-7/+7
* - Fix missing bracketRyan Steinmetz2015-09-242-1/+12
* net-mgmt/zabbix24-server: update 2.4.5 -> 2.4.6Bartek Rutkowski2015-09-235-7/+7
* - Drop 8.x supportDmitry Marakasov2015-09-231-11/+1
* Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni2015-09-213-3/+3
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-211-0/+1
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-211-0/+1
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-211-0/+1
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-211-0/+1
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-211-0/+1
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-211-0/+1
* Add NO_ARCHMark Felder2015-09-193-0/+3
* Add patch to fix http monitoringMark Felder2015-09-192-1/+37
* net-mgmt/librenms: Update version 201506=>201509 [1]Muhammad Moinur Rahman2015-09-154-68/+57
* - Move owner handling to plist, fixing build from non-rootDmitry Marakasov2015-09-152-26/+22
* - Mark DEPRECATED and set EXPIRATION_DATE: this port is marked IGNORE on all ...Dmitry Marakasov2015-09-151-5/+3
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-1414-34/+34
* - Drop "#if __FreeBSD_version > 700018" from src/osdep/freebsd.c (since this ...Lars Engels2015-09-137-90/+20
* - Fix shebangsDmitry Marakasov2015-09-121-1/+4
* - Update to 2.3.10Lars Engels2015-09-113-19/+23
* net-mgmt/collectd5: add support for write_kafka pluginJason Unovitch2015-09-112-5/+15
* net-mgmt/collectd: Mark as deprecated. Collectd 4 is no longer developed.Jason Unovitch2015-09-111-0/+3
* - Merge in fix for upsteam bug #2647Ryan Steinmetz2015-09-102-1/+55