Revision: 100348 https://trac.macports.org/changeset/100348 Author: g5pw@macports.org Date: 2012-12-08 16:24:07 -0800 (Sat, 08 Dec 2012) Log Message: ----------- net/impacket: new port Added Paths: ----------- trunk/dports/net/impacket/ trunk/dports/net/impacket/Portfile Added: trunk/dports/net/impacket/Portfile =================================================================== --- trunk/dports/net/impacket/Portfile (rev 0) +++ trunk/dports/net/impacket/Portfile 2012-12-09 00:24:07 UTC (rev 100348) @@ -0,0 +1,36 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup python 1.0 + +name impacket +version 0.9.9.9 +python.default_version 27 +maintainers g5pw openmaintainer + +categories net devel +description Impacket is a collection of Python classes focused on \ + providing access to network packets. +long_description ${description} Impacket allows Python developers to craft \ + and decode network packets in simple and consistent manner. \ + It includes support for low-level protocols such as IP, UDP \ + and TCP, as well as higher-level protocols such as NMB and \ + SMB. Impacket is highly effective when used in conjunction \ + with a packet capture utility or package such as Pcapy. \ + Packets can be constructed from scratch, as well as parsed \ + from raw data. Furthermore, the object oriented API makes \ + it simple to work with deep protocol hierarchies. + +platforms darwin + +homepage http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool... + +master_sites http://impacket.googlecode.com/files/ + +checksums rmd160 c8a834c601c1f8a919dc44f5ff7c0a9a003e60b0 \ + sha256 a81f5152a91876b7d622e3c3f5920cd9ee1242ae55a5612f7f94e3c815cc5047 + +worksrcdir ${name} + +python.link_binaries_suffix Property changes on: trunk/dports/net/impacket/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native