vp-build/lib
Juan RP b445b83fd3 Implement a stupid sorting dependency algorithm.
Dependencies are sorted with highest to lowest priority by the
following rules:

	- package has highest required count and priority.
	- package has highest priority.
	- package has highest reqcount.
	- everything else.

--HG--
extra : convert_revision : e661b90c38f6b6ca4d9559c0f88d1e4ea9df6c1e
2008-12-29 06:46:08 +01:00
..
cmpver.c Checkpoint for installation of binary packages. 2008-12-23 12:28:21 +01:00
depends.c Implement a stupid sorting dependency algorithm. 2008-12-29 06:46:08 +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
info.c Split info related funcs from plist.c into its own file. 2008-12-28 11:22:58 +01:00
install.c xbps_unpack_archive_cb: alloc buf from heap memory instead. 2008-12-28 11:13:17 +01:00
Makefile Split info related funcs from plist.c into its own file. 2008-12-28 11:22:58 +01:00
plist.c Split info related funcs from plist.c into its own file. 2008-12-28 11:22:58 +01:00
repository.c Split repository functions from plist.c into its own file. 2008-12-27 23:03:17 +01:00
sha256.c Reorganize the tree splitting stuff on its own dir. 2008-12-21 23:57:02 +01:00
util.c Improve binpkg priorities, dynamically allocate mem, etc. 2008-12-27 22:19:04 +01:00