This PR contains a new port of a tool called cxmon. Cxmon is a command line based tool for dissassembling binaries for several proce ssors. Additionally cxmon is useful for manipulating binary files. For more information about cxmon see the home page at: http://www.uni-mainz.de/~bauec002/CXMain.html Fix: Apply the included patch file to create the port. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cxmon # cxmon/pkg-plist # cxmon/pkg-descr # cxmon/distinfo # cxmon/Makefile # echo c - cxmon mkdir -p cxmon > /dev/null 2>&1 echo x - cxmon/pkg-plist sed 's/^X//' >cxmon/pkg-plist << 'END-of-cxmon/pkg-plist' Xbin/cxmon END-of-cxmon/pkg-plist echo x - cxmon/pkg-descr sed 's/^X//' >cxmon/pkg-descr << 'END-of-cxmon/pkg-descr' XCxmon is an interactive command-driven file manipulation tool that is inspired by the "Amiga Monitor". X XCxmon has commands and features similar to a machine code monitor/debugger, built-in PowerPC, 680x0, 80x86, 6502 and Z80 disassembl ers and special support for disassembling MacOS code. X XYou can also simply use it as an interactive workbench for manipulating files, or even as a hex calculator. X Xhttp://www.uni-mainz.de/~bauec002/CXMain.html END-of-cxmon/pkg-descr echo x - cxmon/distinfo sed 's/^X//' >cxmon/distinfo << 'END-of-cxmon/distinfo' XMD5 (cxmon-3.0.tar.gz) = 854b9e059d208fc2fe1c3cdae38d780b END-of-cxmon/distinfo echo x - cxmon/Makefile sed 's/^X//' >cxmon/Makefile << 'END-of-cxmon/Makefile' X# New ports collection makefile for: cxmon X# Date created: 10 September 2003 X# Whom: Joachim Strombergson X# X# $FreeBSD$ X# X XPORTNAME= cxmon XPORTVERSION= 1.0 XCATEGORIES= devel XMASTER_SITES= http://iphcip1.physik.uni-mainz.de/~cbauer/ XDISTNAME= cxmon-3.0 X XMAINTAINER= watchman@ludd.luth.se XCOMMENT= interactive file manipulation tool and disassembler X XGNU_CONFIGURE= yes X X X.include <bsd.port.mk> X END-of-cxmon/Makefile exit -- Med vänlig hälsning, Cheers! Joachim Strömbergson ============================================================================ Joachim Strömbergson - ASIC designer, nice to *cute* animals. snail: phone: mail & web: Sävenäsgatan 5A +46 31 - 27 98 47 watchman@ludd.luth.se 416 72 Göteborg +46 733 75 97 02 www.ludd.luth.se/~watchman ============================================================================ How-To-Repeat: N/A
Class Changed From-To: sw-bug->change-request New port submission.
Responsible Changed From-To: gnats-admin->freebsd-ports-bugs Reassign misfiled PR.
State Changed From-To: open->closed Committed a slightly modified version, Thanks!