From cbaf3d4edad994e0b42711b8eb0352f9a32833d6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 7 Dec 2022 21:13:33 +0000 Subject: digestif (7dec22) git-svn-id: svn://tug.org/texlive/trunk@65222 c570f23f-e606-0410-a88d-b1316a301751 --- .../linked_scripts/digestif/digestif.texlua | 2 +- Master/texmf-dist/doc/support/digestif/LICENSE | 152 ------------- Master/texmf-dist/doc/support/digestif/LICENSE.md | 243 +++++++++++++++++++++ Master/texmf-dist/doc/support/digestif/README.md | 15 +- Master/texmf-dist/scripts/digestif/digestif.texlua | 2 +- Master/texmf-dist/scripts/digestif/digestif.zip | Bin 638935 -> 638963 bytes 6 files changed, 253 insertions(+), 161 deletions(-) delete mode 100644 Master/texmf-dist/doc/support/digestif/LICENSE create mode 100644 Master/texmf-dist/doc/support/digestif/LICENSE.md diff --git a/Build/source/texk/texlive/linked_scripts/digestif/digestif.texlua b/Build/source/texk/texlive/linked_scripts/digestif/digestif.texlua index caf518071bc..5f22a17e12b 100755 --- a/Build/source/texk/texlive/linked_scripts/digestif/digestif.texlua +++ b/Build/source/texk/texlive/linked_scripts/digestif/digestif.texlua @@ -4,7 +4,7 @@ os.setenv("TEXMFDOTDIR", package.config:find("^\\") and "NUL" or "/dev/null") kpse.set_program_name("luatex") local zip = require "zip" -local archive = kpse.find_file("digestif.zip") +local archive = kpse.find_file("digestif.zip", "texmfscripts") or error("Can't find 'digestif.zip' archive") local function digestif_searcher(modname) local submod = modname:match("^digestif%.(.+)") diff --git a/Master/texmf-dist/doc/support/digestif/LICENSE b/Master/texmf-dist/doc/support/digestif/LICENSE deleted file mode 100644 index b1f2360edce..00000000000 --- a/Master/texmf-dist/doc/support/digestif/LICENSE +++ /dev/null @@ -1,152 +0,0 @@ -With the exception of the files individually listed below, the -following applies: - -Copyright 2018-2022 Augusto Stoffel - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or (at -your option) any later version. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - ---- - -amsrefs.sty.tags: - - Copyright 2001-2004, 2007, 2008, 2010-2013 American Mathematical Society - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: LPPL-1.3c+ - - Adapted from the amsrefs package documentation, which can be found - at https://ctan.org/pkg/amsrefs. - -amssymb.sty.tags: - - Copyright 2006-2019 Will Robertson - Copyright 2010-2017 Philipp Stephani - Copyright 2011-2017 Joseph Wright - Copyright 2012-2015 Khaled Hosny - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: LPPL-1.3c+ - - Adapted from the file unicode-math-table.tex, part of the - unicode-math package, which can be found at - https://ctan.org/pkg/unicode-math. - -biblatex.sty.tags: - - Copyright 2006-2012 Philipp Lehman - Copyright 2012-2022 Philipp Lehman, Joseph Wright, Audrey Boruvka, - Philip Kime - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: LPPL-1.3c - - Adapted from the biblatex package documentation, which can be found - at https://github.com/plk/biblatex. - -csquotes.sty.tags: - - Copyright 2003-2011 Philipp Lehman - Copyright 2015-2019, 2021, 2022 Joseph Wright - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: LPPL-1.3c+ - - Adapted from the csquotes package documentation, which can be found - at https://ctan.org/pkg/csquotes. - -etoolbox.sty.tags: - - Copyright 2007-2011 Philipp Lehman - Copyright 2015-2020 Joseph Wright - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: LPPL-1.3c+ - - Adapted form the etoolbox package documentation, which can be found - at https://ctan.org/pkg/etoolbox. - -latex.tags: - - Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016, 2017, 2018, 2019, 2020, 2021, 2022 Karl Berry - Copyright 1988, 1994, 2007 Stephen Gilmore - Copyright 1994, 1995, 1996 Torsten Martinsen - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: GFDL - - Adapted from the LaTeX2e Unofficial Reference Manual, which can be - found at https://latexref.xyz/. - -pgf.tags: - - Copyright 2007-2013 Till Tantau - Copyright 2022 Augusto Stoffel, Jens Schneider - SPDX-License-Identifier: GFDL-1.2-or-later or LPPL-1.3c+ - - Adapted from the PGF manual, version 3.1.9a, which can be found at - https://github.com/pgf-tikz/pgf/. - -plain.tags: - - Copyright 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: GFDL-1.3-only - - Adapted from the book TeX for the Impatient, which can be found at - https://www.gnu.org/software/teximpatient. - -primitives.tags: - - Copyright 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: GFDL-1.3-only - - Adapted from the book TeX for the Impatient, which can be found at - https://www.gnu.org/software/teximpatient. - -teximpatient.tags: - - Copyright 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: GFDL-1.3-only - - Adapted from the book TeX for the Impatient, which can be found at - https://www.gnu.org/software/teximpatient. - -texinfo.tags: - - Copyright 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. - Copyright 2019 Augusto Stoffel - SPDX-License-Identifier: GFDL-1.3-only - - Adapted from the GNU Texinfo manual, which can be found at - https://www.gnu.org/software/texinfo/manual/texinfo/. - -tikz.tags: - - Copyright 2007-2013 Till Tantau - Copyright 2022 Augusto Stoffel, Jens Schneider - SPDX-License-Identifier: GFDL-1.2-or-later or LPPL-1.3c+ - - Adapted from the PGF manual, version 3.1.9a, which can be found at - https://github.com/pgf-tikz/pgf/. - -unicode-math.sty.tags: - - Copyright 2006-2019 Will Robertson - Copyright 2010-2017 Philipp Stephani - Copyright 2011-2017 Joseph Wright - Copyright 2012-2015 Khaled Hosny - Copyright 2022 Augusto Stoffel - SPDX-License-Identifier: LPPL-1.3c+ - - Adapted from the file unicode-math-table.tex, part of - the unicode-math package, which can be found at - https://github.com/wspr/unicode-math/ - diff --git a/Master/texmf-dist/doc/support/digestif/LICENSE.md b/Master/texmf-dist/doc/support/digestif/LICENSE.md new file mode 100644 index 00000000000..55165a272d6 --- /dev/null +++ b/Master/texmf-dist/doc/support/digestif/LICENSE.md @@ -0,0 +1,243 @@ +With the exception of the files individually listed below, the following +applies: + + Copyright 2018-2022 Augusto Stoffel + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or (at + your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +--- + +amsrefs.sty.tags: + + Copyright 2001-2004, 2007, 2008, 2010-2013 American Mathematical Society + Copyright 2022 Augusto Stoffel + + This file may be distributed and/or modified under the conditions of the + LaTeX Project Public License, either version 1.3 of this license or (at + your option) any later version. The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX version + 2005/12/01 or later. + + Adapted from the amsrefs package documentation, which can be found at + https://ctan.org/pkg/amsrefs. + +amssymb.sty.tags: + + Copyright 2006-2019 Will Robertson + Copyright 2010-2017 Philipp Stephani + Copyright 2011-2017 Joseph Wright + Copyright 2012-2015 Khaled Hosny + Copyright 2022 Augusto Stoffel + + This file may be distributed and/or modified under the conditions of the + LaTeX Project Public License, either version 1.3 of this license or (at + your option) any later version. The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX version + 2005/12/01 or later. + + Adapted from the file unicode-math-table.tex, part of the unicode-math + package, which can be found at https://ctan.org/pkg/unicode-math. + +biblatex.sty.tags: + + Copyright 2006-2012 Philipp Lehman + Copyright 2012-2022 Philipp Lehman, Joseph Wright, Audrey Boruvka, + Philip Kime + Copyright 2022 Augusto Stoffel + + Permission is granted to copy, distribute and/or modify this software under + the terms of the LaTeX Project Public License (LPPL), version 1.3. + + Adapted from the biblatex package documentation, which can be found at + https://ctan.org/pkg/biblatex. + +csquotes.sty.tags: + + Copyright 2003-2011 Philipp Lehman + Copyright 2015-2019, 2021, 2022 Joseph Wright + Copyright 2022 Augusto Stoffel + + This file may be distributed and/or modified under the conditions of the + LaTeX Project Public License, either version 1.3 of this license or (at + your option) any later version. The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX version + 2005/12/01 or later. + + Adapted from the csquotes package documentation, which can be found at + https://ctan.org/pkg/csquotes. + +etoolbox.sty.tags: + + Copyright 2007-2011 Philipp Lehman + Copyright 2015-2020 Joseph Wright + Copyright 2022 Augusto Stoffel + + This file may be distributed and/or modified under the conditions of the + LaTeX Project Public License, either version 1.3 of this license or (at + your option) any later version. The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX version + 2005/12/01 or later. + + Adapted form the etoolbox package documentation, which can be found at + https://ctan.org/pkg/etoolbox. + +latex.tags: + + Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, + 2016, 2017, 2018, 2019, 2020, 2021, 2022 Karl Berry + Copyright 1988, 1994, 2007 Stephen Gilmore + Copyright 1994, 1995, 1996 Torsten Martinsen + Copyright 2022 Augusto Stoffel + + Permission is granted to make and distribute verbatim copies of this manual + provided the copyright notice and this permission notice are preserved on + all copies. + + Permission is granted to copy and distribute modified versions of this + manual under the conditions for verbatim copying, provided that the entire + resulting derived work is distributed under the terms of a permission + notice identical to this one. + + Permission is granted to copy and distribute translations of this manual + into another language, under the above conditions for modified versions. + + Adapted from the LaTeX2e Unofficial Reference Manual, which can be found at + https://latexref.xyz/. + +pgf.tags: + + Copyright 2007-2013 Till Tantau + Copyright 2022 Augusto Stoffel, Jens Schneider + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.2 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the + license is included in the section entitled "GNU Free Documentation + License". + + This file may be distributed and/or modified under the conditions of the + LaTeX Project Public License, either version 1.3 of this license or (at + your option) any later version. The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX version + 2005/12/01 or later. + + Adapted from the PGF manual, version 3.1.9a, which can be found at + https://ctan.org/pkg/pgf. + +plain.tags: + + Copyright 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry + Copyright 2022 Augusto Stoffel + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.3 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the + license is included in the section entitled "GNU Free Documentation + License". + + Adapted from the book TeX for the Impatient, which can be found at + https://www.gnu.org/software/teximpatient. + +primitives.tags: + + Copyright 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry + Copyright 2022 Augusto Stoffel + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.3 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the + license is included in the section entitled "GNU Free Documentation + License". + + Adapted from the book TeX for the Impatient, which can be found at + https://www.gnu.org/software/teximpatient. + +teximpatient.tags: + + Copyright 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry + Copyright 2022 Augusto Stoffel + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.3 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the + license is included in the section entitled "GNU Free Documentation + License". + + Adapted from the book TeX for the Impatient, which can be found at + https://www.gnu.org/software/teximpatient. + +texinfo.tags: + + Copyright 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. + Copyright 2019 Augusto Stoffel + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.3 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the + license is included in the section entitled "GNU Free Documentation + License". + + Adapted from the GNU Texinfo manual, which can be found at + https://www.gnu.org/software/texinfo/manual/texinfo/. + +tikz.tags: + + Copyright 2007-2013 Till Tantau + Copyright 2022 Augusto Stoffel, Jens Schneider + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.2 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the + license is included in the section entitled "GNU Free Documentation + License". + + This file may be distributed and/or modified under the conditions of the + LaTeX Project Public License, either version 1.3 of this license or (at + your option) any later version. The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX version + 2005/12/01 or later. + + Adapted from the PGF manual, version 3.1.9a, which can be found at + https://ctan.org/pkg/pgf. + +unicode-math.sty.tags: + + Copyright 2006-2019 Will Robertson + Copyright 2010-2017 Philipp Stephani + Copyright 2011-2017 Joseph Wright + Copyright 2012-2015 Khaled Hosny + Copyright 2022 Augusto Stoffel + + This file may be distributed and/or modified under the conditions of the + LaTeX Project Public License, either version 1.3 of this license or (at + your option) any later version. The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX version + 2005/12/01 or later. + + Adapted from the file unicode-math-table.tex, part of the unicode-math + package, which can be found at https://ctan.org/pkg/unicode-math. + diff --git a/Master/texmf-dist/doc/support/digestif/README.md b/Master/texmf-dist/doc/support/digestif/README.md index c489d4fa6c8..a7528020ece 100644 --- a/Master/texmf-dist/doc/support/digestif/README.md +++ b/Master/texmf-dist/doc/support/digestif/README.md @@ -2,8 +2,9 @@ Digestif ========

-LuaRocks -Build Status +Build Status +CTAN +LuaRocks

Digestif is a code analyzer, and a [language server][lsp], for LaTeX, @@ -11,7 +12,7 @@ ConTeXt et caterva. It provides context-sensitive completion, documentation, code navigation, and related functionality to any text editor that speaks the LSP protocol. -![Mandatory GIF][gif] +

Madatory GIF

Features -------- @@ -134,17 +135,17 @@ digestif --generate FILES After filling in the missing details, the resulting tags file can be added to this repository (pull requests are welcome!). The format of -the tags files should be more or less self explanatory. See the data -folder for examples. +the tags files should be more or less self explanatory. See the +[data](./data) folder for examples. License ------- Digestif is available under the [GNU General Public License][GPL], version 3 or later. For some files in the [data](./data) directory, a -different license applies. See [LICENSE](./LICENSE) for details. +different (free) license applies. See [LICENSE.md](./LICENSE.md) for +details. -[gif]: https://raw.githubusercontent.com/astoff/digestif/images/screenshot.gif [info-issues]: https://github.com/astoff/digestif/wiki/Common-installation-issues#info-nodes [installation-issues]: https://github.com/astoff/digestif/wiki/Common-installation-issues [coc]: https://github.com/neoclide/coc.nvim diff --git a/Master/texmf-dist/scripts/digestif/digestif.texlua b/Master/texmf-dist/scripts/digestif/digestif.texlua index caf518071bc..5f22a17e12b 100755 --- a/Master/texmf-dist/scripts/digestif/digestif.texlua +++ b/Master/texmf-dist/scripts/digestif/digestif.texlua @@ -4,7 +4,7 @@ os.setenv("TEXMFDOTDIR", package.config:find("^\\") and "NUL" or "/dev/null") kpse.set_program_name("luatex") local zip = require "zip" -local archive = kpse.find_file("digestif.zip") +local archive = kpse.find_file("digestif.zip", "texmfscripts") or error("Can't find 'digestif.zip' archive") local function digestif_searcher(modname) local submod = modname:match("^digestif%.(.+)") diff --git a/Master/texmf-dist/scripts/digestif/digestif.zip b/Master/texmf-dist/scripts/digestif/digestif.zip index e10142227da..874ec9bcfeb 100644 Binary files a/Master/texmf-dist/scripts/digestif/digestif.zip and b/Master/texmf-dist/scripts/digestif/digestif.zip differ -- cgit v1.2.3