From watchman@ludd.luth.se  Sun Sep 14 14:18:45 2003
Return-Path: <watchman@ludd.luth.se>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8D56916A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Sep 2003 14:18:45 -0700 (PDT)
Received: from smtp14.fre.skanova.net (smtp14.fre.skanova.net [195.67.227.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8624E43FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Sep 2003 14:18:43 -0700 (PDT)
	(envelope-from watchman@ludd.luth.se)
Received: from ludd.luth.se (h183n1fls23o947.bredband.comhem.se [217.211.160.183])
	by smtp14.fre.skanova.net (8.12.9/8.12.9) with ESMTP id h8ELIfOo004168
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Sep 2003 23:18:42 +0200 (CEST)
Message-Id: <3F64DAF2.6020605@ludd.luth.se>
Date: Sun, 14 Sep 2003 23:17:38 +0200
From: =?ISO-8859-1?Q?Joachim_Str=F6mbergson?= <watchman@ludd.luth.se>
Reply-To: Watchman@ludd.luth.se
To: FreeBSD-gnats-submit@freebsd.org
Subject: New Port: cxmon - A disassembler and file manipulator.

>Number:         56879
>Category:       ports
>Synopsis:       New Port: cxmon - A disassembler and file manipulator.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 14:20:02 PDT 2003
>Closed-Date:    Fri Oct 03 15:05:40 PDT 2003
>Last-Modified:  Fri Oct 03 15:05:40 PDT 2003
>Originator:     Joachim Strombergson
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
 System: FreeBSD fetis 5.1-CURRENT FreeBSD 5.1-CURRENT #10: Tue Sep 2 
 09:44:15 CEST 2003 js@fetis:/usr/obj/usr/src/sys/ATHLON i386
 
>Description:
 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
 
>How-To-Repeat:
 N/A
 
>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 vnlig hlsning, Cheers!
 
 Joachim Strmbergson
 ============================================================================
 Joachim Strmbergson - ASIC designer, nice to *cute* animals.
      snail:                  phone:                     mail & web:
 Svensgatan 5A        +46 31 - 27 98 47          watchman@ludd.luth.se
 416 72 Gteborg        +46 733 75 97 02           www.ludd.luth.se/~watchman
 ============================================================================
 
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->change-request 
Class-Changed-By: ceri 
Class-Changed-When: Thu Sep 18 11:27:21 PDT 2003 
Class-Changed-Why:  
New port submission. 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Thu Sep 18 11:27:21 PDT 2003 
Responsible-Changed-Why:  
Reassign misfiled PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56879 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Fri Oct 3 15:04:56 PDT 2003 
State-Changed-Why:  
Committed a slightly modified version, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56879 
>Unformatted:
