Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 12:51:55 -0800 (PST)
From:      Sean Chittenden <seanc@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Samy Al Bahra <samy@kerneled.com>
Subject:   ports/47443: New port: z80-asm, a Z80 assembler and interactive disassembler
Message-ID:  <200301242051.h0OKptOL085640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         47443
>Category:       ports
>Synopsis:       New port: z80-asm, a Z80 assembler and interactive disassembler
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 24 13:00:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Samy Al Bahra  <samy@kerneled.com>
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Kerneled
>Environment:
System: FreeBSD chucky.local 4.7-STABLE FreeBSD 4.7-STABLE #1: Mon Jan 20 18:51:50 AST 2003 local:/usr/src/sys/compile/KERNELED  i386

>Description:
z80-asm is a double pass compiler of the Z80 CPU assembly
language. It supports almost all of the Z80 opcodes and functionality.
found in other commercial Z80 assembler. This port also contains an
interactive Z80 disassembler. This program suite was written
by BrainSoft and is released under the GPL. 

>How-To-Repeat:
>Fix:
# 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:
#
#	z80-asm
#	z80-asm/pkg-plist
#	z80-asm/pkg-descr
#	z80-asm/pkg-comment
#	z80-asm/distinfo
#	z80-asm/Makefile
#
echo c - z80-asm
mkdir -p z80-asm > /dev/null 2>&1
echo x - z80-asm/pkg-plist
sed 's/^X//' >z80-asm/pkg-plist << 'END-of-z80-asm/pkg-plist'
Xbin/z80-asm
Xbin/z80-dis
END-of-z80-asm/pkg-plist
echo x - z80-asm/pkg-descr
sed 's/^X//' >z80-asm/pkg-descr << 'END-of-z80-asm/pkg-descr'
Xz80-asm is a double pass compiler of the Z80 CPU assembly
Xlanguage. It supports almost all of the Z80 opcodes and
Xfunctionality that commercial Z80 assemblers have. This
Xport also contains an interactive Z80 disassembler. This
Xprogram suite was written by BrainSoft.
X
XWWW: http://artax.karlin.mff.cuni.cz/~brain/
X
X- Samy
Xsamy@kerneled.com
END-of-z80-asm/pkg-descr
echo x - z80-asm/pkg-comment
sed 's/^X//' >z80-asm/pkg-comment << 'END-of-z80-asm/pkg-comment'
XA Z80 assembly code assembler and disassembler
END-of-z80-asm/pkg-comment
echo x - z80-asm/distinfo
sed 's/^X//' >z80-asm/distinfo << 'END-of-z80-asm/distinfo'
XMD5 (z80-asm.tar.gz) = f6ee9240b72641b86abae4e2dc1e7d65
END-of-z80-asm/distinfo
echo x - z80-asm/Makefile
sed 's/^X//' >z80-asm/Makefile << 'END-of-z80-asm/Makefile'
X# New ports collection makefile for: z80-asm
X# Date created:        January 20 2003
X# Whom:                Samy <samy@kerneled.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      z80-asm
XPORTVERSION=   0.1
XCATEGORIES=    devel
XDISTNAME=      z80-asm
XMASTER_SITES=  http://www.kerneled.com/projects/z80-asm/
X
XMAINTAINER=    samy@kerneled.com
X
XMAN1=          z80-asm.1 z80-dis.1
XMAN5=          z80-file.5 z80-asm.5
XMANCOMPRESSED= no
XUSE_GMAKE=     yes
XGNU_CONFIGURE= yes
X
Xpost-install:
X	strip ${PREFIX}/bin/z80-asm ${PREFIX}/bin/z80-dis
X
X.include <bsd.port.mk>
END-of-z80-asm/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301242051.h0OKptOL085640>