portsnap.conf revision 179073
190075Sobrien# $FreeBSD: head/etc/portsnap.conf 179073 2008-05-17 16:26:27Z cperciva $
290075Sobrien
3132718Skan# Default directory where compressed snapshots are stored.
490075Sobrien# WORKDIR=/var/db/portsnap
590075Sobrien
6132718Skan# Default location of the ports tree (target for "update" and "extract").
790075Sobrien# PORTSDIR=/usr/ports
8132718Skan
9132718Skan# Server or server pool from which to fetch updates.  You can change
10132718Skan# this to point at a specific server if you want, but in most cases
11132718Skan# using a "nearby" server won't provide a measurable improvement in
1290075Sobrien# performance.
13132718SkanSERVERNAME=portsnap.FreeBSD.org
14132718Skan
15132718Skan# Trusted keyprint.  Changing this is a Bad Idea unless you've received
16132718Skan# a PGP-signed email from <security-officer@FreeBSD.org> telling you to
1790075Sobrien# change it and explaining why.
18132718SkanKEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330
19132718Skan
20132718Skan# Example of ignoring parts of the ports tree.  If you know that you
21132718Skan# absolutely will not need certain parts of the tree, this will save
2290075Sobrien# some bandwidth and disk space.  See the manual page for more details.
2390075Sobrien#
2490075Sobrien# WARNING: Working with an incomplete ports tree is not supported and
2590075Sobrien# can cause problems due to missing dependencies.  If you have REFUSE
2690075Sobrien# directives and experience problems, remove them and update your tree
2790075Sobrien# before asking for help on the mailing lists.
2890075Sobrien#
2990075Sobrien# REFUSE arabic chinese french german hebrew hungarian japanese
3090075Sobrien# REFUSE korean polish portuguese russian ukrainian vietnamese
3190075Sobrien
3290075Sobrien# List of INDEX files to build and the DESCRIBE file to use for each
3390075SobrienINDEX INDEX-5 DESCRIBE.5
3490075SobrienINDEX INDEX-6 DESCRIBE.6
3590075SobrienINDEX INDEX-7 DESCRIBE.7
3690075Sobrien