aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-06-03 14:46:35 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-06-03 14:46:35 +0000
commit15cb428128c2209cc92c9a096c683a86e81211d8 (patch)
treef8583cf31b886ba7f931224163b7a689207d2125 /Mk/bsd.sites.mk
parent3868bdc5d1b912e555d959c8ee0e631308745d5a (diff)
downloadports-15cb428128c2209cc92c9a096c683a86e81211d8.tar.gz
ports-15cb428128c2209cc92c9a096c683a86e81211d8.zip
- Add MASTER_SITE_TUCOWS. It is a big repository of old/outdated/abandoned
software. For now sysutils/wmcube will use it. Last time I checked there were at least a dozen of other ports which can be fetched from there. PR: ports/94178 Submitted by: Shaun Amott <shaun@inerd.com>
Notes
Notes: svn path=/head/; revision=164292
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 0c6c49f9df84..691d9806630e 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -1155,6 +1155,20 @@ MASTER_SITE_THEMES+= \
ftp://gd.tuwien.ac.at/opsys/linux/freshmeat/themes/%SUBDIR%/
.endif
+.if !defined(IGNORE_MASTER_SITE_TUCOWS)
+.for mirror in chariot ns-linux iinets easyhost bihnet pucpr cdli olivant otenet hellasonline pihk \
+ cyberec panservice fastweb mclink kasnet wananchi latvia uunetnl wish bit vianl introweb \
+ dekooi inspirenet pl-task clix simplesnet netvisao idilis rdstm atk saix mweb mundo-r gva \
+ dataphone ankara tulumba tr-net mintac epix theplanet wcn ukms blueyonder
+MASTER_SITE_TUCOWS+= \
+ http://${mirror}.linux.tucows.com/files/%SUBDIR%/
+.endfor
+MASTER_SITE_TUCOWS+= \
+ http://linuxberg.nexicom.net/files/%SUBDIR%/ \
+ http://linuxberg.xs4all.nl/files/%SUBDIR%/ \
+ http://linuxberg.ua.pt/files/%SUBDIR%/
+.endif
+
.if !defined(IGNORE_MASTER_SITE_VIM)
MASTER_SITE_VIM+= \
ftp://ftp.vim.org/pub/vim/unix/ \