| 1 | |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | set porthelp(activate) { |
|---|
| 11 | Activate the given ports |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | set porthelp(archive) { |
|---|
| 15 | Archive the given ports |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | set porthelp(build) { |
|---|
| 19 | Build the given ports |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | set porthelp(cat) { |
|---|
| 23 | Writes the Portfiles of the given ports to stdout |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | set porthelp(cd) { |
|---|
| 27 | Changes to the directory of the given port |
|---|
| 28 | |
|---|
| 29 | Only in interactive mode. |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | set porthelp(checksum) { |
|---|
| 33 | Compares the checksums for the downloaded files of the given ports |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | set porthelp(clean) { |
|---|
| 37 | Removes file associates with given ports |
|---|
| 38 | |
|---|
| 39 | --archives Removes created archives |
|---|
| 40 | --dist Removes downloaded distfiles |
|---|
| 41 | --work Removes work directory |
|---|
| 42 | --all Removes everything from above |
|---|
| 43 | } |
|---|
| 44 | |
|---|
| 45 | set porthelp(compact) { |
|---|
| 46 | Compact the given ports |
|---|
| 47 | } |
|---|
| 48 | |
|---|
| 49 | set porthelp(configure) { |
|---|
| 50 | Configure the given ports |
|---|
| 51 | } |
|---|
| 52 | |
|---|
| 53 | set porthelp(contents) { |
|---|
| 54 | Returns a list of files installed by given ports |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | set porthelp(deactivate) { |
|---|
| 58 | Deactivates the given ports |
|---|
| 59 | } |
|---|
| 60 | |
|---|
| 61 | set porthelp(dependents) { |
|---|
| 62 | Returns a list of installed dependents for each of the given ports |
|---|
| 63 | |
|---|
| 64 | Note: Don't get fooled by the language! |
|---|
| 65 | Dependents are those ports which depend on the given port, not vice-versa! |
|---|
| 66 | } |
|---|
| 67 | |
|---|
| 68 | set porthelp(deps) { |
|---|
| 69 | Returns a list of dependencies for each of the given ports |
|---|
| 70 | } |
|---|
| 71 | |
|---|
| 72 | set porthelp(destroot) { |
|---|
| 73 | Destroot the given ports |
|---|
| 74 | } |
|---|
| 75 | |
|---|
| 76 | set porthelp(dir) { |
|---|
| 77 | Returns the directories of the given ports |
|---|
| 78 | |
|---|
| 79 | This can be quite handy to be used in your shell: |
|---|
| 80 | cd $(port dir <portname>) |
|---|
| 81 | } |
|---|
| 82 | |
|---|
| 83 | set porthelp(distcheck) { |
|---|
| 84 | Checks if the given ports can be fetched from all of its master_sites |
|---|
| 85 | } |
|---|
| 86 | |
|---|
| 87 | set porthelp(distfiles) { |
|---|
| 88 | Returns a list of distfiles for the given port |
|---|
| 89 | } |
|---|
| 90 | |
|---|
| 91 | set porthelp(dmg) { |
|---|
| 92 | Creates a dmg for each of the given ports |
|---|
| 93 | } |
|---|
| 94 | |
|---|
| 95 | set porthelp(dpkg) { |
|---|
| 96 | Creates a dpkg for each of the given ports |
|---|
| 97 | } |
|---|
| 98 | |
|---|
| 99 | set porthelp(echo) { |
|---|
| 100 | Returns the list of ports the argument expands to |
|---|
| 101 | |
|---|
| 102 | This can be useful to what a pseudo-port expands. |
|---|
| 103 | } |
|---|
| 104 | |
|---|
| 105 | set porthelp(edit) { |
|---|
| 106 | Edit given ports |
|---|
| 107 | } |
|---|
| 108 | |
|---|
| 109 | set porthelp(ed) $porthelp(edit) |
|---|
| 110 | |
|---|
| 111 | set porthelp(exit) { |
|---|
| 112 | Exit port |
|---|
| 113 | |
|---|
| 114 | Only in interactive mode. |
|---|
| 115 | } |
|---|
| 116 | |
|---|
| 117 | set porthelp(extract) { |
|---|
| 118 | Extract the downloaded files of the given ports |
|---|
| 119 | } |
|---|
| 120 | |
|---|
| 121 | set porthelp(fetch) { |
|---|
| 122 | Downloaded distfiles for the given ports |
|---|
| 123 | } |
|---|
| 124 | |
|---|
| 125 | set porthelp(file) { |
|---|
| 126 | Returns the path to the Portfile for each of the given ports |
|---|
| 127 | } |
|---|
| 128 | |
|---|
| 129 | set porthelp(gohome) { |
|---|
| 130 | Opens the homepages of the given ports in your browser |
|---|
| 131 | } |
|---|
| 132 | |
|---|
| 133 | set porthelp(help) { |
|---|
| 134 | Displays short help texts for the given ports |
|---|
| 135 | } |
|---|
| 136 | |
|---|
| 137 | set porthelp(info) { |
|---|
| 138 | Returns informations about the given ports |
|---|
| 139 | } |
|---|
| 140 | |
|---|
| 141 | set porthelp(install) { |
|---|
| 142 | Installs the given ports |
|---|
| 143 | } |
|---|
| 144 | |
|---|
| 145 | set porthelp(installed) { |
|---|
| 146 | List installed versions of the given port |
|---|
| 147 | } |
|---|
| 148 | |
|---|
| 149 | set porthelp(lint) { |
|---|
| 150 | Checks if the Portfile is lint-free for each of the given ports |
|---|
| 151 | } |
|---|
| 152 | |
|---|
| 153 | set porthelp(list) { |
|---|
| 154 | List the available version for each of the given ports |
|---|
| 155 | } |
|---|
| 156 | |
|---|
| 157 | set porthelp(livecheck) { |
|---|
| 158 | Checks if a new version of the software is available |
|---|
| 159 | } |
|---|
| 160 | |
|---|
| 161 | set porthelp(load) { |
|---|
| 162 | Interface to launchctl(1) for ports providing startup items |
|---|
| 163 | } |
|---|
| 164 | |
|---|
| 165 | set porthelp(location) { |
|---|
| 166 | Returns the install location for each of the given ports |
|---|
| 167 | } |
|---|
| 168 | |
|---|
| 169 | set porthelp(mdmg) { |
|---|
| 170 | Creates a dmg for each of the given ports |
|---|
| 171 | } |
|---|
| 172 | |
|---|
| 173 | set porthelp(mirror) { |
|---|
| 174 | Fetches distfiles for the given ports |
|---|
| 175 | } |
|---|
| 176 | |
|---|
| 177 | set porthelp(mpkg) { |
|---|
| 178 | Creates a mpkg for each of the given ports |
|---|
| 179 | } |
|---|
| 180 | |
|---|
| 181 | set porthelp(outdated) { |
|---|
| 182 | Returns a list of outdated ports |
|---|
| 183 | } |
|---|
| 184 | |
|---|
| 185 | set porthelp(patch) { |
|---|
| 186 | Applies patches on each of the given port |
|---|
| 187 | } |
|---|
| 188 | |
|---|
| 189 | set porthelp(pkg) { |
|---|
| 190 | Creates a pkg for each of the given ports |
|---|
| 191 | } |
|---|
| 192 | |
|---|
| 193 | set porthelp(platform) { |
|---|
| 194 | Returns the current platform you are on |
|---|
| 195 | } |
|---|
| 196 | |
|---|
| 197 | set porthelp(provides) { |
|---|
| 198 | Return a list of files provided by the given ports |
|---|
| 199 | } |
|---|
| 200 | |
|---|
| 201 | set porthelp(quit) $porthelp(exit) |
|---|
| 202 | |
|---|
| 203 | set porthelp(rpm) { |
|---|
| 204 | Creates a rpm for each of the given ports |
|---|
| 205 | } |
|---|
| 206 | |
|---|
| 207 | set porthelp(search) { |
|---|
| 208 | Search for a port |
|---|
| 209 | |
|---|
| 210 | This looks in name, desription and long_description of each port for the given search string. |
|---|
| 211 | } |
|---|
| 212 | |
|---|
| 213 | set porthelp(selfupdate) { |
|---|
| 214 | Upgrade MacPorts itself |
|---|
| 215 | } |
|---|
| 216 | |
|---|
| 217 | set porthelp(srpm) { |
|---|
| 218 | Creates a srpm for each of the given ports |
|---|
| 219 | } |
|---|
| 220 | |
|---|
| 221 | set porthelp(submit) { |
|---|
| 222 | Submit a port to the MacPorts Web Application |
|---|
| 223 | } |
|---|
| 224 | |
|---|
| 225 | set porthelp(sync) { |
|---|
| 226 | Synchronize the set of Portfiles |
|---|
| 227 | } |
|---|
| 228 | |
|---|
| 229 | set porthelp(test) { |
|---|
| 230 | Run tests on each of the given ports |
|---|
| 231 | } |
|---|
| 232 | |
|---|
| 233 | set porthelp(trace) { |
|---|
| 234 | Trace a port |
|---|
| 235 | } |
|---|
| 236 | |
|---|
| 237 | set porthelp(unarchive) { |
|---|
| 238 | Unarchive a port |
|---|
| 239 | } |
|---|
| 240 | |
|---|
| 241 | set porthelp(uncompact) { |
|---|
| 242 | Uncompact a port |
|---|
| 243 | } |
|---|
| 244 | |
|---|
| 245 | set porthelp(uninstall) { |
|---|
| 246 | Uninstall the given ports |
|---|
| 247 | } |
|---|
| 248 | |
|---|
| 249 | set porthelp(unload) $porthelp(load) |
|---|
| 250 | |
|---|
| 251 | set porthelp(upgrade) { |
|---|
| 252 | Upgrades the given ports to the latest version |
|---|
| 253 | } |
|---|
| 254 | |
|---|
| 255 | set porthelp(url) { |
|---|
| 256 | Returns the URL for each of the given ports |
|---|
| 257 | } |
|---|
| 258 | |
|---|
| 259 | set porthelp(usage) { |
|---|
| 260 | Returns basic usage of the port command |
|---|
| 261 | } |
|---|
| 262 | |
|---|
| 263 | set porthelp(variants) { |
|---|
| 264 | Returns a list of variants with descriptions available for the given ports |
|---|
| 265 | } |
|---|
| 266 | |
|---|
| 267 | set porthelp(version) { |
|---|
| 268 | Returns the version of MacPorts |
|---|
| 269 | } |
|---|