[36340] trunk/dports/lang/nasm/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 27 06:50:23 PDT 2008


Revision: 36340
          http://trac.macosforge.org/projects/macports/changeset/36340
Author:   ryandesign at macports.org
Date:     2008-04-27 06:50:23 -0700 (Sun, 27 Apr 2008)

Log Message:
-----------
nasm: update to 2.02; closes #14726

Modified Paths:
--------------
    trunk/dports/lang/nasm/Portfile

Modified: trunk/dports/lang/nasm/Portfile
===================================================================
--- trunk/dports/lang/nasm/Portfile	2008-04-27 13:38:55 UTC (rev 36339)
+++ trunk/dports/lang/nasm/Portfile	2008-04-27 13:50:23 UTC (rev 36340)
@@ -3,23 +3,27 @@
 PortSystem 1.0
 
 name		nasm
-version		0.98.39
+version		2.02
 categories	lang
 platforms	darwin
 maintainers	nomaintainer
-description	NASM is an 80x86 assembler
-long_description	NASM is an 80x86 assembler designed for portability \
-			and modularity. It supports a range of object file \
-			formats including Linux a.out and ELF, COFF, Microsoft \
-			16-bit OBJ and Win32. It will also output plain binary \
-			files. Its syntax is designed to be simple and easy to \
-			understand, similar to Intel's.
+description	NASM, the Netwide Assembler, is an 80x86 assembler
+long_description \
+	The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed \
+	for portability and modularity. It supports a range of object file \
+	formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft \
+	16-bit OBJ, Win32 and Win64. It will also output plain binary files. \
+	Its syntax is designed to be simple and easy to understand, similar \
+	to Intel's but less complex. It supports from the upto and including \
+	Pentium, P6, MMX, 3DNow!, SSE, SSE2, SSE3 and x64 opcodes. NASM has a \
+	strong support for macro conventions.
 
 homepage	http://nasm.sourceforge.net/
 master_sites	sourceforge
-checksums	md5 2032ad44c7359f7a9a166a40a633e772
 use_bzip2	yes
+checksums	md5 2662a090fb0d31ae27334a2393ef5240 \
+		sha1 40c5b7bd73fa3f6cdf1712388ef43962185871e8 \
+		rmd160 3205b97be60f05704f4b102496bfd4e331cf9116
 
-configure.args	--mandir=\\\${prefix}/share/man
-
+destroot.target		install install_rdf
 destroot.destdir	prefix=${destroot}${prefix}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080427/08f313fb/attachment-0001.html


More information about the macports-changes mailing list