Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Over time, I have customized quite a number of ports and place them in my /Users/calvin/ports directory tree.

Is there a convenience command to list out all these personalized ports?

share|improve this question

2 Answers

up vote 0 down vote accepted

Tried ls /Users/calvin/ports/?

share|improve this answer
This is okay when I had a small number of custom install ports. But as the number increases and they are all nested in their categories, it gets increasingly difficult to keep track with a simple 'ls' – Calvin Cheng Mar 18 '12 at 6:32

Yep:

port installed

From the help:

port help installed
Usage: installed

List installed versions of the given port, or all installed ports if no port is given
share|improve this answer
Hey Steve, I am aware of this command but this lists out all my installed ports instead of just my 'custom' installed ports (ports with a Portfile that I specifically wrote). What I want is to be able to list out all my custom installed ports. – Calvin Cheng Mar 18 '12 at 6:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.