From owner-freebsd-questions Sun Jan 12 01:53:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA18417 for questions-outgoing; Sun, 12 Jan 1997 01:53:17 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA18408 for ; Sun, 12 Jan 1997 01:53:11 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA10807; Sun, 12 Jan 1997 11:52:32 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma010805; Sun Jan 12 11:52:29 1997 Message-ID: <32D8B42E.2D9E@barcode.co.il> Date: Sun, 12 Jan 1997 11:51:42 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: rmill@rochgrp.com CC: freebsd-questions@freebsd.org Subject: Re: tar files for ports? References: <32D7A4E3.13C1@rochgrp.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Robert Miller wrote: > > I am unable to find the gzip'd tar files for the javac-netscape port. > Can you help? There is no gzip file on the server, but it will create one on the fly. In the ports directory, just do "get .tar.gz" and the whole directory will be tarred and gzipped on the fly. Nadav