Port details |
- dxa65 Disassembler for MOS 6502 and compatible CPUs
- 0.1.5_1 devel =3 0.1.5_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2013-07-31 07:12:02
- Last Update: 2024-01-08 16:46:43
- Commit Hash: d6a45e9
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: GPLv2+
- WWW:
- http://www.floodgap.com/retrotech/xa
- Description:
- dxa65 is a disassembler for MOS 6502 and compatible CPUs
NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...)
CMOS 6502s (65C02 and Rockwell R65C02)
- ¦ ¦ ¦ ¦
- 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/dxa65/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/dxa65
- pkg install dxa65
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dxa65
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1686643396
SHA256 (dxa-0.1.5.tar.gz) = 8e40ed77816581f9ad95acac2ed69a2fb2ac7850e433d19cd684193a45826799
SIZE (dxa-0.1.5.tar.gz) = 37987
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dxa65-0.1.5_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_dxa65
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.5_1 08 Jan 2024 16:46:43 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
0.1.5 16 Jun 2023 12:33:45 |
Wen Heping (wen) |
devel/dxa65: Update to 0.1.5 |
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) |
0.1.4 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 ) |
0.1.4 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 ) |
0.1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.4 02 Feb 2019 19:44:13 |
fernape |
devel/dxa65: update to 0.1.4
ChangeLog:
* Automatic BASIC header detection, including special support for lines like
10 SYS 2061
* Fix issues with oversize labels causing crashes
* Fix UAF error scanning labels
* Code cleanup
* Better diagnostic output
* Various safety assertions.
Reported by: portscout |
0.1.3 02 Jul 2017 09:00:17 |
amdmi3 |
- Add LICENSE
- Switch to options helpers
- Regenerate patches |
0.1.3 22 Feb 2017 15:02:18 |
bapt |
Drop useless dependency on gmake (bmake build those fine) |
0.1.3 09 Oct 2016 22:01:34 |
bsam |
Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.
Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail) |
0.1.3 04 Apr 2014 13:23:39 |
bapt |
Use MAKE_ARGS instead of patching the Makefile |
0.1.3 27 Feb 2014 14:01:15 |
ehaupt |
Support staging |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.1.3 31 Jul 2013 07:11:46 |
jgh |
dxa65 is a disassembler for MOS 6502 and compatible CPUs
NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...)
CMOS 6502s (65C02 and Rockwell R65C02)
WWW: http://www.floodgap.com/retrotech/xa#dxa
PR: ports/179030
Submitted by: uffe@uffe.org |