Re: How to use Port Collection without cd-rom and internet

2003-01-30 Thread Konrad Heuer

On Thu, 30 Jan 2003 [EMAIL PROTECTED] wrote:

 Hi,

 I have access to the net only from Windows 98 and want to take advantage
 of all the ported apps, but I dont have the sources on cd. Is there a
 way (and where) to download the ported tgz files? I have installed the
 Port Collection and just need the right sources.

 Any help on this subject would be very welcome!
 Scottman

After fetching the source packages manually you must copy them to the
/usr/ports/distfiles directory; some ports use specific subdirectories
within /usr/ports/distfiles.

Regards

Konrad Heuer ([EMAIL PROTECTED])  ___  ___
GWDG   / __/__ ___ / _ )/ __/ _ \
Am Fassberg   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen /_/ /_/  \__/\__//___//
Germany


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: How to use Port Collection without cd-rom and internet

2003-01-30 Thread Dan Pelleg
Konrad Heuer [EMAIL PROTECTED] writes:

 On Thu, 30 Jan 2003 [EMAIL PROTECTED] wrote:
 
  Hi,
 
  I have access to the net only from Windows 98 and want to take advantage
  of all the ported apps, but I dont have the sources on cd. Is there a
  way (and where) to download the ported tgz files? I have installed the
  Port Collection and just need the right sources.
 
  Any help on this subject would be very welcome!
  Scottman
 
 After fetching the source packages manually you must copy them to the
 /usr/ports/distfiles directory; some ports use specific subdirectories
 within /usr/ports/distfiles.
 

And to get the list of files to download do a make fetch-list in the
right directory.

-- 

  Dan Pelleg

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: How to use Port Collection without cd-rom and internet

2003-01-30 Thread Mike Meyer
In [EMAIL PROTECTED], Dan Pelleg [EMAIL PROTECTED] typed:
 Konrad Heuer [EMAIL PROTECTED] writes:
 
  On Thu, 30 Jan 2003 [EMAIL PROTECTED] wrote:
  
   Hi,
  
   I have access to the net only from Windows 98 and want to take advantage
   of all the ported apps, but I dont have the sources on cd. Is there a
   way (and where) to download the ported tgz files? I have installed the
   Port Collection and just need the right sources.
  
   Any help on this subject would be very welcome!
   Scottman
  
  After fetching the source packages manually you must copy them to the
  /usr/ports/distfiles directory; some ports use specific subdirectories
  within /usr/ports/distfiles.
  
 
 And to get the list of files to download do a make fetch-list in the
 right directory.

Try make fetch-recursive-list to get a list of the files to download
for that port and all of it's dependencies.

I'd also recommend installing from packages whenever possible in that
situation. You can get a list of the packages that a port depends on
with make package-depends-list.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message