1 | | Cc Me! |
| 1 | I don't need interactivity... |
| 2 | |
| 3 | ...but If I install a lot of ports (e.g. when I am setting up a machine from scratch) or upgrade an installation which hadn’t been upgraded for a longer time I am overwhelmed by the amount of lines flooding my console… |
| 4 | |
| 5 | I would be happier if a few additional lines would be informing me about the progress e.g. like this |
| 6 | {{{ |
| 7 | ---> Installing 193 ports |
| 8 | ---> (1/193) === Port skrooge === |
| 9 | ---> Fetching skrooge |
| 10 | ---> Verifying checksum(s) for skrooge |
| 11 | ---> Extracting skrooge |
| 12 | ---> Configuring skrooge |
| 13 | ---> Building Scrooge |
| 14 | ---> Staging skrooge into destroot |
| 15 | ---> Deactivating skrooge-devel @0.8.0-1215845_0 |
| 16 | ---> Cleaning skrooge-devel |
| 17 | ---> Computing dependencies for skrooge |
| 18 | ---> Installing skrooge @0.8.0.6_0 |
| 19 | ---> Activating skrooge @0.8.0.6_0 |
| 20 | ---> Cleaning scrooge |
| 21 | ---> (2/193) === Port blablah === |
| 22 | ---> Fetching blablah |
| 23 | . |
| 24 | . |
| 25 | . |
| 26 | }}} |
| 27 | where of course to be installed dependencies would also count. |