Re: Which FTPs are most used by ports?

2008-05-13 Thread RW
On Mon, 12 May 2008 22:15:16 -0400
Francisco Reyes <[EMAIL PROTECTED]> wrote:

> I am about to install FreeBSD at a new job. They block ftp, along
> with most other ports.

You can set MASTER_SITE_REGEX= ^http: if you have http access. And fetch
also supports ftp requests over http, if you have access to an http
proxy that supports it

> I may be able to get a whole open for the freebsd server to be able
> to ftp from some specific machines. Any suggestions what machines I
> should add to the list?
> 
> For programs I know about I plan to do "make fetch-recursive" at home
> and then copy the /usr/ports/distfile directory.

make checksum-recursive is better
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Which FTPs are most used by ports?

2008-05-12 Thread Sahil Tandon
* Francisco Reyes <[EMAIL PROTECTED]> [05-12-2008]:

> I am about to install FreeBSD at a new job. They block ftp, along with 
> most other ports.
>
> I may be able to get a whole open for the freebsd server to be able to 
> ftp from some specific machines. Any suggestions what machines I should 
> add to the list?
  
You mean FTP *to* (and not "from") specific machines, right?  And what 
about HTTP?  If you look in just a few Makefiles, you'll notice that 
MASTER_SITES vary with each port (CPAN, SF and a few others might appear 
often), so unless you know exactly which ports you will install, this will 
be tough.  For example, see output of:

   % find /usr/ports/ports-mgmt/ -name Makefile | xargs egrep MASTER_SITE

-- 
Sahil Tandon <[EMAIL PROTECTED]>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"