Bug 159805 - New port: devel/radare2 Disassembler
Summary: New port: devel/radare2 Disassembler
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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-16 00:00 UTC by Karsten Pedersen
Modified: 2011-09-16 22:00 UTC (History)
0 users

See Also:


Attachments
file.shar (7.50 KB, text/plain)
2011-08-16 00:00 UTC, Karsten Pedersen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Pedersen 2011-08-16 00:00:24 UTC
Opensource tools to disasm, debug, analyze and manipulate binary files.

 * Multi-architecture multi-platform
 * Highly scriptable
 * Hexadecimal editor
 * IO is wrapped
 * Filesystems support
 * Debugger support
 * Diffing between two functions or binaries
 * Code analysis at opcode, basicblock, function levels

And more...

Fix: Patch attached with submission follows:
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2011-08-22 00:17:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-16 21:51:42 UTC
zi          2011-09-16 20:51:29 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/radare2        Makefile distinfo pkg-descr pkg-plist 
  Log:
  New port: devel/radare2
  
  PR:             ports/159805
  Submitted by:   Karsten Pedersen <kpedersen@opencde.org>
  Approved by:    wxs (mentor)
  
  Opensource tools to disasm, debug, analyze and manipulate binary files.
  
  * Multi-architecture multi-platform
  * Highly scriptable
  * Hexadecimal editor
  * IO is wrapped
  * Filesystems support
  * Debugger support
  * Diffing between two functions or binaries
  * Code analysis at opcode, basicblock, function levels
  
  ...and more!
  
  Revision  Changes    Path
  1.4548    +1 -0      ports/devel/Makefile
  1.1       +43 -0     ports/devel/radare2/Makefile (new)
  1.1       +2 -0      ports/devel/radare2/distinfo (new)
  1.1       +13 -0     ports/devel/radare2/pkg-descr (new)
  1.1       +226 -0    ports/devel/radare2/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 Ryan Steinmetz freebsd_committer freebsd_triage 2011-09-16 21:56:36 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!