---
name: distorm
version: 20121220.r230_1
origin: devel/distorm
comment: Fast x86 and x86-64 disassembler library
arch: freebsd:10:x86:64
www: http://code.google.com/p/distorm/
maintainer: bf@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv3
flatsize: 274601
desc: |
  diStorm is a binary stream disassembler of x86 instructions. It can operate
  in 16, 32, and 64 bit modes, and supports FPU, MMX, SSE, SSE2, SSE3, SSE4,
  3DNow! (with extensions), x86-64, VMX, AMD SVM, and AVX instruction sets.
  diStorm was written to decode every instruction quickly and accurately, with
  robust handling of valid and unused prefixes. The output is a special structure
  that can describe any x86 instruction, and later be formatted into text for
  display.

  WWW: http://code.google.com/p/distorm/
categories:
- devel
files:
  /usr/local/bin/disasm: 26c849bf54e7746907c090dfba1b256ef578acbd0ad4f35c5aaf705fad83a3a9
  /usr/local/include/distorm.h: 88c833b2c21a099f676aa89b5017677c9d61c8e8fcc1fe2365c4136761eec56b
  /usr/local/include/mnemonics.h: 6615dc80a4bd96d699cbc38e2541838d6b2f0e110d0dc05e36f212abfae8830a
  /usr/local/lib/libdistorm3.a: b720d44e27676db40bfc3171a562dfea6543282dc1e5fc7bf8c059d8ec42ae21
  /usr/local/lib/libdistorm3.so: '-'
  /usr/local/lib/libdistorm3.so.1: ad6b7f5f447307dbe03d8566ee519ea28b4c33e7159875457f2dc5dde8bf19cf
  /usr/local/share/licenses/distorm-20121220.r230_1/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/share/licenses/distorm-20121220.r230_1/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/distorm-20121220.r230_1/catalog.mk: 7f281f17c18e5eb2b53ae76427fb216987df897e5cdab2e9252d64d0754414d8
directories:
  /usr/local/share/licenses/distorm-20121220.r230_1/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
