From owner-freebsd-questions@FreeBSD.ORG Fri Dec 19 09:44:00 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 C516116A4CE for ; Fri, 19 Dec 2003 09:44:00 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18FD43D41 for ; Fri, 19 Dec 2003 09:43:59 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 19 Dec 2003 11:47:06 -0600 Message-ID: <3FE338BD.209@daleco.biz> Date: Fri, 19 Dec 2003 11:43:25 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Dec 2003 17:47:06.0718 (UTC) FILETIME=[1E7917E0:01C3C658] cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: cvsup 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: Fri, 19 Dec 2003 17:44:00 -0000 fbsd_user wrote: >When I use cvsup to download the ports config files, it does not >display the directory path it's using on the server. >How can I find the directory path? Or can somebody tell me what it >is. > >The port names retrieved from here >http://www.freebsd.org/ports/index.html do not match the real port >name I find on my system. Want is the real directory path so I can >use my browser to ftp in and drill down to find real names. > >Can anybody help me? > > > Cvsup downloads the equivalent of ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz However, the CGI index (http page you refer to) shows pretty much the exact same ports tree I have at /usr/ports... So, what's the discrepancy? Plus, what's wrong with the standard tools? #whereis foobar /usr/ports/misc/foobar OR #cd /usr/ports #make search key=foo KDK