Bug 194152 - [NEW PORT] devel/vasm
Summary: [NEW PORT] devel/vasm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-04 23:38 UTC by Uffe Jakobsen
Modified: 2014-10-05 14:52 UTC (History)
1 user (show)

See Also:


Attachments
vasm.shar.txt (5.17 KB, text/plain)
2014-10-04 23:38 UTC, Uffe Jakobsen
no flags Details
vasm.log (110.92 KB, text/x-log)
2014-10-04 23:38 UTC, Uffe Jakobsen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Uffe Jakobsen 2014-10-04 23:38:27 UTC
Created attachment 147987 [details]
vasm.shar.txt

[NEW PORT] devel/vasm

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
    6800 family (6800, 68HC11)

These syntax flavours are supported:

    Standard MIT (GNU-as style) syntax
    Motorola/Freescale 68k syntax (Devpac compatible)
    Old 8-bit style syntax

WWW: http://sun.hasenbraten.de/vasm/
Comment 1 Uffe Jakobsen 2014-10-04 23:38:56 UTC
Created attachment 147988 [details]
vasm.log
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-10-05 14:50:59 UTC
A commit references this bug:

Author: wen
Date: Sun Oct  5 14:50:39 UTC 2014
New revision: 370092
URL: https://svnweb.freebsd.org/changeset/ports/370092

Log:
  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
      6800 family (6800, 68HC11)

  These syntax flavours are supported:

      Standard MIT (GNU-as style) syntax
      Motorola/Freescale 68k syntax (Devpac compatible)
      Old 8-bit style syntax

  WWW: http://sun.hasenbraten.de/vasm/

  PR:		194152
  Submitted by:	uffe@uffe.org

Changes:
  head/devel/Makefile
  head/devel/vasm/
  head/devel/vasm/Makefile
  head/devel/vasm/distinfo
  head/devel/vasm/pkg-descr
  head/devel/vasm/pkg-plist