# -*- 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 python 1.0 name py-dpkt version 1.7 categories-append net license BSD maintainers node99.org:sean openmaintainer description python packet creation and parsing library long_description dpkt provides fast, simple packet creation and \ parsing for python programs, with definitions for the \ basic TCP/IP protocols. platforms darwin supported_archs noarch homepage http://code.google.com/p/dpkt/ master_sites googlecode:dpkt distname dpkt-${version} checksums md5 0baa25fd5d87066cf6189a66cf452ac0 \ sha1 df19d6eb9fb296cc6835c081a490eec4787ac824 \ rmd160 f802d54c4619871a9168a168bd092497ac2f23ff python.versions 24 25 26