1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup ruby 1.0 |
---|
5 | |
---|
6 | name pads |
---|
7 | version 1.2 |
---|
8 | categories net security |
---|
9 | platforms darwin |
---|
10 | maintainers ports@ |
---|
11 | description network sniffer with a rule-based detection engine |
---|
12 | long_description Passive Asset Detection System (PADS) was designed to supplement active scanners by combining a network sniffer with a rule-based detection engine similar to a network IDS. It will listen to a network and attempt to provide an up-to-date look at the hosts and services running on the network. The application operates invisibly and will never release a packet into the network. |
---|
13 | homepage http://passive.sourceforge.net/ |
---|
14 | master_sites sourceforge:passive |
---|
15 | |
---|
16 | checksums md5 2a366195c55ad6b6859c4c84ce877ee8 \ |
---|
17 | sha1 fa64f3024518d6758bf6c1278c1ec65db1686069 \ |
---|
18 | rmd160 7edb4e27864f70e76c2ec8d54ffdf5d70806f3d4 |
---|
19 | |
---|
20 | configure.type gnu |
---|
21 | configure.args-append --mandir=${prefix}/share/man |
---|
22 | |
---|
23 | patchfiles patch-lib-bstring-bstrlib_c |
---|
24 | #pre-configure { |
---|
25 | # reinplace "s|extern int vsnprintf (char \*buf, size_t count, const char \*format, va_list arg);|//extern int vsnprintf (char \*buf, size_t count, const char \*format, va_list arg);|" \ |
---|
26 | # ${worksrcpath}/lib/bstring/bstrlib.c |
---|
27 | #} |
---|
28 | |
---|