Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2013 12:24:53 GMT
From:      "r4721@tormail.org" <r4721@tormail.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179330: [patch] update mirror list for vim
Message-ID:  <201306051224.r55COrFm012445@oldred.freebsd.org>
Resent-Message-ID: <201306051230.r55CU12n030545@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179330
>Category:       ports
>Synopsis:       [patch] update mirror list for vim
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 05 12:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     r4721@tormail.org
>Release:        
>Organization:
>Environment:
>Description:
attempt to address some complaints about slow fetching.
* sync mirror list with official list
* remove all dead or incomplete mirrors
* remove all http mirrors that take > 1 second to serve a file
* remove all ftp mirrors that take > 5 seconds to serve a file

the ftp mirrors are on average, 6x slower than http mirrors. removing them
entirely was thought of as a possible way to speed url generation, but benchmark
showed less than 1% speed improvement for fetch-urlall-list.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Mk/bsd.sites.mk
===================================================================
--- Mk/bsd.sites.mk	(revision 319958)
+++ Mk/bsd.sites.mk	(working copy)
@@ -1329,37 +1329,31 @@
 .endif
 
 # List:		http://www.vim.org/mirrors.php
-# Updated:	2013-01-03
+# Updated:	2013 Mar 01
 .if !defined(IGNORE_MASTER_SITE_VIM)
 MASTER_SITE_VIM+= \
+	http://ftp.vim.org/pub/vim/unix/ \
 	http://artfiles.org/vim.org/unix/ \
 	http://ftp.gr.vim.org/pub/vim/unix/ \
-	http://ftp.stut.edu.tw/vim/unix/ \
 	http://ftp.tw.vim.org/pub/vim/unix/ \
 	http://ftp.vim.ossmirror.de/pub/vim/unix/ \
-	http://ftp2.jp.vim.org/pub/vim/unix/ \
-	http://ftp2.kr.vim.org/pub/vim/unix/ \
-	http://ftp2.tw.vim.org/pub/vim/unix/ \
 	http://ftp2.uk.vim.org/pub/vim/unix/ \
+	http://mirror.yongbok.net/pub/vim/unix/ \
 	http://servingzone.com/mirrors/vim/unix/ \
 	http://tweedo.com/mirror/ftp.vim.org/unix/ \
 	http://vim.cybermirror.org/unix/ \
 	http://vim.mirror.fr/unix/ \
 	ftp://artfiles.org/vim.org/unix/ \
-	ftp://ftp.ar.vim.org/pub/vim/unix/ \
 	ftp://ftp.ca.vim.org/pub/vim/unix/ \
 	ftp://ftp.de.vim.org/unix/ \
-	ftp://ftp.gr.vim.org/pub/vim/unix/ \
-	ftp://ftp.is.vim.org/pub/vim/unix/ \
 	ftp://ftp.jp.vim.org/pub/vim/unix/ \
+	ftp://ftp.nl.vim.org/pub/vim/unix/ \
 	ftp://ftp.pl.vim.org/pub/vim/unix/ \
-	ftp://ftp.stut.edu.tw/pub/vim/unix/ \
 	ftp://ftp.uk.vim.org/pub/vim/unix/ \
-	ftp://ftp.za.vim.org/mirrors/ftp.vim.org/unix/ \
-	ftp://ftp2.kr.vim.org/pub/vim/unix/ \
 	ftp://ftp2.tw.vim.org/pub/vim/unix/ \
 	ftp://ftp2.uk.vim.org/pub/vim/unix/ \
 	ftp://ftp3.de.vim.org/pub/vim/unix/ \
+	ftp://mirror.yongbok.net/pub/vim/unix/ \
 	ftp://vim.tsu.ru/pub/vim/unix/
 .endif
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306051224.r55COrFm012445>