Changes between Version 3 and Version 4 of MacPortsGUI


Ignore:
Timestamp:
Aug 21, 2009, 12:06:05 AM (15 years ago)
Author:
juanger@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacPortsGUI

    v3 v4  
     1== Functionality ==
    12
    2 === Issues ===
    3  * Port list is filtered after deleting all the filter predicates.
     3 * Custom macports location (supports both privileged and unprivileged installations)
     4 * Install, Uninstall and Upgrade actions for ports
     5 * Sync and Selfupdate actions
     6 * Supports cancelling of operations
     7 * Search by name, description, state and variant
     8 * Progress indicator
     9 * View information of ports
     10 
     11== TODO ==
    412
    5 === TODO ===
     13 * Search by category
     14 * Variants selection
     15 * Preferences
     16 * Queueing of operations
     17 * Alerts when an error has ocurred
     18 * Growl support
     19 * Logging Support (using the work of the other GSoC student)
    620
    7  * Validate the MacPorts installation path
    8  * Progress indicator
    9  * Detailed progress log
    10  * Variants selection when installing
     21== Gotchas ==
    1122
    12 === Nice to have features ===
    13 
    14  * macports.conf  and variants.conf preferences
    15  * Source list filtering (categories, state, …)
    16  * Support for obsolete ports
     23 * If you change from a privileged installation to a unprivileged installation (after running a task in that privileged installation)
     24 you can leave zombie processes. (This will be fixed by looking for the daemon process when closing the application no matter which
     25 mode it is in)
     26