# $Id: Portfile 125188 2014-09-09 06:49:46Z jmr@macports.org $

PortSystem		1.0
PortGroup		xcode 1.0

name			ArpSpyX
version			1.3
categories		aqua net
license			BSD
maintainers		nomaintainer
description		ArpSpyX displays ARP packets received by your computer
long_description	ArpSpyX will passively sniff your network for ARP packets \
					and display the IP and MAC address of the machine that \
					generated the packet.

homepage		http://www.thebends.org/~allen/arpspyx/

fetch.type      svn
svn.url         https://arpspyx.googlecode.com/svn/trunk/
svn.post_args   ${distname}
svn.revision    11

livecheck.type	regex
livecheck.url   ${homepage}CHANGELOG
livecheck.regex	{v([0-9.]+)}
