[48998] trunk/dports/devel

dweber at macports.org dweber at macports.org
Wed Apr 1 11:04:18 PDT 2009


Revision: 48998
          http://trac.macports.org/changeset/48998
Author:   dweber at macports.org
Date:     2009-04-01 11:04:18 -0700 (Wed, 01 Apr 2009)
Log Message:
-----------
first draft of a gdb macport

Added Paths:
-----------
    trunk/dports/devel/gdb/
    trunk/dports/devel/gdb/Portfile

Added: trunk/dports/devel/gdb/Portfile
===================================================================
--- trunk/dports/devel/gdb/Portfile	                        (rev 0)
+++ trunk/dports/devel/gdb/Portfile	2009-04-01 18:04:18 UTC (rev 48998)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            gdb
+version         6.8
+revision        0
+categories      devel
+maintainers     dweber openmaintainer
+description     GDB: The GNU Project Debugger
+
+long_description \
+GDB, the GNU Project debugger, allows you to see what is going on `inside' \
+another program while it executes -- or what another program was doing at the \
+moment it crashed.  GDB can do four main kinds of things (plus other things \
+in support of these) to help you catch bugs in the act: \
+\n\
+\t    * Start your program, specifying anything that might affect its behavior. \n\
+\t    * Make your program stop on specified conditions. \n\
+\t    * Examine what has happened, when your program has stopped. \n\
+\t    * Change things in your program, so you can experiment with correcting \n\
+\t       the effects of one bug and go on to learn about another. \n\
+The program being debugged can be written in Ada, C, C++, Objective-C, \
+Pascal (and many other languages). Those programs might be executing on \
+the same machine as GDB (native) or on another machine (remote). GDB \
+can run on most popular UNIX and Microsoft Windows variants.\n\
+
+homepage        http://www.gnu.org/software/gdb/
+platforms       darwin
+
+master_sites    gnu
+
+distname        gdb-${version}
+
+use_bzip2       yes
+
+checksums       \
+                md5  c9da266b884fb8fa54df786dfaadbc7a \
+                sha1 ba1394d59dd84a1dd3a83322bd82c799596f0bcf \
+                rmd160 23fc9442290b6383ce8f943ef1eb117fa06e79fb
+


Property changes on: trunk/dports/devel/gdb/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090401/875bb2c9/attachment.html>


More information about the macports-changes mailing list