Ticket #47710: Portfile.2

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