RE: No ports without ftp ?

2005-02-27 Thread Subhro

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Claudiu Bichir
 Sent: Sunday, February 27, 2005 23:12
 To: freebsd-questions@freebsd.org
 Subject: No ports without ftp ?
 
 Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any
 chance for me to install aplications from ports ?
 Thank you !

Not all ports are from ftp sources. And generally allwell...most of them
have a http mirror as well.

Regards,
S.

Indian Institute of Information Technology
Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


Re: No ports without ftp ?

2005-02-27 Thread James Alexander Cook
On Sun, Feb 27, 2005 at 09:41:42AM -0800, Claudiu Bichir wrote:
 Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any chance 
 for me to install aplications from ports ?
 Thank you !
 
   
 -
 Do you Yahoo!?
  Read only the mail you want - Yahoo! Mail SpamGuard.

$ cd /usr/ports/www/zope
$ make
= Zope-2.7.4-0.tgz doesn't seem to exist in /usr/ports/distfiles/zope.
= Attempting to fetch from http://www.zope.org/Products/Zope/2.7.4/.
^C
$ 

Generally, when make tries to fetch a file, it will tell you where that file
should end up, and where it's getting it from.

If you manually download
http://www.zope.org/Products/Zope/2.7.4/Zope-2.7.4-0.tgz to
/usr/ports/distfiles/zope from somewhere with an unblocked connection, then
make will verify that the file has the correct checksum, and if so, won't try
to fetch it since it's already there.

(This is a bad example, since this port uses http anyway... but you get the
idea.)

- James Cook
  [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]