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 arp-scan |
---|
7 | version 1.9 |
---|
8 | categories net |
---|
9 | license GPL-3 |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description ARP scanning and fingerprinting tool |
---|
12 | long_description Arp-scan is a command-line tool that uses the ARP protocol to \ |
---|
13 | discover and fingerprint IP hosts on the local network. |
---|
14 | platforms darwin |
---|
15 | homepage http://www.nta-monitor.com/tools-resources/security-tools/arp-scan |
---|
16 | master_sites http://www.nta-monitor.com/files/arp-scan/ |
---|
17 | |
---|
18 | checksums rmd160 1c6dabae9ff665ec540b144e8c6613debedfc822 \ |
---|
19 | sha256 ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892 |
---|
20 | |
---|
21 | depends_lib port:libpcap |
---|
22 | |
---|
23 | livecheck.type regex |
---|
24 | livecheck.url ${homepage} |
---|
25 | livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix} |
---|