Bug 152727 - new port devel/jwasm
Summary: new port devel/jwasm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-30 23:40 UTC by Pedro F. Giffuni
Modified: 2010-12-17 14:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.49 KB, text/plain)
2010-11-30 23:40 UTC, Pedro F. Giffuni
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2010-11-30 23:40:11 UTC
JWasm is an implementation of MASMv6 based on openwatcom's assembler. It supports i386 and amd64 platforms.

How-To-Repeat: FWIW, I think it is a must-have port but I have little interest in maintaining it since I don't do much assembler. If someone else is interested in maintaining it, feel free to take over.
Comment 1 Nicola Vitale freebsd_committer freebsd_triage 2010-12-17 09:14:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-17 14:07:23 UTC
nivit       2010-12-17 14:07:17 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/jwasm          Makefile distinfo pkg-descr pkg-plist 
    devel/jwasm/files    patch-GccUnix.mak 
  Log:
  JWasm is a MASM v6 compatible assembler. It's a fork of Open Watcom's WASM
  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>
  
  Revision  Changes    Path
  1.4176    +1 -0      ports/devel/Makefile
  1.1       +33 -0     ports/devel/jwasm/Makefile (new)
  1.1       +2 -0      ports/devel/jwasm/distinfo (new)
  1.1       +20 -0     ports/devel/jwasm/files/patch-GccUnix.mak (new)
  1.1       +19 -0     ports/devel/jwasm/pkg-descr (new)
  1.1       +7 -0      ports/devel/jwasm/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2010-12-17 14:08:45 UTC
State Changed
From-To: open->closed

New port added. Thanks!