Ticket #14726: nasm.diff

File nasm.diff, 1.7 KB (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

     
    33PortSystem 1.0
    44
    55name            nasm
    6 version         0.98.39
     6version         2.02
    77categories      lang
    88platforms       darwin
    99maintainers     nomaintainer
    10 description     NASM is an 80x86 assembler
    11 long_description        NASM is an 80x86 assembler designed for portability \
    12                         and modularity. It supports a range of object file \
    13                         formats including Linux a.out and ELF, COFF, Microsoft \
    14                         16-bit OBJ and Win32. It will also output plain binary \
    15                         files. Its syntax is designed to be simple and easy to \
    16                         understand, similar to Intel's.
     10description     NASM, the Netwide Assembler, is an 80x86 assembler
     11long_description \
     12        The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed \
     13        for portability and modularity. It supports a range of object file \
     14        formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft \
     15        16-bit OBJ, Win32 and Win64. It will also output plain binary files. \
     16        Its syntax is designed to be simple and easy to understand, similar \
     17        to Intel's but less complex. It supports from the upto and including \
     18        Pentium, P6, MMX, 3DNow!, SSE, SSE2, SSE3 and x64 opcodes. NASM has a \
     19        strong support for macro conventions.
    1720
    1821homepage        http://nasm.sourceforge.net/
    1922master_sites    sourceforge
    20 checksums       md5 2032ad44c7359f7a9a166a40a633e772
    2123use_bzip2       yes
     24checksums       md5 2662a090fb0d31ae27334a2393ef5240 \
     25                        sha1 40c5b7bd73fa3f6cdf1712388ef43962185871e8 \
     26                        rmd160 3205b97be60f05704f4b102496bfd4e331cf9116
    2227
    23 configure.args  --mandir=\\\${prefix}/share/man
     28destroot.target         install install_rdf
     29destroot.destdir        prefix=${destroot}${prefix}
    2430
    25 destroot.destdir        prefix=${destroot}${prefix}