[Lunar-commits] r16839 - in moonbase/trunk/compilers: . yasm

Dennis Veatch stumbles at lunar-linux.org
Sat Oct 8 00:17:35 UTC 2005


Author: stumbles
Date: 2005-10-08 00:17:33 +0000 (Sat, 08 Oct 2005)
New Revision: 16839

Added:
   moonbase/trunk/compilers/yasm/
   moonbase/trunk/compilers/yasm/DETAILS
Log:

Initial toss into moonbase. Cinelerra-2.0 now needs it
to build.

compiled with gcc-3.4.4 and glibc-2.3.5



Added: moonbase/trunk/compilers/yasm/DETAILS
===================================================================
--- moonbase/trunk/compilers/yasm/DETAILS	2005-10-08 00:11:01 UTC (rev 16838)
+++ moonbase/trunk/compilers/yasm/DETAILS	2005-10-08 00:17:33 UTC (rev 16839)
@@ -0,0 +1,18 @@
+          MODULE=yasm
+         VERSION=0.4.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://www.tortall.net/projects/yasm/releases/
+      SOURCE_VFY=sha1:46f3666b0aabd64898066c37c4a3141dc7e94129
+        WEB_SITE=http://www.tortall.net/projects/yasm/
+         ENTERED=20051007
+         UPDATED=20051007
+           SHORT="Yasm is a complete rewrite of the NASM assembler"
+
+cat << EOF
+Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
+(some portions are under other licenses, see COPYING for details). It is
+designed from the ground up to allow for multiple assembler syntaxes to be
+supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object
+formats and even multiple instruction sets. Another primary module of the
+overall design is an optimizer module.
+EOF



More information about the Lunar-commits mailing list