[SM-Commit] GIT changes to master z-rejected grimoire by Sven Lemke (ce6e539f6286d6723e6e811222a3dfe8385a8ebf)

Sven Lemke scm at sourcemage.org
Fri Aug 22 14:52:53 EDT 2008


GIT changes to master z-rejected grimoire by Sven Lemke <catnip at web.de>:

 z-devel/fasm/DETAILS   |   14 +++++++-------
 z-devel/fasm/HISTORY   |    3 +++
 z-devel/fasm/INSTALL   |    7 +++++--
 z-devel/fasm/PRE_BUILD |   11 ++++++-----
 4 files changed, 21 insertions(+), 14 deletions(-)

New commits:
commit ce6e539f6286d6723e6e811222a3dfe8385a8ebf
Author: Sven Lemke <catnip at web.de>
Commit: Sven Lemke <catnip at web.de>

    fasm: updated version to 1.67.27

diff --git a/z-devel/fasm/DETAILS b/z-devel/fasm/DETAILS
index d1765cf..be72dcd 100755
--- a/z-devel/fasm/DETAILS
+++ b/z-devel/fasm/DETAILS
@@ -1,22 +1,22 @@
            SPELL=fasm
-         VERSION=1.67.22
+         VERSION=1.67.27
           SOURCE=$SPELL-$VERSION.tgz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://flatassembler.net/$SOURCE
-     SOURCE_HASH=sha512:c43365ef451ea5d6f71ea7b98337c27a24363fcf1f28e4177bde6e2cb3b6d523134d9eb2f5aa9ef0a75a90a905a1211c40dea072c61f1e3af4075a98fa72c4ef
+     SOURCE_HASH=sha512:2ff229dad1dda33c001ac5fd56b68534a14e466dbac8bbf094164ab01e365398e946cb97a1812da3bc033d9f9e018aaa7d4785c959f4bb4f17751424190035b2
         WEB_SITE=http://flatassembler.net/
          ENTERED=20050207
       LICENSE[0]=license.txt
-            DOCS="*.txt examples source"
+            DOCS="*.txt"
            SHORT="Fast and efficient self-assembling 80x86 assembler"
 cat << EOF
 FASM is a fast and efficient self-assembling 80x86 assembler.
  
-Currently it supports all 8086-80486/Pentium instructions with MMX, SSE,
-SSE2, SSE3 and 3DNow! extensions and x86-64 (AMD64 and EM64T).
+Currently it supports all 8086-80486/Pentium instructions with MMX,
+SSE, SSE2, SSE3 and 3DNow! extensions and x86-64 (AMD64 and EM64T).
 
 It can produce output in binary, MZ, PE, COFF or ELF format.
 
-It includes the powerful but easy to use macroinstruction support and does
-multiple passes to optimize the instruction codes for size.
+It includes the powerful but easy to use macroinstruction support
+and does multiple passes to optimize the instruction codes for size.
 EOF
diff --git a/z-devel/fasm/HISTORY b/z-devel/fasm/HISTORY
index e6b5ff1..3160146 100644
--- a/z-devel/fasm/HISTORY
+++ b/z-devel/fasm/HISTORY
@@ -1,3 +1,6 @@
+2008-08-22 Sven Lemke <catnip at web.de>
+	* DETAILS: Updated to 1.67.27
+
 2007-08-12 Sven Lemke <catnip at web.de>
 	* DETAILS: Updated to 1.67.22
 
diff --git a/z-devel/fasm/INSTALL b/z-devel/fasm/INSTALL
index f85336b..002633b 100755
--- a/z-devel/fasm/INSTALL
+++ b/z-devel/fasm/INSTALL
@@ -1,2 +1,5 @@
-cd  ${SOURCE_DIRECTORY}/               &&
-install  -v  -m  755  fasm  /usr/bin/
+cd  ${SOURCE_DIRECTORY}/                                &&
+install  -m  755  fasm  /usr/bin/                       &&
+mkdir  -p         $INSTALL_ROOT/usr/share/doc/$SPELL    &&
+cp  -a  examples  $INSTALL_ROOT/usr/share/doc/$SPELL/.  &&
+cp  -a  source    $INSTALL_ROOT/usr/share/doc/$SPELL/.
diff --git a/z-devel/fasm/PRE_BUILD b/z-devel/fasm/PRE_BUILD
index 00ef994..1aad980 100755
--- a/z-devel/fasm/PRE_BUILD
+++ b/z-devel/fasm/PRE_BUILD
@@ -1,5 +1,6 @@
-mk_source_dir  $SOURCE_DIRECTORY  &&
-cd  $SOURCE_DIRECTORY             &&
-unpack_file         &&
-mv  fasm     fasm2                &&
-mv  fasm2/*  $SOURCE_DIRECTORY/
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY            &&
+unpack_file                     &&
+mv fasm fasm2                   &&
+mv fasm2/* $SOURCE_DIRECTORY/   &&
+rm -r fasm2



More information about the SM-Commit mailing list