aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bandwidthd
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/bandwidthd: fix build on recent currentTobias C. Berner2020-08-271-0/+3
| | | | Notes: svn path=/head/; revision=546684
* - update libgd to 2.3.0Dirk Meyer2020-05-041-1/+1
| | | | | | | | | - new option RAQM - resurrect deprecated gdlib-config - bump dependend ports Notes: svn path=/head/; revision=533989
* - Fix LICENSEDmitry Marakasov2016-10-222-9/+13
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=424455
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net-mgmt/bandwidthd: back out r411165 and disable png checkJan Beich2016-03-201-3/+8
| | | | | | | | | | libpng is dependency of libgd, bandwidthd doesn't use it directly PR: 208014 Tested by: md5 **/*.o Notes: svn path=/head/; revision=411446
* - port links against libpng, so add png as dependencyOlli Hauer2016-03-151-3/+5
| | | | | | | | PR: 208014 Submitted by: Franco Fichtner Notes: svn path=/head/; revision=411165
* - write new rc script [1]Olli Hauer2016-01-115-31/+40
| | | | | | | | | | - install config with @sample macro - bump PORTREVISION MFH: 2016Q1 Notes: svn path=/head/; revision=405804
* Release maintainership. I've never used this.Bryan Drewery2015-04-281-1/+1
| | | | Notes: svn path=/head/; revision=384907
* converters/libiconv:Tijl Coosemans2015-04-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Convert to new @dir formatBryan Drewery2015-03-201-3/+0
| | | | Notes: svn path=/head/; revision=381710
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Convert to stagingBryan Drewery2013-11-051-4/+3
| | | | | | | - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=332837
* - Add NO_STAGE until validated to be safe for upcoming staging supportBryan Drewery2013-09-201-0/+1
| | | | Notes: svn path=/head/; revision=327710
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* Convert from USE_GMAKE to USES=gmakeBryan Drewery2013-07-051-2/+1
| | | | Notes: svn path=/head/; revision=322331
* Add LICENSEBryan Drewery2013-07-051-0/+2
| | | | Notes: svn path=/head/; revision=322321
* - Take maintainershipBryan Drewery2013-06-131-2/+2
| | | | | | | - Remove ABI version from LIB_DEPENDS Notes: svn path=/head/; revision=320842
* net-mgmt/bandwidthd: really fix build with clangWilliam Grzybowski2013-06-131-8/+2
| | | | | | | | | | | | - Fix build with /usr/bin/cc as clang - Trim Makefile header Suggested by: bapt Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320832
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Fix build with gccTilman Keskinoz2011-07-171-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=277843
* Fix build with clangTilman Keskinoz2011-07-141-0/+2
| | | | | | | | PR: 158559 Submitted by: Niclas Zeising Notes: svn path=/head/; revision=277710
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Reset clement@FreeBSD.org due to long absence from FreeBSD.Mark Linimon2009-11-121-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=244149
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154949
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Update to 2.0.1Clement Laforet2005-01-163-40/+15
| | | | | | | Note: sensor mode is not yet supported Notes: svn path=/head/; revision=126596
* - Update to 1.2.1(b)Clement Laforet2004-04-142-5/+4
| | | | Notes: svn path=/head/; revision=107056
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105726
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
| | | | Notes: svn path=/head/; revision=100265
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Update to 1.2.0bClement Laforet2004-01-163-11/+11
| | | | | | | | Partially submitted by: John Fleming <john_fleming@compusa.com> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98244
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | | | | Approved and reviewed by: erwin (mentor) Notes: svn path=/head/; revision=98067
* - Update to version 1.1.7Kirill Ponomarev2003-12-057-145/+32
| | | | | | | | PR: 59967 Submitted by: maintainer Notes: svn path=/head/; revision=95111
* - Update to version 1.1.6Kirill Ponomarev2003-11-113-8/+8
| | | | | | | | | | | | | | | Changes: The buggy sort algorithm has been replaced. The contents of the log file are loaded back into bandwidthd on restart, so data is persistent between restarts. Log rotation has been added. RecoverCdf has been modified to load large log files much faster, and to load files from the rotation. A segmentation fault in DropOldData has been fixed. PR: 59175 Submitted by: maintainer Notes: svn path=/head/; revision=93751
* bandwidthd tracks usage of TCP/IP network subnets andKirill Ponomarev2003-11-0610-0/+217
builds HTML files with graphs to display network utilization. Charts are built by individual IP. It color codes HTTP, TCP, UDP, ICMP, VPN, and P2P traffic. Unlike MRTG, it tracks each individual IP address, not the status of any particular link. PR: 58830 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=93222