Ticket #25901: Portfile

File Portfile, 1.3 KB (added by jul_bsd@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           ruby 1.0
5
6name                pads
7version             1.2
8categories          net security
9platforms           darwin
10maintainers         ports@
11description         network sniffer with a rule-based detection engine
12long_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.
13homepage            http://passive.sourceforge.net/
14master_sites        sourceforge:passive
15
16checksums           md5     2a366195c55ad6b6859c4c84ce877ee8 \
17                    sha1    fa64f3024518d6758bf6c1278c1ec65db1686069 \
18                    rmd160  7edb4e27864f70e76c2ec8d54ffdf5d70806f3d4
19
20configure.type      gnu
21configure.args-append --mandir=${prefix}/share/man
22
23patchfiles          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