How to get hints of software installed by Ports ?

2010-03-05 Thread Aaron Lewis
Hi,

  I installed some software from ports today , and it outputs some
useful information when finished.
  e.g where its config file is

  Due to some mistakes , i lost these important information , how do i see it 
again ?
 Is there any tricks to show out it directly ? I don't want to install it again 
..

Any ideas will appreciate  ;-) 

-- 
Best Regards,
Aaron Lewis - PGP: 0xA476D2E9
irc: A4r0n on freenode

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


Re: How to get hints of software installed by Ports ?

2010-03-05 Thread Jonathan McKeown
On Friday 05 March 2010 16:20:36 Aaron Lewis wrote:
 Hi,

   I installed some software from ports today , and it outputs some
 useful information when finished.
   e.g where its config file is

   Due to some mistakes , i lost these important information , how do i
 see it again ? Is there any tricks to show out it directly ? I don't want
 to install it again ..

 Any ideas will appreciate  ;-)

pkg_info -D
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


[SOLVED] Re: How to get hints of software installed by Ports ?

2010-03-05 Thread Aaron Lewis
Jonathan McKeown wrote:
 On Friday 05 March 2010 16:20:36 Aaron Lewis wrote:
 Hi,

 I installed some software from ports today , and it outputs some
 useful information when finished. e.g where its config file is

 Due to some mistakes , i lost these important information , how
 do i see it again ? Is there any tricks to show out it directly ?
 I don't want to install it again ..

 Any ideas will appreciate  ;-)

 pkg_info -D ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
 unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org
Thanks Jonathan , it helps.

-- 
Best Regards,
Aaron Lewis - PGP: 0xA476D2E9
irc: A4r0n on freenode

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


Re: [SOLVED] Re: How to get hints of software installed by Ports ?

2010-03-05 Thread daniele

On 03/05/10 15:28, Aaron Lewis wrote:

Jonathan McKeown wrote:

On Friday 05 March 2010 16:20:36 Aaron Lewis wrote:

Hi,

I installed some software from ports today , and it outputs some
useful information when finished. e.g where its config file is

Due to some mistakes , i lost these important information , how
do i see it again ? Is there any tricks to show out it directly ?
I don't want to install it again ..

Any ideas will appreciate  ;-)


pkg_info -D ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org

Thanks Jonathan , it helps.


Hi

you can directly inspect the contents of these files (located in the
port folder)
--- pkg-message
--- pkg-descr
for the ports that have them (for example cat
/usr/ports/www/firefox/pkg-message)

I am not aware of any other sources of useful informations. Maybe almost 
everything else is sent only to the stdout/stderr ?


d



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


Re: How to get hints of software installed by Ports ?

2010-03-05 Thread Randal L. Schwartz
 Jonathan == Jonathan McKeown j.mcke...@ru.ac.za writes:

Jonathan pkg_info -D

I like pkg_info -DL 'port*', because it also shows *where* things
got installed... sometimes, I can't find the conf files. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
mer...@stonehenge.com URL:http://www.stonehenge.com/merlyn/
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


[SOLVED] Re: How to get hints of software installed by Ports ?

2010-03-05 Thread Aaron Lewis
Randal L. Schwartz wrote:
 Jonathan == Jonathan McKeown j.mcke...@ru.ac.za writes:
 

 Jonathan pkg_info -D

 I like pkg_info -DL 'port*', because it also shows *where* things
 got installed... sometimes, I can't find the conf files. :)

   
Yeah , that helps.

-- 
Best Regards,
Aaron Lewis - PGP: 0xA476D2E9
irc: A4r0n on freenode

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