vp-build/utils
Juan RP 35df6d0c6e Rewrite xbps-pkgdb to use an array of dictionaries per pkg.
That way we can make it extensible in future changes.
Now it looks like this:

<key>packages_installed</key>
<array>
	<dict>
		<key>pkgname</key>
		<string>dash</string>
		<key>short_desc</key>
		<string>POSIX-compliant Unix shell ...</string>
		<key>version</key>
		<string>0.5.4</string>
	</dict>
	...
</array>

xbps list should be faster than before if a lot of packages
are installed.

--HG--
extra : convert_revision : 816e3e73a4fc72fd8e61f3825757d92ad9d5b511
2008-10-30 06:40:11 +01:00
..
Makefile Add clean_objs to all target. 2008-10-29 03:38:19 +01:00
xbps-cmpver.c Fixes for cmpver..use strrchr and control last char 2008-10-29 17:51:29 +01:00
xbps-digest.c xbps-digest: accept any number of arbitrary files in argv. 2008-10-29 18:42:23 +01:00
xbps-pkgdb.c Rewrite xbps-pkgdb to use an array of dictionaries per pkg. 2008-10-30 06:40:11 +01:00