Commits
Chris Jones authored and Ken committed 28b42d242c1
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 + | PortGroup legacysupport 1.0 |
4 5 | |
5 6 | name darkstat |
6 7 | version 3.0.719 |
8 + | revision 1 |
7 9 | categories net |
8 10 | platforms darwin |
9 11 | license GPL-2 |
10 12 | maintainers nomaintainer |
11 13 | description network traffic analyzer |
12 14 | long_description \ |
13 15 | darkstat is a network traffic analyzer. It's basically a packet \ |
14 16 | sniffer which runs as a background process on a cable/DSL router and \ |
15 17 | gathers all sorts of useless but interesting statistics. |
16 18 | |