aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/darkstat
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2019-08-262-3/+6
| | | | | | | | | | | - Pet portlint - Switch to options helpers - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=509892
* - Update to 3.0.719Dmitry Marakasov2015-05-272-5/+5
| | | | | | | | | | | | | | | | | Changes: - Implement tracking of remote ports: shows which ports the host is making outgoing connections to. Long time feature request. - Bugfix: when the capture interface goes down, exit instead of busy-looping forever. - Fix "clock error" due to machine reboot. - SIGUSR1 now resets the time and bytes reported on the graphs page. - Account for all IP protocols. - Change the default ports_max to only twice the default ports_keep. PR: 200425 Submitted by: emikulic@gmail.com (maintainer) Notes: svn path=/head/; revision=387605
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* - update to 3.0.718 [1]Jason Helfman2014-01-262-12/+6
| | | | | | | | | | | - while here update to staging support PR: 186117 Submitted by: emikulic@gmail.com (maintainer) Changes: http://unix4lyfe.org/darkstat/changelog.txt Notes: svn path=/head/; revision=341251
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* net-mgmt/darkstat: update to 3.0.717William Grzybowski2013-08-142-3/+3
| | | | | | | | | | | | - Update to 3.0.717 Changes: http://unix4lyfe.org/darkstat/changelog.txt PR: ports/181277 Submitted by: Emil Mikulic <emikulic gmail.com> (maintainer) Notes: svn path=/head/; revision=324694
* net-mgmt/darkstat: update to 3.0.716William Grzybowski2013-08-083-14/+13
| | | | | | | | | | | | | | | - Update to 3.0.716 [1] - Set new upstream url (WWW) - Trim Makefile header - Remove MAKE_JOBS_SAFE (now default) - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Remove Author line and swtich from tab to space in pkg-descr PR: ports/181139 Submitted by: Emil Mikulic <emikulic gmail.com> (maintainer) Notes: svn path=/head/; revision=324402
* - Update to 3.0.715Wen Heping2012-03-023-5/+5
| | | | | | | | PR: ports/165578 Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) Notes: svn path=/head/; revision=292511
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Update to 3.0.714Frederic Culot2011-06-072-4/+4
| | | | | | | | PR: ports/157683 Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) Notes: svn path=/head/; revision=275186
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+1
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 3.0.713Martin Wilke2010-03-212-5/+6
| | | | | | | | | | - Enable MAKE_JOBS_SAFE PR: 144820 Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) Notes: svn path=/head/; revision=251333
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Update to 3.0.712Beech Rintoul2008-12-063-16/+9
| | | | | | | | | | - Use PORTDOCS and remove pkg-plist PR: ports/129450 Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) Notes: svn path=/head/; revision=223840
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 3.0.711.Marcelo Araujo2008-08-122-4/+4
| | | | | | | | PR: ports/126393 Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer) Notes: svn path=/head/; revision=218448
* - Update to 3.0.708Rong-En Fan2008-06-103-6/+9
| | | | | | | | | | - Update maintainer's mail PR: ports/124413 Submitted by: Emil Mikulic <emil at cs.rmit.edu.au> (maintainer) Notes: svn path=/head/; revision=214601
* - Update to 3.0.707Martin Wilke2007-10-053-4/+65
| | | | | | | | PR: 116869 Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer) Notes: svn path=/head/; revision=200940
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 3.0.619Martin Wilke2007-04-294-22/+7
| | | | | | | | PR: 112241 Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer) Notes: svn path=/head/; revision=191150
* - update to 3.0.540Cheng-Lung Sung2006-08-093-5/+21
| | | | | | | | | | | - fix build on 4.X PR: ports/101545 Submitted by: maintainer (Emil Mikulic) Reviewed by: clsung Notes: svn path=/head/; revision=170203
* - update to 3.0.524Cheng-Lung Sung2006-07-034-40/+11
| | | | | | | | | | | - darkstat 3 is almost a complete rewrite of v2 and greatly improves speed, features, and reliability. PR: ports/99714 Submitted by: maintanier (Emil Mikulic) Notes: svn path=/head/; revision=166795
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154949
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Restore Emil Mikulik as maintainer. He sent me his new e-mailTrevor Johnson2004-03-181-1/+1
| | | | | | | address. Notes: svn path=/head/; revision=104496
* E-mail to the maintainer bounced:Trevor Johnson2004-03-181-1/+1
| | | | | | | | <emikulic@optushome.com.au>: host mail.optusnet.com.au[211.29.132.250] said: 553 5.3.0 <emikulic@optushome.com.au>... No such user Notes: svn path=/head/; revision=104372
* 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
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-1/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Update to 2.6 [1]Sergei Kolobov2003-11-073-31/+41
| | | | | | | | | | | | - Add WITHOUT_NLS knob [1] - Fix libintl detection if ${LOCALBASE} != /usr/local [2] - Use DOCSDIR in pkg-plist PR: 59034 [1] Submitted by: maintainer [1], sergei [2] Notes: svn path=/head/; revision=93313
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* maintainer update port: net/darkstat to 2.5Edwin Groothuis2003-01-303-2/+3
| | | | | | | | PR: ports/47340 Submitted by: Emil Mikulic <emikulic@optushome.com.au> Notes: svn path=/head/; revision=74237
* Update to 2.4.Pete Fritchman2003-01-032-2/+2
| | | | | | | | PR: 46388 Submitted by: maintainer Notes: svn path=/head/; revision=72348
* Upgrade to 2.3.Oliver Braun2002-11-012-2/+2
| | | | | | | | PR: ports/44805 Submitted by: mintainer Notes: svn path=/head/; revision=69243
* * Upgrade to 2.2.Oliver Braun2002-10-053-3/+7
| | | | | | | | | | * Add another master site.. PR: 43284 Submitted by: maintainer Notes: svn path=/head/; revision=67384
* Upgrade to 2.1David W. Chapman Jr.2002-08-113-6/+9
| | | | | | | | PR: 41549 Submitted by: maintainer Notes: svn path=/head/; revision=64390
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Update to 2.0.Anders Nordby2002-07-143-4/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=62950
* Update to 1.31.Anders Nordby2002-06-304-7/+14
| | | | | | | | | Assign maintainership to the author. Submitted by: Emil Mikulic <emikulic@optushome.com.au> Notes: svn path=/head/; revision=62224
* Update to 1.21.Anders Nordby2002-05-022-2/+2
| | | | Notes: svn path=/head/; revision=58432
* Add darkstat, a ntop-like network statistics gatherer.Anders Nordby2002-02-245-0/+48
Notes: svn path=/head/; revision=55196