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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name yaf |
---|
7 | version 2.5.0 |
---|
8 | categories security net |
---|
9 | platforms darwin |
---|
10 | maintainers yahoo.fr:jul_bsd openmaintainer |
---|
11 | license GPL-2 |
---|
12 | |
---|
13 | description Yet Another Flow Sensor (YAF) processes packet data \ |
---|
14 | into bidirectional flow records that can be used as input to an IPFIX Collecting Process |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | homepage http://tools.netsa.cert.org/yaf/index.html |
---|
19 | master_sites https://tools.netsa.cert.org/releases/ |
---|
20 | |
---|
21 | checksums rmd160 4b3acffd44bb2f153bed25d7d0097fd372c9437c \ |
---|
22 | sha256 79c3498a77e9be11487b22fb6c4fe886965042de3c875c6242b54c3f9e9a4c9d |
---|
23 | |
---|
24 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 port:libpcap port:libfixbuf port:pcre |
---|
25 | |
---|
26 | #variant spread { |
---|
27 | #} |
---|
28 | |
---|
29 | #variant dag { |
---|
30 | # configure.args-append --with-dag |
---|
31 | #} |
---|
32 | |
---|
33 | #variant napatech { |
---|
34 | # configure.args-append --with-napatech |
---|
35 | #} |
---|
36 | |
---|
37 | livecheck.type regex |
---|
38 | livecheck.url http://tools.netsa.cert.org/ |
---|
39 | livecheck.regex "<a href=\"yaf/index.html\">YAF (\\d+\\.\\d+\\.\\d+)</a></li></ul></div>" |
---|