mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name pads
|
|
version 1.2
|
|
revision 1
|
|
categories net security
|
|
license GPL-2+
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description network sniffer with a rule-based detection engine
|
|
|
|
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.
|
|
|
|
homepage http://passive.sourceforge.net/
|
|
master_sites sourceforge:passive
|
|
|
|
checksums md5 2a366195c55ad6b6859c4c84ce877ee8 \
|
|
sha1 fa64f3024518d6758bf6c1278c1ec65db1686069 \
|
|
rmd160 7edb4e27864f70e76c2ec8d54ffdf5d70806f3d4
|
|
|
|
depends_lib port:libpcap \
|
|
port:pcre
|
|
|
|
configure.args-append --mandir=${prefix}/share/man
|
|
|
|
patchfiles patch-lib-bstring-bstrlib.c.diff
|
|
|
|
livecheck.type regex
|
|
livecheck.url http://sourceforge.net/projects/passive/files/
|
|
livecheck.regex /${name}-(\[0-9.\]+)\\.tar
|