# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 61833 2009-12-21 21:30:17Z ecronin@macports.org $

PortSystem	      1.0
PortGroup	      python25 1.0

name		      scapy
version		      2.0.1
categories	      net security python
platforms	      darwin
maintainers	      pmq

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 \
        them on the wire, capture them, match requests and replies, and much \
        more. It can easily handle most classical tasks like scanning, \
        tracerouting, probing, unit tests, attacks or network discovery (it \
        can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, \
        tethereal, p0f, etc.). It also performs very well at a lot of other \
        specific tasks that most other tools can't handle, like sending \
        invalid frames, injecting your own 802.11 frames, combining technics \
        (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted \
        channel, ...), etc.

homepage	          http://www.secdev.org/projects/scapy
master_sites	      ${homepage}/files/

checksums           md5     eaf09bce872c835135a8c66327f920cb \
                    sha1    fceb4e60fbea0f2ce8ed258957a5eca1baa05ac5 \
                    rmd160  a4af2137458ad4ffa573ed81303506fdceefbc95

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

