Commits
Christopher Chavez authored and Chris Jones committed 3561d206bc8
5 5 | name argus |
6 6 | version 3.0.8.2 |
7 7 | categories net |
8 8 | maintainers nomaintainer |
9 9 | description the network Audit Record Generation and Utilization System |
10 10 | long_description \ |
11 11 | Argus is a real-time Flow Monitor that is designed to perform \ |
12 12 | comprehensive IP network traffic auditing. |
13 13 | platforms darwin |
14 14 | license GPL-3 |
15 - | homepage http://www.qosient.com/argus/ |
16 - | master_sites http://qosient.com/argus/src/ \ |
15 + | homepage https://www.qosient.com/argus/ |
16 + | master_sites https://qosient.com/argus/src/ \ |
17 17 | ftp://qosient.com/pub/argus/src/ |
18 18 | |
19 19 | checksums rmd160 70a5fde81f6bb8e00cec93afd0bb0e9edb602fd4 \ |
20 20 | sha256 ca4e3bd5b9d4a8ff7c01cc96d1bffd46dbd6321237ec94c52f8badd51032eeff |
21 21 | |
22 22 | depends_build port:bison |
23 23 | depends_lib port:libpcap |
24 24 | configure.args --with-libpcap=${prefix} |
25 25 | default_variants +sasl |
26 26 | |