ポートの検索

port search <App.name>

詳細検索

port info <App.name>

  • port info gnuplot の例
gnuplot @4.2.5 (math, science)
Variants:    darwin, darwin_9, no_x11, tutorial, universal, wxwidgets

Gnuplot is a command-driven interactive function plotting program. Plots any number of functions,
built up of C operators, C library functions, and somethings C doesn't have like **, sgn(), etc.
Also support for plotting data files, to compare actual data to theoretical curves.
Homepage:    http://gnuplot.sourceforge.net/

Library Dependencies: expat, fontconfig, gd2, jpeg, pdflib, libiconv, libpng, ncurses, readline, xpm, zlib, aquaterm
Platforms:            darwin
Maintainers:          [email protected] [email protected]

  • Variants: は,インストール時に追加するオプション

インストール

sudo port install <App.name>

インストール済みのアプリケーションの確認

port installed

アップデートが必要なアプリケーションの確認

port outdated

インストール済みのアプリケーションを全てアップデート

sudo port upgrade outdated
最終更新:2010年04月23日 21:54