diff options
author | agc <agc@pkgsrc.org> | 1998-06-02 11:29:28 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-02 11:29:28 +0000 |
commit | eb6b7122b792453c0c9f408ec7744ae51f3b2bb4 (patch) | |
tree | 38f831c8e2c2a9d06e0d9a2dc47dc37b42d2cd05 /devel/ddd/pkg/DESCR | |
parent | 14efdf179e1fab408d5797d4526840f20b78f3bb (diff) | |
download | pkgsrc-eb6b7122b792453c0c9f408ec7744ae51f3b2bb4.tar.gz |
Addition of DDD-2.2.3 to the NetBSD packages collection. This was
taken from the FreeBSD ports collection, but has been modified
slightly (to use PAPERSIZE from env or /etc/mk.conf, rather than
hardcoding it), and minor changes in the DESCR file.
Diffstat (limited to 'devel/ddd/pkg/DESCR')
-rw-r--r-- | devel/ddd/pkg/DESCR | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/ddd/pkg/DESCR b/devel/ddd/pkg/DESCR new file mode 100644 index 00000000000..5305f8ac8f7 --- /dev/null +++ b/devel/ddd/pkg/DESCR @@ -0,0 +1,20 @@ +DDD is the Data Display Debugger, a common graphical front-end for +GDB, DBX, and XDB debuggers. + +DDD is a Motif application that besides the "usual" features such as +viewing source texts and breakpoints. DDD provides a graphical data +display, where data structures are displayed as graphs. A simple +mouse click dereferences pointers or reveals structure contents. +Complex data structures can be explored incrementally and +interactively, using automatic layout if preferred. Each time the +program stops, the data display reflects the current variable values. + +See the DDD homepage at + http://www.cs.tu-bs.de/softech/ddd/ +Also daily CVS snapshots are at + ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/current/ +Binaries for other systems are at: + ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/bin/ + +- David O'Brien +obrien@NUXI.com |