Re: [Ports] How to find where a port is located?

2008-06-19 Thread Gilles
On Mon, 16 Jun 2008 17:45:37 +0200 (CEST), Oliver Fromme [EMAIL PROTECTED] wrote: http://www.secnetix.de/tools/porgle/ Thanks guys for the suggestions. ___ freebsd-questions@freebsd.org mailing list

Re: [Ports] How to find where a port is located?

2008-06-19 Thread The MadDaemon
On Mon, Jun 16, 2008 at 11:45 AM, Oliver Fromme [EMAIL PROTECTED] wrote: Gilles [EMAIL PROTECTED] wrote: Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that

Re: [Ports] How to find where a port is located?

2008-06-16 Thread Oliver Fromme
Gilles [EMAIL PROTECTED] wrote: Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? In addition to the ways that others have suggested, there is

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Wojciech Puchar
Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? grep in /usr/ports/INDEX or ls -ld /usr/ports/*/packagename

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Leslie Jensen
Gilles skrev: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? Thank you. Or http://www.se.freebsd.org/ports/index.html

RE: [Ports] How to find where a port is located?

2008-06-13 Thread Catalin Miclaus
Gilles skrev: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? Thank you. Try 'whereis portname'. Best Regards Catalin Miclaus

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Gilles
On Fri, 13 Jun 2008 10:17:02 +0100, Catalin Miclaus [EMAIL PROTECTED] wrote: Try 'whereis portname'. Thanks. That seems to be the fastest way: # whereis lftp lftp: /usr/local/bin/lftp /usr/local/man/man1/lftp.1.gz /usr/ports/ftp/lftp ___

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Gilles
On Fri, 13 Jun 2008 11:39:10 +0200, Gilles [EMAIL PROTECTED] wrote: Thanks. That seems to be the fastest way: Actually... no: # whereis samba samba: /usr/ports/japanese/samba # whereis samba3 samba3: /usr/ports/japanese/samba3 # find /usr/ports/ -name samba* [...] /usr/ports/net/samba3 Why

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Vince Hoffman
I use cd /usr/ports make search name=portname It will return extraneous results from time to time. eg. [/usr/ports](11:39:22) [EMAIL PROTECTED] /usr/ports make search name=lftp Port: lftp-3.7.3_1 Path: /usr/ports/ftp/lftp Info: Shell-like command line ftp client Maint: [EMAIL PROTECTED]

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Andreas Rudisch
On Fri, 13 Jun 2008 10:51:28 +0200 Gilles [EMAIL PROTECTED] wrote: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? Thank you. You

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Gilles
On Fri, 13 Jun 2008 12:43:13 +0200, Andreas Rudisch cyb.@gmx.net wrote: You can use 'make search name=' or 'make search key=' Thanks, much faster. ___ freebsd-questions@freebsd.org mailing list

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Chris Hill
On Fri, 13 Jun 2008, Gilles wrote: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application? I wrote a lame-ass script to do this: $ more

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Modulok
On 6/13/08, Chris Hill [EMAIL PROTECTED] wrote: On Fri, 13 Jun 2008, Gilles wrote: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to that the application?

Re: [Ports] How to find where a port is located?

2008-06-13 Thread Pascal S Clermont
Modulok wrote: On 6/13/08, Chris Hill [EMAIL PROTECTED] wrote: On Fri, 13 Jun 2008, Gilles wrote: Hello Currently, to find where a software is located under /usr/ports/, I rune the find command. Is there a database that I could query instead so that it gives out the whole path to