[66849] trunk/dports/devel

raimue at macports.org raimue at macports.org
Fri Apr 23 14:49:57 PDT 2010


Revision: 66849
          http://trac.macports.org/changeset/66849
Author:   raimue at macports.org
Date:     2010-04-23 14:49:55 -0700 (Fri, 23 Apr 2010)
Log Message:
-----------
devel/remake:
New port, GNU Makefile debugger

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

Added: trunk/dports/devel/remake/Portfile
===================================================================
--- trunk/dports/devel/remake/Portfile	                        (rev 0)
+++ trunk/dports/devel/remake/Portfile	2010-04-23 21:49:55 UTC (rev 66849)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem      1.0
+
+name            remake
+version         3.81-dbg-0.2
+categories      devel
+platforms       darwin
+maintainers     raimue openmaintainer
+description     Debugger for GNU Makefiles
+
+long_description \
+    remake is a patched and modernized version of GNU make utility that adds \
+    improved error reporting, the ability to trace execution in a \
+    comprehensible way, and a debugger.
+homepage        http://bashdb.sourceforge.net/remake/
+
+master_sites    sourceforge:bashdb
+checksums       md5     5bc189e086f57dc0925fc316e450d362 \
+                sha1    7d8c4749f72f91c2c021544df0399b2e832eba9a \
+                rmd160  836dfa102ef41a43d22aa713941a3214822c0eb1
+distname        ${name}-[strsed ${version} {s/-/+/}]
+
+depends_lib     port:gettext \
+                port:libiconv \
+                port:readline
+
+post-destroot {
+    # Avoid conflict with gmake
+    foreach f [glob "${destroot}${prefix}/share/info/make.*"] {
+        file delete $f
+    }
+}


Property changes on: trunk/dports/devel/remake/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/20100423/787492dd/attachment.html>


More information about the macports-changes mailing list