FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:23 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
darkstat 3.0.712 net-mgmt on this many watch lists=8 search for ports that depend on this port
Network statistics gatherer and reporter
Maintained by: emikulic@gmail.com search for ports maintained by this maintainer
Port Added: 23 Feb 2004 04:43:25


Darkstat is an ntop-workalike network statistics gatherer. Built to be faster
and smaller than ntop, it uses libpcap to capture network traffic and serves up
Web page reports of statistics such as data transferred by host, port, and
protocol. It also has a neat bandwidth usage graph.

WWW:	http://dmr.ath.cx/net/darkstat/
Author:	Emil Mikulic <emil@cs.rmit.edu.au>

-- Anders Nordby <anders@FreeBSD.org>
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/net-mgmt/darkstat/ && make install clean
To add the package: pkg_add -r darkstat


Configuration Options
     No options to configure

Master Sites:
http://dmr.ath.cx/net/darkstat/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from net/darkstat on 2004-02-22
    REASON: new category

Number of commits found: 17

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Jul 2009 17:56:10
Original commit files touched by this commit  3.0.712
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
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.
06 Dec 2008 06:27:37
Original commit files touched by this commit  3.0.712
beech search for other commits by this committer
- Update to 3.0.712
- Use PORTDOCS and remove pkg-plist

PR:             ports/129450
Submitted by:   Emil Mikulic <emikulic@gmail.com> (maintainer)
21 Aug 2008 07:18:49
Original commit files touched by this commit  3.0.711
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
12 Aug 2008 01:28:20
Original commit files touched by this commit  3.0.711
araujo search for other commits by this committer
- Update to 3.0.711.

PR:             ports/126393
Submitted by:   Emil Mikulic <emikulic@gmail.com> (maintainer)
10 Jun 2008 04:32:15
Original commit files touched by this commit  3.0.708
rafan search for other commits by this committer
- Update to 3.0.708
- Update maintainer's mail

PR:             ports/124413
Submitted by:   Emil Mikulic <emil at cs.rmit.edu.au> (maintainer)
05 Oct 2007 22:53:35
Original commit files touched by this commit  3.0.707
miwi search for other commits by this committer
- Update to 3.0.707

PR:             116869
Submitted by:   Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
23 Jul 2007 10:36:52
Original commit files touched by this commit  3.0.619
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  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
29 Apr 2007 22:04:43
Original commit files touched by this commit  3.0.619
miwi search for other commits by this committer
- Update to 3.0.619

PR:             112241
Submitted by:   Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
09 Aug 2006 15:20:07
Original commit files touched by this commit  3.0.540
clsung search for other commits by this committer
- update to 3.0.540
- fix build on 4.X

PR:             ports/101545
Submitted by:   maintainer (Emil Mikulic)
Reviewed by:    clsung
03 Jul 2006 04:13:57
Original commit files touched by this commit  3.0.524
clsung search for other commits by this committer
- update to 3.0.524
- darkstat 3 is almost a complete rewrite of v2 and greatly
  improves speed, features, and reliability.

PR:             ports/99714
Submitted by:   maintanier (Emil Mikulic)
01 Feb 2006 01:08:07
Original commit files touched by this commit  2.6_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
12 Apr 2005 04:26:57
Original commit files touched by this commit  2.6_1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  2.6_1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
31 Mar 2004 04:12:58
Original commit files touched by this commit  2.6_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
18 Mar 2004 16:56:06
Original commit files touched by this commit  2.6_1
trevor search for other commits by this committer
Restore Emil Mikulik as maintainer.  He sent me his new e-mail
address.
18 Mar 2004 03:37:21
Original commit files touched by this commit  2.6_1
trevor search for other commits by this committer
E-mail to the maintainer bounced:

<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
23 Feb 2004 04:42:13
Original commit files touched by this commit  2.6_1
wollman search for other commits by this committer
Say hello to the new "net-mgmt" category.  There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.136 seconds.