1148871Scperciva# $FreeBSD$
2148871Scperciva
3148871Scperciva# Default directory where compressed snapshots are stored.
4148871Scperciva# WORKDIR=/var/db/portsnap
5148871Scperciva
6148871Scperciva# Default location of the ports tree (target for "update" and "extract").
7148871Scperciva# PORTSDIR=/usr/ports
8148871Scperciva
9148871Scperciva# Server or server pool from which to fetch updates.  You can change
10148871Scperciva# this to point at a specific server if you want, but in most cases
11148871Scperciva# using a "nearby" server won't provide a measurable improvement in
12148871Scperciva# performance.
13148871ScpercivaSERVERNAME=portsnap.FreeBSD.org
14148871Scperciva
15148871Scperciva# Trusted keyprint.  Changing this is a Bad Idea unless you've received
16148871Scperciva# a PGP-signed email from <security-officer@FreeBSD.org> telling you to
17148871Scperciva# change it and explaining why.
18148871ScpercivaKEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330
19149824Scperciva
20149824Scperciva# Example of ignoring parts of the ports tree.  If you know that you
21149824Scperciva# absolutely will not need certain parts of the tree, this will save
22149824Scperciva# some bandwidth and disk space.  See the manual page for more details.
23154497Scperciva#
24154497Scperciva# WARNING: Working with an incomplete ports tree is not supported and
25154497Scperciva# can cause problems due to missing dependencies.  If you have REFUSE
26154497Scperciva# directives and experience problems, remove them and update your tree
27154497Scperciva# before asking for help on the mailing lists.
28154497Scperciva#
29149824Scperciva# REFUSE arabic chinese french german hebrew hungarian japanese
30149824Scperciva# REFUSE korean polish portuguese russian ukrainian vietnamese
31179073Scperciva
32179073Scperciva# List of INDEX files to build and the DESCRIBE file to use for each
33195917ScpercivaINDEX INDEX-8 DESCRIBE.8
34226277ScpercivaINDEX INDEX-9 DESCRIBE.9
35255878ScpercivaINDEX INDEX-10 DESCRIBE.10
36