Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (f4e803191f6e32d67684762dcf10675732535bb5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (f4e803191f6e32d67684762dcf10675732535bb5)
  • Date: Wed, 14 Mar 2012 21:07:57 -0500

GIT changes to master z-rejected grimoire by Ismael Luceno
<ismael AT sourcemage.org>:

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

New commits:
commit f4e803191f6e32d67684762dcf10675732535bb5
Author: Sven Lemke <catnip AT web.de>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fasm: updated spell to 1.69.40

Acked-by: Ismael Luceno <ismael AT sourcemage.org>

diff --git a/z-devel/fasm/DETAILS b/z-devel/fasm/DETAILS
index be72dcd..a152f28 100755
--- a/z-devel/fasm/DETAILS
+++ b/z-devel/fasm/DETAILS
@@ -1,22 +1,22 @@
SPELL=fasm
- VERSION=1.67.27
+ VERSION=1.69.40
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://flatassembler.net/$SOURCE
-
SOURCE_HASH=sha512:2ff229dad1dda33c001ac5fd56b68534a14e466dbac8bbf094164ab01e365398e946cb97a1812da3bc033d9f9e018aaa7d4785c959f4bb4f17751424190035b2
+
SOURCE_HASH=sha512:e80339d24c8b0d8c2ba165a0f43cc0eeeed7bfdb7bf88e8964821f8498bf4cb1ac470d66a797d4ece7c6e331417eac4fabf0ee61266d8818f328d33747b255f0
WEB_SITE=http://flatassembler.net/
ENTERED=20050207
LICENSE[0]=license.txt
- DOCS="*.txt"
+ DOCS="*.txt examples source"
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 3160146..eabc8c4 100644
--- a/z-devel/fasm/HISTORY
+++ b/z-devel/fasm/HISTORY
@@ -1,3 +1,6 @@
+2012-03-04 Sven Lemke <catnip AT web.de>
+ * DETAILS: updated spell to 1.69.40
+
2008-08-22 Sven Lemke <catnip AT web.de>
* DETAILS: Updated to 1.67.27

diff --git a/z-devel/fasm/INSTALL b/z-devel/fasm/INSTALL
index 002633b..f85336b 100755
--- a/z-devel/fasm/INSTALL
+++ b/z-devel/fasm/INSTALL
@@ -1,5 +1,2 @@
-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/.
+cd ${SOURCE_DIRECTORY}/ &&
+install -v -m 755 fasm /usr/bin/
diff --git a/z-devel/fasm/PRE_BUILD b/z-devel/fasm/PRE_BUILD
index 1aad980..00ef994 100755
--- a/z-devel/fasm/PRE_BUILD
+++ b/z-devel/fasm/PRE_BUILD
@@ -1,6 +1,5 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
-unpack_file &&
-mv fasm fasm2 &&
-mv fasm2/* $SOURCE_DIRECTORY/ &&
-rm -r fasm2
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file &&
+mv fasm fasm2 &&
+mv fasm2/* $SOURCE_DIRECTORY/



  • [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (f4e803191f6e32d67684762dcf10675732535bb5), Ismael Luceno, 03/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page