Add cxmon 3.0, interactive file manipulation tool and disassembler.
PR: 56879 Submitted by: Joachim Strombergson
This commit is contained in:
parent
8b5acdcb2b
commit
12070fd542
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90172
@ -157,6 +157,7 @@
|
||||
SUBDIR += cvsweb
|
||||
SUBDIR += cvswrap
|
||||
SUBDIR += cweb
|
||||
SUBDIR += cxmon
|
||||
SUBDIR += cxref
|
||||
SUBDIR += darcs
|
||||
SUBDIR += darts
|
||||
|
20
devel/cxmon/Makefile
Normal file
20
devel/cxmon/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: cxmon
|
||||
# Date created: 10 September 2003
|
||||
# Whom: Joachim Strombergson
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cxmon
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://iphcip1.physik.uni-mainz.de/~cbauer/
|
||||
|
||||
MAINTAINER= watchman@ludd.luth.se
|
||||
COMMENT= Interactive file manipulation tool and disassembler
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= cxmon.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/cxmon/distinfo
Normal file
1
devel/cxmon/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cxmon-3.0.tar.gz) = 854b9e059d208fc2fe1c3cdae38d780b
|
11
devel/cxmon/pkg-descr
Normal file
11
devel/cxmon/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Cxmon is an interactive command-driven file manipulation tool that is
|
||||
inspired by the "Amiga Monitor".
|
||||
|
||||
Cxmon has commands and features similar to a machine code
|
||||
monitor/debugger, built-in PowerPC, 680x0, 80x86, 6502 and Z80
|
||||
disassemblers and special support for disassembling MacOS code.
|
||||
|
||||
You can also simply use it as an interactive workbench for manipulating
|
||||
files, or even as a hex calculator.
|
||||
|
||||
WWW: http://www.uni-mainz.de/~bauec002/CXMain.html
|
1
devel/cxmon/pkg-plist
Normal file
1
devel/cxmon/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/cxmon
|
Loading…
Reference in New Issue
Block a user