--- wikisrc/pkgsrc/targets.mdwn 2010/12/11 18:31:53 1.2 +++ wikisrc/pkgsrc/targets.mdwn 2010/12/11 18:45:45 1.3 @@ -8,6 +8,8 @@ only few of them are useful for regular The following targets may be useful to invoke from keyboard: +* "fetch" to fetch distribution file(s) +* "checksum" to fetch and check distribution file(s) * "extract" to look at unmodified source * "patch" to look at initial source * "configure" to stop after configure stage @@ -19,6 +21,15 @@ The following targets may be useful to i * "deinstall" to deinstall previous package * "package-install" to install package and build binary package * "install" to install package +* "bin-install" to attempt to skip building from source and use pre-built binary package + +The following targets are useful in development and thus may be useful for an advanced user: + +* "makesum" to fetch and generate checksum for distributed file(s) +* "makepatchsum" to (re)generate checksum for patches +* "makedistinfo" to (re)generate "distinfo" file (creating checksums for distributed file and patches) +* "mps" short for "makepatchsum" +* "mdi" short for "makedistinfo" For example, package updating looks like this: