summaryrefslogtreecommitdiff
path: root/devel/z80-asm
AgeCommit message (Collapse)AuthorFilesLines
2007-03-17Fixed two gcc4 error messages.rillig3-1/+35
2007-01-12Forgot to commit the actual patch.rillig1-0/+23
2007-01-12Added a patch for Solaris.rillig1-1/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-6/+6
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-04-18Convert to buildlink3.snj1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-03-20Initial import of z80-asm, version 1.0:jmmv4-0/+40
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 package also contains an interactive Z80 disassembler. This program suite was written by BrainSoft. Package provided in PR pkg/20099 by Douwe Kiela with some changes by me.