jabranham / system-packages

Moved to gitlab
https://gitlab.com/jabranham/system-packages
GNU General Public License v3.0
39 stars 12 forks source link

Add Macports #12

Closed wyuenho closed 6 years ago

wyuenho commented 6 years ago

This is an excellent package. I've added Macports support, so it's even more excellent! Enjoy!

jabranham commented 6 years ago

Thanks for the addition! I haven't used macports, so I have a few questions, mostly based on a quick reading of this: https://guide.macports.org/#using.common-tasks

  1. Shouldn't the update command be port selfupdate then port upgrade outdated?
  2. Shouldn't the two list commands both be port installed?
wyuenho commented 6 years ago

I did this before I went to bed so I could have missed a few things.

  1. I suspect I meant port sync port upgrade outdated. port selfupdate will update the base installation, not everybody wants to upgrade Macports itself when he is just trying to upgrade a port.

  2. You are right on that one. I've been using Macports for so long using that command, I don't even know they added port installed.

I'll update this PR when I get home to a machine with Macports installed.

wyuenho commented 6 years ago

Fixed