1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/yasm-devel/pkg-descr
Kubilay Kocak ce4ffffdbe devel/yasm-devel: Copy devel/yasm and update to 1.2.0.29 [NEW PORT]
- Update to 1.2.0.29 (g87c0)
- Enable STAGE support
- Update pkg-plist
- Adjust MASTER_SITES and MASTER_SITE_SUBDIR to suit snapshots
- Add -devel PKGNAMESUFFIX
- Remove indefinite article from and update COMMENT for uniqueness
- Update MAINTAINER
- Add NLS and DEBUG options
- Remove custom INSTALL_TARGET
- Remove MAN* macros
- Add regression-test: target
- Update pkg-descr
2013-11-29 15:14:08 +00:00

9 lines
407 B
Plaintext

YASM is a complete rewrite of the NASM assembler under the "new" BSD License.
Yasm currently supports the x86 and AMD64 instruction sets, accepts
NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O
(32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source
debugging information in STABS, DWARF 2, and CodeView 8 formats.
WWW: http://www.tortall.net/projects/yasm/