From owner-freebsd-questions Wed May 22 10:20:34 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11572 for questions-outgoing; Wed, 22 May 1996 10:20:34 -0700 (PDT) Received: from riley-net170-164.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA11567 for ; Wed, 22 May 1996 10:20:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by riley-net170-164.uoregon.edu (8.6.12/8.6.12) with SMTP id KAA04333; Wed, 22 May 1996 10:23:35 -0700 Message-Id: <199605221723.KAA04333@riley-net170-164.uoregon.edu> X-Authentication-Warning: riley-net170-164.uoregon.edu: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.4 10/10/95 To: "Francis Percival C. Favoreal" cc: freebsd-questions Subject: Re: Missing /usr/ports subdirectories In-reply-to: Your message of "Tue, 21 May 1996 17:58:50 +1000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 22 May 1996 10:23:35 -0700 From: Doug White Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -------- > > HI !!! > > I noticed that I don't have the /usr/ports subdirectories. I have > read from a lot of e-mails that in there are contained the ports > collection. I installed the 2.2-960501-SNAP distribution and I guess it > was not there. Is there a way I could get the ports collection with > manually FTP-ing each and every subdirs in the download site? Yes, just download the port(s) you want. You don't need the whole collection. Use the tar.gz feature of wu-ftpd to bundle up the directory for you. For example, say I want to pull the top port. I ftp to 'ftp.freebsd.org', cd /pub/FreeBSD/ports/sysutils, and get 'top.tar.gz'. I will end up with an archive. I logout and tar xzf top.tar.gz. Viola, I have the port. Now cd to top and make. THat's it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major