pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/TeXmacs



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Nov  2 21:34:27 UTC 2023

Modified Files:
        pkgsrc/editors/TeXmacs: Makefile PLIST distinfo
Added Files:
        pkgsrc/editors/TeXmacs/patches: patch-CMakeLists.txt
            patch-plugins_CMakeLists.txt
Removed Files:
        pkgsrc/editors/TeXmacs/patches: patch-cmake_FindGuile.cmake
            patch-src_Plugins_Qt_QTMStyle.cpp

Log Message:
Update texmacs to version 2.1.2

Changes:

* Creation of various interface themes for TeXmacs, such as dark
  and bright (2.1.1).
* Improved high resolution support under Linux and Windows (2.1.1).
* Progress on (not yet default) Qt5 version of TeXmacs (2.1.1).
* Updated font database for recent pre-installed Linux/Mac/Window
  fonts (2.1.1).
* Minor bug fixes (2.1).
* Updated plug-in for Giac (1.99.21).
* Better support for the most common LaTeX style files (1.99.20).
* Many corrections for the LaTeX export when using common LaTeX
  styles (1.99.20).
* Added Slovak language support (1.99.20).
* Improved Octave plugin with tab completion and multi-line input
  (1.99.19).
* Enhanced structured search & replace: added preferences and
  wildcards (1.99.19).
* Minor progress on the remote editing tools (1.99.18).
* Improved remote editing tools (1.99.17).
* Lightweight facility for managing user-defined keyboard
  shortcuts (1.99.17).
* Improved customizability of item lists and enumerations
  (1.99.17).
* Further improvements for preview and help balloons (1.99.16).
* Possibility to find labels from their numeric value (1.99.16).
* Incorporation of a smart-ref package for smart references
  (1.99.16).
* Fix spell checking under Windows (1.99.16).
* Rudimentary support for Wacom-style pen tablets, Qt5 only
  (1.99.16).
* Improved help balloons and preview facility for references and
  citations (1.99.15).
* Improved navigation and search tools for labels, references, and
  citations (1.99.15).
* Indicate the current cursor position by shaking the mouse
  (1.99.15).
* Improved Html export with better CSS stylability (1.99.14).
* Improved Octave plugin (1.99.14).


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 pkgsrc/editors/TeXmacs/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/editors/TeXmacs/PLIST
cvs rdiff -u -r1.75 -r1.76 pkgsrc/editors/TeXmacs/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/TeXmacs/patches/patch-CMakeLists.txt \
    pkgsrc/editors/TeXmacs/patches/patch-plugins_CMakeLists.txt
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/editors/TeXmacs/patches/patch-cmake_FindGuile.cmake \
    pkgsrc/editors/TeXmacs/patches/patch-src_Plugins_Qt_QTMStyle.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/TeXmacs/Makefile
diff -u pkgsrc/editors/TeXmacs/Makefile:1.163 pkgsrc/editors/TeXmacs/Makefile:1.164
--- pkgsrc/editors/TeXmacs/Makefile:1.163       Tue Oct 24 22:08:59 2023
+++ pkgsrc/editors/TeXmacs/Makefile     Thu Nov  2 21:34:26 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.163 2023/10/24 22:08:59 wiz Exp $
+# $NetBSD: Makefile,v 1.164 2023/11/02 21:34:26 nros Exp $
 #
 # changelog at http://www.texmacs.org/tmweb/about/changes.en.html
 
-DISTNAME=              TeXmacs-1.99.13-src
+DISTNAME=              TeXmacs-2.1.2-src
 PKGNAME=               ${DISTNAME:S/-src//}
-PKGREVISION=           24
 CATEGORIES=            editors
 MASTER_SITES=          ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
 MASTER_SITES+=         http://www.texmacs.org/Download/ftp/tmftp/source/
@@ -12,54 +11,59 @@ MASTER_SITES+=              http://www.texmacs.org/D
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.texmacs.org/
 COMMENT=               GNU TeXmacs (free scientific text editor)
+LICENSE=               gnu-gpl-v3
 
 DEPENDS+=              ps2pkm>=1.5:../../fonts/ps2pkm
 
-#BUILD_TARGET=         TEXMACS
-
-USE_CMAKE=             yes
-USE_TOOLS+=            gmake perl:run pkg-config bash
+USE_TOOLS+=            gmake perl:run pkg-config bash:run
 USE_LANGUAGES=         c c++
-WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
+USE_CXX_FEATURES=      c++11
+
+#Use Qt5 on all platforms
+CMAKE_CONFIGURE_ARGS+= -DTEXMACS_GUI=Qt5
 
 REPLACE_PYTHON+=       plugins/mathematica/bin/realpath.py
+REPLACE_PYTHON+=       plugins/eukleides/python/tm_eukleides.py
 
 REPLACE_BASH+=         configure
 REPLACE_BASH+=         cmake/CreateBundle.sh.in
-REPLACE_BASH+=         plugins/dratex/bin/tm_dratex
-REPLACE_BASH+=         plugins/eukleides/bin/tm_eukleides
-REPLACE_BASH+=         plugins/eukleides/bin/tm_eukleides.old
+REPLACE_BASH+=         plugins/matlab/bin/tm_matlab
 REPLACE_BASH+=         plugins/mupad/bin/tm_mupad_help
 REPLACE_BASH+=         plugins/texgraph/bin/tm_texgraph
 
 REPLACE_PERL+=         plugins/feynmf/bin/bbox_add.pl
 
-SUBST_CLASSES+=                guile
-SUBST_STAGE.guile=     pre-configure
-SUBST_FILES.guile=     cmake/FindGuile.cmake
-SUBST_VARS.guile=      PREFIX
-
 SUBST_CLASSES+=                bash
 SUBST_SED.bash+=       -e "s,/bin/bash,${PREFIX}/bin/bash,"
 SUBST_FILES.bash+=     src/Texmacs/Texmacs/texmacs.cpp
-SUBST_MESSAGE.bash=    Fixing hardcoded bash path.
+SUBST_FILES.bash+=     plugins/mupad/bin/tm_mupad
+SUBST_MESSAGE.bash=    Fixing hardcoded bash path in ${SUBST_FILES.bash}
 SUBST_STAGE.bash=      pre-configure
 
-LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/guile/1.8/lib/
+SUBST_CLASSES+=                pyexec
+SUBST_SED.pyexec+=     -e "s,python3,python${PYVERSSUFFIX},"
+SUBST_FILES.pyexec+=   TeXmacs/progs/kernel/library/base.scm
+SUBST_MESSAGE.pyexec=  Fixing name of python executable in ${SUBST_FILES.pyexec}
+SUBST_STAGE.pyexec=    pre-configure
 
-# do not install cmake files
-post-install:
-       ${FIND} ${DESTDIR} -name cmake_install.cmake -type f | ${XARGS} ${RM} -f
-       ${FIND} ${DESTDIR} -name CMakeFiles -type d | ${XARGS} ${RM} -rf
+.include "../../devel/cmake/build.mk"
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/gmp/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/gnome-icon-theme/buildlink3.mk"
-# Building with guile20 almost succeeds.
-# Building with guile22 fails (apparent use of withdrawn interfaces).
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+# Builds with guile20 but crashes with it
+# Building with guile22 of guile30 fails (apparent use of withdrawn interfaces).
 .include "../../lang/guile18/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../print/ghostscript/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
+.if ${OPSYS} == "Darwin"
+.include "../../x11/qt5-qtmacextras/buildlink3.mk"
+.endif
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/editors/TeXmacs/PLIST
diff -u pkgsrc/editors/TeXmacs/PLIST:1.46 pkgsrc/editors/TeXmacs/PLIST:1.47
--- pkgsrc/editors/TeXmacs/PLIST:1.46   Sun Jun 21 03:54:53 2020
+++ pkgsrc/editors/TeXmacs/PLIST        Thu Nov  2 21:34:26 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.46 2020/06/21 03:54:53 mef Exp $
+@comment $NetBSD: PLIST,v 1.47 2023/11/02 21:34:26 nros Exp $
 bin/fig2ps
 bin/texmacs
 bin/tm_gs
@@ -9,7 +9,6 @@ man/man1/texmacs.1
 share/TeXmacs/COPYING
 share/TeXmacs/INSTALL
 share/TeXmacs/LICENSE
-share/TeXmacs/Makefile
 share/TeXmacs/README
 share/TeXmacs/SVNREV
 share/TeXmacs/TEX_FONTS
@@ -25,6 +24,13 @@ share/TeXmacs/doc/about/about.es.tm
 share/TeXmacs/doc/about/about.fr.tm
 share/TeXmacs/doc/about/about.it.tm
 share/TeXmacs/doc/about/about.zh.tm
+share/TeXmacs/doc/about/authors/about-plugins.de.tm
+share/TeXmacs/doc/about/authors/about-plugins.en.tm
+share/TeXmacs/doc/about/authors/about-porting.de.tm
+share/TeXmacs/doc/about/authors/about-porting.en.tm
+share/TeXmacs/doc/about/authors/about-porting.es.tm
+share/TeXmacs/doc/about/authors/about-porting.fr.tm
+share/TeXmacs/doc/about/authors/about-porting.it.tm
 share/TeXmacs/doc/about/authors/administration.de.tm
 share/TeXmacs/doc/about/authors/administration.en.tm
 share/TeXmacs/doc/about/authors/administration.es.tm
@@ -56,13 +62,6 @@ share/TeXmacs/doc/about/authors/other.en
 share/TeXmacs/doc/about/authors/other.es.tm
 share/TeXmacs/doc/about/authors/other.fr.tm
 share/TeXmacs/doc/about/authors/other.it.tm
-share/TeXmacs/doc/about/authors/plugins.de.tm
-share/TeXmacs/doc/about/authors/plugins.en.tm
-share/TeXmacs/doc/about/authors/porting.de.tm
-share/TeXmacs/doc/about/authors/porting.en.tm
-share/TeXmacs/doc/about/authors/porting.es.tm
-share/TeXmacs/doc/about/authors/porting.fr.tm
-share/TeXmacs/doc/about/authors/porting.it.tm
 share/TeXmacs/doc/about/authors/translators.de.tm
 share/TeXmacs/doc/about/authors/translators.en.tm
 share/TeXmacs/doc/about/authors/translators.es.tm
@@ -261,6 +260,7 @@ share/TeXmacs/doc/about/welcome/first.fr
 share/TeXmacs/doc/about/welcome/first.it.tm
 share/TeXmacs/doc/about/welcome/new-welcome.en.tm
 share/TeXmacs/doc/about/welcome/new-welcome.fr.tm
+share/TeXmacs/doc/about/welcome/start.en.tm
 share/TeXmacs/doc/about/welcome/welcome.de.tm
 share/TeXmacs/doc/about/welcome/welcome.en.tm
 share/TeXmacs/doc/about/welcome/welcome.es.tm
@@ -603,6 +603,10 @@ share/TeXmacs/doc/devel/style/style.es.t
 share/TeXmacs/doc/devel/style/style.fr.tm
 share/TeXmacs/doc/devel/style/style.pt.tm
 share/TeXmacs/doc/fdl.txt
+share/TeXmacs/doc/main/automated/tag-help.en.tm
+share/TeXmacs/doc/main/automated/tag-help.fr.tm
+share/TeXmacs/doc/main/automated/top-help.en.tm
+share/TeXmacs/doc/main/automated/top-help.fr.tm
 share/TeXmacs/doc/main/beamer/man-animations.en.tm
 share/TeXmacs/doc/main/beamer/man-beamer-export.en.tm
 share/TeXmacs/doc/main/beamer/man-beamer-overlays.en.tm
@@ -958,6 +962,12 @@ share/TeXmacs/doc/main/math/semantics/ma
 share/TeXmacs/doc/main/math/semantics/man-semantics.zh.tm
 share/TeXmacs/doc/main/math/semantics/man-syntax-correction.en.tm
 share/TeXmacs/doc/main/math/semantics/man-syntax-correction.zh.tm
+share/TeXmacs/doc/main/scheme/man-custom-keyboard.de.tm
+share/TeXmacs/doc/main/scheme/man-custom-keyboard.en.tm
+share/TeXmacs/doc/main/scheme/man-custom-keyboard.es.tm
+share/TeXmacs/doc/main/scheme/man-custom-keyboard.fr.tm
+share/TeXmacs/doc/main/scheme/man-custom-keyboard.it.tm
+share/TeXmacs/doc/main/scheme/man-custom-keyboard.zh.tm
 share/TeXmacs/doc/main/scheme/man-files.de.tm
 share/TeXmacs/doc/main/scheme/man-files.en.tm
 share/TeXmacs/doc/main/scheme/man-files.es.tm
@@ -979,12 +989,6 @@ share/TeXmacs/doc/main/scheme/man-initia
 share/TeXmacs/doc/main/scheme/man-introduction.en.tm
 share/TeXmacs/doc/main/scheme/man-introduction.fr.tm
 share/TeXmacs/doc/main/scheme/man-introduction.it.tm
-share/TeXmacs/doc/main/scheme/man-keyboard.de.tm
-share/TeXmacs/doc/main/scheme/man-keyboard.en.tm
-share/TeXmacs/doc/main/scheme/man-keyboard.es.tm
-share/TeXmacs/doc/main/scheme/man-keyboard.fr.tm
-share/TeXmacs/doc/main/scheme/man-keyboard.it.tm
-share/TeXmacs/doc/main/scheme/man-keyboard.zh.tm
 share/TeXmacs/doc/main/scheme/man-menus.de.tm
 share/TeXmacs/doc/main/scheme/man-menus.en.tm
 share/TeXmacs/doc/main/scheme/man-menus.es.tm
@@ -1005,14 +1009,14 @@ share/TeXmacs/doc/main/start/man-convent
 share/TeXmacs/doc/main/start/man-conventions.pl.tm
 share/TeXmacs/doc/main/start/man-conventions.pt.tm
 share/TeXmacs/doc/main/start/man-conventions.zh.tmml
-share/TeXmacs/doc/main/start/man-files.de.tm
-share/TeXmacs/doc/main/start/man-files.en.tm
-share/TeXmacs/doc/main/start/man-files.es.tm
-share/TeXmacs/doc/main/start/man-files.fr.tm
-share/TeXmacs/doc/main/start/man-files.it.tm
-share/TeXmacs/doc/main/start/man-files.pl.tm
-share/TeXmacs/doc/main/start/man-files.pt.tm
-share/TeXmacs/doc/main/start/man-files.zh.tmml
+share/TeXmacs/doc/main/start/man-file-ops.de.tm
+share/TeXmacs/doc/main/start/man-file-ops.en.tm
+share/TeXmacs/doc/main/start/man-file-ops.es.tm
+share/TeXmacs/doc/main/start/man-file-ops.fr.tm
+share/TeXmacs/doc/main/start/man-file-ops.it.tm
+share/TeXmacs/doc/main/start/man-file-ops.pl.tm
+share/TeXmacs/doc/main/start/man-file-ops.pt.tm
+share/TeXmacs/doc/main/start/man-file-ops.zh.tmml
 share/TeXmacs/doc/main/start/man-getting-started.de.tm
 share/TeXmacs/doc/main/start/man-getting-started.en.tm
 share/TeXmacs/doc/main/start/man-getting-started.es.tm
@@ -1223,14 +1227,6 @@ share/TeXmacs/doc/main/table/man-create-
 share/TeXmacs/doc/main/table/man-create-table.pl.tm
 share/TeXmacs/doc/main/table/man-create-table.pt.tm
 share/TeXmacs/doc/main/table/man-create-table.zh.tmml
-share/TeXmacs/doc/main/table/man-decorations.de.tm
-share/TeXmacs/doc/main/table/man-decorations.en.tm
-share/TeXmacs/doc/main/table/man-decorations.es.tm
-share/TeXmacs/doc/main/table/man-decorations.fr.tm
-share/TeXmacs/doc/main/table/man-decorations.it.tm
-share/TeXmacs/doc/main/table/man-decorations.pl.tm
-share/TeXmacs/doc/main/table/man-decorations.pt.tm
-share/TeXmacs/doc/main/table/man-decorations.zh.tmml
 share/TeXmacs/doc/main/table/man-size.de.tm
 share/TeXmacs/doc/main/table/man-size.en.tm
 share/TeXmacs/doc/main/table/man-size.es.tm
@@ -1239,6 +1235,14 @@ share/TeXmacs/doc/main/table/man-size.it
 share/TeXmacs/doc/main/table/man-size.pl.tm
 share/TeXmacs/doc/main/table/man-size.pt.tm
 share/TeXmacs/doc/main/table/man-size.zh.tmml
+share/TeXmacs/doc/main/table/man-table-decorations.de.tm
+share/TeXmacs/doc/main/table/man-table-decorations.en.tm
+share/TeXmacs/doc/main/table/man-table-decorations.es.tm
+share/TeXmacs/doc/main/table/man-table-decorations.fr.tm
+share/TeXmacs/doc/main/table/man-table-decorations.it.tm
+share/TeXmacs/doc/main/table/man-table-decorations.pl.tm
+share/TeXmacs/doc/main/table/man-table-decorations.pt.tm
+share/TeXmacs/doc/main/table/man-table-decorations.zh.tmml
 share/TeXmacs/doc/main/table/man-table-mode.de.tm
 share/TeXmacs/doc/main/table/man-table-mode.en.tm
 share/TeXmacs/doc/main/table/man-table-mode.es.tm
@@ -1341,14 +1345,14 @@ share/TeXmacs/doc/main/text/man-generali
 share/TeXmacs/doc/main/text/man-generalities.pl.tm
 share/TeXmacs/doc/main/text/man-generalities.pt.tm
 share/TeXmacs/doc/main/text/man-generalities.zh.tm
-share/TeXmacs/doc/main/text/man-layout.de.tm
-share/TeXmacs/doc/main/text/man-layout.en.tm
-share/TeXmacs/doc/main/text/man-layout.es.tm
-share/TeXmacs/doc/main/text/man-layout.fr.tm
-share/TeXmacs/doc/main/text/man-layout.it.tm
-share/TeXmacs/doc/main/text/man-layout.pl.tm
-share/TeXmacs/doc/main/text/man-layout.pt.tm
-share/TeXmacs/doc/main/text/man-layout.zh.tm
+share/TeXmacs/doc/main/text/man-layout-issues.de.tm
+share/TeXmacs/doc/main/text/man-layout-issues.en.tm
+share/TeXmacs/doc/main/text/man-layout-issues.es.tm
+share/TeXmacs/doc/main/text/man-layout-issues.fr.tm
+share/TeXmacs/doc/main/text/man-layout-issues.it.tm
+share/TeXmacs/doc/main/text/man-layout-issues.pl.tm
+share/TeXmacs/doc/main/text/man-layout-issues.pt.tm
+share/TeXmacs/doc/main/text/man-layout-issues.zh.tm
 share/TeXmacs/doc/main/text/man-lists.de.tm
 share/TeXmacs/doc/main/text/man-lists.en.tm
 share/TeXmacs/doc/main/text/man-lists.es.tm
@@ -1460,6 +1464,9 @@ share/TeXmacs/examples/texts/subscript-t
 share/TeXmacs/examples/texts/superscript-test-bis.tm
 share/TeXmacs/examples/texts/superscript-test.tm
 share/TeXmacs/examples/texts/tmfs-test.tm
+share/TeXmacs/examples/texts/torture-fonts-1.tm
+share/TeXmacs/examples/texts/torture-fonts-2.tm
+share/TeXmacs/examples/texts/torture-images.tm
 share/TeXmacs/examples/texts/traditional-font-test.tm
 share/TeXmacs/examples/texts/unicode-missing-test.tm
 share/TeXmacs/examples/texts/wide-test.tm
@@ -1516,6 +1523,7 @@ share/TeXmacs/fonts/font-characteristics
 share/TeXmacs/fonts/font-database.scm
 share/TeXmacs/fonts/font-features.scm
 share/TeXmacs/fonts/font-substitutions.scm
+share/TeXmacs/fonts/pdf-font-issues.scm
 share/TeXmacs/fonts/tfm/adobe/avant-garde-bi10.tfm
 share/TeXmacs/fonts/tfm/adobe/avant-garde-bx10.tfm
 share/TeXmacs/fonts/tfm/adobe/avant-garde-rm10.tfm
@@ -2904,6 +2912,7 @@ share/TeXmacs/langs/natural/dic/english-
 share/TeXmacs/langs/natural/dic/english-portuguese.scm
 share/TeXmacs/langs/natural/dic/english-romanian.scm
 share/TeXmacs/langs/natural/dic/english-russian.scm
+share/TeXmacs/langs/natural/dic/english-slovak.scm
 share/TeXmacs/langs/natural/dic/english-slovene.scm
 share/TeXmacs/langs/natural/dic/english-spanish.scm
 share/TeXmacs/langs/natural/dic/english-swedish.scm
@@ -2925,6 +2934,7 @@ share/TeXmacs/langs/natural/hyphen/hyphe
 share/TeXmacs/langs/natural/hyphen/hyphen.portuguese
 share/TeXmacs/langs/natural/hyphen/hyphen.romanian
 share/TeXmacs/langs/natural/hyphen/hyphen.russian
+share/TeXmacs/langs/natural/hyphen/hyphen.slovak
 share/TeXmacs/langs/natural/hyphen/hyphen.slovene
 share/TeXmacs/langs/natural/hyphen/hyphen.spanish
 share/TeXmacs/langs/natural/hyphen/hyphen.swedish
@@ -2961,6 +2971,7 @@ share/TeXmacs/misc/convert/pdf_info.ps
 share/TeXmacs/misc/convert/special.pro
 share/TeXmacs/misc/convert/tex.pro
 share/TeXmacs/misc/convert/texps.pro
+share/TeXmacs/misc/images/The_Jolly_Writer.png
 share/TeXmacs/misc/images/fancy-c.png
 share/TeXmacs/misc/images/fancy-c.svg
 share/TeXmacs/misc/images/fancy-l.png
@@ -3021,9 +3032,6 @@ share/TeXmacs/misc/images/welcome-help.p
 share/TeXmacs/misc/images/welcome-manual.png
 share/TeXmacs/misc/images/welcome-promote.png
 share/TeXmacs/misc/images/welcome-videos.png
-share/TeXmacs/misc/inkscape_extension/texmacs.inx
-share/TeXmacs/misc/inkscape_extension/texmacs_latex.sty
-share/TeXmacs/misc/inkscape_extension/texmacs_reedit.py
 share/TeXmacs/misc/latex/TeXmacs.sty
 share/TeXmacs/misc/latex/f2pspost.tex
 share/TeXmacs/misc/mime/texmacs.desktop
@@ -3592,11 +3600,21 @@ share/TeXmacs/misc/pixmaps/modern/16x16/
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_help.xpm
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_help_x2.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_help_x4.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_load.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_load.svg
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_load.xpm
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_load_x2.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_load_x4.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_prefs.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_prefs.svg
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_prefs.xpm
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_prefs_x2.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_prefs_x4.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_save.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_save.svg
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_save.xpm
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_save_x2.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_save_x4.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_search.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_search.svg
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_focus_search.xpm
@@ -3900,6 +3918,11 @@ share/TeXmacs/misc/pixmaps/modern/16x16/
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_similar_previous.xpm
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_similar_previous_x2.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_similar_previous_x4.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak.svg
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak.xpm
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak_x2.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak_x4.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovene.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovene.svg
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovene.xpm
@@ -4284,6 +4307,11 @@ share/TeXmacs/misc/pixmaps/modern/20x20/
 share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_list.xpm
 share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_list_x2.png
 share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_list_x4.png
+share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_macro.png
+share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_macro.svg
+share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_macro.xpm
+share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_macro_x2.png
+share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_macro_x4.png
 share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_math.png
 share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_math.svg
 share/TeXmacs/misc/pixmaps/modern/20x20/mode/tm_math.xpm
@@ -4536,6 +4564,46 @@ share/TeXmacs/misc/pixmaps/modern/24x24/
 share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cancel_2_x4.png
 share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cancel_x2.png
 share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cancel_x4.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud.svg
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud.xpm
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_dir.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_dir.svg
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_dir.xpm
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_dir_x2.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_dir_x4.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_download.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_download.svg
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_download.xpm
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_download_x2.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_download_x4.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_file.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_file.svg
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_file.xpm
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_file_x2.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_file_x4.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_home.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_home.svg
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_home.xpm
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_home_x2.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_home_x4.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail.svg
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail.xpm
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail_new.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail_new.svg
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail_new.xpm
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail_new_x2.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail_new_x4.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail_x2.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_mail_x4.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_upload.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_upload.svg
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_upload.xpm
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_upload_x2.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_upload_x4.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_x2.png
+share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_cloud_x4.png
 share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_copy.png
 share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_copy.svg
 share/TeXmacs/misc/pixmaps/modern/24x24/main/tm_copy.xpm
@@ -4973,6 +5041,11 @@ share/TeXmacs/misc/textures/wood/thumbna
 share/TeXmacs/misc/textures/wood/thumbnail-retina-wood-pattern.jpg
 share/TeXmacs/misc/textures/wood/thumbnail-tileable-wood-pattern.jpg
 share/TeXmacs/misc/textures/wood/thumbnail-wood-pattern-6.jpg
+share/TeXmacs/misc/themes/native-light.css
+share/TeXmacs/misc/themes/old-dark.css
+share/TeXmacs/misc/themes/old-light.css
+share/TeXmacs/misc/themes/standard-dark.css
+share/TeXmacs/misc/themes/standard-light.css
 share/TeXmacs/packages/beamer/decorations/alt-colors.ts
 share/TeXmacs/packages/beamer/decorations/framed-envs.ts
 share/TeXmacs/packages/beamer/decorations/math-ss.ts
@@ -4983,14 +5056,14 @@ share/TeXmacs/packages/beamer/presentati
 share/TeXmacs/packages/beamer/slides.ts
 share/TeXmacs/packages/beamer/title/framed-title.ts
 share/TeXmacs/packages/beamer/title/title-bar.ts
+share/TeXmacs/packages/cite/cite-author-year.ts
+share/TeXmacs/packages/cite/cite-sort.ts
 share/TeXmacs/packages/compute/calc.ts
 share/TeXmacs/packages/compute/program.ts
 share/TeXmacs/packages/compute/scripts.ts
 share/TeXmacs/packages/compute/session.ts
 share/TeXmacs/packages/customize/algorithm/centered-program.ts
 share/TeXmacs/packages/customize/algorithm/framed-program.ts
-share/TeXmacs/packages/customize/cite/cite-author-year.ts
-share/TeXmacs/packages/customize/cite/cite-sort.ts
 share/TeXmacs/packages/customize/document/no-page-numbers.ts
 share/TeXmacs/packages/customize/document/normal-margins.ts
 share/TeXmacs/packages/customize/document/page-numbers.ts
@@ -5031,12 +5104,14 @@ share/TeXmacs/packages/customize/languag
 share/TeXmacs/packages/customize/language/portuguese.ts
 share/TeXmacs/packages/customize/language/romanian.ts
 share/TeXmacs/packages/customize/language/russian.ts
+share/TeXmacs/packages/customize/language/slovak.ts
 share/TeXmacs/packages/customize/language/slovene.ts
 share/TeXmacs/packages/customize/language/spanish.ts
 share/TeXmacs/packages/customize/language/swedish.ts
 share/TeXmacs/packages/customize/language/taiwanese.ts
 share/TeXmacs/packages/customize/language/ukrainian.ts
 share/TeXmacs/packages/customize/list/compact-list.ts
+share/TeXmacs/packages/customize/list/prefix-enumerations.ts
 share/TeXmacs/packages/customize/list/triangle-list.ts
 share/TeXmacs/packages/customize/math/four-script-sizes.ts
 share/TeXmacs/packages/customize/math/math-brackets.ts
@@ -5111,13 +5186,17 @@ share/TeXmacs/packages/header/title-book
 share/TeXmacs/packages/header/title-generic.ts
 share/TeXmacs/packages/header/title-seminar.ts
 share/TeXmacs/packages/html/html-fold.ts
+share/TeXmacs/packages/html/html-font-size.ts
 share/TeXmacs/packages/latex/revtex/revtex-10pt.ts
 share/TeXmacs/packages/latex/revtex/revtex-11pt.ts
 share/TeXmacs/packages/latex/revtex/revtex-12pt.ts
 share/TeXmacs/packages/miscellaneous/chat.ts
 share/TeXmacs/packages/miscellaneous/docoq.ts
+share/TeXmacs/packages/miscellaneous/live-document.ts
 share/TeXmacs/packages/miscellaneous/macro-editor.ts
 share/TeXmacs/packages/miscellaneous/plot-editor.ts
+share/TeXmacs/packages/miscellaneous/shortcut-editor.ts
+share/TeXmacs/packages/obsolete/old-lengths.ts
 share/TeXmacs/packages/obsolete/presentation-ridged-paper.ts
 share/TeXmacs/packages/poster/size/a0-poster.ts
 share/TeXmacs/packages/poster/size/a1-poster.ts
@@ -5215,11 +5294,15 @@ share/TeXmacs/packages/themes/xperiment/
 share/TeXmacs/packages/themes/xperiment/xperiment-deco.ts
 share/TeXmacs/packages/themes/xperiment/xperiment-scene.ts
 share/TeXmacs/packages/themes/xperiment/xperiment.ts
+share/TeXmacs/packages/utilities/automate.ts
+share/TeXmacs/packages/utilities/chat-room.ts
+share/TeXmacs/packages/utilities/comment.ts
 share/TeXmacs/packages/utilities/icourse.ts
 share/TeXmacs/packages/utilities/literate.ts
 share/TeXmacs/packages/utilities/live.ts
+share/TeXmacs/packages/utilities/preview-ref.ts
 share/TeXmacs/packages/utilities/relate.ts
-share/TeXmacs/plugins/Makefile
+share/TeXmacs/packages/utilities/smart-ref.ts
 share/TeXmacs/plugins/README.md
 share/TeXmacs/plugins/asymptote/doc/asymptote-abstract.en.tm
 share/TeXmacs/plugins/asymptote/doc/asymptote-abstract.zh.tm
@@ -5237,9 +5320,6 @@ share/TeXmacs/plugins/axiom/packages/ses
 share/TeXmacs/plugins/axiom/progs/axiom-input.scm
 share/TeXmacs/plugins/axiom/progs/init-axiom.scm
 share/TeXmacs/plugins/axiom/src/tm_axiom.c
-share/TeXmacs/plugins/axiom/tm_axiom
-share/TeXmacs/plugins/axiom/tm_axiom_autogen/moc_predefs.h
-share/TeXmacs/plugins/axiom/tm_axiom_autogen/mocs_compilation.cpp
 share/TeXmacs/plugins/caas/packages/session/caas.ts
 share/TeXmacs/plugins/caas/progs/caas-edit.scm
 share/TeXmacs/plugins/caas/progs/caas-input.scm
@@ -5250,7 +5330,14 @@ share/TeXmacs/plugins/cadabra/progs/init
 share/TeXmacs/plugins/cocoa5/doc/cocoa5-demo.en.tm
 share/TeXmacs/plugins/cocoa5/doc/cocoa5.en.tm
 share/TeXmacs/plugins/cocoa5/progs/init-cocoa5.scm
-share/TeXmacs/plugins/coq/Makefile
+share/TeXmacs/plugins/code/progs/cpp-lang.scm
+share/TeXmacs/plugins/code/progs/dot-lang.scm
+share/TeXmacs/plugins/code/progs/init-code.scm
+share/TeXmacs/plugins/code/progs/java-lang.scm
+share/TeXmacs/plugins/code/progs/javascript-lang.scm
+share/TeXmacs/plugins/code/progs/json-lang.scm
+share/TeXmacs/plugins/code/progs/julia-lang.scm
+share/TeXmacs/plugins/code/progs/scala-lang.scm
 share/TeXmacs/plugins/coq/bin/tm_coq
 share/TeXmacs/plugins/coq/packages/session/coq.ts
 share/TeXmacs/plugins/coq/progs/coq-edit.scm
@@ -5259,23 +5346,19 @@ share/TeXmacs/plugins/coq/progs/init-coq
 share/TeXmacs/plugins/coq/src/pico_xml.c
 share/TeXmacs/plugins/coq/src/pico_xml.h
 share/TeXmacs/plugins/coq/src/tm_coq.c
-share/TeXmacs/plugins/coq/tm_coq
-share/TeXmacs/plugins/coq/tm_coq_autogen/moc_predefs.h
-share/TeXmacs/plugins/coq/tm_coq_autogen/mocs_compilation.cpp
 share/TeXmacs/plugins/dratex/doc/dratex-abstract.en.tm
 share/TeXmacs/plugins/dratex/doc/dratex-demo.en.tm
 share/TeXmacs/plugins/dratex/doc/dratex.en.tm
 share/TeXmacs/plugins/dratex/latex/AlDraTex.sty
 share/TeXmacs/plugins/dratex/latex/DraTex.sty
 share/TeXmacs/plugins/dratex/progs/init-dratex.scm
-share/TeXmacs/plugins/eukleides/bin/tm_eukleides
-share/TeXmacs/plugins/eukleides/bin/tm_eukleides.old
 share/TeXmacs/plugins/eukleides/doc/eukleides-abstract.en.tm
 share/TeXmacs/plugins/eukleides/doc/eukleides-demo.en.tm
 share/TeXmacs/plugins/eukleides/doc/eukleides.en.tm
 share/TeXmacs/plugins/eukleides/progs/eukleides-figures-menu.scm
 share/TeXmacs/plugins/eukleides/progs/eukleides-menus.scm
 share/TeXmacs/plugins/eukleides/progs/init-eukleides.scm
+share/TeXmacs/plugins/eukleides/python/tm_eukleides.py
 share/TeXmacs/plugins/feynmf/bin/bbox_add.pl
 share/TeXmacs/plugins/feynmf/bin/tm_feynmf
 share/TeXmacs/plugins/feynmf/doc/feynmf-abstract.en.tm
@@ -5291,9 +5374,18 @@ share/TeXmacs/plugins/fricas/progs/frica
 share/TeXmacs/plugins/fricas/progs/fricas-menus.scm
 share/TeXmacs/plugins/fricas/progs/init-fricas.scm
 share/TeXmacs/plugins/giac/doc/giac-abstract.en.tm
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-1.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-2.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-3.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-4.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-5.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-6.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-7.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en.tm
 share/TeXmacs/plugins/giac/doc/giac.en.tm
 share/TeXmacs/plugins/giac/packages/session/giac.ts
 share/TeXmacs/plugins/giac/progs/giac-input.scm
+share/TeXmacs/plugins/giac/progs/giac-kbd.scm
 share/TeXmacs/plugins/giac/progs/giac-menus.scm
 share/TeXmacs/plugins/giac/progs/init-giac.scm
 share/TeXmacs/plugins/gnuplot/doc/gnuplot-abstract.en.tm
@@ -5302,7 +5394,6 @@ share/TeXmacs/plugins/gnuplot/doc/gnuplo
 share/TeXmacs/plugins/gnuplot/doc/gnuplot-plots.en.tm
 share/TeXmacs/plugins/gnuplot/doc/gnuplot-script.en.tm
 share/TeXmacs/plugins/gnuplot/doc/gnuplot.en.tm
-share/TeXmacs/plugins/gnuplot/progs/gnuplot-input.scm
 share/TeXmacs/plugins/gnuplot/progs/init-gnuplot.scm
 share/TeXmacs/plugins/graph/doc/graph-abstract.en.tm
 share/TeXmacs/plugins/graph/doc/graph-demo.en.tm
@@ -5350,9 +5441,6 @@ share/TeXmacs/plugins/maple/progs/init-m
 share/TeXmacs/plugins/maple/progs/maple-input.scm
 share/TeXmacs/plugins/maple/src.9/tm_maple_9.c
 share/TeXmacs/plugins/maple/src/tm_maple_5.cpp
-share/TeXmacs/plugins/maple/tm_maple_5
-share/TeXmacs/plugins/maple/tm_maple_5_autogen/moc_predefs.h
-share/TeXmacs/plugins/maple/tm_maple_5_autogen/mocs_compilation.cpp
 share/TeXmacs/plugins/mathemagix/doc/mathemagix-abstract.en.tm
 share/TeXmacs/plugins/mathemagix/doc/mathemagix-demo.en.tm
 share/TeXmacs/plugins/mathemagix/doc/mathemagix.en.tm
@@ -5375,6 +5463,7 @@ share/TeXmacs/plugins/mathematica/ps/pos
 share/TeXmacs/plugins/mathematica/ps/pre
 share/TeXmacs/plugins/mathematica/src.lazy/tm_mathematica.c
 share/TeXmacs/plugins/mathematica/src/realpath.c
+share/TeXmacs/plugins/matlab/README.md
 share/TeXmacs/plugins/matlab/bin/tm_matlab
 share/TeXmacs/plugins/matlab/code/isnewans.m
 share/TeXmacs/plugins/matlab/code/mat2scm.m
@@ -5388,6 +5477,9 @@ share/TeXmacs/plugins/matlab/code/struct
 share/TeXmacs/plugins/matlab/code/tmdisp.m
 share/TeXmacs/plugins/matlab/code/tmrepl.m
 share/TeXmacs/plugins/matlab/code/typeinfo.m
+share/TeXmacs/plugins/matlab/doc/matlab-abstract.en.tm
+share/TeXmacs/plugins/matlab/doc/matlab-demo.en.tm
+share/TeXmacs/plugins/matlab/doc/matlab-install.en.tm
 share/TeXmacs/plugins/matlab/doc/matlab.en.tm
 share/TeXmacs/plugins/matlab/progs/init-matlab.scm
 share/TeXmacs/plugins/maxima/README.md
@@ -5409,6 +5501,10 @@ share/TeXmacs/plugins/mmi/packages/sessi
 share/TeXmacs/plugins/mmi/progs/init-mmi.scm
 share/TeXmacs/plugins/mmi/progs/mmi-edit.scm
 share/TeXmacs/plugins/mmi/progs/mmi-input.scm
+share/TeXmacs/plugins/mmshell/packages/session/mmshell.ts
+share/TeXmacs/plugins/mmshell/progs/init-mmshell.scm
+share/TeXmacs/plugins/mmshell/progs/mmshell-edit.scm
+share/TeXmacs/plugins/mmshell/progs/mmshell-input.scm
 share/TeXmacs/plugins/mupad/bin/tm_mupad
 share/TeXmacs/plugins/mupad/bin/tm_mupad_help
 share/TeXmacs/plugins/mupad/doc/mupad.en.tm
@@ -5419,13 +5515,14 @@ share/TeXmacs/plugins/mupad/progs/mupad-
 share/TeXmacs/plugins/mycas/doc/mycas.en.tm
 share/TeXmacs/plugins/mycas/progs/init-mycas.scm
 share/TeXmacs/plugins/mycas/src/mycas.cpp
+share/TeXmacs/plugins/octave/CONTRIBUTING.md
 share/TeXmacs/plugins/octave/README.md
 share/TeXmacs/plugins/octave/doc/octave-abstract.en.tm
 share/TeXmacs/plugins/octave/doc/octave-demo.en.tm
 share/TeXmacs/plugins/octave/doc/octave-demo.it.tm
-share/TeXmacs/plugins/octave/doc/octave-details.en.tm
+share/TeXmacs/plugins/octave/doc/octave-install.en.tm
 share/TeXmacs/plugins/octave/doc/octave.en.tm
-share/TeXmacs/plugins/octave/octave/convert/dquote.m
+share/TeXmacs/plugins/octave/octave/convert/cell2scm.m
 share/TeXmacs/plugins/octave/octave/convert/list2scm.m
 share/TeXmacs/plugins/octave/octave/convert/mat2scm.m
 share/TeXmacs/plugins/octave/octave/convert/num2scm.m
@@ -5434,38 +5531,47 @@ share/TeXmacs/plugins/octave/octave/conv
 share/TeXmacs/plugins/octave/octave/convert/struct2bullet.m
 share/TeXmacs/plugins/octave/octave/convert/struct2scm.m
 share/TeXmacs/plugins/octave/octave/convert/struct2tree.m
-share/TeXmacs/plugins/octave/octave/plot/__errplot__.m
-share/TeXmacs/plugins/octave/octave/plot/__plt2mm__.m
-share/TeXmacs/plugins/octave/octave/plot/__plt2mv__.m
-share/TeXmacs/plugins/octave/octave/plot/__plt2ss__.m
-share/TeXmacs/plugins/octave/octave/plot/__plt2vm__.m
-share/TeXmacs/plugins/octave/octave/plot/__plt2vv__.m
-share/TeXmacs/plugins/octave/octave/plot/contour.m
-share/TeXmacs/plugins/octave/octave/plot/mesh.m
-share/TeXmacs/plugins/octave/octave/polynomial/polyout.m
+share/TeXmacs/plugins/octave/octave/kernel/dquote.m
+share/TeXmacs/plugins/octave/octave/kernel/ends_with.m
+share/TeXmacs/plugins/octave/octave/kernel/starts_with.m
+share/TeXmacs/plugins/octave/octave/kernel/unquote.m
 share/TeXmacs/plugins/octave/octave/protocol/flush_any.m
+share/TeXmacs/plugins/octave/octave/protocol/flush_file.m
+share/TeXmacs/plugins/octave/octave/protocol/flush_prompt.m
 share/TeXmacs/plugins/octave/octave/protocol/flush_scheme.m
+share/TeXmacs/plugins/octave/octave/protocol/flush_verbatim.m
 share/TeXmacs/plugins/octave/octave/protocol/with_color.m
 share/TeXmacs/plugins/octave/octave/protocol/with_mode_math.m
-share/TeXmacs/plugins/octave/octave/tm-start.m
+share/TeXmacs/plugins/octave/octave/tm/complete.m
 share/TeXmacs/plugins/octave/octave/tm/isnewans.m
+share/TeXmacs/plugins/octave/octave/tm/isplot.m
+share/TeXmacs/plugins/octave/octave/tm/parse_complete.m
+share/TeXmacs/plugins/octave/octave/tm/plot_cmds.m
 share/TeXmacs/plugins/octave/octave/tm/tmdisp.m
 share/TeXmacs/plugins/octave/octave/tm/tmlasterr.m
+share/TeXmacs/plugins/octave/octave/tm/tmmod.m
+share/TeXmacs/plugins/octave/octave/tm/tmplot.m
 share/TeXmacs/plugins/octave/octave/tm/tmrepl.m
+share/TeXmacs/plugins/octave/octave/tmstart.m
 share/TeXmacs/plugins/octave/progs/init-octave.scm
+share/TeXmacs/plugins/octave/progs/octave-lang.scm
 share/TeXmacs/plugins/octave/test/convert.tm
+share/TeXmacs/plugins/octave/test/plots.tm
 share/TeXmacs/plugins/pari/doc/pari-abstract.en.tm
 share/TeXmacs/plugins/pari/doc/pari.en.tm
 share/TeXmacs/plugins/pari/packages/session/pari.ts
 share/TeXmacs/plugins/pari/progs/init-pari.scm
 share/TeXmacs/plugins/pari/progs/pari-menus.scm
+share/TeXmacs/plugins/plantuml/progs/init-plantuml.scm
 share/TeXmacs/plugins/python/README.md
 share/TeXmacs/plugins/python/doc/python-abstract.en.tm
 share/TeXmacs/plugins/python/doc/python-demo.en.tm
 share/TeXmacs/plugins/python/doc/python-instructions.en.tm
 share/TeXmacs/plugins/python/doc/python-limitations.en.tm
 share/TeXmacs/plugins/python/doc/python.en.tm
+share/TeXmacs/plugins/python/packages/session/python.ts
 share/TeXmacs/plugins/python/progs/init-python.scm
+share/TeXmacs/plugins/python/progs/python-lang.scm
 share/TeXmacs/plugins/python/progs/python-menus.scm
 share/TeXmacs/plugins/python/progs/python-widgets.scm
 share/TeXmacs/plugins/qcl/doc/qcl-abstract.en.tm
@@ -5525,9 +5631,6 @@ share/TeXmacs/plugins/r/r/TeXmacs/man/tr
 share/TeXmacs/plugins/r/r/TeXmacs/man/v.Rd
 share/TeXmacs/plugins/r/src/tm_r.c
 share/TeXmacs/plugins/r/texmacs.r
-share/TeXmacs/plugins/r/tm_r
-share/TeXmacs/plugins/r/tm_r_autogen/moc_predefs.h
-share/TeXmacs/plugins/r/tm_r_autogen/mocs_compilation.cpp
 share/TeXmacs/plugins/reduce/bin/tm_reduce
 share/TeXmacs/plugins/reduce/doc/reduce-abstract.en.tm
 share/TeXmacs/plugins/reduce/doc/reduce-demo.en.tm
@@ -5558,12 +5661,13 @@ share/TeXmacs/plugins/scilab/progs/init-
 share/TeXmacs/plugins/scilab/progs/scilab-menus.scm
 share/TeXmacs/plugins/shell/Makefile
 share/TeXmacs/plugins/shell/bin/tm_shell
+share/TeXmacs/plugins/shell/doc/shell-demo.en.tm
 share/TeXmacs/plugins/shell/doc/shell.en.tm
 share/TeXmacs/plugins/shell/progs/init-shell.scm
 share/TeXmacs/plugins/shell/src/tm_shell.cpp
-share/TeXmacs/plugins/shell/tm_shell
-share/TeXmacs/plugins/shell/tm_shell_autogen/moc_predefs.h
-share/TeXmacs/plugins/shell/tm_shell_autogen/mocs_compilation.cpp
+share/TeXmacs/plugins/sympy/doc/sympy-abstract.en.tm
+share/TeXmacs/plugins/sympy/doc/sympy-demo.en.tm
+share/TeXmacs/plugins/sympy/doc/sympy.en.tm
 share/TeXmacs/plugins/sympy/progs/init-sympy.scm
 share/TeXmacs/plugins/texgraph/LisezMoi.txt
 share/TeXmacs/plugins/texgraph/ReadMe.txt
@@ -5611,6 +5715,7 @@ share/TeXmacs/plugins/tmpy/session/tm_dr
 share/TeXmacs/plugins/tmpy/session/tm_gnuplot.py
 share/TeXmacs/plugins/tmpy/session/tm_graph.py
 share/TeXmacs/plugins/tmpy/session/tm_graphviz.py
+share/TeXmacs/plugins/tmpy/session/tm_plantuml.py
 share/TeXmacs/plugins/tmpy/session/tm_python.py
 share/TeXmacs/plugins/tmpy/session/tm_sage.py
 share/TeXmacs/plugins/tmpy/session/tm_sympy.py
@@ -5637,6 +5742,7 @@ share/TeXmacs/progs/bibtex/siam.scm
 share/TeXmacs/progs/bibtex/unsrt.scm
 share/TeXmacs/progs/check/check-master.scm
 share/TeXmacs/progs/client/client-base.scm
+share/TeXmacs/progs/client/client-chat.scm
 share/TeXmacs/progs/client/client-db-sync.scm
 share/TeXmacs/progs/client/client-db.scm
 share/TeXmacs/progs/client/client-live.scm
@@ -5697,6 +5803,7 @@ share/TeXmacs/progs/convert/tmml/tmmlout
 share/TeXmacs/progs/convert/tmml/tmmltm-test.scm
 share/TeXmacs/progs/convert/tmml/tmmltm.scm
 share/TeXmacs/progs/convert/tmml/tmtmml.scm
+share/TeXmacs/progs/convert/tools/css.scm
 share/TeXmacs/progs/convert/tools/environment-test.scm
 share/TeXmacs/progs/convert/tools/environment.scm
 share/TeXmacs/progs/convert/tools/old-tmtable.scm
@@ -5731,17 +5838,6 @@ share/TeXmacs/progs/database/title-marku
 share/TeXmacs/progs/database/title-transform.scm
 share/TeXmacs/progs/debug/debug-menu.scm
 share/TeXmacs/progs/debug/debug-widgets.scm
-share/TeXmacs/progs/debugger/command-loop.scm
-share/TeXmacs/progs/debugger/commands.scm
-share/TeXmacs/progs/debugger/state.scm
-share/TeXmacs/progs/debugger/trc.scm
-share/TeXmacs/progs/debugger/utils.scm
-share/TeXmacs/progs/debugging/example-fns.scm
-share/TeXmacs/progs/debugging/ice-9-debugger-extensions.scm
-share/TeXmacs/progs/debugging/steps.scm
-share/TeXmacs/progs/debugging/trace.scm
-share/TeXmacs/progs/debugging/traps.scm
-share/TeXmacs/progs/debugging/trc.scm
 share/TeXmacs/progs/doc/apidoc-collect.scm
 share/TeXmacs/progs/doc/apidoc-funcs.scm
 share/TeXmacs/progs/doc/apidoc-kbd.scm
@@ -5814,6 +5910,7 @@ share/TeXmacs/progs/generic/format-drd.s
 share/TeXmacs/progs/generic/format-edit.scm
 share/TeXmacs/progs/generic/format-geometry-edit.scm
 share/TeXmacs/progs/generic/format-menu.scm
+share/TeXmacs/progs/generic/format-tools.scm
 share/TeXmacs/progs/generic/format-widgets.scm
 share/TeXmacs/progs/generic/generic-doc.scm
 share/TeXmacs/progs/generic/generic-edit.scm
@@ -5821,6 +5918,7 @@ share/TeXmacs/progs/generic/generic-kbd.
 share/TeXmacs/progs/generic/generic-menu.scm
 share/TeXmacs/progs/generic/insert-menu.scm
 share/TeXmacs/progs/generic/pattern-selector.scm
+share/TeXmacs/progs/generic/pattern-tools.scm
 share/TeXmacs/progs/generic/search-widgets.scm
 share/TeXmacs/progs/generic/spell-widgets.scm
 share/TeXmacs/progs/graphics/graphics-animate.scm
@@ -5835,73 +5933,6 @@ share/TeXmacs/progs/graphics/graphics-me
 share/TeXmacs/progs/graphics/graphics-object.scm
 share/TeXmacs/progs/graphics/graphics-single.scm
 share/TeXmacs/progs/graphics/graphics-utils.scm
-share/TeXmacs/progs/ice-9/and-let-star.scm
-share/TeXmacs/progs/ice-9/boot-9.scm
-share/TeXmacs/progs/ice-9/buffered-input.scm
-share/TeXmacs/progs/ice-9/calling.scm
-share/TeXmacs/progs/ice-9/channel.scm
-share/TeXmacs/progs/ice-9/common-list.scm
-share/TeXmacs/progs/ice-9/debug.scm
-share/TeXmacs/progs/ice-9/debugger.scm
-share/TeXmacs/progs/ice-9/debugger/command-loop.scm
-share/TeXmacs/progs/ice-9/debugger/commands.scm
-share/TeXmacs/progs/ice-9/debugger/state.scm
-share/TeXmacs/progs/ice-9/debugger/trc.scm
-share/TeXmacs/progs/ice-9/debugger/utils.scm
-share/TeXmacs/progs/ice-9/debugging/example-fns.scm
-share/TeXmacs/progs/ice-9/debugging/ice-9-debugger-extensions.scm
-share/TeXmacs/progs/ice-9/debugging/steps.scm
-share/TeXmacs/progs/ice-9/debugging/trace.scm
-share/TeXmacs/progs/ice-9/debugging/traps.scm
-share/TeXmacs/progs/ice-9/debugging/trc.scm
-share/TeXmacs/progs/ice-9/deprecated.scm
-share/TeXmacs/progs/ice-9/documentation.scm
-share/TeXmacs/progs/ice-9/emacs.scm
-share/TeXmacs/progs/ice-9/expect.scm
-share/TeXmacs/progs/ice-9/format.scm
-share/TeXmacs/progs/ice-9/ftw.scm
-share/TeXmacs/progs/ice-9/gap-buffer.scm
-share/TeXmacs/progs/ice-9/gds-client.scm
-share/TeXmacs/progs/ice-9/gds-server.scm
-share/TeXmacs/progs/ice-9/getopt-long.scm
-share/TeXmacs/progs/ice-9/hcons.scm
-share/TeXmacs/progs/ice-9/history.scm
-share/TeXmacs/progs/ice-9/lineio.scm
-share/TeXmacs/progs/ice-9/list.scm
-share/TeXmacs/progs/ice-9/ls.scm
-share/TeXmacs/progs/ice-9/mapping.scm
-share/TeXmacs/progs/ice-9/match.scm
-share/TeXmacs/progs/ice-9/networking.scm
-share/TeXmacs/progs/ice-9/null.scm
-share/TeXmacs/progs/ice-9/occam-channel.scm
-share/TeXmacs/progs/ice-9/optargs.scm
-share/TeXmacs/progs/ice-9/poe.scm
-share/TeXmacs/progs/ice-9/popen.scm
-share/TeXmacs/progs/ice-9/posix.scm
-share/TeXmacs/progs/ice-9/pretty-print.scm
-share/TeXmacs/progs/ice-9/psyntax.pp
-share/TeXmacs/progs/ice-9/psyntax.ss
-share/TeXmacs/progs/ice-9/q.scm
-share/TeXmacs/progs/ice-9/r4rs.scm
-share/TeXmacs/progs/ice-9/r5rs.scm
-share/TeXmacs/progs/ice-9/rdelim.scm
-share/TeXmacs/progs/ice-9/readline.scm
-share/TeXmacs/progs/ice-9/receive.scm
-share/TeXmacs/progs/ice-9/regex.scm
-share/TeXmacs/progs/ice-9/runq.scm
-share/TeXmacs/progs/ice-9/rw.scm
-share/TeXmacs/progs/ice-9/safe-r5rs.scm
-share/TeXmacs/progs/ice-9/safe.scm
-share/TeXmacs/progs/ice-9/serialize.scm
-share/TeXmacs/progs/ice-9/session.scm
-share/TeXmacs/progs/ice-9/slib.scm
-share/TeXmacs/progs/ice-9/stack-catch.scm
-share/TeXmacs/progs/ice-9/streams.scm
-share/TeXmacs/progs/ice-9/string-fun.scm
-share/TeXmacs/progs/ice-9/syncase.scm
-share/TeXmacs/progs/ice-9/threads.scm
-share/TeXmacs/progs/ice-9/time.scm
-share/TeXmacs/progs/ice-9/weak-vector.scm
 share/TeXmacs/progs/init-buffer.scm
 share/TeXmacs/progs/init-texmacs.scm
 share/TeXmacs/progs/kernel/boot/abbrevs.scm
@@ -5957,6 +5988,9 @@ share/TeXmacs/progs/link/link-kbd.scm
 share/TeXmacs/progs/link/link-menu.scm
 share/TeXmacs/progs/link/link-navigate.scm
 share/TeXmacs/progs/link/locus-edit.scm
+share/TeXmacs/progs/link/ref-edit.scm
+share/TeXmacs/progs/link/ref-markup.scm
+share/TeXmacs/progs/link/ref-menu.scm
 share/TeXmacs/progs/math/math-drd.scm
 share/TeXmacs/progs/math/math-edit.scm
 share/TeXmacs/progs/math/math-kbd.scm
@@ -5967,21 +6001,18 @@ share/TeXmacs/progs/part/part-menu.scm
 share/TeXmacs/progs/part/part-shared.scm
 share/TeXmacs/progs/part/part-tmfs.scm
 share/TeXmacs/progs/prog/cpp-edit.scm
+share/TeXmacs/progs/prog/default-lang.scm
 share/TeXmacs/progs/prog/dot-edit.scm
-share/TeXmacs/progs/prog/dot-lang.scm
 share/TeXmacs/progs/prog/fortran-edit.scm
 share/TeXmacs/progs/prog/glue-symbols.scm
 share/TeXmacs/progs/prog/java-edit.scm
-share/TeXmacs/progs/prog/java-lang.scm
 share/TeXmacs/progs/prog/prog-edit.scm
 share/TeXmacs/progs/prog/prog-format-test.scm
 share/TeXmacs/progs/prog/prog-format.scm
 share/TeXmacs/progs/prog/prog-kbd.scm
 share/TeXmacs/progs/prog/prog-menu.scm
 share/TeXmacs/progs/prog/python-edit.scm
-share/TeXmacs/progs/prog/python-lang.scm
 share/TeXmacs/progs/prog/scala-edit.scm
-share/TeXmacs/progs/prog/scala-lang.scm
 share/TeXmacs/progs/prog/scheme-autocomplete.scm
 share/TeXmacs/progs/prog/scheme-edit.scm
 share/TeXmacs/progs/prog/scheme-menu.scm
@@ -5996,6 +6027,7 @@ share/TeXmacs/progs/security/keychain/wi
 share/TeXmacs/progs/security/wallet/wallet-base.scm
 share/TeXmacs/progs/security/wallet/wallet-menu.scm
 share/TeXmacs/progs/server/server-base.scm
+share/TeXmacs/progs/server/server-chat.scm
 share/TeXmacs/progs/server/server-db-sync.scm
 share/TeXmacs/progs/server/server-db.scm
 share/TeXmacs/progs/server/server-live.scm
@@ -6004,8 +6036,11 @@ share/TeXmacs/progs/server/server-sync.s
 share/TeXmacs/progs/server/server-tmfs.scm
 share/TeXmacs/progs/server/todo.tm
 share/TeXmacs/progs/source/macro-edit.scm
+share/TeXmacs/progs/source/macro-menu.scm
 share/TeXmacs/progs/source/macro-search.scm
 share/TeXmacs/progs/source/macro-widgets.scm
+share/TeXmacs/progs/source/shortcut-edit.scm
+share/TeXmacs/progs/source/shortcut-widgets.scm
 share/TeXmacs/progs/source/source-drd.scm
 share/TeXmacs/progs/source/source-edit.scm
 share/TeXmacs/progs/source/source-kbd.scm
@@ -6023,6 +6058,7 @@ share/TeXmacs/progs/texmacs/menus/edit-m
 share/TeXmacs/progs/texmacs/menus/file-menu.scm
 share/TeXmacs/progs/texmacs/menus/main-menu.scm
 share/TeXmacs/progs/texmacs/menus/preferences-menu.scm
+share/TeXmacs/progs/texmacs/menus/preferences-tools.scm
 share/TeXmacs/progs/texmacs/menus/preferences-widgets.scm
 share/TeXmacs/progs/texmacs/menus/print-widgets.scm
 share/TeXmacs/progs/texmacs/menus/tools-menu.scm
@@ -6033,6 +6069,7 @@ share/TeXmacs/progs/texmacs/texmacs/tm-p
 share/TeXmacs/progs/texmacs/texmacs/tm-server.scm
 share/TeXmacs/progs/texmacs/texmacs/tm-tools.scm
 share/TeXmacs/progs/texmacs/texmacs/tm-view.scm
+share/TeXmacs/progs/text/chinese/chinese.scm
 share/TeXmacs/progs/text/cyrillic/cp1251-kbd.scm
 share/TeXmacs/progs/text/cyrillic/jcuken-kbd.scm
 share/TeXmacs/progs/text/cyrillic/koi8-kbd.scm
@@ -6046,6 +6083,11 @@ share/TeXmacs/progs/text/text-natbib.scm
 share/TeXmacs/progs/text/text-structure.scm
 share/TeXmacs/progs/text/vietnamese/vietnamese.scm
 share/TeXmacs/progs/tm-mode.el
+share/TeXmacs/progs/utils/automate/auto-build.scm
+share/TeXmacs/progs/utils/automate/auto-edit.scm
+share/TeXmacs/progs/utils/automate/auto-kbd.scm
+share/TeXmacs/progs/utils/automate/auto-menu.scm
+share/TeXmacs/progs/utils/automate/auto-tmfs.scm
 share/TeXmacs/progs/utils/base/environment.scm
 share/TeXmacs/progs/utils/cas/cas-out.scm
 share/TeXmacs/progs/utils/cas/cas-rewrite.scm
@@ -6070,6 +6112,7 @@ share/TeXmacs/progs/utils/misc/extern-de
 share/TeXmacs/progs/utils/misc/markup-funcs.scm
 share/TeXmacs/progs/utils/misc/tiles.scm
 share/TeXmacs/progs/utils/misc/tm-keywords.scm
+share/TeXmacs/progs/utils/misc/tooltip.scm
 share/TeXmacs/progs/utils/misc/translation-list.scm
 share/TeXmacs/progs/utils/misc/updater.scm
 share/TeXmacs/progs/utils/plugins/plugin-cmd.scm
@@ -6081,9 +6124,16 @@ share/TeXmacs/progs/utils/relate/live-me
 share/TeXmacs/progs/utils/relate/live-view.scm
 share/TeXmacs/progs/utils/relate/relate-menu.scm
 share/TeXmacs/progs/utils/test/test-convert.scm
+share/TeXmacs/progs/utils/test/test-latex-export.scm
+share/TeXmacs/progs/various/comment-drd.scm
+share/TeXmacs/progs/various/comment-edit.scm
+share/TeXmacs/progs/various/comment-menu.scm
+share/TeXmacs/progs/various/comment-widgets.scm
 share/TeXmacs/progs/various/poster-drd.scm
 share/TeXmacs/progs/various/poster-edit.scm
 share/TeXmacs/progs/various/poster-menu.scm
+share/TeXmacs/progs/various/theme-edit.scm
+share/TeXmacs/progs/various/theme-menu.scm
 share/TeXmacs/progs/version/version-compare.scm
 share/TeXmacs/progs/version/version-drd.scm
 share/TeXmacs/progs/version/version-edit.scm
@@ -6101,10 +6151,8 @@ share/TeXmacs/styles/article/acm/sigchi.
 share/TeXmacs/styles/article/acm/sigconf.ts
 share/TeXmacs/styles/article/acm/sigplan.ts
 share/TeXmacs/styles/article/ams/amsart.ts
-share/TeXmacs/styles/article/elsevier/elsart.ts
 share/TeXmacs/styles/article/elsevier/elsarticle.ts
 share/TeXmacs/styles/article/elsevier/ifac.ts
-share/TeXmacs/styles/article/elsevier/jsc.ts
 share/TeXmacs/styles/article/ieee/ieeeconf.ts
 share/TeXmacs/styles/article/ieee/ieeetran.ts
 share/TeXmacs/styles/article/revtex/aip.ts
@@ -6112,6 +6160,8 @@ share/TeXmacs/styles/article/revtex/aps.
 share/TeXmacs/styles/article/springer/llncs.ts
 share/TeXmacs/styles/article/springer/svjour.ts
 share/TeXmacs/styles/article/texmacs/tmarticle.ts
+share/TeXmacs/styles/article/texmacs/tmconf.ts
+share/TeXmacs/styles/article/texmacs/web-article.ts
 share/TeXmacs/styles/beamer.ts
 share/TeXmacs/styles/book.ts
 share/TeXmacs/styles/book/springer/svmono.ts
@@ -6130,6 +6180,8 @@ share/TeXmacs/styles/education/projector
 share/TeXmacs/styles/generic.ts
 share/TeXmacs/styles/letter.ts
 share/TeXmacs/styles/obsolete/acmconf.ts
+share/TeXmacs/styles/obsolete/elsart.ts
+share/TeXmacs/styles/obsolete/jsc.ts
 share/TeXmacs/styles/obsolete/lycee-examen.ts
 share/TeXmacs/styles/obsolete/lycee-tp.ts
 share/TeXmacs/styles/obsolete/old-beamer.ts
@@ -6152,24 +6204,29 @@ share/TeXmacs/styles/test/database.ts
 share/TeXmacs/styles/test/email.ts
 share/TeXmacs/styles/test/mailbox.ts
 share/TeXmacs/styles/test/verbatim-source.ts
-share/TeXmacs/texts/test/fonts-2.tm
-share/TeXmacs/texts/test/fonts-3.tm
-share/TeXmacs/texts/test/fonts.tm
-share/TeXmacs/texts/test/overview.tm
-share/TeXmacs/texts/test/translate-demo.tm
+share/TeXmacs/texts/deprecated/deprecated-fonts-1.tm
+share/TeXmacs/texts/deprecated/deprecated-fonts-2.tm
+share/TeXmacs/texts/deprecated/deprecated-fonts-3.tm
+share/TeXmacs/texts/deprecated/deprecated-overview.tm
+share/TeXmacs/texts/misc/translate-demo.tm
 share/applications/texmacs.desktop
-share/icons/gnome/scalable/apps/texmacs.svg
-share/icons/gnome/scalable/mimetypes/text-x-texmacs.svg
+share/icons/hicolor/128x128/apps/TeXmacs.png
+share/icons/hicolor/16x16/apps/TeXmacs.png
+share/icons/hicolor/22x22/apps/TeXmacs.png
+share/icons/hicolor/24x24/apps/TeXmacs.png
+share/icons/hicolor/256x256/apps/TeXmacs.png
+share/icons/hicolor/32x32/apps/TeXmacs.png
+share/icons/hicolor/48x48/apps/TeXmacs.png
+share/icons/hicolor/512x512/apps/TeXmacs.png
+share/icons/hicolor/64x64/apps/TeXmacs.png
+share/icons/hicolor/scalable/apps/TeXmacs.svg
+share/icons/hicolor/scalable/mimetypes/text-x-texmacs.svg
 share/mime/packages/texmacs.xml
 share/pixmaps/TeXmacs.xpm
+@pkgdir share/TeXmacs/texts/test
 @pkgdir share/TeXmacs/progs/convert/coqml
-@pkgdir share/TeXmacs/plugins/shell/tm_shell_autogen/include
-@pkgdir share/TeXmacs/plugins/r/tm_r_autogen/include
-@pkgdir share/TeXmacs/plugins/maple/tm_maple_5_autogen/include
 @pkgdir share/TeXmacs/plugins/lisp/docs
 @pkgdir share/TeXmacs/plugins/dratex/examples/texts
-@pkgdir share/TeXmacs/plugins/coq/tm_coq_autogen/include
-@pkgdir share/TeXmacs/plugins/axiom/tm_axiom_autogen/include
 @pkgdir share/TeXmacs/plugins/asymptote/samples
 @pkgdir share/TeXmacs/packages/poster/options
 @pkgdir share/TeXmacs/lib

Index: pkgsrc/editors/TeXmacs/distinfo
diff -u pkgsrc/editors/TeXmacs/distinfo:1.75 pkgsrc/editors/TeXmacs/distinfo:1.76
--- pkgsrc/editors/TeXmacs/distinfo:1.75        Tue Oct 26 10:21:24 2021
+++ pkgsrc/editors/TeXmacs/distinfo     Thu Nov  2 21:34:26 2023
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.75 2021/10/26 10:21:24 nia Exp $
+$NetBSD: distinfo,v 1.76 2023/11/02 21:34:26 nros Exp $
 
-BLAKE2s (TeXmacs-1.99.13-src.tar.gz) = 69a135798e57c667d2784592fceed3377f2cc75bdc51bd2d88a9c880a8a6c942
-SHA512 (TeXmacs-1.99.13-src.tar.gz) = 26d178d3c5cad48746c27788948b06f29aedb814beb860b4517e143d1daa5c9cb8e61b728fac1b7dea93e1ae09d5e5294d623b33c14937016118ff511f697eb6
-Size (TeXmacs-1.99.13-src.tar.gz) = 37181886 bytes
-SHA1 (patch-cmake_FindGuile.cmake) = cb6085af098467d320ff65451df33bf552b2ddaa
+BLAKE2s (TeXmacs-2.1.2-src.tar.gz) = fb763e21de91a4b84d8e70ec0c1167960392d82dfc97cd892714c9987802543f
+SHA512 (TeXmacs-2.1.2-src.tar.gz) = 8fef84acd60d53a0904fd722dc1ccc027975a769006a3433ccdc723479f22a60c0abfeba071d73f1a12c42e7a80dcf08eae3203e9df75780120d6db899ea6fa4
+Size (TeXmacs-2.1.2-src.tar.gz) = 36224939 bytes
+SHA1 (patch-CMakeLists.txt) = fee1a5c2412b78f7dae71cfee55c4095cf03bd3e
 SHA1 (patch-misc_CMakeLists.txt) = 0534c9a1c66315d3189a4d6932ce56b3d7c2978a
 SHA1 (patch-misc_tm-devel-mac_Makefile) = acddf680138bee82ff46e1e9cb4a69be81d764b7
-SHA1 (patch-src_Plugins_Qt_QTMStyle.cpp) = e6001bf43f3a331b2bf5c69bf95378f7b15cb0f3
+SHA1 (patch-plugins_CMakeLists.txt) = fa9efcdf31e44d31076f351572e4177f8f280d16
 SHA1 (patch-src_Plugins_Qt_qt__renderer.hpp) = 4462d168612938d9494d1d4b7135a5d04ff2a06e

Added files:

Index: pkgsrc/editors/TeXmacs/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/editors/TeXmacs/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Thu Nov  2 21:34:27 2023
+++ pkgsrc/editors/TeXmacs/patches/patch-CMakeLists.txt Thu Nov  2 21:34:26 2023
@@ -0,0 +1,73 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2023/11/02 21:34:26 nros Exp $
+
+Set GS_* vars to pkgsrc values
+
+Pass -L and rpath linking arguments when linking Guile
+Fixes: "-lguile not found" when linking TeXmacs
+
+Don't look for homebrew libs on mac
+Don't install files directly under PREFIX on mac
+
+Don't install pkgsrc patch files
+
+--- CMakeLists.txt.orig        2022-05-05 15:27:04.522996359 +0000
++++ CMakeLists.txt
+@@ -345,13 +345,14 @@ endif (_guile_dots_test)
+ set (DEBUG_ASSERT 1)
+ 
+ set (USE_GS 1)
+-if (WIN32)
+-  set (GS_EXE bin/gs.exe)
+-else (WIN32)
+-  set (GS_EXE /usr/bin/gs)
+-endif (WIN32)
+-set (GS_FONTS ../share/ghostscript/fonts:/usr/share/fonts:)
+-set (GS_LIB ../share/ghostscript/9.06/lib:)
++set (GS_EXE ${CMAKE_INSTALL_PREFIX}/bin/gs)
++execute_process(COMMAND "${GS_EXE}" "--version"
++                OUTPUT_VARIABLE GS_VERSION
++                ERROR_VARIABLE GS_VERSION
++                OUTPUT_STRIP_TRAILING_WHITESPACE
++                ERROR_STRIP_TRAILING_WHITESPACE)
++set (GS_FONTS ${CMAKE_INSTALL_PREFIX}/share/ghostscript/fonts:/usr/share/fonts:)
++set (GS_LIB ${CMAKE_INSTALL_PREFIX}/share/ghostscript/${GS_VERSION}/lib:)
+ 
+ set (GUILE_NUM 1)
+ set (PDF_RENDERER 1)
+@@ -549,7 +550,7 @@ set (TeXmacs_MacOS_SRCS
+ ### --------------------------------------------------------------------
+ 
+ set (TeXmacs_Libraries
+-  ${Guile_LIBRARIES}
++  ${Guile_LDFLAGS}
+   ${ZLIB_LIBRARIES}
+   ${JPEG_LIBRARIES}
+   ${PNG_LIBRARIES}
+@@ -585,10 +586,6 @@ if (TEXMACS_GUI MATCHES "Qt.*")
+     )
+     include (${QT_USE_FILE})
+   else (TEXMACS_GUI STREQUAL "Qt4")
+-    # Homebrew installs Qt5 in /usr/local/opt/qt5
+-    if (APPLE AND EXISTS /usr/local/opt/qt5)
+-      list (APPEND CMAKE_PREFIX_PATH "/usr/local/opt/qt5")
+-    endif ()
+ 
+     if (WIN32 AND EXISTS ${QT_CMAKE_DIR})
+       set (Qt5Core_DIR "${QT_CMAKE_DIR}/Qt5Core")
+@@ -769,7 +766,7 @@ add_subdirectory (TeXmacs)
+ ### Installation
+ ### --------------------------------------------------------------------
+ 
+-if (APPLE)
++if (FALSE)
+   install (FILES packages/macos/TeXmacs.icns DESTINATION ${CMAKE_INSTALL_PREFIX})
+   install (FILES packages/macos/TeXmacs-document.icns DESTINATION ${CMAKE_INSTALL_PREFIX})
+   install (DIRECTORY src/Plugins/Cocoa/English.lproj DESTINATION ${CMAKE_INSTALL_PREFIX})
+@@ -801,6 +798,7 @@ else (WIN32)
+     FILE_PERMISSIONS OWNER_READ GROUP_READ WORLD_READ
+     PATTERN "bin" EXCLUDE
+     PATTERN "CMakeLists.txt" EXCLUDE
++    PATTERN "*.orig" EXCLUDE
+     PATTERN ".gitignore" EXCLUDE)
+ endif (WIN32)
+ 
Index: pkgsrc/editors/TeXmacs/patches/patch-plugins_CMakeLists.txt
diff -u /dev/null pkgsrc/editors/TeXmacs/patches/patch-plugins_CMakeLists.txt:1.1
--- /dev/null   Thu Nov  2 21:34:27 2023
+++ pkgsrc/editors/TeXmacs/patches/patch-plugins_CMakeLists.txt Thu Nov  2 21:34:26 2023
@@ -0,0 +1,20 @@
+$NetBSD: patch-plugins_CMakeLists.txt,v 1.1 2023/11/02 21:34:26 nros Exp $
+
+Don't set execute permission on scilab files
+
+--- plugins/CMakeLists.txt.orig        2022-05-05 15:27:07.955037215 +0000
++++ plugins/CMakeLists.txt
+@@ -27,8 +27,11 @@ foreach(PLUGIN ${PLUGIN_DIRS})
+         PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ)
+     else (WIN32)
+       install(DIRECTORY ${PLUGIN}/bin/ DESTINATION share/TeXmacs/plugins/${PLUGIN_NAME}/bin
+-        PATTERN "*"
+-        PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ)
++        FILE_PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ
++        PATTERN "*.sce"
++        PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ
++        PATTERN "*.sci"
++        PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ)
+     endif (WIN32)
+   endif(EXISTS ${PLUGIN}/bin/)
+ endforeach(PLUGIN)



Home | Main Index | Thread Index | Old Index