1*35994c42SDevin Teske# Copyright (c) 2013-2015 Devin Teske 2ad8f8a1fSDevin Teske# All rights reserved. 3ad8f8a1fSDevin Teske# 4ad8f8a1fSDevin Teske# Redistribution and use in source and binary forms, with or without 5ad8f8a1fSDevin Teske# modification, are permitted provided that the following conditions 6ad8f8a1fSDevin Teske# are met: 7ad8f8a1fSDevin Teske# 1. Redistributions of source code must retain the above copyright 8ad8f8a1fSDevin Teske# notice, this list of conditions and the following disclaimer. 9ad8f8a1fSDevin Teske# 2. Redistributions in binary form must reproduce the above copyright 10ad8f8a1fSDevin Teske# notice, this list of conditions and the following disclaimer in the 11ad8f8a1fSDevin Teske# documentation and/or other materials provided with the distribution. 12ad8f8a1fSDevin Teske# 13ad8f8a1fSDevin Teske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14ad8f8a1fSDevin Teske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15ad8f8a1fSDevin Teske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16ad8f8a1fSDevin Teske# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17ad8f8a1fSDevin Teske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18ad8f8a1fSDevin Teske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19ad8f8a1fSDevin Teske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20ad8f8a1fSDevin Teske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21ad8f8a1fSDevin Teske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22ad8f8a1fSDevin Teske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23ad8f8a1fSDevin Teske# SUCH DAMAGE. 24ad8f8a1fSDevin Teske# 25ad8f8a1fSDevin Teske 26ad8f8a1fSDevin Teske# 27ad8f8a1fSDevin Teske# Title that will be shown in the bsdconfig menu. 28ad8f8a1fSDevin Teske# 29ad8f8a1fSDevin Teskemenu_title="" 30ad8f8a1fSDevin Teske 31ad8f8a1fSDevin Teske# 32ad8f8a1fSDevin Teske# A short descriptive line shown at the bottom of the bsdconfig menu. keep it 33ad8f8a1fSDevin Teske# short because any line longer than the terminal width will be truncated. 34ad8f8a1fSDevin Teske# 35ad8f8a1fSDevin Teskemenu_help="" 36ad8f8a1fSDevin Teske 37ad8f8a1fSDevin Teske# 38ad8f8a1fSDevin Teske# Two-part variable that defines an action to take when `keyword' is passed on 39ad8f8a1fSDevin Teske# a bsdconfig command line. Variable takes the form "keyword|command" and 40ad8f8a1fSDevin Teske# multiple occurrences of the variable (with different `keyword's, or different 41ad8f8a1fSDevin Teske# `keyword's AND `command's) are allowed. If `command' begins with a '/' then 42ad8f8a1fSDevin Teske# the full path to the program is needed. If `command' begins with anything 43ad8f8a1fSDevin Teske# else it is a path relative to the directory this INDEX file is in. `keyword' 44ad8f8a1fSDevin Teske# can be i18n'ed but `command' is the name of a script. 45ad8f8a1fSDevin Teske# 46ad8f8a1fSDevin Teskemenu_selection="includes|includes" 47fda64d7cSDevin Teskemenu_selection="api|includes" 48ad8f8a1fSDevin Teske 49ad8f8a1fSDevin Teske# 50ad8f8a1fSDevin Teske# ------------ Items below this line do NOT need i18n translation ------------ 51ad8f8a1fSDevin Teske# 52ad8f8a1fSDevin Teske# Name of the program to be run when this menu choice is selected. If it begins 53ad8f8a1fSDevin Teske# with a '/' then the full path to the program is needed. If it begins with 54ad8f8a1fSDevin Teske# anything else it is a path relative to the directory this INDEX file is in. 55ad8f8a1fSDevin Teske# 56ad8f8a1fSDevin Teskemenu_program="" 57