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

Ismael Luceno scm at sourcemage.org
Mon Sep 19 02:10:01 EDT 2011


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
+


More information about the SM-Commit mailing list