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 sergey.dya...@gmail.com wrote: 2 aliases from my .cshrc: alias search_namemake -C /usr/ports/ search name='\!*' display=name,path,info alias

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 searches

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 jtr...@spamcop.net wrote: On Thu, Aug 15, 2013 at 09:45:30AM -0600, LuKreme wrote: On 15 Aug 2013, at 00:56 , Sergey V. Dyatko sergey.dya...@gmail.com wrote: man ports

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 sergey.dya...@gmail.com wrote: 2 aliases from my .cshrc: alias search_namemake -C /usr/ports/ search name='\!*' display=name,path,info alias search_keymake -C /usr/ports/ search key='\!*' display=name,path,info search_[name|key]

Searching the port tree with portmaster?

2013-08-15 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

Re: Searching the port tree with portmaster?

2013-08-15 Thread Sergey V. Dyatko
On Thu, 15 Aug 2013 00:44:43 -0600 LuKreme krem...@kreme.com 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

Re: Searching the port tree with portmaster?

2013-08-15 Thread Adam Vande More
On Thu, Aug 15, 2013 at 1:44 AM, LuKreme krem...@kreme.com 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-15 Thread serpent7776
On Thu, 15 Aug 2013 00:44:43 -0600 LuKreme krem...@kreme.com 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

Re: Searching the port tree with portmaster?

2013-08-15 Thread LuKreme
On 15 Aug 2013, at 06:33 , Adam Vande More amvandem...@gmail.com 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

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 Jim Trigg
On Thu, Aug 15, 2013 at 09:45:30AM -0600, LuKreme wrote: On 15 Aug 2013, at 00:56 , Sergey V. Dyatko sergey.dya...@gmail.com 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

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 krem...@kreme.com wrote: On 15 Aug 2013, at 06:33 , Adam Vande More amvandem...@gmail.com wrote: whereis sudo Sure, if sudo is installed. Sudo was not installed, so I had to search the

Re: Searching the port tree with portmaster?

2013-08-15 Thread Adam Vande More
On Thu, Aug 15, 2013 at 10:45 AM, LuKreme krem...@kreme.com wrote: On 15 Aug 2013, at 06:33 , Adam Vande More amvandem...@gmail.com 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.

Re: Searching the port tree with portmaster?

2013-08-15 Thread Freddie Cash
On Wed, Aug 14, 2013 at 11:44 PM, LuKreme krem...@kreme.com 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

Re: Searching the port tree with portmaster?

2013-08-15 Thread LuKreme
On 15 Aug 2013, at 10:13 , Chris Whitehouse cwhi...@onetel.com 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,

Re: Searching the port tree with portmaster?

2013-08-15 Thread LuKreme
On 15 Aug 2013, at 10:25 , Adam Vande More amvandem...@gmail.com 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. --

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 jtr...@spamcop.net wrote: On Thu, Aug 15, 2013 at 09:45:30AM -0600, LuKreme wrote: On 15 Aug 2013, at 00:56 , Sergey V. Dyatko sergey.dya...@gmail.com wrote: man ports /search[enter] cd /usr/ports make search name=pear- cd