Port details |
- vasm Portable 6502 6800 arm c16x jagrisc m68k ppc vidcore x86 z80 assembler
- 1.8c devel =3 1.8cVersion of this port present on the latest quarterly branch.
- Maintainer: cs@innolan.net
- Port Added: 2014-10-05 14:50:44
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: oss, monit, proggy_fonts-ttf, inotify-tools
- License: VASMBSD
- WWW:
- http://sun.hasenbraten.de/vasm/
- Description:
- vasm is a portable and retargetable assembler to create linkable objects in
various formats or absolute code.
Currently the following CPUs are officially supported:
M680x0 family (including M6888x, M68851 and CPU32)
ColdFire family (all models of V2, V3, V4, V4e)
80x86 family (IA32 8/16/32 bit, using MIT-syntax)
PowerPC family (POWER, 40x, 440, 460, 6xx, 7xx, 860, Book-E, e300 and e500)
ARM (architecture ARMv1 to ARMv4, including THUMB mode)
Jaguar RISC (GPU and DSP instruction sets)
Z80 family (Z80, 8080, GBZ80, 64180, RCM2/3/4k)
C16x/ST10
6502 & 6800 family (6800, 6801, 6803, 68HC11)
QNICE (elegant 16-bit FPGA CPU)
TR3200 (virtual CPU from 0x10c)
Raspberry-Pi VideoCore IV
These syntax flavours are supported:
Standard MIT (GNU-as style) syntax
Motorola/Freescale 68k syntax (Devpac compatible)
Atari MadMac syntax (6502, 68k, Jaguar)
Old 8-bit style syntax
- ¦ ¦ ¦ ¦
- 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/vasm/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/vasm
- pkg install vasm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vasm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1533889700
SHA256 (vasm1_8c.tar.gz) = 3e91c34077188d20928c4f1f0d2ae530830d2a8397d36b2f7e27f4ce84fe1ee5
SIZE (vasm1_8c.tar.gz) = 416772
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
- makeinfo : print/texinfo
- This port is required by:
- for Build
-
- audio/uade
Configuration Options:
- ===> The following configuration options are available for vasm-1.8c:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_vasm
- USES:
- gmake pathfix makeinfo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 13
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.8c 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.8c 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.8c 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8c 30 Aug 2018 04:05:08 |
danfe |
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options. |
1.8c 16 Aug 2018 14:10:43 |
swills |
devel/vasm: Update to 1.8c
While here, update maintainer email
PR: 230499
Submitted by: Carsten Larsen <cs@innolan.net> (maintainer) |
1.8a 11 Jan 2018 14:18:01 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
1.8a 24 Aug 2017 05:17:50 |
vanilla |
Update to 1.8a.
PR: 221745
Submitted by: maintainer |
1.8 11 Jun 2017 19:25:07 |
sunpoet |
Update to 1.8
- Add LICENSE
- Update PORTDOCS
- While I'm here:
- Remove .include <bsd.port.options.mk>
- Use MAKE_CMD instead of GMAKE
Changes: http://sun.hasenbraten.de/vasm/
PR: 219741
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) |
1.7g_1 17 Dec 2016 17:26:17 |
riggs |
Correction from previous commit. NO_ARCH should not have been set.
PR: 214886 |
1.7g 17 Dec 2016 17:18:38 |
riggs |
Update to upstream version 1.7g
PR: 214886
Submitted by: cs@innolan.dk (maintainer) |
1.7e 18 Sep 2016 11:42:36 |
riggs |
Update to 1.7e, fix MASTER_SITES, new maintainer
Detailed log:
- Update to upstream version 1.7e
- Changed MASTER_SITES, to avoid fetching rolling releases
- Removed broken test syntax
- New maintainer: cs@innolan.dk
PR: 211110
Submitted by: cs@innolan.dk (new maintainer)
Approved by: uffe@uffe.org (previous maintainer)
MFH: 2016Q3 (build fix blanket) |
1.7a 05 Oct 2014 14:50:38 |
wen |
vasm is a portable and retargetable assembler to create linkable
objects in various formats or absolute code.
Multiple CPU-, syntax and output-modules can be selected.
Currently the following CPUs are officially supported by vasm:
M680x0 family (including M6888x, M68851 and CPU32)
ColdFire family (all models of V2, V3, V4, V4e)
80x86 family (IA32 8/16/32 bit, using MIT-syntax)
PowerPC family (POWER, 40x, 6xx, 7xx, 7xxx, 860, e300)
ARM (architecture ARMv1 to ARMv4, including THUMB mode)
Jaguar RISC (GPU and DSP instruction sets)
Z80 family (Z80, 8080, GBZ80, 64180, RCM2/3/4k)
C16x/ST10
6502 family (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 13
|