xbps-bin(8), xbps-repo(8): improve descr for some targets.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091126022901-34bq1qnrdzeakmnc
This commit is contained in:
parent
87a216fd11
commit
5223b6d652
@ -64,10 +64,10 @@ Please note that all targets are *case insensitive*.
|
|||||||
*pkgname*.
|
*pkgname*.
|
||||||
|
|
||||||
*install 'pkgname'*::
|
*install 'pkgname'*::
|
||||||
Install binary package "*pkgname*". The package will be
|
Install binary package "*pkgname*" by searching it in the
|
||||||
'downloaded' (if available in a 'remote repository'),
|
repository pool. The package will be 'download' (if working with
|
||||||
'unpacked' and 'configured'. The 'unpack' stage will execute the
|
a remote repository), 'unpacked' and 'configured'. The 'unpack stage will
|
||||||
*pre-install* action on its *INSTALL* script, and unpack its files.
|
execute the *pre-install* action on its *INSTALL* script, and unpack its files.
|
||||||
The 'configure' stage will run the *post-install* action set on its
|
The 'configure' stage will run the *post-install* action set on its
|
||||||
*INSTALL* script and will change its state to *installed* in the
|
*INSTALL* script and will change its state to *installed* in the
|
||||||
package database.
|
package database.
|
||||||
|
@ -47,10 +47,8 @@ Please note that all targets are *case insensitive*.
|
|||||||
Generates a package index for a local repository as specified in
|
Generates a package index for a local repository as specified in
|
||||||
its argument. It will look for archives with *.xbps* extension
|
its argument. It will look for archives with *.xbps* extension
|
||||||
and will only add it into the index if version is newer than the one
|
and will only add it into the index if version is newer than the one
|
||||||
available in the index. If a newer package is available, the file
|
available in the index. If a newer package is available, the
|
||||||
for old package will be removed automatically.
|
for old package file will be removed automatically.
|
||||||
|
|
||||||
The same argument should be used for the *add* and *remove* targets.
|
|
||||||
|
|
||||||
*list*::
|
*list*::
|
||||||
Lists all currently registered repositories in repository pool.
|
Lists all currently registered repositories in repository pool.
|
||||||
@ -62,12 +60,14 @@ Please note that all targets are *case insensitive*.
|
|||||||
|
|
||||||
*search* 'pattern'::
|
*search* 'pattern'::
|
||||||
Search for packages containing the shell 'pattern' (see fnmatch(3)) in
|
Search for packages containing the shell 'pattern' (see fnmatch(3)) in
|
||||||
its *pkgname* or *description* values.
|
its *pkgname* or *description* values in repository pool.
|
||||||
|
|
||||||
*show 'pkgname'*::
|
*show 'pkgname'*::
|
||||||
Shows information about binary package 'pkgname'. This will print
|
Shows information about binary package 'pkgname'. This will print
|
||||||
the size it takes in filesystem, description, maintainer, architecture
|
the size it takes in filesystem, description, maintainer, architecture
|
||||||
and other information.
|
and other information. The first repository in the pool wins. *NOTE:
|
||||||
|
if a remote repository is the winner it will have to fetch some info
|
||||||
|
from it.*
|
||||||
|
|
||||||
*show-deps 'pkgname'*::
|
*show-deps 'pkgname'*::
|
||||||
Shows run time dependencies for binary package 'pkgname'. The first
|
Shows run time dependencies for binary package 'pkgname'. The first
|
||||||
@ -75,7 +75,8 @@ Please note that all targets are *case insensitive*.
|
|||||||
|
|
||||||
*show-files 'pkgname'*::
|
*show-files 'pkgname'*::
|
||||||
Shows the file list for a binary package 'pkgname' by searching it
|
Shows the file list for a binary package 'pkgname' by searching it
|
||||||
in repository pool. Local and remote repositories are supported.
|
in repository pool. *NOTE: if a remote repository is the winner it will
|
||||||
|
have to fetch some info from it.*
|
||||||
|
|
||||||
*sync*::
|
*sync*::
|
||||||
Syncs the package index file for all registered remote repositories.
|
Syncs the package index file for all registered remote repositories.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user