[108774] trunk/dports/sysutils
Ryan Schmidt
ryandesign at macports.org
Fri Aug 2 16:34:05 PDT 2013
On Aug 1, 2013, at 13:02, cal at macports.org wrote:
> 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
This should be depends_run
More information about the macports-dev
mailing list