1# $FreeBSD$
2
3# Default directory where compressed snapshots are stored.
4# WORKDIR=/var/db/portsnap
5
6# Default location of the ports tree (target for "update" and "extract").
7# PORTSDIR=/usr/ports
8
9# Server or server pool from which to fetch updates.  You can change
10# this to point at a specific server if you want, but in most cases
11# using a "nearby" server won't provide a measurable improvement in
12# performance.
13SERVERNAME=portsnap.FreeBSD.org
14
15# Trusted keyprint.  Changing this is a Bad Idea unless you've received
16# a PGP-signed email from <security-officer@FreeBSD.org> telling you to
17# change it and explaining why.
18KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330
19
20# Example of ignoring parts of the ports tree.  If you know that you
21# absolutely will not need certain parts of the tree, this will save
22# some bandwidth and disk space.  See the manual page for more details.
23#
24# WARNING: Working with an incomplete ports tree is not supported and
25# can cause problems due to missing dependencies.  If you have REFUSE
26# directives and experience problems, remove them and update your tree
27# before asking for help on the mailing lists.
28#
29# REFUSE arabic chinese french german hebrew hungarian japanese
30# REFUSE korean polish portuguese russian ukrainian vietnamese
31
32# List of INDEX files to build and the DESCRIBE file to use for each
33INDEX INDEX-8 DESCRIBE.8
34INDEX INDEX-9 DESCRIBE.9
35INDEX INDEX-10 DESCRIBE.10
36