Bug 107977 - New port: devel/py-distorm Fast x86 and x86-64 disassembler library for python
Summary: New port: devel/py-distorm Fast x86 and x86-64 disassembler library for python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-16 11:20 UTC by Lutz Boehne
Modified: 2007-01-17 20:51 UTC (History)
0 users

See Also:


Attachments
file.shar (4.29 KB, text/plain)
2007-01-16 11:20 UTC, Lutz Boehne
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lutz Boehne 2007-01-16 11:20:24 UTC
ports/106093 can be closed now, this is a new version of the port. Many thanks to Li-Wen Hsu for comments and patches.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-16 11:20:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-01-17 01:28:47 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-17 20:47:06 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-01-17 20:47:38 UTC
miwi        2007-01-17 20:47:29 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-distorm     Makefile distinfo pkg-descr pkg-plist 
    devel/py-distorm/files patch-Makefile 
  Log:
  diStorm is a binary stream disassembler. It's capable of disassembling
  80x86 instructions in 64 bits (AMD64, X86-64) and both in 16 and 32 bits.
  In addition, it disassembles FPU, MMX, SSE, SSE2, SSE3, SSE4, 3DNow! (w/
  extensions), new x86-64 instruction sets, VMX, and AMD's SVM! diStorm was
  written to decode quickly every instruction as accurately as possible.
  Robust decoding, while taking special care for valid or unused prefixes,
  is what makes this disassembler powerful, especially for research.
  Another benefit that might come in handy is that the module was written
  as multi-threaded, which means you could disassemble several streams or
  more simultaneously.
  
  WWW: http://www.ragestorm.net/distorm/
  
  PR:             ports/107977
  Submitted by:   Lutz Boehne <lboehne at damogran.de>
  
  Revision  Changes    Path
  1.2599    +1 -0      ports/devel/Makefile
  1.1       +47 -0     ports/devel/py-distorm/Makefile (new)
  1.1       +3 -0      ports/devel/py-distorm/distinfo (new)
  1.1       +22 -0     ports/devel/py-distorm/files/patch-Makefile (new)
  1.1       +12 -0     ports/devel/py-distorm/pkg-descr (new)
  1.1       +6 -0      ports/devel/py-distorm/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"