Skip to Content.
Sympa Menu

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

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 (73a3aedffa6dc37150fb6cb7f3afa2c92d8424e6)
  • Date: Tue, 7 May 2013 10:42:16 -0500

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

ChangeLog | 3 +++
devel/dissy/BUILD | 1 +
devel/dissy/DEPENDS | 4 ++++
devel/dissy/DETAILS | 14 ++++++++++++++
devel/dissy/HISTORY | 2 ++
devel/dissy/INSTALL | 1 +
net/iptraf-ng/DETAILS | 4 ++--
net/iptraf-ng/HISTORY | 3 +++
8 files changed, 30 insertions(+), 2 deletions(-)

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

iptraf-ng 1.1.3.1

commit 470cf7aba5c3b7923c0a280f5694bc9833214d9e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dissy: new spell, Graphical frontend to the objdump disassembler

diff --git a/ChangeLog b/ChangeLog
index 93bb061..6ad5676 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-05-07 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/dissy: new spell, Graphical frontend to the objdump
disassembler
+
2013-05-04 Treeve Jelbert <treeve AT sourcemage.org>
* gnome3-libs/libgda5: new spell - database access library

diff --git a/devel/dissy/BUILD b/devel/dissy/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/devel/dissy/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/devel/dissy/DEPENDS b/devel/dissy/DEPENDS
new file mode 100755
index 0000000..adfd6cb
--- /dev/null
+++ b/devel/dissy/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends pygobject &&
+depends pygtk2 &&
+depends binutils
diff --git a/devel/dissy/DETAILS b/devel/dissy/DETAILS
new file mode 100755
index 0000000..d939d80
--- /dev/null
+++ b/devel/dissy/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=dissy
+ VERSION=10
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:6eaf9c1a442b27793d5fa4df00173930902e33fbd284886a3170b169a6db6727cd586620ad99eb104e404c361ec6f12855114003bdc8fd612fcef7f38769b96b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/dissy/";
+ LICENSE[0]="GPL2"
+ ENTERED=20130507
+ KEYWORDS=""
+ SHORT="Graphical frontend to the objdump disassembler"
+cat << EOF
+Dissy is a graphical frontend to objdump with navigation possibilities.
+EOF
diff --git a/devel/dissy/HISTORY b/devel/dissy/HISTORY
new file mode 100644
index 0000000..3115f80
--- /dev/null
+++ b/devel/dissy/HISTORY
@@ -0,0 +1,2 @@
+2013-05-07 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/devel/dissy/INSTALL b/devel/dissy/INSTALL
new file mode 100755
index 0000000..46c6fba
--- /dev/null
+++ b/devel/dissy/INSTALL
@@ -0,0 +1 @@
+default_install_python
diff --git a/net/iptraf-ng/DETAILS b/net/iptraf-ng/DETAILS
index fe08bdc..8135fcb 100755
--- a/net/iptraf-ng/DETAILS
+++ b/net/iptraf-ng/DETAILS
@@ -1,6 +1,6 @@
SPELL=iptraf-ng
- VERSION=1.1.1
-
SOURCE_HASH=sha512:7ca1ba2fd6d9f719d59dab831db34d2f53cb8e1d955a7533b2106308feaf58a4efd8902c3d3cdaddb8965284d36564be4d3306d15e430012a095a57ed86f8326
+ VERSION=1.1.3.1
+
SOURCE_HASH=sha512:eb477afa5d01a3c787a4db153669713fe13af866b76446191f5679098d96c2e72b3e21dbeceda202770022204d8c5217b52dc5c25e545129aef6de2de622c04a
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://fedorahosted.org/iptraf-ng
diff --git a/net/iptraf-ng/HISTORY b/net/iptraf-ng/HISTORY
index 70d3eeb..0245c91 100644
--- a/net/iptraf-ng/HISTORY
+++ b/net/iptraf-ng/HISTORY
@@ -1,3 +1,6 @@
+2013-05-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.3.1
+
2012-04-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.1
* PRE_BUILD: added, fix finding ncurses



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (73a3aedffa6dc37150fb6cb7f3afa2c92d8424e6), Ismael Luceno, 05/07/2013

Archive powered by MHonArc 2.6.24.

Top of Page