xbps/lib
Juan RP c11094d5dd Added xbps_get_pkg_plist_dict_from_repo().
This function will fetch a requested plist file in a binary
package matching its 'pkgname' object by searching in repository pool.

This works in any kind of repository, local and remote. Some code
was Taken from NetBSD's pkg_install HEAD. Oh, and it's on-the-fly!
doesn't need to download the binpkg first!

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091125020936-7uf2ncrf1692c5hz
2009-11-25 02:09:36 +00:00
..
fetch Improve make output similar to what recent GNU configure scripts do. 2009-11-19 06:03:37 +01:00
cmpver.c Implemented support for working with remote repositories. 2009-10-27 01:46:00 +01:00
configure.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
depends.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
download.c Some changes to know if a file was downloaded successfully or not. 2009-11-24 05:03:26 +00:00
fexec.c Implemented support for working with remote repositories. 2009-10-27 01:46:00 +01:00
findpkg.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
humanize_number.c Implemented support for working with remote repositories. 2009-10-27 01:46:00 +01:00
Makefile Added xbps_get_pkg_plist_dict_from_repo(). 2009-11-25 02:09:36 +00:00
orphans.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
pkgmatch.c Fix some issues while matching for required pkgdeps. 2009-11-07 16:41:59 +01:00
plist.c xbps-repo: added 'show-deps' target to mimic xbps-bin(8). 2009-11-24 10:47:04 +00:00
purge.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
register.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
remove.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
repository_plist.c Added xbps_get_pkg_plist_dict_from_repo(). 2009-11-25 02:09:36 +00:00
repository.c Use xbps_get_root() directly where appropiate. 2009-10-27 12:15:47 +01:00
requiredby.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
sha256.c Properly build shared/static libxbps and utils. 2009-10-30 12:17:26 +01:00
sortdeps.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
state.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
sync_remote_pkgidx.c Some changes to know if a file was downloaded successfully or not. 2009-11-24 05:03:26 +00:00
unpack.c Extensively verified that all functions have its return value 2009-11-23 09:46:51 +00:00
util.c xbps_get_pkg_index_plist: use xbps_check_is_repo_string_remote(). 2009-11-23 07:02:14 +00:00