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:
Juan RP 2009-11-26 03:29:01 +01:00
parent 87a216fd11
commit 5223b6d652
2 changed files with 12 additions and 11 deletions

View File

@ -64,10 +64,10 @@ Please note that all targets are *case insensitive*.
*pkgname*.
*install 'pkgname'*::
Install binary package "*pkgname*". The package will be
'downloaded' (if available in a 'remote repository'),
'unpacked' and 'configured'. The 'unpack' stage will execute the
*pre-install* action on its *INSTALL* script, and unpack its files.
Install binary package "*pkgname*" by searching it in the
repository pool. The package will be 'download' (if working with
a remote repository), 'unpacked' and 'configured'. The 'unpack stage will
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
*INSTALL* script and will change its state to *installed* in the
package database.

View File

@ -47,10 +47,8 @@ Please note that all targets are *case insensitive*.
Generates a package index for a local repository as specified in
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
available in the index. If a newer package is available, the file
for old package will be removed automatically.
The same argument should be used for the *add* and *remove* targets.
available in the index. If a newer package is available, the
for old package file will be removed automatically.
*list*::
Lists all currently registered repositories in repository pool.
@ -62,12 +60,14 @@ Please note that all targets are *case insensitive*.
*search* 'pattern'::
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'*::
Shows information about binary package 'pkgname'. This will print
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'*::
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'*::
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*::
Syncs the package index file for all registered remote repositories.