Re: How to find package name

2003-12-27 Thread parv
in message <[EMAIL PROTECTED]>, wrote Dorin H thusly... > > --- fbsd_user <[EMAIL PROTECTED]> wrote: > > What is the sure fired way to get the correct spelling of the > > package name to use with pkg_add -r command? > > > > If you have installed ports, and you know the port name (which you can

Re: How to find package name

2003-12-26 Thread Dorin H
--- fbsd_user <[EMAIL PROTECTED]> wrote: > What is the sure fired way to get the correct > spelling of the > package name to use with pkg_add -r command? > If you have installed ports, and you know the port name (which you can find easily), you can go to /usr/ports/<> and cat/sed distinfo fil

RE: How to find package name

2003-12-25 Thread fbsd_user
s the sure fire way using the above web site tools to find the package names? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jonathan T. Sage Sent: Thursday, December 25, 2003 6:20 PM To: [EMAIL PROTECTED] Subject: Re: How to find package name fbsd_user

Re: How to find package name

2003-12-25 Thread Jonathan T. Sage
Jonathan T. Sage wrote: fbsd_user wrote: What is the sure fired way to get the correct spelling of the package name to use with pkg_add -r command? pkg_info | grep start.of.package.name i.e. # pkg_info | grep emacs xemacs-21.4.14 This port tracks the... xemacs-packages-10.0 Basic... *s

Re: How to find package name

2003-12-25 Thread Jonathan T. Sage
fbsd_user wrote: What is the sure fired way to get the correct spelling of the package name to use with pkg_add -r command? pkg_info | grep start.of.package.name i.e. # pkg_info | grep emacs xemacs-21.4.14 This port tracks the... xemacs-packages-10.0 Basic... *snips not included* hope