diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-03 21:59:24 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-03 21:59:24 +0000 |
commit | ca20003a821b8abd6f9c7ae1857d85baf19d5e0f (patch) | |
tree | b373e4c503c0e6c0ac0f603f6b1568b7ace8222e /devel/cxmon | |
parent | 53fa53411ad660fe8b0b3db510a2ee07ccfd0408 (diff) | |
download | FreeBSD-ports-ca20003a821b8abd6f9c7ae1857d85baf19d5e0f.zip FreeBSD-ports-ca20003a821b8abd6f9c7ae1857d85baf19d5e0f.tar.gz |
Add cxmon 3.0, interactive file manipulation tool and disassembler.
PR: 56879
Submitted by: Joachim Strombergson
Diffstat (limited to 'devel/cxmon')
-rw-r--r-- | devel/cxmon/Makefile | 20 | ||||
-rw-r--r-- | devel/cxmon/distinfo | 1 | ||||
-rw-r--r-- | devel/cxmon/pkg-descr | 11 | ||||
-rw-r--r-- | devel/cxmon/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/cxmon/Makefile b/devel/cxmon/Makefile new file mode 100644 index 0000000..bbc2ce7 --- /dev/null +++ b/devel/cxmon/Makefile @@ -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> diff --git a/devel/cxmon/distinfo b/devel/cxmon/distinfo new file mode 100644 index 0000000..e3adf24 --- /dev/null +++ b/devel/cxmon/distinfo @@ -0,0 +1 @@ +MD5 (cxmon-3.0.tar.gz) = 854b9e059d208fc2fe1c3cdae38d780b diff --git a/devel/cxmon/pkg-descr b/devel/cxmon/pkg-descr new file mode 100644 index 0000000..dad11c9 --- /dev/null +++ b/devel/cxmon/pkg-descr @@ -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 diff --git a/devel/cxmon/pkg-plist b/devel/cxmon/pkg-plist new file mode 100644 index 0000000..427ed72 --- /dev/null +++ b/devel/cxmon/pkg-plist @@ -0,0 +1 @@ +bin/cxmon |