diff options
author | lukem <lukem> | 1998-08-30 04:58:20 +0000 |
---|---|---|
committer | lukem <lukem> | 1998-08-30 04:58:20 +0000 |
commit | 49f0a060d606e8b407fb71d7f82385b9c2b1fc8d (patch) | |
tree | 7b2187d7d45d870982b04061f33a78a8d0338ce1 /mk | |
parent | 576878cd1620ef331062c3938ea434d423e16662 (diff) | |
download | pkgsrc-49f0a060d606e8b407fb71d7f82385b9c2b1fc8d.tar.gz |
* add section titled `Overrides for faster or cheaper sites',
providing example MASTER_SITE_* overrides for people with
costly net.connections...
* add sample Australian (AARNET) MASTER_SITE_* entries
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 41042ac0b4a..3ca910f816d 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.22 1998/08/30 04:44:56 lukem Exp $ +# $NetBSD: mk.conf.example,v 1.23 1998/08/30 04:58:20 lukem Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values # for building either NetBSD or some of the NetBSD packages collection @@ -8,7 +8,10 @@ # Definitely not complete yet. - agc Fri Mar 27 16:42:38 GMT 1998 # -# Firstly, definitions for NetBSD and package collection +# +# Firstly, definitions for NetBSD and package collection +# + MANZ= 1 # gzip manual pages at installation time # Possible: defined, not defined # Default: not defined @@ -66,7 +69,10 @@ MANZ= 1 # gzip manual pages at installation time # Default: none -# Definitions used only in the packages collection +# +# Definitions used only in the packages collection +# + #AMANDA_USER= backup # Used in the amanda package to specify the # login user and group responsible for backups # Possible: any user name @@ -190,3 +196,27 @@ PAPERSIZE= A4 # Default paper size for packages. #ZIP_ENCRYPTION= # Add encryption code to zip, zip1, and unzip # Possible: defined, not defined # Default: not defined + + +# +# Overrides for faster or cheaper sites. +# +# Refer to http://www.netbsd.org/Sites/net.html or /usr/doc/MIRRORS +# for information on determining the location of NetBSD mirror sites. +# + +# Australia (AARNET). Swap order of ftp.au.netbsd.org and +# ftp2.au.netbsd.org if your link to University of Queensland is +# cheaper/faster than your link to RMIT University (Melbourne). +# +#MASTER_SITE_XCONTRIB= ftp://mirror.aarnet.edu.au/X11/contrib/%SUBDIR%/ +#MASTER_SITE_GNU= ftp://mirror.aarnet.edu.au/gnu/%SUBDIR%/ +#MASTER_SITE_PERL_CPAN= ftp://mirror.aarnet.edu.au/perl/CPAN/%SUBDIR%/ +#MASTER_SITE_TEX_CTAN= ftp://mirror.aarnet.edu.au/tex-archive/%SUBDIR%/ +#MASTER_SITE_SUNSITE= ftp://mirror.aarnet.edu.au/sunsite.unc.edu/%SUBDIR%/ +#MASTER_SITE_BACKUP= \ +# ftp://ftp.au.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/ \ +# ftp://ftp2.au.netbsd.org/pub/NetBSD/packages/distfiles/${DIST_SUBDIR}/ \ +#MASTER_SITE_LOCAL= \ +# ftp://ftp.au.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ \ +# ftp://ftp2.au.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ |