void-packages/utils
Juan RP 169e38313d xbps-bin: implemented "search" target.
It will look for the specified string in all repositories
registered and will report "$pkgname-$version - $short_desc":

juan@sasha:~/xbps/utils$ ./xbps-bin search kernel
From /home/juan/repo2 repository ...
From /home/juan/repo3 repository ...
From /storage/xbps/binpkgs repository ...
	kernel-headers-2.6.27.9 - The Linux kernel headers
	module-init-tools-3.5 - Tools for managing kernel modules
juan@sasha:~/xbps/utils$

--HG--
extra : convert_revision : a589c4c641d033e6030f121704a55c1c94c22f0e
2008-12-21 05:32:13 +01:00
..
sh Use a common key for all arrays of pkgdicts. 2008-12-20 03:45:35 +01:00
Makefile utils/Makefile: remove all bins in the clean target. 2008-12-21 00:53:21 +01:00
plist.c xbps-bin: implemented "search" target. 2008-12-21 05:32:13 +01:00
plist.h xbps-bin: implemented "search" target. 2008-12-21 05:32:13 +01:00
sha256.c Rename some C utils. 2008-12-20 03:07:46 +01:00
sha256.h Rename some C utils. 2008-12-20 03:07:46 +01:00
xbps-bin.c xbps-bin: implemented "search" target. 2008-12-21 05:32:13 +01:00
xbps-cmpver.c Replace some if conditionals with asserts where appropiate. 2008-12-21 01:50:19 +01:00
xbps-digest.c A bit of reorganization in C/shell code. 2008-12-19 04:18:49 +01:00
xbps-pkgdb.c xbps-{bin,pkgdb}: use strcasecmp() to parse argv. 2008-12-21 03:45:39 +01:00
xbps_api.h Replace some if conditionals with asserts where appropiate. 2008-12-21 01:50:19 +01:00