[92627] trunk/dports/devel

g5pw at macports.org g5pw at macports.org
Wed May 2 11:13:06 PDT 2012


Revision: 92627
          https://trac.macports.org/changeset/92627
Author:   g5pw at macports.org
Date:     2012-05-02 11:13:06 -0700 (Wed, 02 May 2012)
Log Message:
-----------
devel/zshdb:
Added to main repo. New port.

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

Added: trunk/dports/devel/zshdb/Portfile
===================================================================
--- trunk/dports/devel/zshdb/Portfile	                        (rev 0)
+++ trunk/dports/devel/zshdb/Portfile	2012-05-02 18:13:06 UTC (rev 92627)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        rocky zshdb 0.08 "release-"
+
+maintainers         g5pw openmaintainer
+
+categories          devel
+
+description         GDB-like debugger for zsh scripts.
+long_description    ${description} Zshdb can run your script, stop it on specified conditions,      \
+                    help you examine what has happened when it has stopped, and allow you to modify \
+                    parts of your script so that you can experiment with your code and fix          \
+                    problems once they are identified.
+
+platforms           darwin
+
+depends_lib         port:zsh-devel
+depends_build       port:autoconf
+
+checksums           rmd160  4d266c534cb39f000fceb929c087597c85bb6437 \
+                    sha256  9d49597819af9f6b1661fa67727fca987ace6bab982d41d2f91242dd6f5be3c0
+
+configure.cmd       ./autogen.sh


Property changes on: trunk/dports/devel/zshdb/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/20120502/d5cb8643/attachment.html>


More information about the macports-changes mailing list