diff options
author | sat <sat@FreeBSD.org> | 2006-06-03 22:46:35 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-03 22:46:35 +0800 |
commit | 505481d25e1b89a848e1d8a77f378f27676e214b (patch) | |
tree | 0dc9f0cd33d405e36587418583368e46bcb70e60 /Mk/bsd.sites.mk | |
parent | 71605744a30fb7e2308ec51d11ef3db636f3dc99 (diff) | |
download | freebsd-ports-gnome-505481d25e1b89a848e1d8a77f378f27676e214b.tar.gz freebsd-ports-gnome-505481d25e1b89a848e1d8a77f378f27676e214b.tar.zst freebsd-ports-gnome-505481d25e1b89a848e1d8a77f378f27676e214b.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>
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 14 |
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/ \ |