[pacman-dev] Feature request: Show exact matches first

2011-10-19 Thread Markus Jochim
Dear developers, I'd like to request a feature. When I search for some package, let's say openconnect: $ pacman -Ss openconnect (or -Qs) it takes quite a while until I get any results on my netbook (Atom N450 cpu). Maybe this could be sped up by showing exact matches right away. I've had th

Re: [pacman-dev] Feature request: Show exact matches first

2011-10-19 Thread Karol Blazewicz
On Wed, Oct 19, 2011 at 9:37 PM, Markus Jochim wrote: > Dear developers, > > I'd like to request a feature. When I search for some package, let's say > openconnect: > > $ pacman -Ss openconnect (or -Qs) > > it takes quite a while until I get any results on my netbook (Atom N450 > cpu). Maybe this

Re: [pacman-dev] Feature request: Show exact matches first

2011-10-19 Thread Dan McGee
On Wed, Oct 19, 2011 at 2:37 PM, Markus Jochim wrote: > Dear developers, > > I'd like to request a feature. When I search for some package, let's say > openconnect: > > $ pacman -Ss openconnect (or -Qs) > > it takes quite a while until I get any results on my netbook (Atom N450 > cpu). Maybe this

Re: [pacman-dev] Feature request: Show exact matches first

2011-10-19 Thread Dave Reisner
On Wed, Oct 19, 2011 at 09:37:22PM +0200, Markus Jochim wrote: > Dear developers, > > I'd like to request a feature. When I search for some package, let's > say openconnect: > > $ pacman -Ss openconnect (or -Qs) > > it takes quite a while until I get any results on my netbook (Atom > N450 cpu).

Re: [pacman-dev] Feature request: Show exact matches first

2011-10-19 Thread lolilolicon
On Thu, Oct 20, 2011 at 3:55 AM, Dave Reisner wrote: > On Wed, Oct 19, 2011 at 09:37:22PM +0200, Markus Jochim wrote: >> Dear developers, >> >> I'd like to request a feature. When I search for some package, let's >> say openconnect: >> >> $ pacman -Ss openconnect (or -Qs) >> >> it takes quite a wh

Re: [pacman-dev] Feature request: Show exact matches first

2011-10-19 Thread Allan McRae
On 20/10/11 12:44, lolilolicon wrote: On Thu, Oct 20, 2011 at 3:55 AM, Dave Reisner wrote: On Wed, Oct 19, 2011 at 09:37:22PM +0200, Markus Jochim wrote: Dear developers, I'd like to request a feature. When I search for some package, let's say openconnect: $ pacman -Ss openconnect (or -Qs)

Re: [pacman-dev] Feature request: Show exact matches first

2011-10-19 Thread Dave Reisner
On Thu, Oct 20, 2011 at 10:44:18AM +0800, lolilolicon wrote: > I noticed a slight problem here- PKGBUILD(5) states the pkgrel variable is > "not allowed to contain hyphens". > So I realize possibly this, as well as my fix for bacman, is not exactly > correct. I haven't checked the pacman code thou

Re: [pacman-dev] Feature request: Show exact matches first

2011-10-19 Thread Allan McRae
On 20/10/11 05:45, Dan McGee wrote: On Wed, Oct 19, 2011 at 2:37 PM, Markus Jochim wrote: Dear developers, I'd like to request a feature. When I search for some package, let's say openconnect: $ pacman -Ss openconnect (or -Qs) it takes quite a while until I get any results on my netbook (Ato

[pacman-dev] [PATCH] bacman: pkgrel does not have to be an integer

2011-10-19 Thread lolilolicon
pkgrel, as with pkgver, simply mustn't contain hyphens. Signed-off-by: lolilolicon --- contrib/bacman.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/bacman.in b/contrib/bacman.in index 9636091..c55d716 100755 --- a/contrib/bacman.in +++ b/contrib/bacman.in @