[MacPorts] #38381: RFE: pseudo-portnames `depof:` and `rdepof:` should be more granular

MacPorts noreply at macports.org
Mon Mar 18 20:14:32 PDT 2013


#38381: RFE: pseudo-portnames `depof:` and `rdepof:` should be more granular
--------------------------+--------------------------------
  Reporter:  egall@…      |      Owner:  macports-tickets@…
      Type:  enhancement  |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  base         |    Version:  2.1.3
Resolution:               |   Keywords:
      Port:               |
--------------------------+--------------------------------

Comment (by larryv@…):

 Replying to [comment:3 egall@…]:
 > `port info` prints full path-style dependencies when they're used, is
 > there a way to get just the portnames when path-style dependencies are
 > used? Preferably without too many pipes through `cut` and `tr`...
 >
 > (currently I'm trying `port info --line --depends_lib foo | tr \, \\n |
 cut -d: -f2`)

 There are plenty of ways.
 {{{
 % port info --line --depends_build fish | tr ',' '\n' | awk -F ':' '{
 print $NF; }'
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/38381#comment:4>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list