macports - Package manager for MacPorts

Author:Jimmy Tang

Synopsis

New in version 1.1.

Manages MacPorts packages

Options

parameter required default choices comments
name yes
    name of package to install/remove
    state no present
    • present
    • absent
    • active
    • inactive
    state of the package
    update_cache no no
    • yes
    • no
    update the package db first

    Examples


    - macports: name=foo state=present
    - macports: name=foo state=present update_cache=yes
    - macports: name=foo state=absent
    - macports: name=foo state=active
    - macports: name=foo state=inactive
    

    Table Of Contents

    Previous topic

    layman - Manage Gentoo overlays

    Next topic

    npm - Manage node.js packages with npm