Bug 108067 - New port: devel/libdisasm The Bastard Disassembly Environment x86 disassembler library
Summary: New port: devel/libdisasm The Bastard Disassembly Environment x86 disassemble...
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-18 01:10 UTC by Lutz Boehne
Modified: 2007-01-18 10:20 UTC (History)
0 users

See Also:


Attachments
file.shar (4.30 KB, text/plain)
2007-01-18 01:10 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-18 01:10:27 UTC
The libdisasm library provides basic disassembly of Intel x86
instructions from a binary stream. The intent is to provide an easy to
use disassembler which can be called from any application; the
disassembly can be produced in AT&T syntax and Intel syntax, as well as
in an intermediate format which includes detailed instruction and
operand type information.

WWW: http://bastard.sourceforge.net/libdisasm.html

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-18 08:29:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-18 10:11:08 UTC
miwi        2007-01-18 10:10:56 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libdisasm      Makefile distinfo pkg-descr pkg-plist 
    devel/libdisasm/files patch-Makefile 
  Log:
  The libdisasm library provides basic disassembly of Intel x86
  instructions from a binary stream. The intent is to provide an easy to
  use disassembler which can be called from any application; the
  disassembly can be produced in AT&T syntax and Intel syntax, as well as
  in an intermediate format which includes detailed instruction and
  operand type information.
  
  WWW: http://bastard.sourceforge.net/libdisasm.html
  
  PR:             ports/108067
  Submitted by:   Lutz Boehne <lboehne at damogran.de>
  
  Revision  Changes    Path
  1.2601    +1 -0      ports/devel/Makefile
  1.1       +57 -0     ports/devel/libdisasm/Makefile (new)
  1.1       +3 -0      ports/devel/libdisasm/distinfo (new)
  1.1       +33 -0     ports/devel/libdisasm/files/patch-Makefile (new)
  1.1       +8 -0      ports/devel/libdisasm/pkg-descr (new)
  1.1       +7 -0      ports/devel/libdisasm/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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-18 10:12:30 UTC
State Changed
From-To: open->closed

New port added. Thanks!