diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-03 21:59:24 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-03 21:59:24 +0000 |
commit | 12070fd54292e566eff0731d16ec6b3f9ae58e60 (patch) | |
tree | 711efa7ee39a15ca857a30234df3820bb09dcbee | |
parent | 8b5acdcb2bf37a932f079ece5faf6791cfac458d (diff) | |
download | ports-12070fd54292e566eff0731d16ec6b3f9ae58e60.tar.gz ports-12070fd54292e566eff0731d16ec6b3f9ae58e60.zip |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 12ac213c3a5a..bdeec651de72 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -157,6 +157,7 @@ SUBDIR += cvsweb SUBDIR += cvswrap SUBDIR += cweb + SUBDIR += cxmon SUBDIR += cxref SUBDIR += darcs SUBDIR += darts diff --git a/devel/cxmon/Makefile b/devel/cxmon/Makefile new file mode 100644 index 000000000000..bbc2ce731373 --- /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 000000000000..e3adf24fd0a7 --- /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 000000000000..dad11c9ba4b2 --- /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 000000000000..427ed7236049 --- /dev/null +++ b/devel/cxmon/pkg-plist @@ -0,0 +1 @@ +bin/cxmon |