Ticket #33064: patch-port-bash_completion.diff
File patch-port-bash_completion.diff, 2.8 KB (added by anddam (Andrea D'Amore), 13 years ago) |
---|
-
files/port
35 35 mode=cmdfile 36 36 cmdfile=${COMP_WORDS[((count+1))]} 37 37 ;; 38 activate|a rchive|archivefetch|build|cat|cd|checksum|clean|configure|\38 activate|active|archive|archivefetch|build|cat|cd|checksum|clean|configure|\ 39 39 contents|deactivate|dependents|deps|destroot|dir|distcheck|distfiles|\ 40 dmg|dpkg|echo|ed|edit|exit|extract|fetch|file|gohome|help| \40 dmg|dpkg|echo|ed|edit|exit|extract|fetch|file|gohome|help|inactive|\ 41 41 info|install|installed|lint|list|livecheck|load|location|log|\ 42 42 logfile|mdmg|mirror|mpkg|notes|outdated|patch|pkg|platform|\ 43 43 portpkg|provides|quit|rdependents|rdeps|rev-upgrade|rpm|search|select|selfupdate|\ … … 156 156 fi 157 157 158 158 COMPREPLY=( $( compgen -W '-b -c -d -f -k -n -o -p -q -R -s -t -u -v -y \ 159 activate a rchive archivefetch build cat cd checksum clean configure\160 con tents deactivate dependents deps destroot dir distcheck distfiles\161 d mg dpkg echo ed edit exit extract fetch file gohome help \162 in fo install installed lint list livecheck load location log\163 log file mdmg mirror mpkg notes outdated patch pkg platform \159 activate active archive archivefetch build cat cd checksum clean \ 160 configure contents deactivate dependents deps destroot dir distcheck \ 161 distfiles dmg dpkg echo ed edit exit extract fetch file gohome help \ 162 inactive info install installed lint list livecheck load location \ 163 log logfile mdmg mirror mpkg notes outdated patch pkg platform \ 164 164 portpkg provides quit rdependents rdeps rev-upgrade rpm search select selfupdate \ 165 165 setrequested space srpm submit sync test unarchive uninstall \ 166 166 unload unsetrequested upgrade url usage variants version work' -- $cur ) ) -
Portfile
5 5 name bash-completion 6 6 epoch 1 7 7 version 1.3 8 revision 48 revision 5 9 9 categories sysutils 10 10 platforms darwin 11 11 supported_archs noarch