Revision: 91595 https://trac.macports.org/changeset/91595 Author: mfeiri@macports.org Date: 2012-04-06 08:24:18 -0700 (Fri, 06 Apr 2012) Log Message: ----------- scapy: adopt port, update to 2.2.0, add livecheck Modified Paths: -------------- trunk/dports/net/scapy/Portfile Modified: trunk/dports/net/scapy/Portfile =================================================================== --- trunk/dports/net/scapy/Portfile 2012-04-06 15:21:24 UTC (rev 91594) +++ trunk/dports/net/scapy/Portfile 2012-04-06 15:24:18 UTC (rev 91595) @@ -1,16 +1,16 @@ # -*- 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 # $Id$ -PortSystem 1.0 -PortGroup python25 1.0 +PortSystem 1.0 +PortGroup python25 1.0 -name scapy -version 2.0.1 -categories net security python -platforms darwin -maintainers nomaintainer +name scapy +version 2.2.0 +categories net security python +platforms darwin +maintainers mfeiri openmaintainer -description A powerful packet manipulation tool +description A powerful packet manipulation tool long_description \ Scapy is a powerful interactive packet manipulation program. It is \ able to forge or decode packets of a wide number of protocols, send \ @@ -24,15 +24,17 @@ (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted \ channel, ...), etc. -homepage http://www.secdev.org/projects/scapy -master_sites ${homepage}/files/ +homepage http://www.secdev.org/projects/scapy +master_sites ${homepage}/files/ -checksums md5 eaf09bce872c835135a8c66327f920cb \ - sha1 fceb4e60fbea0f2ce8ed258957a5eca1baa05ac5 \ - rmd160 a4af2137458ad4ffa573ed81303506fdceefbc95 +checksums sha256 c5363b224df0efbd78d7dc4d8a518e5518b2e7affc2e5f1fcecd4efa3ab815af \ + rmd160 0cb0e14e6e84ba6a22b0afd7f2913a98888a418e depends_lib-append port:py25-readline port:py25-pylibpcap \ port:py25-libdnet port:py25-crypto \ port:py25-gnuplot port:py25-pyx \ path:bin/dot:graphviz +livecheck.type regex +livecheck.url http://hg.secdev.org/scapy/tags +livecheck.regex "v(\[\\d.\]+)"
participants (1)
-
mfeiri@macports.org