diff -Naur dports/python/py-dpkt/Portfile dports-devel/python/py-dpkt/Portfile
old
|
new
|
|
| 1 | # $Id$ |
| 2 | |
| 3 | PortSystem 1.0 |
| 4 | PortGroup python24 1.0 |
| 5 | |
| 6 | name py-dpkt |
| 7 | version 1.6 |
| 8 | categories-append net |
| 9 | maintainers boeyms@fastmail.fm openmaintainer@macports.org |
| 10 | description python packet creation and parsing library |
| 11 | long_description dpkt provides fast, simple packet creation and \ |
| 12 | parsing for python programs, with definitions for the \ |
| 13 | basic TCP/IP protocols. |
| 14 | platforms darwin |
| 15 | |
| 16 | homepage http:/code.google.com/p/dpkt/ |
| 17 | master_sites http://dpkt.googlecode.com/files/ |
| 18 | distname dpkt-${version} |
| 19 | checksums md5 5e8b48868dd2ad283089fd82ed41c408 \ |
| 20 | sha1 2a5ee8b44968b38ad4ee15112212ffc0ed2d8a5a \ |
| 21 | rmd160 e6e5f5a5d439d7c6eb165f5899903c167fd21551 |