Changes between Version 157 and Version 158 of SummerOfCode


Ignore:
Timestamp:
Mar 22, 2011, 7:23:16 PM (13 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

add details about interactive port command

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v157 v158  
    241241
    242242Write an interactive command-line tool that can be used instead of the
    243 non-interactive port(1)
     243non-interactive port(1).
     244
     245The current port(1) should be viewed as batch mode reading from stdin.
     246
     247An interactive tool would ask for user input to resolve many situations
     248that cause port(1) to simply error out. For example, if you try to
     249install a port and one of its dependencies conflicts with something
     250already installed, it could ask if you want to deactivate the installed
     251one and its dependents.
    244252
    245253Classification: medium[[BR]]