aboutsummaryrefslogtreecommitdiff
path: root/devel/jwasm
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.11Alex Kozlov2013-10-216-63/+3
| | | | | | | Changes: http://www.japheth.de/JWasm/History.txt Notes: svn path=/head/; revision=331148
* - Support STAGEDIRAlex Kozlov2013-10-182-20/+15
| | | | | | | | - Convert to USES=gmake - Take maintainership Notes: svn path=/head/; revision=330769
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 210Martin Wilke2013-04-296-3/+61
| | | | | | | | PR: 178158 Submitted by: Ports Fury Notes: svn path=/head/; revision=316818
* - Update to version 209Beech Rintoul2012-12-072-5/+3
| | | | | | | | | | Feature safe: yes PR: ports/174203 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=308440
* - Update to version 208Armin Pirkovitsch2012-11-306-71/+34
| | | | | | | | | | | | | - Update pkg-descr - Trim Makefile header PR: ports/171986 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes Notes: svn path=/head/; revision=308048
* Update to 207aWesley Shields2012-08-035-6/+32
| | | | | | | | PR: ports/170262 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=301876
* - Update to 206Sunpoet Po-Chuan Hsieh2011-07-252-3/+3
| | | | | | | | | Changes: http://www.japheth.de/JWasm/History.txt PR: ports/159162 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=278267
* Upgrade to 2.05, reset MAINTAINER to ports@freebsd.orgVanilla I. Shu2011-04-042-6/+6
| | | | | | | | PR: ports/156157 Submitted by: Pedro Giffuni <giffunip at tutopia.com> (original MAINTAINER) Notes: svn path=/head/; revision=272203
* JWasm is a MASM v6 compatible assembler. It's a fork of Open Watcom's WASMNicola Vitale2010-12-175-0/+81
and released under the Sybase Open Watcom Public License, which allows free commercial and non-commercial use. JWasm is written in C, source code is open. JWasm Features: - JWasm natively supports output formats Intel OMF, MS Coff (32- and 64-bit), Elf (32-and 64-bit), Bin and DOS MZ. - precompiled JWasm binaries are available for DOS, Windows and Linux. For OS/2 and FreeBSD, makefiles are supplied. - Instructions up to SSSE3 are supported. - The JWasm source is portable and has successfully been tested with Open Watcom, MS VC, GCC and more. - As far as programming for Windows is concerned, JWasm can be used with both Win32Inc and Masm32. - C header files can be converted to include files for JWasm with h2incX. WWW: http://www.japheth.de/JWasm.html PR: ports/152727 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> Notes: svn path=/head/; revision=266497