[Lunar-commits] <moonbase-other> ddd: Readded to moonbase

v4hn me at v4hn.de
Sun Jul 22 17:05:55 CEST 2012


commit 72fff0223d24121745fad44e8fe3f2627e989e14
Author: v4hn <me at v4hn.de>
Date: Sun, 22 Jul 2012 08:05:55 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/72fff0223d24121745fad44e8fe3f2627e989e14

ddd: Readded to moonbase
---
  devel/ddd/BUILD                                              +12/-0    
  devel/ddd/DEPENDS                                            +2/-0     
  devel/ddd/DETAILS                                            +18/-0    
  3 files changed, 32 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/devel/ddd/BUILD
@@ -0,0 +1,12 @@
+(
+  # gcc-4.4 is stricter on indirect includes,
+  # so add stdio.h otherwise EOF is undefined
+  sedit '/#include <stdlib.h>/a#include <stdio.h>' ddd/strclass.C &&
+
+  # do not fail if GZIP variable is set
+  unset GZIP &&
+
+  default_build &&
+  install -m644 icons/ddd.xpm /usr/share/pixmaps
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/devel/ddd/DEPENDS
@@ -0,0 +1,2 @@
+depends  openMotif
+depends  gdb
--- /dev/null
+++ b/devel/ddd/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=ddd
+         VERSION=3.3.12
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$GNU_URL/$MODULE
+      SOURCE_VFY=sha1:b91d2dfb1145af409138bd34517a898341724e56
+        WEB_SITE=http://www.gnu.org/software/ddd
+         ENTERED=20020308
+         UPDATED=20090212
+           SHORT="A graphical front-end for command-line debuggers"
+
+cat << EOF
+GNU DDD is a graphical front-end for command-line debuggers such as
+GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash
+debugger, or the Python debugger. Besides ``usual'' front-end
+features such as viewing source texts, DDD has become famous through
+its interactive graphical data display, where data structures are
+displayed as graphs.
+EOF




More information about the Lunar-commits mailing list