Port details |
- z80asm Assembler for the Z80 microprocessor
- 1.8_1 devel
=2 1.8_1Version of this port present on the latest quarterly branch. - Maintainer: sigma.zx@gmail.com
 - Port Added: 2007-12-31 21:30:37
- Last Update: 2024-02-23 15:15:19
- Commit Hash: c7a265e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://savannah.nongnu.org/projects/z80asm/
- Description:
- z80asm is an assembler for the Z80 microprcessor. The assembler aims to be
portable and complete. Of course it assembles all official mnemonics, but it
also aims to assemble the unofficial mnemonics.
The assembler features the output of listing files which show the source with
the assembled codes and address next to it.
It also allows outputting of label files, in a format which can be included by
other assembler source files.
Other noteworthy features are complete calculation capabilities, conditional
assembling of parts of the code, and inclusion of other source files.
The assembler was written with the MSX computer in mind as the target platform,
but it can be used for any system with a Z80 in it. The original idea was to
make header files with labels of MSX specific addresses (BIOS, BDOS, system
variables), but nothing like this has been done yet.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/z80asm/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/z80asm
- pkg install z80asm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: z80asm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (z80asm-1.8.tar.gz) = 67fba9940582cddfa70113235818fb52d81e5be3db483dfb0816acb330515f64
SIZE (z80asm-1.8.tar.gz) = 57269
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for z80asm-1.8_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_z80asm
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 15
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8_1 23 Feb 2024 15:15:19
    |
Muhammad Moinur Rahman (bofh)  |
devel/z80asm: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.8 06 Jul 2020 12:31:56
  |
danfe  |
- Remove defunct master site
- Set LICENSE (GPLv3+)
- GC no-op `post-patch' target
- Convert to option helpers
PR: 247655
Submitted by: Miguel Gocobachi |
1.8 27 Oct 2014 11:09:47
  |
bapt  |
Cleanup plist |
1.8 24 Jan 2014 23:42:35
  |
bapt  |
Support stage |
1.8 20 Sep 2013 17:17:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.8 25 Jul 2012 11:24:11
 |
cs  |
Fix typos in COMMENT |
1.8 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
1.8 27 Aug 2009 13:15:16
 |
araujo  |
- Update to 1.8.
PR: ports/138122
Submitted by: Sylvio Cesar <scjamorim___bsd.com.br>
Approved by: sgm <sigma.zx___gmail.com> (maintainer) |
1.6_1 01 Jun 2008 09:42:37
 |
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
1.6_1 31 Dec 2007 22:24:02
 |
lme  |
- s/INSTALL_MAN/INSTALL_DATA/ for example files
- It's .if(NOPORTEXAMPLES) not .if(NOEXAMPLES)
- Bump PORTREVISION
Reported by: araujo via mail |
1.6 31 Dec 2007 21:30:16
 |
lme  |
z80asm is an assembler for the Z80 microprcessor. The assembler aims to be
portable and complete. Of course it assembles all official mnemonics, but it
also aims to assemble the unofficial mnemonics.
The assembler features the output of listing files which show the source with
the assembled codes and address next to it.
It also allows outputting of label files, in a format which can be included by
other assembler source files.
Other noteworthy features are complete calculation capabilities, conditional
assembling of parts of the code, and inclusion of other source files.
The assembler was written with the MSX computer in mind as the target platform,
but it can be used for any system with a Z80 in it. The original idea was to
make header files with labels of MSX specific addresses (BIOS, BDOS, system
variables), but nothing like this has been done yet.
WWW: http://savannah.nongnu.org/projects/z80asm/
PR: ports/119149
Submitted by: Sean McLaughlin <sigma.zx (AT) gmail.com> |
Number of commits found: 15
|