mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
shells/ion: Fix plist
PR: 279442 Reported by: Trond Endrestøl
This commit is contained in:
parent
aa9204dbea
commit
a1c6dd7872
1 changed files with 60 additions and 21 deletions
|
@ -1,6 +1,5 @@
|
||||||
@shell bin/ion
|
@shell bin/ion
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/SUMMARY.md
|
%%PORTDOCS%%%%DOCSDIR%%/SUMMARY.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/builtins.md
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/control/00-flow.md
|
%%PORTDOCS%%%%DOCSDIR%%/control/00-flow.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/control/01-conditionals.md
|
%%PORTDOCS%%%%DOCSDIR%%/control/01-conditionals.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/control/02-loops.md
|
%%PORTDOCS%%%%DOCSDIR%%/control/02-loops.md
|
||||||
|
@ -11,21 +10,20 @@
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/expansions/03-brace.md
|
%%PORTDOCS%%%%DOCSDIR%%/expansions/03-brace.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/expansions/04-arithmetic.md
|
%%PORTDOCS%%%%DOCSDIR%%/expansions/04-arithmetic.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/expansions/05-method.md
|
%%PORTDOCS%%%%DOCSDIR%%/expansions/05-method.md
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/expansions/06-stringmethods.md
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/expansions/07-arraymethods.md
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/expansions/08-on_redox_os.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/functions.md
|
%%PORTDOCS%%%%DOCSDIR%%/functions.md
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/general.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/history.md
|
%%PORTDOCS%%%%DOCSDIR%%/history.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/introduction.md
|
%%PORTDOCS%%%%DOCSDIR%%/introduction.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/jobs.md
|
%%PORTDOCS%%%%DOCSDIR%%/jobs.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/migrating.md
|
%%PORTDOCS%%%%DOCSDIR%%/migrating.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/misc/01-implicitcd.md
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/misc/02-xdg.md
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/misc/03-quotation.md
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/misc/04-multiargs.md
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/misc/05-multicomments.md
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/misc/06-prompt_fn.md
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/misc/07-general.md
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/misc/index.md
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/pipelines.md
|
%%PORTDOCS%%%%DOCSDIR%%/pipelines.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/scripts.md
|
%%PORTDOCS%%%%DOCSDIR%%/repl.md
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/scripts/00-scripts.md
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/scripts/01-sourcing_another_file.md
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/scripts/02-init_file.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/signals.md
|
%%PORTDOCS%%%%DOCSDIR%%/signals.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/slicing.md
|
%%PORTDOCS%%%%DOCSDIR%%/slicing.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/variables/00-variables.md
|
%%PORTDOCS%%%%DOCSDIR%%/variables/00-variables.md
|
||||||
|
@ -41,26 +39,36 @@
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/rxtx-stats.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/rxtx-stats.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alias.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alias.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alias.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alias.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_assignments.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/and.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_assignments.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/and.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arithmetic_vars.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arithmetic_vars.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_methods.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_methods.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_methods.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_methods.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_ops.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_test.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_ops.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_test.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arrays.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_vars.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arrays.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_vars.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arrays_with_braces.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arrays_with_braces.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arrays_with_braces.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arrays_with_braces.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic_condition.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic_condition.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic_condition.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic_condition.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brace_exp.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brace_exp.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/braces.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/braces.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/braces.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/braces.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/break.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/break.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/break.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/break.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/builtin_piping.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/builtin_piping.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/builtin_piping.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/builtin_piping.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/builtin_set.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/builtin_set.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/builtin_status.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/builtin_status.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check.params
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check.params
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmdfile_fail.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmdfile_fail.params
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/color_test.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/color_test.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/color_test.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/color_test.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/command-substitutions.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/command-substitutions.ion
|
||||||
|
@ -85,7 +93,6 @@
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fibonacci.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fibonacci.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fibonacci.sh
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fibonacci.sh
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fn-root-vars.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fn-root-vars.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fn-root-vars.out
|
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fn.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fn.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fn.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fn.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/for.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/for.ion
|
||||||
|
@ -104,16 +111,26 @@
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inner_expansions.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inner_expansions.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inplace_ops.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inplace_ops.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inplace_ops.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inplace_ops.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid_backward_index_array.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid_backward_index_array.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid_forward_index_array.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid_forward_index_array.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid_range_on_array.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/invalid_range_on_array.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/issues.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/issues.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/issues.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/issues.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/keybinding_fail.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/keybinding_fail.params
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/let.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/let.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/let.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/let.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maps.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_vars.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maps.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_vars.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/match.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/match.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/match.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/match.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/methods.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/methods.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/methods.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/methods.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiarg_fail.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiarg_fail.params
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiline-arrays.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiline-arrays.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiline-arrays.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiline-arrays.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiple-lines.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiple-lines.ion
|
||||||
|
@ -126,10 +143,22 @@
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/not.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/not.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/optional_assignment.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/optional_assignment.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/optional_assignment.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/optional_assignment.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/or.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/or.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pipe_fail_builtin.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pipe_fail_builtin.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pipelines.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pipelines.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pipelines.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pipelines.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/process_exp.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/process_exp.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quotes.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quotes.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quotes.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quotes.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regex_replace.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regex_replace.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replace.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replace.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replacen.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/replacen.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/return.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/return.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/return.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/return.out
|
||||||
@comment %%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_benches
|
@comment %%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_benches
|
||||||
|
@ -150,12 +179,22 @@
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script_exec/braces.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script_exec/braces.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script_exec/break.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script_exec/break.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script_exec/builtin_piping.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/script_exec/builtin_piping.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/string_ops.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/space_parenthese_start_end.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/string_ops.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/space_parenthese_start_end.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/square_brackets.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/square_brackets.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/string_methods.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/string_methods.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/string_vars.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/string_vars.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/strings.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/strings.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/strings.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/strings.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subst.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unicode.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unicode.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unicode.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unicode.out
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/variable_exp.ion
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/variable_exp.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/variables.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/variables.ion
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/variables.out
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/variables.out
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/while.ion
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/while.ion
|
||||||
|
|
Loading…
Add table
Reference in a new issue