notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
vasm Portable 6502 6800 arm c16x jagrisc m68k ppc vidcore x86 z80 assembler
1.8c devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.8cVersion of this port present on the latest quarterly branch.
Maintainer: cs@innolan.net search for ports maintained by this maintainer
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:: python, unoconv, py39-pycparser, sysinfo
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (92 items)
Collapse this list.
  1. /usr/local/share/licenses/vasm-1.8c/catalog.mk
  2. /usr/local/share/licenses/vasm-1.8c/LICENSE
  3. /usr/local/share/licenses/vasm-1.8c/VASMBSD
  4. bin/vasm6502_madmac
  5. bin/vasm6502_mot
  6. bin/vasm6502_oldstyle
  7. bin/vasm6502_std
  8. bin/vasm6502_test
  9. bin/vasm6800_madmac
  10. bin/vasm6800_mot
  11. bin/vasm6800_oldstyle
  12. bin/vasm6800_std
  13. bin/vasm6800_test
  14. bin/vasmarm_madmac
  15. bin/vasmarm_mot
  16. bin/vasmarm_oldstyle
  17. bin/vasmarm_std
  18. bin/vasmarm_test
  19. bin/vasmc16x_madmac
  20. bin/vasmc16x_mot
  21. bin/vasmc16x_oldstyle
  22. bin/vasmc16x_std
  23. bin/vasmc16x_test
  24. bin/vasmjagrisc_madmac
  25. bin/vasmjagrisc_mot
  26. bin/vasmjagrisc_oldstyle
  27. bin/vasmjagrisc_std
  28. bin/vasmjagrisc_test
  29. bin/vasmm68k_madmac
  30. bin/vasmm68k_mot
  31. bin/vasmm68k_oldstyle
  32. bin/vasmm68k_std
  33. bin/vasmm68k_test
  34. bin/vasmppc_madmac
  35. bin/vasmppc_mot
  36. bin/vasmppc_oldstyle
  37. bin/vasmppc_std
  38. bin/vasmppc_test
  39. bin/vasmqnice_madmac
  40. bin/vasmqnice_mot
  41. bin/vasmqnice_oldstyle
  42. bin/vasmqnice_std
  43. bin/vasmqnice_test
  44. bin/vasmtr3200_madmac
  45. bin/vasmtr3200_mot
  46. bin/vasmtr3200_oldstyle
  47. bin/vasmtr3200_std
  48. bin/vasmtr3200_test
  49. bin/vasmvidcore_madmac
  50. bin/vasmvidcore_mot
  51. bin/vasmvidcore_oldstyle
  52. bin/vasmvidcore_std
  53. bin/vasmvidcore_test
  54. bin/vasmx86_madmac
  55. bin/vasmx86_mot
  56. bin/vasmx86_oldstyle
  57. bin/vasmx86_std
  58. bin/vasmx86_test
  59. bin/vasmz80_madmac
  60. bin/vasmz80_mot
  61. bin/vasmz80_oldstyle
  62. bin/vasmz80_std
  63. bin/vasmz80_test
  64. bin/vobjdump
  65. share/doc/vasm/cpu_6502
  66. share/doc/vasm/cpu_6800
  67. share/doc/vasm/cpu_arm
  68. share/doc/vasm/cpu_c16x
  69. share/doc/vasm/cpu_jagrisc
  70. share/doc/vasm/cpu_m68k
  71. share/doc/vasm/cpu_ppc
  72. share/doc/vasm/cpu_tr3200
  73. share/doc/vasm/cpu_x86
  74. share/doc/vasm/cpu_z80
  75. share/doc/vasm/interface
  76. share/doc/vasm/output_aout
  77. share/doc/vasm/output_bin
  78. share/doc/vasm/output_elf
  79. share/doc/vasm/output_hunk
  80. share/doc/vasm/output_srec
  81. share/doc/vasm/output_test
  82. share/doc/vasm/output_tos
  83. share/doc/vasm/output_vobj
  84. share/doc/vasm/syntax_madmac
  85. share/doc/vasm/syntax_mot
  86. share/doc/vasm/syntax_oldstyle
  87. share/doc/vasm/syntax_std
  88. share/doc/vasm/vasm
  89. share/doc/vasm/vasm_main
  90. @owner
  91. @group
  92. @mode
Collapse this list.
Dependency lines:
  • vasm>0:devel/vasm
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):
vasm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8c1.8c1.8c1.8c1.8c-1.8c-
FreeBSD:13:quarterly1.8c1.8c1.8c1.8c1.8c1.8c1.8c1.8c
FreeBSD:14:latest1.8c1.8c1.8c1.8c1.8c1.8c-1.8c
FreeBSD:14:quarterly1.8c1.8c-1.8c1.8c1.8c1.8c1.8c
FreeBSD:15:latest1.8c1.8cn/a1.8cn/a1.8c1.8c1.8c
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. makeinfo : print/texinfo
This port is required by:
for Build
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. http://server.owl.de/~frank/tags/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.8c
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.8c
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.8c
30 Aug 2018 04:05:08
Revision:478429Original commit files touched by this commit
danfe search for other commits by this committer
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
Revision:477344Original commit files touched by this commit
swills search for other commits by this committer
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
Revision:458739Original commit files touched by this commit
danfe search for other commits by this committer
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
Revision:448647Original commit files touched by this commit
vanilla search for other commits by this committer
Update to 1.8a.

PR:		221745
Submitted by:	maintainer
1.8
11 Jun 2017 19:25:07
Revision:443408Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:428785Original commit files touched by this commit
riggs search for other commits by this committer
Correction from previous commit. NO_ARCH should not have been set.

PR:		214886
1.7g
17 Dec 2016 17:18:38
Revision:428784Original commit files touched by this commit
riggs search for other commits by this committer
Update to upstream version 1.7g

PR:		214886
Submitted by:	cs@innolan.dk (maintainer)
1.7e
18 Sep 2016 11:42:36
Revision:422374Original commit files touched by this commit
riggs search for other commits by this committer
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
Revision:370092Original commit files touched by this commit
wen search for other commits by this committer
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 View all of this commit message)

Number of commits found: 13