Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (16a72e120f830094b6acde1ed8117ab1e806303b)

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 grimoire by Ismael Luceno (16a72e120f830094b6acde1ed8117ab1e806303b)
  • Date: Sat, 18 Mar 2023 12:02:06 +0000

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

ChangeLog | 1 +
devel/fasm/BUILD | 1 +
devel/fasm/DETAILS | 22 ++++++++++++++++++++++
devel/fasm/HISTORY | 39 +++++++++++++++++++++++++++++++++++++++
devel/fasm/INSTALL | 2 ++
devel/fasm/PRE_BUILD | 5 +++++
6 files changed, 70 insertions(+)

New commits:
commit 16a72e120f830094b6acde1ed8117ab1e806303b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fasm 1.73.30

commit 84ed98c215e480026c8b0ddec2ceaa4a35c86908
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fasm: moved from z-rejected

diff --git a/ChangeLog b/ChangeLog
index 0d59ef7..7e9cec3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2023-03-18 Ismael Luceno <ismael AT sourcemage.org>
* x11-toolkits/wxgtk-3.2: new spell, wxGTK+ 3.2.x
+ * devel/fasm: moved from z-rejected, license is free

2023-03-17 Treeve Jelbert <treeve AT sourcemage.org>
* video/piave: delete obsolete spell
diff --git a/devel/fasm/BUILD b/devel/fasm/BUILD
new file mode 100755
index 0000000..397db75
--- /dev/null
+++ b/devel/fasm/BUILD
@@ -0,0 +1 @@
+:
diff --git a/devel/fasm/DETAILS b/devel/fasm/DETAILS
new file mode 100755
index 0000000..a5d0f5f
--- /dev/null
+++ b/devel/fasm/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=fasm
+ VERSION=1.73.30
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://flatassembler.net/$SOURCE
+
SOURCE_HASH=sha512:1f2fa2099be41c6d30acde5361293a67b31a2f8e63f5a9bfb2b0becc53cb519340e6382c9a0d13da9a898912a8f556a53b372c74e208314c0a72ed3bec97c41a
+ WEB_SITE=http://flatassembler.net/
+ ENTERED=20050207
+ LICENSE[0]=license.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).
+
+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.
+EOF
diff --git a/devel/fasm/HISTORY b/devel/fasm/HISTORY
new file mode 100644
index 0000000..d08a730
--- /dev/null
+++ b/devel/fasm/HISTORY
@@ -0,0 +1,39 @@
+2023-03-18 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL, PRE_BUILD: spell moved from z-rejected
+ * DETAILS: updated spell to 1.73.30
+
+2015-05-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.71.39
+
+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
+
+2007-08-12 Sven Lemke <catnip AT web.de>
+ * DETAILS: Updated to 1.67.22
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2005-12-01 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-11-28 Seth Woolley <seth AT tautology.org>
+ * PRE_BUILD: unpack api update
+
+2005-02-18 Eric Sandall <sandalle AT sourcemage.org>
+ * Added to z-rejected/z-devel/fasm (Bug #8201)
+ * DETAILS: Updated to 1.58 (old source removed)
+ Set SOURCE to use VERSION
+
+2005-02-07 Sven Lemke <catnip AT web.de>
+ * PRE_BUILD, BUILD, INSTALL: workaround for subdirectory name
collision
+
+2005-02-07 Sven Lemke <catnip AT web.de>
+ * DETAILS, HISTORY: created this spell
+
diff --git a/devel/fasm/INSTALL b/devel/fasm/INSTALL
new file mode 100755
index 0000000..f85336b
--- /dev/null
+++ b/devel/fasm/INSTALL
@@ -0,0 +1,2 @@
+cd ${SOURCE_DIRECTORY}/ &&
+install -v -m 755 fasm /usr/bin/
diff --git a/devel/fasm/PRE_BUILD b/devel/fasm/PRE_BUILD
new file mode 100755
index 0000000..00ef994
--- /dev/null
+++ b/devel/fasm/PRE_BUILD
@@ -0,0 +1,5 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file &&
+mv fasm fasm2 &&
+mv fasm2/* $SOURCE_DIRECTORY/



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (16a72e120f830094b6acde1ed8117ab1e806303b), Ismael Luceno, 03/18/2023

Archive powered by MHonArc 2.6.24.

Top of Page