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 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name nfql |
---|
8 | version 0.7.1 |
---|
9 | description A stream-based network flow query language |
---|
10 | long_description nfql is an implementation of a query language \ |
---|
11 | that allows to search for patterns in network \ |
---|
12 | flow records. It can process flow-records, \ |
---|
13 | aggregate them into groups, apply absolute \ |
---|
14 | (or relative) filters and invoke Allen \ |
---|
15 | interval algebra rules to match group records |
---|
16 | |
---|
17 | categories net |
---|
18 | license BSD |
---|
19 | maintainers nomaintainer |
---|
20 | platforms darwin |
---|
21 | homepage https://github.com/vbajpai/nfql |
---|
22 | |
---|
23 | master_sites https://github.com/vbajpai/nfql/releases/download/v${version} |
---|
24 | checksums rmd160 e7ed237b1f1c5cfb0d6fde89b79c5f5675169c04 \ |
---|
25 | sha256 dcd03a9c90ca99cc82268d02bca44f510e13fc06e6a5be9b2ecc0a07ea2d49b8 |
---|
26 | |
---|
27 | depends_lib port:flow-tools \ |
---|
28 | port:json-c \ |
---|
29 | port:libfixbuf |
---|