[108774] trunk/dports/sysutils

cal at macports.org cal at macports.org
Thu Aug 1 11:02:25 PDT 2013


Revision: 108774
          https://trac.macports.org/changeset/108774
Author:   cal at macports.org
Date:     2013-08-01 11:02:25 -0700 (Thu, 01 Aug 2013)
Log Message:
-----------
new port: port-depgraph, #37721

Added Paths:
-----------
    trunk/dports/sysutils/port-depgraph/
    trunk/dports/sysutils/port-depgraph/Portfile

Added: trunk/dports/sysutils/port-depgraph/Portfile
===================================================================
--- trunk/dports/sysutils/port-depgraph/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/port-depgraph/Portfile	2013-08-01 18:02:25 UTC (rev 108774)
@@ -0,0 +1,36 @@
+# -*- 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                port-depgraph
+version             0.1.0
+categories          sysutils macports
+maintainers         gwmail.gwu.edu:egall openmaintainer
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+description         Create a Graphviz graph description of a port's rdeps list
+long_description    Run a recursive dependency listing against a given port, \
+                    outputing a Graphviz graph description.
+homepage            http://svn.macports.org/repository/macports/contrib/port-depgraph
+
+livecheck.type      none
+
+fetch.type          svn
+svn.url             https://svn.macports.org/repository/macports/contrib/port-depgraph
+svn.revision        101883
+
+worksrcdir          ${name}
+
+use_configure       no
+
+build {}
+
+destroot {
+   xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
+}
+
+depends_lib-append  path:bin/dot:graphviz
+


Property changes on: trunk/dports/sysutils/port-depgraph/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/20130801/31ccf288/attachment.html>


More information about the macports-changes mailing list