emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/system-packages 15ba684 043/117: Add Macports


From: Stefan Monnier
Subject: [elpa] externals/system-packages 15ba684 043/117: Add Macports
Date: Fri, 14 Dec 2018 17:02:05 -0500 (EST)

branch: externals/system-packages
commit 15ba68484c872b37b103aeabc9acec94b805754a
Author: Jimmy Yuen Ho Wong <address@hidden>
Commit: Jimmy Yuen Ho Wong <address@hidden>

    Add Macports
---
 system-packages.el | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/system-packages.el b/system-packages.el
index 6b6a5ed..f723f33 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -67,6 +67,23 @@
            (list-installed-packages . "brew list --installed")
            (list-installed-packages-all . "brew list")
            (list-dependencies-of . "brew deps")))
+    (port .
+          ((default-sudo . t)
+           (install . "port install")
+           (search . "port search")
+           (uninstall . "port uninstall")
+           (update . ("port upgrade" "port upgrade outdated"))
+           (clean-cache . "port clean --all")
+           (log . "port log")
+           (get-info . "port info")
+           (get-info-remote . nil)
+           (list-files-provided-by . "port contents")
+           (verify-all-packages . nil)
+           (verify-all-dependencies . nil)
+           (remove-orphaned . "port uninstall leaves")
+           (list-installed-packages . "port list installed")
+           (list-installed-packages-all . "port list installed")
+           (list-dependencies-of . "port deps")))
     ;; Arch-based systems
     (pacaur .
             ((default-sudo . nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]