From owner-freebsd-questions@FreeBSD.ORG Sat Dec 27 15:15:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB3216A4CE for ; Sat, 27 Dec 2003 15:15:17 -0800 (PST) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id B675D43D2D for ; Sat, 27 Dec 2003 15:15:15 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from moo.holy.cow ([69.160.69.113]) by mta9.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031227231515.YUJF29600.mta9.adelphia.net@moo.holy.cow>; Sat, 27 Dec 2003 18:15:15 -0500 Received: by moo.holy.cow (Postfix, from userid 1001) id 54089A76D; Sat, 27 Dec 2003 18:19:48 -0500 (EST) Date: Sat, 27 Dec 2003 18:19:48 -0500 From: parv To: Dorin H Message-ID: <20031227231948.GA388@moo.holy.cow> Mail-Followup-To: Dorin H , fbsd_user@a1poweruser.com, freebsd-questions@FreeBSD.ORG References: <20031227020707.34393.qmail@web12608.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031227020707.34393.qmail@web12608.mail.yahoo.com> cc: fbsd_user@a1poweruser.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to find package name X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2003 23:15:17 -0000 in message <20031227020707.34393.qmail@web12608.mail.yahoo.com>, wrote Dorin H thusly... > > --- 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? > > > > 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 file. HIH, And to get that portpath relatively painless... listpkg | less where listpkg is... http://www103.pair.com/parv/comp/src/perl/listpkg http://www103.pair.com/parv/comp/src/perl/listpkg.pod - Parv --