Re: Searching the port tree with portmaster?

2013-08-21 Thread Chad Perrin
On Thu, Aug 15, 2013 at 12:44:43AM -0600, LuKreme wrote: > > Am I missing a search feature in postmaster? > > If not, how are people finding where a port is to install it (I had a > heck of a time finding sudo, for example) I've been using ports-mgmt/pkgsearch for years. You can do regexy searc

Re: Searching the port tree with portmaster?

2013-08-21 Thread Janky Jay
Call it "sport" (search ports). :) On 08/16/2013 02:33 AM, Torfinn Ingolfsen wrote: > On Fri, Aug 16, 2013 at 7:35 AM, Sergey V. Dyatko > wrote: >> 2 aliases from my .cshrc: >> >> alias search_name"make -C /usr/ports/ search name='\!*' >> display=name,path,info" >> >> alias search_key"

Re: Searching the port tree with portmaster?

2013-08-18 Thread Lars Engels
On Fri, Aug 16, 2013 at 08:35:31AM +0300, Sergey V. Dyatko wrote: > On Thu, 15 Aug 2013 12:12:41 -0400 > Jim Trigg wrote: > > > On Thu, Aug 15, 2013 at 09:45:30AM -0600, LuKreme wrote: > > > On 15 Aug 2013, at 00:56 , Sergey V. Dyatko > > > wrote: > > > > > > > man ports > > > > > > > /search[

Re: Searching the port tree with portmaster?

2013-08-16 Thread Torfinn Ingolfsen
On Fri, Aug 16, 2013 at 7:35 AM, Sergey V. Dyatko wrote: > 2 aliases from my .cshrc: > > alias search_name"make -C /usr/ports/ > search name='\!*' display=name,path,info" > > alias search_key"make -C /usr/ports/ search key='\!*' > display=name,path,info" > > search_[name|key] smthng And a

Re: Searching the port tree with portmaster?

2013-08-15 Thread Sergey V. Dyatko
On Thu, 15 Aug 2013 12:12:41 -0400 Jim Trigg wrote: > On Thu, Aug 15, 2013 at 09:45:30AM -0600, LuKreme wrote: > > On 15 Aug 2013, at 00:56 , Sergey V. Dyatko > > wrote: > > > > > man ports > > > > > /search[enter] > > > > cd /usr/ports && make search name=pear- > > cd /usr/ports && make sea

Re: Searching the port tree with portmaster?

2013-08-15 Thread LuKreme
On 15 Aug 2013, at 10:25 , Adam Vande More wrote: >> Sure, if sudo is installed. Sudo was not installed, so I had to search the >> ports tree for it. Same with openssl > > No you are wrong. > > galacticdominator% whereis sudo > sudo: /usr/ports/security/sudo Ah, right you are. -- This story s

Re: Searching the port tree with portmaster?

2013-08-15 Thread LuKreme
On 15 Aug 2013, at 10:13 , Chris Whitehouse wrote: > make -C /usr/ports quicksearch name=sudo Thanks you, that is much nicer. -- The point about being killed by magic was that it was much more inventive than, say, steel; there were all sorts of interesting new ways to die, and he couldn't put

Re: Searching the port tree with portmaster?

2013-08-15 Thread Freddie Cash
On Wed, Aug 14, 2013 at 11:44 PM, LuKreme wrote: > Am I missing a search feature in postmaster? > > If not, how are people finding where a port is to install it (I had a heck > of a time finding sudo, for example) > Method 1: cd /usr/ports make quicksearch name=sudo Method 2: cd /usr/ports/port

Re: Searching the port tree with portmaster?

2013-08-15 Thread Adam Vande More
On Thu, Aug 15, 2013 at 10:45 AM, LuKreme wrote: > > On 15 Aug 2013, at 06:33 , Adam Vande More wrote: > > > whereis sudo > > Sure, if sudo is installed. Sudo was not installed, so I had to search the > ports tree for it. Same with openssl No you are wrong. galacticdominator% whereis sudo su

Re: Searching the port tree with portmaster?

2013-08-15 Thread Kimmo Paasiala
There's also ports-mgmt/psearch. Works fine for me. -Kimmo On Thu, Aug 15, 2013 at 6:45 PM, LuKreme wrote: > > On 15 Aug 2013, at 06:33 , Adam Vande More wrote: > > > whereis sudo > > Sure, if sudo is installed. Sudo was not installed, so I had to search the > ports tree for it. Same with ope

Re: Searching the port tree with portmaster?

2013-08-15 Thread Jim Trigg
On Thu, Aug 15, 2013 at 09:45:30AM -0600, LuKreme wrote: > On 15 Aug 2013, at 00:56 , Sergey V. Dyatko wrote: > > > man ports > > > /search[enter] > > cd /usr/ports && make search name=pear- > cd /usr/ports && make search name=pear- xname='ht(tp|ml)' > > Well, OK. That seems a lot more effort

Re: Searching the port tree with portmaster?

2013-08-15 Thread Chris Whitehouse
On 15/08/2013 16:45, LuKreme wrote: cd /usr/ports&& make search name=pear- cd /usr/ports&& make search name=pear- xname='ht(tp|ml)' Well, OK. That seems a lot more effort, and loses your current directory, but that does work. It's fugly though. %make -C /usr/ports quicksearch name=sudo

Re: Searching the port tree with portmaster?

2013-08-15 Thread LuKreme
On 15 Aug 2013, at 06:33 , Adam Vande More wrote: > whereis sudo Sure, if sudo is installed. Sudo was not installed, so I had to search the ports tree for it. Same with openssl. I setup an alias alias pf='find /usr/ports -maxdepth 2 -type d | grep -i ' but was afraid I was missing a command

Re: Searching the port tree with portmaster?

2013-08-15 Thread serpent7776
On Thu, 15 Aug 2013 00:44:43 -0600 LuKreme wrote: > Am I missing a search feature in postmaster? > > If not, how are people finding where a port is to install it (I had a > heck of a time finding sudo, for example) > I recommend using ports-mgmt/xps. It can search port tree by various criteria

Re: Searching the port tree with portmaster?

2013-08-15 Thread Adam Vande More
On Thu, Aug 15, 2013 at 1:44 AM, LuKreme wrote: > Am I missing a search feature in postmaster? > > If not, how are people finding where a port is to install it (I had a heck > of a time finding sudo, for example) > whereis sudo locate sudo [| grep xyz] -- Adam Vande More __

Re: Searching the port tree with portmaster?

2013-08-14 Thread Sergey V. Dyatko
On Thu, 15 Aug 2013 00:44:43 -0600 LuKreme wrote: > Am I missing a search feature in postmaster? > > If not, how are people finding where a port is to install it (I had a > heck of a time finding sudo, for example) > man ports /search[enter] -- wbr, tiger

Searching the port tree with portmaster?

2013-08-14 Thread LuKreme
Am I missing a search feature in postmaster? If not, how are people finding where a port is to install it (I had a heck of a time finding sudo, for example) -- FOUR QUEENS. HMM. THAT IS VERY HIGH. Death looked down at his cards, and then up into Granny's steady, blue-eyed gaze. Neither moved