| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix _port completion | Shohei YOSHIDA | 2026-03-08 | 1 | -4/+4 |
| | | | | | - fix wrong option definitions | ||||
| * | Update MacPorts completion | nbkenichi | 2026-03-03 | 1 | -2/+6 |
| | | | | | | - add six actions that use _port_installed_packages for completion - add "usage" as a start point for completion, in addition to "help" | ||||
| * | add missing colonupdate_port | Shohei YOSHIDA | 2026-02-21 | 1 | -1/+1 |
| | | |||||
| * | Add relationship selectors | Shohei YOSHIDA | 2026-02-20 | 1 | -0/+1 |
| | | |||||
| * | Update global option descriptions according to latest manpage | Shohei YOSHIDA | 2026-02-20 | 1 | -2/+2 |
| | | |||||
| * | fix typo | Shohei YOSHIDA | 2026-02-20 | 1 | -1/+1 |
| | | |||||
| * | Fix cache handling, it must work as the original implementation | Shohei YOSHIDA | 2026-02-19 | 1 | -28/+66 |
| | | |||||
| * | Update MacPorts completion | Shohei YOSHIDA | 2026-02-18 | 1 | -128/+355 |
| | | | | | | | - Remove deprecated commands - Add new commands(snapshot) - Support variant completion | ||||
| * | Refactoring port | Shohei YOSHIDA | 2023-09-05 | 1 | -89/+99 |
| | | | | | | - Reduce executing external commands - Reduce escape characters | ||||
| * | Fix port's cache policy function | Shohei YOSHIDA | 2023-09-04 | 1 | -9/+12 |
| | | | | | | | | The option of stat on macOS/BSD is wrong. So cache is always purged and cache is always recreated so it is really slow. Use 'zstat' module instead stat command for portability. | ||||
| * | Update links | Shohei YOSHIDA | 2022-11-23 | 1 | -1/+1 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2020-04-09 | 1 | -1/+1 |
| | | |||||
| * | _port: add new subcommands 'bump', 'diagnose' and 'reclaim' | Chih-Hsuan Yen | 2019-10-04 | 1 | -0/+3 |
| | | | | | | | | | Subcommand descriptions are from upstream man pages [1][2][3]. [1] https://github.com/macports/macports-base/blob/v2.6.0/doc/port-bump.1.txt [2] https://github.com/macports/macports-base/blob/v2.6.0/doc/port-diagnose.1.txt [3] https://github.com/macports/macports-base/blob/v2.6.0/doc/port-reclaim.1.txt | ||||
| * | _port: add some missing values | Eitan Adler | 2018-07-04 | 1 | -1/+2 |
| | | |||||
| * | DOCS: Fix references to "macOS" as "OS X", "Mac OS X", etc. | Rob Speed | 2018-03-31 | 1 | -1/+1 |
| | | | | | | | | | | Apple renamed "Mac OS X" to "macOS" in 2016. * Replace instances of "OSX"/"OS X"/etc. with "macOS" in comments to reflect the change. * There are additional references to things like "osx" in functional code which are left unchanged. * Grammatical changes due to the initial letter changing from a vowel to a consonant (o => m) in some places. * Fix a unrelated minor grammatical issue. | ||||
| * | Add license header for _port | Aljaž "g5pw" Srebrnič | 2016-05-01 | 1 | -0/+28 |
| | | |||||
| * | Fixed so that stat file now also works on OSX | Patrik Hartlén | 2015-02-24 | 1 | -2/+9 |
| | | |||||
| * | _port: Fix completion of next arguments | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -1/+1 |
| | | |||||
| * | _port: complete more subcommands | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -0/+7 |
| | | | | | Add completions for outdated, sync and selfupdate subcommands. | ||||
| * | No need to use the ->string format | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -11/+1 |
| | | | | | | If we have only one function to call fro completion, just call it. Also, remove local declaration, since we don't use the ->string form. | ||||
| * | A better cache policy for _port | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -2/+10 |
| | | | | | | This compares modification times of the main PortIndex for all ports and registry.db for installed ports. | ||||
| * | Use the -q flag when calling port | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -11/+9 |
| | | | | | | The -q flag suppresses any output other than port names, eliminating the need to further modify output. | ||||
| * | No need to set cache policy in the main function | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -18/+18 |
| | | | | | | The caching policy style for _port can be set in _port_dispatch, as it is the one that uses caching. | ||||
| * | Add description to each port target | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -10/+69 |
| | | | | | Also, remove targets used only in interactive mode, like 'exit' or 'cd' | ||||
| * | Better port upgrade completion | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -3/+14 |
| | | | | | | When upgrading, pseudo-portnames can be used. Also, add upgrade options to completion choices. | ||||
| * | Explicitly typeset arrays | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -1/+2 |
| | | |||||
| * | Use correct command to get installed ports | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -88/+12 |
| | | | | | | This fixes a copy-paste error when we completed any port name instead of installed ones | ||||
| * | Use capitalized names in option description | Aljaž "g5pw" Srebrnič | 2014-06-26 | 1 | -27/+103 |
| | | |||||
| * | Add completion for rev-upgrade subcommand | Aljaž "g5pw" Srebrnič | 2013-04-02 | 1 | -0/+7 |
| | | |||||
| * | Fix bug introduced in 3e6040e01 | Aljaž "g5pw" Srebrnič | 2013-04-02 | 1 | -1/+7 |
| | | | | | I can't call a function from _arguments | ||||
| * | Do not use state mechanism | Aljaž "g5pw" Srebrnič | 2013-04-01 | 1 | -48/+46 |
| | | | | | Call a dispatch function instead, simplifying the nested select case. | ||||
| * | Set cache-policy before calling _arguments | Aljaž "g5pw" Srebrnič | 2013-04-01 | 1 | -6/+6 |
| | | |||||
| * | Remove unnecessary parenthesis escaping | Aljaž "g5pw" Srebrnič | 2013-04-01 | 1 | -1/+1 |
| | | |||||
| * | _port: add upgrade completions | Aljaž "g5pw" Srebrnič | 2013-03-31 | 1 | -0/+5 |
| | | | | | Port upgrade completes only outdated ports. | ||||
| * | Use message instead of guard | Aljaž "g5pw" Srebrnič | 2013-03-31 | 1 | -1/+1 |
| | | | | | Use _message instead of _guard when completing the search pattern. | ||||
| * | Use own cache policy | Aljaž "g5pw" Srebrnič | 2013-03-24 | 1 | -0/+13 |
| | | | | | | This checks modification dates of the repository database and completion cache and refreshes the latter if it is older than the database. | ||||
| * | Use native caching system | Aljaž "g5pw" Srebrnič | 2013-03-24 | 1 | -13/+0 |
| | | |||||
| * | Moved port_select function to bottom | Aljaž "g5pw" Srebrnič | 2013-03-24 | 1 | -24/+43 |
| | | |||||
| * | Overhauled port command completion | Aljaž "g5pw" Srebrnič | 2013-03-20 | 1 | -81/+109 |
| | | | | | | | | | | | Port command completion got smarter. It can now complete paths for the provides subcommand, and complete pseudo-portnames. It will complete all ports or only installed ones (for example, when completing for the uninstall command). It will complete the select subcommand with appropriate values. | ||||
| * | [BREAKING CHANGE] Move compdefs to own directory (to ease packaging and | Julien Nicoulaud | 2012-08-01 | 1 | -0/+102 |
| avoid bloating users fpath with unneeded files such as README.md) | |||||
