Add z80-asm: a Z80 assembly code assembler and disassembler.

PR:		ports/47443
Submitted by:	Samy Al Bahra  <samy@kerneled.com>
This commit is contained in:
Sean Chittenden 2003-01-24 21:32:22 +00:00
parent 31d5b2d036
commit 6b861c0ae0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73952
6 changed files with 37 additions and 0 deletions

View file

@ -875,6 +875,7 @@
SUBDIR += xwpe
SUBDIR += xxgdb
SUBDIR += yacl
SUBDIR += z80-asm
SUBDIR += zthread
SUBDIR += zziplib

22
devel/z80-asm/Makefile Normal file
View file

@ -0,0 +1,22 @@
# New ports collection makefile for: z80-asm
# Date created: January 20 2003
# Whom: Samy <samy@kerneled.com>
#
# $FreeBSD$
#
PORTNAME= z80-asm
PORTVERSION= 0.1
CATEGORIES= devel
MASTER_SITES= http://www.kerneled.com/projects/z80-asm/
DISTNAME= z80-asm
MAINTAINER= samy@kerneled.com
MAN1= z80-asm.1 z80-dis.1
MAN5= z80-file.5 z80-asm.5
MANCOMPRESSED= no
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>

1
devel/z80-asm/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (z80-asm.tar.gz) = f6ee9240b72641b86abae4e2dc1e7d65

View file

@ -0,0 +1 @@
A Z80 assembly code assembler and disassembler

10
devel/z80-asm/pkg-descr Normal file
View file

@ -0,0 +1,10 @@
z80-asm is a double pass compiler of the Z80 CPU assembly
language. It supports almost all of the Z80 opcodes and
functionality that commercial Z80 assemblers have. This
port also contains an interactive Z80 disassembler. This
program suite was written by BrainSoft.
WWW: http://artax.karlin.mff.cuni.cz/~brain/
- Samy
samy@kerneled.com

2
devel/z80-asm/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/z80-asm
bin/z80-dis