Changes between Initial Version and Version 7 of Ticket #18032


Ignore:
Timestamp:
Aug 14, 2010, 12:20:01 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

py25-pcapy was added in r65104; see #23949.

py25-dpkt was added in r68213; see #23484.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18032

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port py25-pcapy py25-dpkt added
    • Property Milestone changed from Port Bugs to
  • Ticket #18032 – Description

    initial v7  
    33I runned sudo port install py-pcapy and sudo port install py-dpkt correctly but after installation I couldn't find the pcapy.py nor dpkt.py files :
    44
    5 locate pcapy                                                                                                            /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py-pcapy
     5{{{
     6locate pcapy
     7/opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py-pcapy
    68/opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py-pcapy/Portfile
    7 
    8 
    9 locate dpkt                       
     9}}}
     10{{{
     11locate dpkt
    1012/opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py-dpkt
    1113/opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py-dpkt/Portfile
     14}}}
    1215
    1316I don't know if it is installed but not in locate database, but it is not also found by python script calling it... I had to install them from sources.