Re: list files in FreeBSD ports tree package

2008-06-05 Thread Matthias Apitz
El día Thursday, June 05, 2008 a las 03:35:01PM +0200, Simon Jolle escribió:

 Hi FreeBSD users
 
 I am searching for something similar to Red Hat's rpm -q -l package
 and Debian's dpkg -L package.
 
 cheers
 Simon

Don't know nothing about Red Hat or Debian, but how about

$ pkg_info -L stardict-2.4.8_5

or even

$ man pkg_info

HIH

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
«...una sola vez, que es cuanto basta si se trata de verdades definitivas.»
«...only once, which is enough if it has todo with definite truth.»
José Saramago, Historia del Cerca de Lisboa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: list files in FreeBSD ports tree package

2008-06-05 Thread Simon Jolle
On 6/5/08, Matthias Apitz [EMAIL PROTECTED] wrote:
 Don't know nothing about Red Hat or Debian, but how about

  $ pkg_info -L stardict-2.4.8_5

  or even

  $ man pkg_info

  HIH

 matthias

Thank you Matthias

-- 
XMPP: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: list files in FreeBSD ports tree package

2008-06-05 Thread Camilo Reyes
The best way to do searches on a BSD system is to use good old 'locate,' or 
even 'find / -name package.' This will give you a result based on the ports 
package which you can then add using 'pkg_add -r package name.'

 Camilo
Bono Vince Malum

 --
 
 Message: 6
 Date: Thu, 5 Jun 2008 15:35:01 +0200
 From: Simon Jolle 
 Subject: list files in FreeBSD ports tree package
 To: freebsd-questions@freebsd.org
 Message-ID:
 [EMAIL PROTECTED]
 Content-Type: text/plain; charset=UTF-8
 
 Hi FreeBSD users
 
 I am searching for something similar to Red Hat's rpm -q -l package
 and Debian's dpkg -L package.
 
 cheers
 Simon
 
 -- 
 XMPP: [EMAIL PROTECTED]
 
 
 --



  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: list files in FreeBSD ports tree package

2008-06-05 Thread prad
On Thu, 5 Jun 2008 19:37:42 -0700 (PDT)
Camilo Reyes [EMAIL PROTECTED] wrote:

 The best way to do searches on a BSD system is to use good old
 'locate,' or even 'find / -name package.'

i think you can also look in /var/db/pkg or do pkg_info | grep WHATEVER
if i understood the original post correctly.

-- 
In friendship,
prad

  ... with you on your journey
Towards Freedom
http://www.towardsfreedom.com (website)
Information, Inspiration, Imagination - truly a site for soaring I's
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]