Skip to Content.
Sympa Menu

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

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 (aceb132373c5627e6ec7ab29ac0a3540fab784fd)
  • Date: Mon, 19 Sep 2011 01:10:01 -0500

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

ChangeLog | 3 +++
devel/ldasm/DEPENDS | 3 +++
devel/ldasm/DETAILS | 19 +++++++++++++++++++
devel/ldasm/HISTORY | 3 +++
4 files changed, 28 insertions(+)

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

ldasm: new spell, Disassembler GUI

diff --git a/ChangeLog b/ChangeLog
index de7af09..63ea06d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-09-19 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/ldasm: new spell, Disassembler GUI
+
2011-09-16 Vlad Glagolev <stealth AT sourcemage.org>
* utils/pv: new spell, terminal-based tool for monitoring the progress
of data through a pipeline
diff --git a/devel/ldasm/DEPENDS b/devel/ldasm/DEPENDS
new file mode 100755
index 0000000..4e30013
--- /dev/null
+++ b/devel/ldasm/DEPENDS
@@ -0,0 +1,3 @@
+depends binutils &&
+depends perl &&
+depends tk
diff --git a/devel/ldasm/DETAILS b/devel/ldasm/DETAILS
new file mode 100755
index 0000000..7e1379e
--- /dev/null
+++ b/devel/ldasm/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ldasm
+ VERSION=0.04.53
+ SOURCE="LDasm-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.feedface.com/projects/files/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:45e86fc700dc6eccb22090fc99499389f8838df9d279d1b018d6f56b49e658f7bd8b6718276c4fbb56c1b1e66a8062fef01aa57d325273c3b748ac480ef51ce1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/LDasm-${VERSION}"
+ WEB_SITE="http://www.feedface.com/projects/ldasm.html";
+ LICENSE[0]=GPL
+ ENTERED=20110919
+ SHORT="Disassembler GUI"
+cat << EOF
+LDasm (Linux Disassembler) is a Perl/Tk-based GUI for objdump/binutils that
+tries to imitate the look'n'feel of W32Dasm.
+
+It searchs for cross-references (e.g. strings), converts the code from GAS
+to a MASM-like style, traces programs and much more.
+
+Comes along with PTrace a process-flow-logger.
+EOF
diff --git a/devel/ldasm/HISTORY b/devel/ldasm/HISTORY
new file mode 100644
index 0000000..216653f
--- /dev/null
+++ b/devel/ldasm/HISTORY
@@ -0,0 +1,3 @@
+2011-09-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (aceb132373c5627e6ec7ab29ac0a3540fab784fd), Ismael Luceno, 09/19/2011

Archive powered by MHonArc 2.6.24.

Top of Page