freebsd-ports/Mk/bsd.sites.mk

665 lines
31 KiB
Makefile
Raw Normal View History

(1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When INSTALL_SHLIBS is set, ldconfig is automatically called from post-install and necessary @exec and @unexec lines are added to PLIST. Requested by: lioux@uol.com.br Reviewed by: the ports list, in particular sobomax (1a) Add PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} to PLIST_SUB. These are needed by INSTALL_SHLIBS, but also could be useful in general. (2) Move master/mirror site definitions to bsd.sites.mk and include it from bsd.port.mk. Open bsd.sites.mk to other committers. Submitted by: reg (2a) Add MASTER_SITE_SOURCEFORGE. Submitted by: sobomax (who wrote SORCEFORGE, but I assume that's a typo :) (2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from peoples' ~user/public_distfiles on freefall. Add two mirrors (Japan and Germany). Requested by: obrien (moving) Submitted by: will (German mirror) (3) Simplify definition of PKGBASE since it can now be defined as simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of sed'ing out the version number from ${PKGNAME}. Submitted by: hoek (4) Remove unnecessary targets prefix and mtree-file, which can be implemented as "make -V PREFIX" and "make -V MTREE_FILE", respectively. Don't define MTREE_FILE when NO_MTREE is set so "make -V MTREE_FILE" won't print out anything. (5) Various minor typo and grammar fixes. (6) Define NONEXISTENT?=/nonexistent. This will help quiet portlint warnings, among other things.
2000-06-14 04:14:49 +02:00
# bsd.sites.mk - Popular master sites.
#
# This file does not have any designated maintainer, so feel free to
# commit to it yourself. However, it is generally a good idea to
2002-10-15 19:27:15 +02:00
# notify the principal maintainer in case you have a change to one of
(1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When INSTALL_SHLIBS is set, ldconfig is automatically called from post-install and necessary @exec and @unexec lines are added to PLIST. Requested by: lioux@uol.com.br Reviewed by: the ports list, in particular sobomax (1a) Add PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} to PLIST_SUB. These are needed by INSTALL_SHLIBS, but also could be useful in general. (2) Move master/mirror site definitions to bsd.sites.mk and include it from bsd.port.mk. Open bsd.sites.mk to other committers. Submitted by: reg (2a) Add MASTER_SITE_SOURCEFORGE. Submitted by: sobomax (who wrote SORCEFORGE, but I assume that's a typo :) (2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from peoples' ~user/public_distfiles on freefall. Add two mirrors (Japan and Germany). Requested by: obrien (moving) Submitted by: will (German mirror) (3) Simplify definition of PKGBASE since it can now be defined as simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of sed'ing out the version number from ${PKGNAME}. Submitted by: hoek (4) Remove unnecessary targets prefix and mtree-file, which can be implemented as "make -V PREFIX" and "make -V MTREE_FILE", respectively. Don't define MTREE_FILE when NO_MTREE is set so "make -V MTREE_FILE" won't print out anything. (5) Various minor typo and grammar fixes. (6) Define NONEXISTENT?=/nonexistent. This will help quiet portlint warnings, among other things.
2000-06-14 04:14:49 +02:00
# the software environments (KDE, GNOME, etc.).
#
# Also, this file is included from bsd.port.mk for all invocations, so
# committing a syntax error to this file is a cardinal sin, and will
# be punished accordingly. DO NOT COMMIT SOMETHING YOU HAVEN'T TESTED.
# You have been warned. :)
#
# $FreeBSD$
#
# Where to put distfiles that don't have any other master site
MASTER_SITE_LOCAL+= \
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
2002-12-25 07:44:28 +01:00
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/
# ftp://ftp.nectec.or.th/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/
(1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When INSTALL_SHLIBS is set, ldconfig is automatically called from post-install and necessary @exec and @unexec lines are added to PLIST. Requested by: lioux@uol.com.br Reviewed by: the ports list, in particular sobomax (1a) Add PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} to PLIST_SUB. These are needed by INSTALL_SHLIBS, but also could be useful in general. (2) Move master/mirror site definitions to bsd.sites.mk and include it from bsd.port.mk. Open bsd.sites.mk to other committers. Submitted by: reg (2a) Add MASTER_SITE_SOURCEFORGE. Submitted by: sobomax (who wrote SORCEFORGE, but I assume that's a typo :) (2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from peoples' ~user/public_distfiles on freefall. Add two mirrors (Japan and Germany). Requested by: obrien (moving) Submitted by: will (German mirror) (3) Simplify definition of PKGBASE since it can now be defined as simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of sed'ing out the version number from ${PKGNAME}. Submitted by: hoek (4) Remove unnecessary targets prefix and mtree-file, which can be implemented as "make -V PREFIX" and "make -V MTREE_FILE", respectively. Don't define MTREE_FILE when NO_MTREE is set so "make -V MTREE_FILE" won't print out anything. (5) Various minor typo and grammar fixes. (6) Define NONEXISTENT?=/nonexistent. This will help quiet portlint warnings, among other things.
2000-06-14 04:14:49 +02:00
MASTER_SITE_PORTS_JP+= \
ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \
ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/
##
## KEEP THIS LIST SORTED
##
MASTER_SITE_AFTERSTEP+= \
ftp://ftp.afterstep.org/%SUBDIR%/ \
ftp://ftp.digex.net/pub/X11/window-managers/afterstep/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/X11/AfterStep/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/X11/windowmanagers/afterstep/%SUBDIR%/
MASTER_SITE_APACHE+= \
http://nagoya.apache.org/dist/%SUBDIR%/
MASTER_SITE_APACHE_HTTPD+= \
http://www.apache.org/dist/httpd/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.planetmirror.com/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.pop-mg.com.br/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.gin.cz/pub/mirrors/www.apache.org/dist/httpd/%SUBDIR%/ \
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/httpd/%SUBDIR%/ \
ftp://ftp.apache.de/mirrors/dev.apache.org/dist/httpd/%SUBDIR%/ \
ftp://ftp.cs.tu-berlin.de/pub/net/www/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.dkuug.dk/pub/apache/httpd/%SUBDIR%/ \
ftp://sunsite.auc.dk/pub/infosystems/www/apache/dist/httpd/%SUBDIR%/ \
ftp://mir1.ovh.net/ftp.apache.org/dist/httpd/%SUBDIR%/ \
ftp://ftp.forthnet.gr/pub/www/apache/dist/httpd/%SUBDIR%/ \
ftp://sunsite.srce.hr/mirrors/ftp.apache.org/apache/dist/httpd/%SUBDIR%/ \
ftp://ebizlab.hit.bme.hu/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/httpd/%SUBDIR%/ \
ftp://ftp.esat.net/mirrors/ftp.apache.org/dist/httpd/%SUBDIR%/ \
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/httpd/%SUBDIR%/ \
ftp://ftp.rhnet.is/pub/apache/httpd/%SUBDIR%/ \
ftp://apache.theomnistore.com/mirror/apache/dist/httpd/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/dist/httpd/&,} \
ftp://ftp.nuri.net/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.sogang.ac.kr/www/apache/dist/httpd/%SUBDIR%/ \
ftp://apache.unam.mx/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.azc.uam.mx/mirrors/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.task.gda.pl/pub/www/apache/dist/httpd/%SUBDIR%/ \
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.ist.utl.pt/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.telepac.pt/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/dist/httpd/%SUBDIR%/ \
ftp://ftp.opsynet.com/linux/apache/dist/httpd/%SUBDIR%/ \
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/httpd/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/WWW/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/www/servers/apache/dist/httpd/%SUBDIR%/ \
ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.flirble.org/pub/web/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.gbnet.net/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.plig.net/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://mirrors.rmplc.co.uk/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://apache.secsup.org/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://apache.valueclick.com/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.apache.inetcosmos.org/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/httpd/%SUBDIR%/ \
ftp://ftp.epix.net/pub/apache/httpd/%SUBDIR%/ \
ftp://ftp.rge.com/pub/infosystems/apache/httpd/%SUBDIR%/ \
ftp://ftp.tux.org/pub/net/apache/dist/httpd/%SUBDIR%/ \
ftp://mirror.telentente.com/pub/apache/dist/httpd/%SUBDIR%/ \
ftp://www.ibiblio.org/pub/packages/infosystems/WWW/servers/apache/httpd/%SUBDIR%/ \
ftp://ftp.saix.net/pub/apache/dist/httpd/%SUBDIR%/ \
${MASTER_SITE_APACHE:S,dist/%SUBDIR%,mirror/httpd/%SUBDIR%,}
MASTER_SITE_APACHE_JAKARTA+= \
http://jakarta.apache.org/builds/%SUBDIR%/ \
${MASTER_SITE_APACHE:S,%SUBDIR%,jakarta/&,}
MASTER_SITE_APACHE_XML+= \
http://xml.apache.org/dist/%SUBDIR%/ \
${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,}
MASTER_SITE_COMP_SOURCES+= \
ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/Unix/com.sources.%SUBDIR%/ \
ftp://ftp.uu.net/usenet/comp.sources.%SUBDIR%/ \
ftp://ftp.funet.fi/pub/archive/comp.sources.%SUBDIR%/ \
ftp://rtfm.mit.edu/pub/usenet/comp.sources.%SUBDIR%/
MASTER_SITE_DEBIAN+= \
ftp://ftp.us.debian.org/debian/%SUBDIR%/ \
${MASTER_SITE_DEBIAN_NON_US:S,/debian-non-US/,/debian/,}
MASTER_SITE_DEBIAN_NON_US+= \
ftp://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.br.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.dk.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.ee.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.es.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.fi.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.fr.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.hu.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.is.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.nl.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.no.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.nz.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.pl.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.ru.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.se.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.si.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp2.it.debian.org/debian-non-US/%SUBDIR%/
MASTER_SITE_FESTIVAL+= \
http://www.festvox.org/packed/festival/%SUBDIR%/ \
http://www.speech.cs.cmu.edu/festival/cstr/festival/%SUBDIR%/ \
ftp://ftp.leb.net/pub/blinux/festival/mirror.festival_home/%SUBDIR%/ \
ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.festival_home/%SUBDIR%/ \
ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/mirror.festival_home/%SUBDIR%/
MASTER_SITE_FESTIVAL_OGI+= \
ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \
ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \
ftp://cslu.cse.ogi.edu/pub/tts/
#
# FreeBSD mirror sites
#
# For the full list, see the Handbook:
#
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
#
MASTER_SITE_FREEBSD_ORG+= \
ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.nectec.or.th/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,FreeBSD/&,}
2002-10-19 20:54:45 +02:00
MASTER_SITE_GCC+= \
${MASTER_SITE_SOURCEWARE:S,%SUBDIR%,gcc/&,} \
ftp://gcc.gnu.org/pub/gcc/%SUBDIR%/ \
ftp://ftp.iij.ad.jp/pub/gcc/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/lang/gcc/%SUBDIR%/
MASTER_SITE_GNOME+= \
http://archive.progeny.com/GNOME/%SUBDIR%/ \
http://ftp.rpmfind.net/linux/gnome.org/%SUBDIR%/ \
ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \
http://fr.rpmfind.net/linux/gnome.org/%SUBDIR%/ \
http://ftp.linux.org.uk/mirrors/ftp.gnome.org/%SUBDIR%/ \
http://planetmirror.com/pub/GNOME/%SUBDIR%/ \
ftp://ftp.dit.upm.es/linux/gnome/%SUBDIR%/ \
2001-03-20 21:04:49 +01:00
ftp://ftp.dataplus.se/pub/linux/gnome/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/X11/gnome/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/X/gnome/%SUBDIR%/ \
http://mirror.aarnet.edu.au/pub/GNOME/%SUBDIR%/ \
ftp://ftp.tuwien.ac.at/linux/gnome.org/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/gnome/&,} \
ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \
2002-10-19 01:09:20 +02:00
MASTER_SITE_GNU+= \
ftp://ftp.gnu.org/gnu/%SUBDIR%/ \
ftp://gatekeeper.dec.com/pub/GNU/%SUBDIR%/ \
ftp://ftp.uu.net/archive/systems/gnu/%SUBDIR%/ \
ftp://ftp.de.uu.net/pub/gnu/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/gnu/prep/%SUBDIR%/ \
ftp://ftp.leo.org/pub/comp/os/unix/gnu/%SUBDIR%/ \
ftp://ftp.digex.net/pub/gnu/%SUBDIR%/ \
ftp://ftp.wustl.edu/mirrors/gnu/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/pub/gnu/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/GNU/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,GNU/&,} \
ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/gnu/%SUBDIR%/ \
ftp://sunsite.org.uk/Mirrors/ftp.gnu.org/pub/gnu/%SUBDIR%/ \
ftp://ftp.informatik.hu-berlin.de/pub/gnu/%SUBDIR%/ \
ftp://ftp.rediris.es/mirror/gnu/%SUBDIR%/ \
ftp://ftp.lip6.fr/pub/gnu/%SUBDIR%/ \
ftp://ftp.tuwien.ac.at/linux/gnu/gnusrc/%SUBDIR%/ \
2002-10-19 01:09:20 +02:00
ftp://ftp.chg.ru/pub/gnu/%SUBDIR%/
2003-02-15 11:48:28 +01:00
MASTER_SITE_GNUPG+= \
ftp://gd.tuwien.ac.at/privacy/gnupg/%SUBDIR%/ \
ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \
http://ftp.planetmirror.com/pub/gnupg/%SUBDIR%/ \
http://sunsite.dk/pub/security/gcrypt/%SUBDIR%/ \
http://www.mirrors.wiretapped.net/security/cryptography/apps/pgp/GnuPG/%SUBDIR%/ \
http://public.ftp.planetmirror.com/pub/gnupg/ \
http://ftp.linux.it/pub/mirrors/gnupg/%SUBDIR%/ \
ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \
http://ftp.hi.is/pub/mirrors/gnupg/%SUBDIR%/ \
ftp://pgp.iijlab.net/pub/%SUBDIR%/ \
ftp://ftp.demon.nl/pub/mirrors/gnupg/%SUBDIR%/ \
ftp://ftp.ayamura.org/pub/gnupg/%SUBDIR%/ \
ftp://ftp.planetmirror.com/pub/gnupg/%SUBDIR%/ \
ftp://sunsite.dk/pub/security/gcrypt/%SUBDIR%/ \
ftp://ftp.gnupg.cz/pub/gcrypt/%SUBDIR%/ \
ftp://gnupg.x-zone.org/pub/gnupg/%SUBDIR%/ \
ftp://ftp.jyu.fi/pub/crypt/gcrypt/%SUBDIR%/ \
ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \
ftp://igloo.linux.gr/pub/crypto/gnupg/%SUBDIR%/ \
ftp://ftp.hi.is/pub/mirrors/gnupg/%SUBDIR%/ \
ftp://hal.csd.auth.gr/mirrors/gnupg/%SUBDIR%/ \
ftp://ftp.demon.nl/pub/mirrors/gnupg/%SUBDIR%/ \
ftp://ftp.surfnet.nl/pub/security/gnupg/%SUBDIR%/ \
ftp://sunsite.icm.edu.pl/pub/security/gnupg/%SUBDIR%/ \
ftp://ftp.mirror.ac.uk/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \
ftp://sunsite.cnlab-switch.ch/mirror/gcrypt/%SUBDIR%/ \
ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,}
MASTER_SITE_ISC+= \
ftp://ftp.isc.org/isc/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/infosys/servers/isc/%SUBDIR%/ \
ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \
ftp://ftp.grolier.fr/pub/isc/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.fsn.hu/pub/isc/%SUBDIR%/ \
ftp://ftp.kyushu-u.ac.jp/pub/Net/isc/%SUBDIR%/ \
ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/net/isc/%SUBDIR%/ \
ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \
ftp://ftp.linux.lv/pub/software/isc/%SUBDIR%/ \
ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.si.uniovi.es/mirror/isc/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \
ftp://ftp.chl.chalmers.se/pub/unix/network/isc/%SUBDIR%/ \
ftp://unix.hensa.ac.uk/mirrors/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.epix.net/pub/isc/%SUBDIR%/ \
ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \
ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.nl.uu.net/pub/mirrors/ftp.isc.org/%SUBDIR%/ \
ftp://ftp.pop-mg.com.br/pub/isc/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ \
ftp://ftp.metu.edu.tr/pub/mirrors/ftp.isc.org/%SUBDIR%/
MASTER_SITE_KDE+= \
ftp://ftp.us.kde.org/pub/kde/%SUBDIR%/ \
ftp://ftp.kde.org/pub/kde/%SUBDIR%/ \
ftp://ibiblio.org/pub/packages/desktops/kde/%SUBDIR%/ \
ftp://ftp.gtlib.cc.gatech.edu/pub/kde/%SUBDIR%/ \
ftp://mirrors.midco.net/pub/kde/%SUBDIR%/ \
ftp://ftp.oregonstate.edu/pub/kde/%SUBDIR%/ \
ftp://download.uk.kde.org/pub/kde/%SUBDIR%/ \
ftp://download.au.kde.org/pub/kde/%SUBDIR%/ \
ftp://download.at.kde.org/pub/kde/%SUBDIR%/ \
ftp://ftp.eu.uu.net/pub/kde/%SUBDIR%/ \
ftp://ftp.tiscali.nl/pub/mirrors/kde/%SUBDIR%/ \
ftp://ftp.roedu.net/pub/mirrors/ftp.kde.org/%SUBDIR%/ \
ftp://ftp.rediris.es/mirror/kde/%SUBDIR%/ \
ftp://ftp.du.se/pub/mirrors/kde/%SUBDIR%/ \
ftp://download.tw.kde.org/pub/kde/%SUBDIR%/
MASTER_SITE_MOZILLA+= \
2002-03-16 10:09:51 +01:00
http://download.mozilla.org/pub/%SUBDIR%/ \
ftp://ftp.mozilla.org/pub/%SUBDIR%/ \
ftp://sunsite.utk.edu/pub/netscape-source/%SUBDIR%/ \
ftp://ftp.informatik.uni-bonn.de/pub/www/mozilla/%SUBDIR%/ \
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.mozilla.org/pub/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.mozilla.org/pub/%SUBDIR%/ \
ftp://ftp.sunsite.kth.se/archive/www/ftp.mozilla.org/%SUBDIR%/ \
ftp://ftp2.sinica.edu.tw/pub3/www/mozilla/%SUBDIR%/ \
ftp://ftp.is.co.za/networking/info-service/www/clients/netscape/mozilla/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/mozilla/&,} \
ftp://ftp.rediris.es/mirror/mozilla/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/WWW/mozilla/%SUBDIR%/
MASTER_SITE_NETBSD+= \
ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://gatekeeper.dec.com/pub/BSD/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.iastate.edu/pub/netbsd/packages/distfiles/%SUBDIR%/ \
ftp://netbsd.stevens-tech.edu/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.plig.net/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.bme.hu/OS/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.unina.it/pub/Unix/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.uninett.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://sunsite.uio.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://gort.ludd.luth.se/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.sunsite.org.uk/Mirrors/ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.demon.co.uk/pub/mirrors/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.uk.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,NetBSD/packages/distfiles/&,} \
ftp://ftp.dti.ad.jp/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.sra.co.jp/pub/os/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.iij.ad.jp/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.itjit.ne.jp/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://melanoma.cs.rmit.edu.au/pub/NetBSD/packages/distfiles/%SUBDIR%/ \
ftp://ftp.nectec.or.th/pub/bsd-distributions/NetBSD/packages/distfiles/%SUBDIR%/
MASTER_SITE_NETSCAPE+= \
ftp://ftp.ciril.fr/pub2/netscape/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/unix/network/www/netscape/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/www/Netscape/%SUBDIR%/ \
ftp://ftp.uit.no/pub/www/Netscape/%SUBDIR%/ \
ftp://ftp.uni-bielefeld.de/pub/netscape/%SUBDIR%/ \
ftp://ftp.uniovi.es/pub/netscape/%SUBDIR%/ \
ftp://sunsite.cnlab-switch.ch/mirror/netscape/%SUBDIR%/ \
ftp://sunsite.tus.ac.jp/pub/archives/WWW/netscape/%SUBDIR%/ \
ftp://ftp.mirror.ac.uk/sites/ftp.netscape.com/pub/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/www/Netscape/%SUBDIR%/ \
ftp://ftp.fct.unl.pt/.1/Netscape/%SUBDIR%/ \
ftp://sunsite.tut.fi/pub/Mirror/mirrorsite.netscape.com/pub/%SUBDIR%/ \
ftp://sunfreeware.unam.mx/pub/Netscape/%SUBDIR%/ \
ftp://ftp.fh-wolfenbuettel.de/pub/www/netscape/%SUBDIR%/ \
ftp://ftp.cyf-kr.edu.pl/pub/mirror/netscape/%SUBDIR%/ \
ftp://ftp.rz.uni-karlsruhe.de/pub/mirror/ftp.netscape.com/pub/%SUBDIR%/ \
ftp://ftp.gftp.netscape.com/pub/%SUBDIR%/ \
ftp://ftpnscp.newaol.com/pub/%SUBDIR%/ \
ftp://ftp.hu-berlin.de/pub/www/netscape/%SUBDIR%/ \
ftp://ftp.nsysu.edu.tw/Netscape/%SUBDIR%/ \
ftp://ftp.uniroma2.it/%7bC/Netscape/%SUBDIR%/ \
ftp://ftp.ut.ee/pub/WWW/netscape/%SUBDIR%/ \
ftp://ftp.skynet.be/mirror2/netscape/%SUBDIR%/ \
ftp://ftp.uni-bremen.de/pub/mirrors/ftp.netscape.com/pub/%SUBDIR%/ \
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.netscape.com/pub/%SUBDIR%/
MASTER_SITE_PACKETSTORM+= \
http://packetstorm.linuxsecurity.com/%SUBDIR%/ \
http://packetstorm.dnsi.info/%SUBDIR%/ \
http://packetstorm.decepticons.org/%SUBDIR%/ \
http://packetstormsecurity.nl/%SUBDIR%/ \
http://packetstorm.acm.miami.edu/%SUBDIR%/ \
http://packetstormsecurity.org.pk/%SUBDIR%/ \
http://packetstorm.security-guide.de/%SUBDIR%/ \
http://packetstorm.globalhostnet.com/%SUBDIR%/ \
http://packetstormsecurity.com.ar/%SUBDIR%/ \
http://packetstorm.nulldetector.com/%SUBDIR%/ \
http://packetstormsecurity.packetstorm.org/%SUBDIR%/
(1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When INSTALL_SHLIBS is set, ldconfig is automatically called from post-install and necessary @exec and @unexec lines are added to PLIST. Requested by: lioux@uol.com.br Reviewed by: the ports list, in particular sobomax (1a) Add PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} to PLIST_SUB. These are needed by INSTALL_SHLIBS, but also could be useful in general. (2) Move master/mirror site definitions to bsd.sites.mk and include it from bsd.port.mk. Open bsd.sites.mk to other committers. Submitted by: reg (2a) Add MASTER_SITE_SOURCEFORGE. Submitted by: sobomax (who wrote SORCEFORGE, but I assume that's a typo :) (2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from peoples' ~user/public_distfiles on freefall. Add two mirrors (Japan and Germany). Requested by: obrien (moving) Submitted by: will (German mirror) (3) Simplify definition of PKGBASE since it can now be defined as simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of sed'ing out the version number from ${PKGNAME}. Submitted by: hoek (4) Remove unnecessary targets prefix and mtree-file, which can be implemented as "make -V PREFIX" and "make -V MTREE_FILE", respectively. Don't define MTREE_FILE when NO_MTREE is set so "make -V MTREE_FILE" won't print out anything. (5) Various minor typo and grammar fixes. (6) Define NONEXISTENT?=/nonexistent. This will help quiet portlint warnings, among other things.
2000-06-14 04:14:49 +02:00
MASTER_SITE_PERL_CPAN+= \
http://www.cpan.dk/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,lang/perl/CPAN/modules/by-module/&,} \
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://mirror.hiwaay.net/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.bora.net/pub/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://bioinfo.weizmann.ac.il/pub/software/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.ucr.ac.cr/pub/Unix/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/%SUBDIR%/ \
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/%SUBDIR%/ \
ftp://ftp.is.co.za/programming/perl/CPAN/modules/by-module/%SUBDIR%/ \
http://cpan.shellhung.org/modules/by-module/%SUBDIR%/ \
http://at.cpan.org/modules/by-module/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/%SUBDIR%/
(1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When INSTALL_SHLIBS is set, ldconfig is automatically called from post-install and necessary @exec and @unexec lines are added to PLIST. Requested by: lioux@uol.com.br Reviewed by: the ports list, in particular sobomax (1a) Add PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} to PLIST_SUB. These are needed by INSTALL_SHLIBS, but also could be useful in general. (2) Move master/mirror site definitions to bsd.sites.mk and include it from bsd.port.mk. Open bsd.sites.mk to other committers. Submitted by: reg (2a) Add MASTER_SITE_SOURCEFORGE. Submitted by: sobomax (who wrote SORCEFORGE, but I assume that's a typo :) (2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from peoples' ~user/public_distfiles on freefall. Add two mirrors (Japan and Germany). Requested by: obrien (moving) Submitted by: will (German mirror) (3) Simplify definition of PKGBASE since it can now be defined as simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of sed'ing out the version number from ${PKGNAME}. Submitted by: hoek (4) Remove unnecessary targets prefix and mtree-file, which can be implemented as "make -V PREFIX" and "make -V MTREE_FILE", respectively. Don't define MTREE_FILE when NO_MTREE is set so "make -V MTREE_FILE" won't print out anything. (5) Various minor typo and grammar fixes. (6) Define NONEXISTENT?=/nonexistent. This will help quiet portlint warnings, among other things.
2000-06-14 04:14:49 +02:00
MASTER_SITE_PGSQL+= \
ftp://ftp3.us.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp5.us.postgresql.org/pub/PostgreSQL/%SUBDIR%/ \
ftp://ftp10.us.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp13.us.postgresql.org/mirror/postresql/%SUBDIR%/ \
ftp://ftp15.us.postgresql.org/%SUBDIR%/ \
ftp://ftp8.us.postgresql.org/pub/pgsql/%SUBDIR%/ \
ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \
ftp://ftp.se.postgresql.org/pub/database/relational/postgresql/%SUBDIR%/ \
ftp://ftp2.ch.postgresql.org/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.de.postgresql.org/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \
ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/%SUBDIR%/ \
ftp://ftp.us.postgresql.org/%SUBDIR%/ \
ftp://ftp.au.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/%SUBDIR%/ \
ftp://ftp.be.postgresql.org/postgresql/%SUBDIR%/ \
ftp://ftp3.ca.postgresql.org/pub/%SUBDIR%/ \
ftp://ftp.cl.postgresql.org/pub/GNU/pgsql/%SUBDIR%/ \
ftp://ftp2.cr.postgresql.org/pub/Unix/postgres/%SUBDIR%/ \
ftp://ftp.cz.postgresql.org/pub/ftp.postgresql.org/%SUBDIR%/ \
ftp://ftp2.cz.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.dk.postgresql.org/mirrors/postgresql/%SUBDIR%/ \
ftp://ftp2.dk.postgresql.org/pub/PostgreSQL/%SUBDIR%/ \
ftp://ftp.ee.postgresql.org/mirrors/postgresql/%SUBDIR%/ \
ftp://ftp.fr.postgresql.org/%SUBDIR%/ \
ftp://ftp2.fr.postgresql.org/postgresql/%SUBDIR%/ \
ftp://ftp2.de.postgresql.org/pub/comp/os/unix/database/postgresql/%SUBDIR%/ \
ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/%SUBDIR%/ \
ftp://ftp4.de.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.hk.postgresql.org/postgresql/%SUBDIR%/ \
ftp://ftp.hu.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp2.is.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/%SUBDIR%/ \
ftp://ftp2.ie.postgresql.org/mirrors/ftp.postgresql.org/%SUBDIR%/ \
ftp://ftp.il.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.it.postgresql.org/mirror/postgresql/%SUBDIR%/ \
ftp://ftp2.it.postgresql.org/mirrors/postgres/%SUBDIR%/ \
ftp://ftp3.it.postgresql.org/postgresql/%SUBDIR%/ \
ftp://ftp.jp.postgresql.org/%SUBDIR%/ \
ftp://ftp6.jp.postgresql.org/postgresql/%SUBDIR%/ \
ftp://ftp.kr.postgresql.org/mirror/database/postgresql/%SUBDIR%/ \
ftp://ftp6.kr.postgresql.org/mirror/database/postgresql/%SUBDIR%/ \
ftp://ftp.mx.postgresql.org/pub/postgresql/software/%SUBDIR%/ \
ftp://ftp.eu.postgresql.org/pub/unix/db/postgresql/%SUBDIR%/ \
ftp://ftp.nl.postgresql.org/pub/mirror/postgresql/%SUBDIR%/ \
ftp://ftp2.nl.postgresql.org/mirror/postgresql/%SUBDIR%/ \
ftp://ftp3.nl.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \
ftp://ftp4.nl.postgresql.org/postgresql.zeelandnet.nl/%SUBDIR%/ \
ftp://ftp5.nl.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.nz.postgresql.org/postgresql/%SUBDIR%/ \
ftp://ftp.no.postgresql.org/pub/databases/postgresql/%SUBDIR%/ \
ftp://ftp2.pl.postgresql.org/mirrors/ftp.postgresql.org/%SUBDIR%/ \
ftp://ftp6.pl.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/%SUBDIR%/ \
ftp://ftp.pt.postgresql.org/%SUBDIR%/ \
ftp://ftp.ro.postgresql.org/%SUBDIR%/ \
ftp://ftp.ru.postgresql.org/pub/unix/database/pgsql/%SUBDIR%/ \
ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/%SUBDIR%/ \
ftp://ftp.za.postgresql.org/%SUBDIR%/ \
ftp://ftp4.es.postgresql.org/Mirror/www.postgresql.org/%SUBDIR%/ \
ftp://ftp5.es.postgresql.org/mirror/postgresql/%SUBDIR%/ \
ftp://ftp.tw.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp3.tw.postgresql.org/pub/postgresql/%SUBDIR%/ \
ftp://ftp.tr.postgresql.org/pub/SQL/postgresql/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/
MASTER_SITE_REDHAT_LINUX+= \
ftp://ftp.rutgers.edu/pub/redhat/linux/%SUBDIR%/ \
ftp://ftp.redhat.com/pub/redhat/linux/%SUBDIR%/ \
ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/%SUBDIR%/ \
ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/linux/%SUBDIR%/ \
ftp://ftp.riken.go.jp/pub/Linux/redhat/releases/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/pub/Linux/packages/RedHat/redhat/linux/%SUBDIR%/
#
# RingServers in Japan
#
#
# Note: If you know which of the following RingServers is nearest to
# you, please specify it in your /etc/make.conf.
#
# ring.airnet.ne.jp ring.asahi-net.or.jp
# ring.astem.or.jp ring.atr.co.jp
# ring.crl.go.jp ring.csi.ad.jp
# ring.data-hotel.net ring.dcs.pref.mie.jp
# ring.edogawa-u.ac.jp ring.etl.go.jp
# ring.exp.fujixerox.co.jp ring.hosei.ac.jp
# ring.htcn.ne.jp ring.ip-kyoto.ad.jp
# ring.iwate-pu.ac.jp ring.jah.ne.jp
# ring.k-opti.com ring.nihon-u.ac.jp
# ring.ocn.ad.jp ring.pwd.ne.jp
# ring.qgpop.net ring.riken.go.jp
# ring.sbp-shimane.net ring.shibaura-it.ac.jp
# ring.shizuoka.ac.jp ring.so-net.ne.jp
# ring.tains.tohoku.ac.jp ring.toyama-ix.net
# ring.toyama-u.ac.jp ring.wakwak.com
# ring.yamanashi.ac.jp
#
# (The latest list is available at http://www.ring.gr.jp/)
#
# You can choose either http or ftp to access to a server:
#
# http://<server>/archives/%SUBDIR%/
# ftp://<server>/pub/%SUBDIR%/
#
# {www,ftp}.dnsbalance.ring.gr.jp redirects requests to one of the
# least busy servers at the moment at the DNS lookup level. (safe to
# use with "fetch -A")
#
# {www,ftp}.t.ring.gr.jp redirects requests to one of the nearest
# servers at the DNS lookup level. (safe to use with "fetch -A")
#
MASTER_SITE_RINGSERVER+= \
ftp://www.dnsbalance.ring.gr.jp/pub/%SUBDIR%/ \
http://www.t.ring.gr.jp/archives/%SUBDIR%/
MASTER_SITE_RUBY+= \
ftp://ftp.iij.ad.jp/pub/lang/ruby/%SUBDIR%/ \
http://www.ibiblio.org/pub/languages/ruby/%SUBDIR%/ \
ftp://xyz.lcs.mit.edu/pub/ruby/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,lang/ruby/&,} \
ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ \
ftp://ftp.easynet.be/ruby/ruby/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/lang/ruby/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/lang/ruby/%SUBDIR%/ \
ftp://ftp.kr.FreeBSD.org/pub/ruby/%SUBDIR%/ \
http://mirrors.sunsite.dk/ruby/%SUBDIR%/ \
ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/
(1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When INSTALL_SHLIBS is set, ldconfig is automatically called from post-install and necessary @exec and @unexec lines are added to PLIST. Requested by: lioux@uol.com.br Reviewed by: the ports list, in particular sobomax (1a) Add PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} to PLIST_SUB. These are needed by INSTALL_SHLIBS, but also could be useful in general. (2) Move master/mirror site definitions to bsd.sites.mk and include it from bsd.port.mk. Open bsd.sites.mk to other committers. Submitted by: reg (2a) Add MASTER_SITE_SOURCEFORGE. Submitted by: sobomax (who wrote SORCEFORGE, but I assume that's a typo :) (2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from peoples' ~user/public_distfiles on freefall. Add two mirrors (Japan and Germany). Requested by: obrien (moving) Submitted by: will (German mirror) (3) Simplify definition of PKGBASE since it can now be defined as simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of sed'ing out the version number from ${PKGNAME}. Submitted by: hoek (4) Remove unnecessary targets prefix and mtree-file, which can be implemented as "make -V PREFIX" and "make -V MTREE_FILE", respectively. Don't define MTREE_FILE when NO_MTREE is set so "make -V MTREE_FILE" won't print out anything. (5) Various minor typo and grammar fixes. (6) Define NONEXISTENT?=/nonexistent. This will help quiet portlint warnings, among other things.
2000-06-14 04:14:49 +02:00
2002-10-19 01:09:20 +02:00
MASTER_SITE_SOURCEFORGE+= \
http://us.dl.sourceforge.net/%SUBDIR%/ \
http://eu.dl.sourceforge.net/%SUBDIR%/ \
ftp://us.dl.sourceforge.net/pub/sourceforge/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/linux/sourceforge/%SUBDIR%/ \
2002-10-19 01:09:20 +02:00
ftp://ftp.kddlabs.co.jp/sourceforge/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/sourceforge/%SUBDIR%/
MASTER_SITE_SOURCEWARE+= \
http://mirrors.rcn.net/pub/sourceware/%SUBDIR%/ \
2002-03-13 01:56:08 +01:00
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ \
ftp://ftp1.sinica.edu.tw/pub3/GNU/CYGNUS/%SUBDIR%/ \
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/gnu/sourceware/%SUBDIR%/ \
ftp://ftp.unina.it/pub/Unix/cygnus/%SUBDIR%/
MASTER_SITE_SUNSITE+= \
http://www.ibiblio.org/pub/Linux/%SUBDIR%/ \
http://linux.dsi.internet2.edu/%SUBDIR%/ \
ftp://ftp.unicamp.br/pub/systems/Linux/%SUBDIR%/ \
ftp://ftp.tuwien.ac.at/pub/linux/ibiblio/%SUBDIR%/ \
ftp://sunsite.cnlab-switch.ch/mirror/linux/sunsite/%SUBDIR%/ \
ftp://ftp.cs.tu-berlin.de/pub/linux/Mirrors/sunsite.unc.edu/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/unix/linux/mirrors/sunsite.unc.edu/%SUBDIR%/ \
ftp://ftp.uni-jena.de/pub/linux/MIRROR.sunsite/%SUBDIR%/ \
ftp://ftp.rz.uni-karlsruhe.de/pub/mirror/ftp.uni-tuebingen.de/pub/linux/mirrors/ftp.metalab.unc.edu/pub/Linux/%SUBDIR%/ \
ftp://ftp.uni-magdeburg.de/pub/mirror/linux/ftp.metalab.unc.edu/%SUBDIR%/ \
ftp://ftp.uni-stuttgart.de/pub/mirror/sunsite.unc.edu/pub/Linux/%SUBDIR%/ \
ftp://ftp.informatik.rwth-aachen.de/pub/comp/Linux/sunsite.unc.edu/%SUBDIR%/ \
ftp://ftp.lip6.fr/pub/linux/sunsite/%SUBDIR%/ \
ftp://ftp.uvsq.fr/pub5/linux/sunsite/%SUBDIR%/ \
ftp://ftp.nvg.ntnu.no/pub/mirrors/metalab.unc.edu/%SUBDIR%/ \
ftp://ftp.icm.edu.pl/pub/Linux/sunsite/%SUBDIR%/ \
ftp://ftp.cse.cuhk.edu.hk/pub4/Linux/%SUBDIR%/ \
ftp://ftp.kobe-u.ac.jp/pub/Linux/metalab.unc.edu/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/Linux/metalab.unc.edu/%SUBDIR%/ \
ftp://ftp.is.co.za/linux/sunsite/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/Linux/sunsite/%SUBDIR%/
(1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When INSTALL_SHLIBS is set, ldconfig is automatically called from post-install and necessary @exec and @unexec lines are added to PLIST. Requested by: lioux@uol.com.br Reviewed by: the ports list, in particular sobomax (1a) Add PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} to PLIST_SUB. These are needed by INSTALL_SHLIBS, but also could be useful in general. (2) Move master/mirror site definitions to bsd.sites.mk and include it from bsd.port.mk. Open bsd.sites.mk to other committers. Submitted by: reg (2a) Add MASTER_SITE_SOURCEFORGE. Submitted by: sobomax (who wrote SORCEFORGE, but I assume that's a typo :) (2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from peoples' ~user/public_distfiles on freefall. Add two mirrors (Japan and Germany). Requested by: obrien (moving) Submitted by: will (German mirror) (3) Simplify definition of PKGBASE since it can now be defined as simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of sed'ing out the version number from ${PKGNAME}. Submitted by: hoek (4) Remove unnecessary targets prefix and mtree-file, which can be implemented as "make -V PREFIX" and "make -V MTREE_FILE", respectively. Don't define MTREE_FILE when NO_MTREE is set so "make -V MTREE_FILE" won't print out anything. (5) Various minor typo and grammar fixes. (6) Define NONEXISTENT?=/nonexistent. This will help quiet portlint warnings, among other things.
2000-06-14 04:14:49 +02:00
MASTER_SITE_TCLTK+= \
ftp://ftp.scriptics.com/pub/tcl/%SUBDIR%/ \
ftp://sunsite.utk.edu/pub/tcl/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/languages/tcl/tcl/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/lang/tcl/ftp.scriptics.com/%SUBDIR%/ \
(1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When INSTALL_SHLIBS is set, ldconfig is automatically called from post-install and necessary @exec and @unexec lines are added to PLIST. Requested by: lioux@uol.com.br Reviewed by: the ports list, in particular sobomax (1a) Add PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} to PLIST_SUB. These are needed by INSTALL_SHLIBS, but also could be useful in general. (2) Move master/mirror site definitions to bsd.sites.mk and include it from bsd.port.mk. Open bsd.sites.mk to other committers. Submitted by: reg (2a) Add MASTER_SITE_SOURCEFORGE. Submitted by: sobomax (who wrote SORCEFORGE, but I assume that's a typo :) (2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from peoples' ~user/public_distfiles on freefall. Add two mirrors (Japan and Germany). Requested by: obrien (moving) Submitted by: will (German mirror) (3) Simplify definition of PKGBASE since it can now be defined as simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of sed'ing out the version number from ${PKGNAME}. Submitted by: hoek (4) Remove unnecessary targets prefix and mtree-file, which can be implemented as "make -V PREFIX" and "make -V MTREE_FILE", respectively. Don't define MTREE_FILE when NO_MTREE is set so "make -V MTREE_FILE" won't print out anything. (5) Various minor typo and grammar fixes. (6) Define NONEXISTENT?=/nonexistent. This will help quiet portlint warnings, among other things.
2000-06-14 04:14:49 +02:00
ftp://ftp.srcc.msu.su/mirror/ftp.scriptics.com/pub/tcl/%SUBDIR%/ \
ftp://ftp.mirror.ac.uk/sites/ftp.scriptics.com/pub/tcl/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/languages/tcl/scriptics/%SUBDIR%/ \
ftp://sunsite.org.uk/Mirrors/ftp.scriptics.com/pub/tcl/%SUBDIR%/
(1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When INSTALL_SHLIBS is set, ldconfig is automatically called from post-install and necessary @exec and @unexec lines are added to PLIST. Requested by: lioux@uol.com.br Reviewed by: the ports list, in particular sobomax (1a) Add PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} to PLIST_SUB. These are needed by INSTALL_SHLIBS, but also could be useful in general. (2) Move master/mirror site definitions to bsd.sites.mk and include it from bsd.port.mk. Open bsd.sites.mk to other committers. Submitted by: reg (2a) Add MASTER_SITE_SOURCEFORGE. Submitted by: sobomax (who wrote SORCEFORGE, but I assume that's a typo :) (2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from peoples' ~user/public_distfiles on freefall. Add two mirrors (Japan and Germany). Requested by: obrien (moving) Submitted by: will (German mirror) (3) Simplify definition of PKGBASE since it can now be defined as simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of sed'ing out the version number from ${PKGNAME}. Submitted by: hoek (4) Remove unnecessary targets prefix and mtree-file, which can be implemented as "make -V PREFIX" and "make -V MTREE_FILE", respectively. Don't define MTREE_FILE when NO_MTREE is set so "make -V MTREE_FILE" won't print out anything. (5) Various minor typo and grammar fixes. (6) Define NONEXISTENT?=/nonexistent. This will help quiet portlint warnings, among other things.
2000-06-14 04:14:49 +02:00
MASTER_SITE_TEX_CTAN+= \
ftp://ftp.funet.fi/pub/TeX/CTAN/%SUBDIR%/ \
ftp://ctan.unsw.edu.au/tex-archive/%SUBDIR%/ \
ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/CTAN/%SUBDIR%/ \
ftp://ctan.tug.org/tex-archive/%SUBDIR%/ \
ftp://ftp.dante.de/tex-archive/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/publishing/tex/CTAN/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/CTAN/&,} \
ftp://ftp.chg.ru/pub/TeX/CTAN/%SUBDIR%/
MASTER_SITE_THEMES+= \
http://download.freshmeat.net/themes/%SUBDIR%/ \
fttp://gd.tuwien.ac.at/opsys/linux/freshmeat/themes/%SUBDIR%/
2003-02-07 04:49:24 +01:00
MASTER_SITE_VIM+= \
ftp://ftp.vim.org/pub/vim/unix/ \
ftp://ftp.is.co.za/applications/editors/vim/unix/ \
ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \
ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/ \
2003-02-07 04:52:00 +01:00
ftp://relay.nuxi.org/pub/vim/unix/ \
2003-02-07 04:49:24 +01:00
ftp://nuxi.ucdavis.edu/pub/vim/unix/
MASTER_SITE_WINDOWMAKER+= \
ftp://ftp.windowmaker.org/pub/%SUBDIR%/ \
ftp://ftp.goldweb.com.au/pub/WindowMaker/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/X11/window_managers/windowmaker/%SUBDIR%/ \
ftp://ftp.ameth.org/pub/mirrors/ftp.windowmaker.org/%SUBDIR%/ \
ftp://ftp.minet.net/pub/windowmaker/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/hci/windowmaker/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/X/WindowMaker/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/X11/windowmanagers/windowmaker/%SUBDIR%/
MASTER_SITE_XCONTRIB+= \
ftp://crl.dec.com/pub/X11/contrib/%SUBDIR%/ \
ftp://ftp.net.ohio-state.edu/pub/X11/contrib/%SUBDIR%/ \
ftp://uiarchive.uiuc.edu/pub/ftp/ftp.x.org/contrib/%SUBDIR%/ \
ftp://ftp.gwdg.de/pub/x11/x.org/contrib/%SUBDIR%/ \
ftp://ftp.duke.edu/pub/X11/contrib/%SUBDIR%/ \
ftp://ftp.x.org/contrib/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/X11/contrib/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/X/XFree86/X.Org/contrib/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/X11/contrib/%SUBDIR%/ \
ftp://mirror.xmission.com/X/contrib/%SUBDIR%/ \
ftp://ftp2.x.org/contrib/%SUBDIR%/ \
ftp://sunsite.tus.ac.jp/pub/archives/X11/contrib/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/hci/x.org/contrib/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/X11/contrib/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} \
ftp://ftp.mirror.ac.uk/sites/ftp.x.org/contrib/%SUBDIR%/ \
ftp://ftp.dl.ac.uk/src/X/contrib/%SUBDIR%/ \
ftp://sunsite.org.uk/Mirrors/ftp.x.org/contrib/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/X11/contrib/%SUBDIR%/
MASTER_SITE_XEMACS+= \
ftp://ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/%SUBDIR%/ \
ftp://ftp.usyd.edu.au/pub/xemacs/%SUBDIR%/ \
ftp://ftp.lab.kdd.co.jp/xemacs/%SUBDIR%/ \
ftp://ftp.dti.ad.jp/pub/unix/editor/xemacs/%SUBDIR%/ \
ftp://ftp.th-darmstadt.de/pub/editors/xemacs/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/editors/xemacs/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/xemacs/&,}
MASTER_SITE_XFREE+= \
ftp://ftp.xfree86.org/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.rge.com/pub/X/XFree86/%SUBDIR%/source/ \
ftp://archive.progeny.com/XFree86/%SUBDIR%/source/ \
ftp://ftp.mirrorcentral.com/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.dti.ad.jp/pub/X/XFree86/XFree86/%SUBDIR%/source/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,XFree86/&/source,} \
ftp://gd.tuwien.Ac.at/hci/X11/XFree86/%SUBDIR%/source/ \
ftp://ftp.fit.vutbr.cz/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.free.fr/pub/XFree86/%SUBDIR%/source/ \
ftp://mir1.ovh.net/ftp.xfree86.org/%SUBDIR%/source/ \
ftp://ftp.lami.univ-evry.fr/XFree86/%SUBDIR%/source/ \
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/%SUBDIR%/source/ \
ftp://ftp.gwdg.de/pub/xfree86/XFree86/%SUBDIR%/source/ \
http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/%SUBDIR%/source/ \
ftp://ftp.rediris.es/mirror/XFree86/%SUBDIR%/source/ \
ftp://ftp.esat.net/pub/X11/XFree86/%SUBDIR%/source/ \
ftp://ftp.nl.uu.net/pub/XFree86/%SUBDIR%/source/ \
ftp://sunsite.uio.no/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.task.gda.pl/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.physics.uvt.ro/pub/XFree86/%SUBDIR%/source/ \
ftp://ftp.chg.ru/pub/XFree86/%SUBDIR%/source/