vp-build/lib
Juan RP 91291d5aec Improve informative messages when installing binpkgs.
This now looks like:

$ xbps-bin -r /raid/random/xbps/test install initramfs-tools
Installing dependency xbps-base-dirs: found xbps-base-dirs-0.2 ... done.
Installing dependency glibc: found glibc-2.9 ... done.
Installing dependency e2fsprogs: found e2fsprogs-1.41.3 ... done.
Installing dependency zlib: found zlib-1.2.3 ... done.
Installing dependency gawk: found gawk-3.1.6 ... done.
Installing dependency findutils: found findutils-4.4.0 ... done.
Installing dependency sed: found sed-4.1.5 ... done.
Installing dependency grep: found grep-2.5.3 ... done.
Installing dependency gzip: found gzip-1.3.12 ... done.
Installing dependency cpio: found cpio-2.9 ... done.
...
...
Installing initramfs-tools-0.92o ... done.
Package initramfs-tools installed successfully.
$

--HG--
extra : convert_revision : 79df585206c9ddc7f1267bc89bfd431ab572e527
2009-02-16 22:48:18 +01:00
..
cmpver.c Checkpoint for installation of binary packages. 2008-12-23 12:28:21 +01:00
depends.c Added support for using noarch packages. 2009-02-16 00:39:41 +01:00
fexec.c libxbps: add fexec.c from NetBSD's pkg_install, with some minor mods. 2008-12-28 04:34:27 +01:00
humanize_number.c Prefix humanize_number() with xbps_. 2008-12-22 07:51:14 +01:00
install.c Improve informative messages when installing binpkgs. 2009-02-16 22:48:18 +01:00
Makefile lib/Makefile: install the symlinks as well. 2009-02-16 02:26:27 +01:00
plist.c plist.c: bah, forgot to update copyright's year. 2009-02-14 02:26:57 +01:00
remove.c Reorganize headers and move two funcs into util.c, where they belong. 2009-02-05 16:53:49 +01:00
repository.c repository.c: update copyright's year. 2009-02-14 01:58:26 +01:00
requiredby.c xbps_update_pkg_requiredby: fix a double free. 2009-02-10 12:04:10 +01:00
sha256.c
sortdeps.c xbps_sort_pkg_deps: there's no need to sort direct/indirect in two passes. 2009-02-14 06:06:01 +01:00
unpack.c Improve informative messages when installing binpkgs. 2009-02-16 22:48:18 +01:00
util.c Added support for using noarch packages. 2009-02-16 00:39:41 +01:00