Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (35cbf87cf07a6a8e733f997179312db2bccf24ff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (35cbf87cf07a6a8e733f997179312db2bccf24ff)
  • Date: Sat, 29 Jan 2011 17:54:25 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
editors/dhex/BUILD | 1 +
editors/dhex/DETAILS | 18 ++++++++++++++++++
editors/dhex/HISTORY | 3 +++
editors/dhex/PRE_BUILD | 4 ++++
5 files changed, 29 insertions(+)

New commits:
commit 35cbf87cf07a6a8e733f997179312db2bccf24ff
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

editors/dhex: new spell, hex editor with a diff mode

diff --git a/ChangeLog b/ChangeLog
index 20a8fd4..9184ee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-29 Ladislav Hagara <hgr AT vabo.cz>
+ * editors/dhex: new spell, hex editor with a diff mode
+
2011-01-29 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* e-17/equate: removed it's dead
* e-17/embrace: removed it's dead
diff --git a/editors/dhex/BUILD b/editors/dhex/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/editors/dhex/BUILD
@@ -0,0 +1 @@
+make
diff --git a/editors/dhex/DETAILS b/editors/dhex/DETAILS
new file mode 100755
index 0000000..dda10cd
--- /dev/null
+++ b/editors/dhex/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=dhex
+ VERSION=0.63
+ SOURCE=${SPELL}_$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
+ SOURCE_URL[0]=http://www.dettus.net/dhex/$SOURCE
+
SOURCE_HASH=sha512:6eb7c471091e579476c57ded8b311ca293f85e2ac7660d5f8e432f0128ab229ff5c70ecb955a8c66baffa02b623a7a5516a16430a8e596c6217e9af257efdfb0
+ WEB_SITE=http://www.dettus.net/dhex/
+ ENTERED=20110129
+ LICENSE[0]=GPL
+ SHORT="hex editor with a diff mode"
+cat << EOF
+dhex is a hex editor. It can be used to alter individual bytes in
+large files. Since it is a text-mode programm based on ncurses, it
+can run in numerous scenarios. Its special feature is the diff
+mode: With it, the user has a visual tool for file comparison. This
+mode is invoked when dhex is called with two instead of one file as
+parameters.
+EOF
diff --git a/editors/dhex/HISTORY b/editors/dhex/HISTORY
new file mode 100644
index 0000000..d35c4a6
--- /dev/null
+++ b/editors/dhex/HISTORY
@@ -0,0 +1,3 @@
+2011-01-29 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, PRE_BUILD, BUILD: spell created, version 0.63
+
diff --git a/editors/dhex/PRE_BUILD b/editors/dhex/PRE_BUILD
new file mode 100755
index 0000000..bd91611
--- /dev/null
+++ b/editors/dhex/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sed -i 's:/local::g' Makefile



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (35cbf87cf07a6a8e733f997179312db2bccf24ff), Ladislav Hagara, 01/29/2011

Archive powered by MHonArc 2.6.24.

Top of Page