| command | description | sudo port selfupdate
| MacPorts の更新
| sudo port sync
| portfile の更新
| port installed
| インストールずみの port を表示する。
| port outdated
| インストールずみの port のうち、古くなっているものを表示する。
| sudo port upgrade outdated
| 古くなった port を最新版に更新する。 | port list <port name>
| 名前がわかっている port の最新のバージョンを調べる。
| port search <string>
| 名前の一部で port を探す。
| port info <port name>
| port の詳細情報を表示する。バージョンやら、依存関係やら。
| port deps <port name>
| 依存する port を表示する。
|
|
|