1250323Sdteske# Copyright (c) 2013 Devin Teske
2250323Sdteske# All rights reserved.
3250323Sdteske#
4250323Sdteske# Redistribution and use in source and binary forms, with or without
5250323Sdteske# modification, are permitted provided that the following conditions
6250323Sdteske# are met:
7250323Sdteske# 1. Redistributions of source code must retain the above copyright
8250323Sdteske#    notice, this list of conditions and the following disclaimer.
9250323Sdteske# 2. Redistributions in binary form must reproduce the above copyright
10250323Sdteske#    notice, this list of conditions and the following disclaimer in the
11250323Sdteske#    documentation and/or other materials provided with the distribution.
12250323Sdteske#
13250323Sdteske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14250323Sdteske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15250323Sdteske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16250323Sdteske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17250323Sdteske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18250323Sdteske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19250323Sdteske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20250323Sdteske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21250323Sdteske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22250323Sdteske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23250323Sdteske# SUCH DAMAGE.
24250323Sdteske#
25250323Sdteske# $FreeBSD$
26250323Sdteske
27250323Sdteske#
28251906Sdteske# Title that will be shown in the bsdconfig menu.
29251906Sdteske#
30250323Sdteskemenu_title="Packages"
31251906Sdteske
32250323Sdteske#
33251906Sdteske# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
34251906Sdteske# short because any line longer than the terminal width will be truncated.
35251906Sdteske#
36250323Sdteskemenu_help="Install pre-packaged software for FreeBSD"
37251906Sdteske
38250323Sdteske#
39251906Sdteske# Two-part variable that defines an action to take when `keyword' is passed on
40251906Sdteske# a bsdconfig command line. Variable takes the form "keyword|command" and
41251906Sdteske# multiple occurrences of the variable (with different `keyword's, or different
42251906Sdteske# `keyword's AND `command's) are allowed.  If `command' begins with a '/' then
43251906Sdteske# the full path to the program is needed. If `command' begins with anything
44251906Sdteske# else it is a path relative to the directory this INDEX file is in. `keyword'
45251906Sdteske# can be i18n'ed but `command' is the name of a script.
46251906Sdteske#
47250323Sdteskemenu_selection="packages|packages"
48251906Sdteske
49250323Sdteske#
50251906Sdteske# ------------ Items below this line do NOT need i18n translation ------------
51250323Sdteske#
52251906Sdteske# Name of the program to be run when this menu choice is selected. If it begins
53251906Sdteske# with a '/' then the full path to the program is needed. If it begins with
54251906Sdteske# anything else it is a path relative to the directory this INDEX file is in.
55251906Sdteske#
56250323Sdteskemenu_program="packages"
57