Nam Nguyen writes:

> This is an update for editors/TeXmacs-1.99.14, released November 5,
> 2020.

Here is a diff for 1.99.15, which was just released on November 13,
2020.

>
> Changelog: https://texmacs.org/tmweb/about/changes.en.html
>
> Ports changes:
> - reverts back to DISTNAME and PKGNAME as in revision 1.15 now that
> distfile extracts to -src again.
> - notes in README that octave plugin requires gnuplot.

This fresh diff additionally:
- compileall.py for a portcheck warning

I used net/konversation as an example of compileall.py.

It still complains about texmacs_reedit.py, but it is not worth a patch
for the its strange combination of tabs and spaces.

"Python module without compiled version, consider using ${MODPY_BIN}
${MODPY_LIBDIR}/compileall.py:
share/TeXmacs/misc/inkscape_extension/texmacs_reedit.py"

>
> I tested with all plugins and it works. Feedback and tests are welcome.
>

It still works in brief testing of all plugins.

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- Makefile    1 Aug 2020 11:00:31 -0000       1.18
+++ Makefile    14 Nov 2020 07:38:14 -0000
@@ -2,8 +2,8 @@
 
 COMMENT=       wysiwyw (what you see is what you want) editing platform
 
-DISTNAME=      TeXmacs-1.99.13
-EXTRACT_SUFX=  -src.tar.gz
+DISTNAME=      TeXmacs-1.99.15-src
+PKGNAME=       ${DISTNAME:S/-src//}
 CATEGORIES=    editors print x11
 
 HOMEPAGE=      https://texmacs.org/
@@ -42,5 +42,9 @@ CXXFLAGS+=    -Wno-deprecated-register
 
 post-extract:
        rm -f ${WRKDIST}/plugins/mathematica/bin/realpath.py
+
+post-install:
+       ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
+               ${PREFIX}/share/TeXmacs/plugins/tmpy
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo    1 Aug 2020 11:00:31 -0000       1.4
+++ distinfo    14 Nov 2020 07:38:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (TeXmacs-1.99.13-src.tar.gz) = 
Aq0cS47QqmFQHelxRjANeJlgXCXagnYRykpAq7wHqbQ=
-SIZE (TeXmacs-1.99.13-src.tar.gz) = 37181886
+SHA256 (TeXmacs-1.99.15-src.tar.gz) = 
bU8qNM3+i2JmN2vH0gRMRy/E6fon8a/rTXGHKaJHKCc=
+SIZE (TeXmacs-1.99.15-src.tar.gz) = 36579717
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/patches/patch-CMakeLists_txt,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        1 Aug 2020 11:00:31 -0000       1.3
+++ patches/patch-CMakeLists_txt        14 Nov 2020 07:38:14 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-CMakeLists_txt,v 1.3 202
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -586,7 +586,7 @@ if (TEXMACS_GUI MATCHES "Qt.*")
+@@ -591,7 +591,7 @@ if (TEXMACS_GUI MATCHES "Qt.*")
  
    set (TeXmacs_All_SRCS ${TeXmacs_All_SRCS} ${TeXmacs_Qt_SRCS} 
${TeXmacs_Qt_Moc_HDRS})
    set (TeXmacs_Include_Dirs ${TeXmacs_Include_Dirs} ${QT_INCLUDES})
Index: patches/patch-src_Plugins_Qt_qt_gui_cpp
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/patches/patch-src_Plugins_Qt_qt_gui_cpp,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-src_Plugins_Qt_qt_gui_cpp
--- patches/patch-src_Plugins_Qt_qt_gui_cpp     1 Aug 2020 11:00:31 -0000       
1.4
+++ patches/patch-src_Plugins_Qt_qt_gui_cpp     14 Nov 2020 07:38:14 -0000
@@ -2,12 +2,12 @@ $OpenBSD: patch-src_Plugins_Qt_qt_gui_cp
 Index: src/Plugins/Qt/qt_gui.cpp
 --- src/Plugins/Qt/qt_gui.cpp.orig
 +++ src/Plugins/Qt/qt_gui.cpp
-@@ -838,7 +838,7 @@ qt_gui_rep::update () {
+@@ -868,7 +868,7 @@ qt_gui_rep::update () {
    
    time_t delay = delayed_commands.lapse - texmacs_time();
    if (needing_update) delay = 0;
 -  else                delay = max (0, min (std_delay, delay));
 +  else                delay = max (static_cast<time_t>(0), min 
(static_cast<time_t>(std_delay), delay));
-   if (postpone_treatment) delay= 100; // NOTE: force occasional display
+   if (postpone_treatment) delay= 9; // NOTE: force occasional display
   
    updatetimer->start (delay);
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST
--- pkg/PLIST   1 Aug 2020 11:00:31 -0000       1.8
+++ pkg/PLIST   14 Nov 2020 07:38:14 -0000
@@ -651,6 +651,11 @@ share/TeXmacs/doc/devel/style/style.fr.t
 share/TeXmacs/doc/devel/style/style.pt.tm
 share/TeXmacs/doc/fdl.txt
 share/TeXmacs/doc/main/
+share/TeXmacs/doc/main/automated/
+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/
 share/TeXmacs/doc/main/beamer/man-animations.en.tm
 share/TeXmacs/doc/main/beamer/man-beamer-export.en.tm
@@ -1451,30 +1456,36 @@ share/TeXmacs/examples/
 share/TeXmacs/examples/plugins/
 share/TeXmacs/examples/plugins/complete/
 share/TeXmacs/examples/plugins/complete/Makefile
+share/TeXmacs/examples/plugins/complete/bin/
 share/TeXmacs/examples/plugins/complete/progs/
 share/TeXmacs/examples/plugins/complete/progs/init-complete.scm
 share/TeXmacs/examples/plugins/complete/src/
 share/TeXmacs/examples/plugins/complete/src/complete.cpp
 share/TeXmacs/examples/plugins/dynlink/
 share/TeXmacs/examples/plugins/dynlink/Makefile.in
+share/TeXmacs/examples/plugins/dynlink/bin/
+share/TeXmacs/examples/plugins/dynlink/lib/
 share/TeXmacs/examples/plugins/dynlink/progs/
 share/TeXmacs/examples/plugins/dynlink/progs/init-dynlink.scm
 share/TeXmacs/examples/plugins/dynlink/src/
 share/TeXmacs/examples/plugins/dynlink/src/dynlink.cpp
 share/TeXmacs/examples/plugins/formula/
 share/TeXmacs/examples/plugins/formula/Makefile
+share/TeXmacs/examples/plugins/formula/bin/
 share/TeXmacs/examples/plugins/formula/progs/
 share/TeXmacs/examples/plugins/formula/progs/init-formula.scm
 share/TeXmacs/examples/plugins/formula/src/
 share/TeXmacs/examples/plugins/formula/src/formula.cpp
 share/TeXmacs/examples/plugins/handler/
 share/TeXmacs/examples/plugins/handler/Makefile
+share/TeXmacs/examples/plugins/handler/bin/
 share/TeXmacs/examples/plugins/handler/progs/
 share/TeXmacs/examples/plugins/handler/progs/init-handler.scm
 share/TeXmacs/examples/plugins/handler/src/
 share/TeXmacs/examples/plugins/handler/src/handler.cpp
 share/TeXmacs/examples/plugins/input/
 share/TeXmacs/examples/plugins/input/Makefile
+share/TeXmacs/examples/plugins/input/bin/
 share/TeXmacs/examples/plugins/input/packages/
 share/TeXmacs/examples/plugins/input/packages/session/
 share/TeXmacs/examples/plugins/input/packages/session/input.ts
@@ -1485,6 +1496,7 @@ share/TeXmacs/examples/plugins/input/src
 share/TeXmacs/examples/plugins/input/src/input.cpp
 share/TeXmacs/examples/plugins/markup/
 share/TeXmacs/examples/plugins/markup/Makefile
+share/TeXmacs/examples/plugins/markup/bin/
 share/TeXmacs/examples/plugins/markup/packages/
 share/TeXmacs/examples/plugins/markup/packages/session/
 share/TeXmacs/examples/plugins/markup/packages/session/markup.ts
@@ -1494,30 +1506,35 @@ share/TeXmacs/examples/plugins/markup/sr
 share/TeXmacs/examples/plugins/markup/src/markup.cpp
 share/TeXmacs/examples/plugins/menus/
 share/TeXmacs/examples/plugins/menus/Makefile
+share/TeXmacs/examples/plugins/menus/bin/
 share/TeXmacs/examples/plugins/menus/progs/
 share/TeXmacs/examples/plugins/menus/progs/init-menus.scm
 share/TeXmacs/examples/plugins/menus/src/
 share/TeXmacs/examples/plugins/menus/src/menus.cpp
 share/TeXmacs/examples/plugins/minimal/
 share/TeXmacs/examples/plugins/minimal/Makefile
+share/TeXmacs/examples/plugins/minimal/bin/
 share/TeXmacs/examples/plugins/minimal/progs/
 share/TeXmacs/examples/plugins/minimal/progs/init-minimal.scm
 share/TeXmacs/examples/plugins/minimal/src/
 share/TeXmacs/examples/plugins/minimal/src/minimal.cpp
 share/TeXmacs/examples/plugins/multiline/
 share/TeXmacs/examples/plugins/multiline/Makefile
+share/TeXmacs/examples/plugins/multiline/bin/
 share/TeXmacs/examples/plugins/multiline/progs/
 share/TeXmacs/examples/plugins/multiline/progs/init-multiline.scm
 share/TeXmacs/examples/plugins/multiline/src/
 share/TeXmacs/examples/plugins/multiline/src/multiline.cpp
 share/TeXmacs/examples/plugins/nested/
 share/TeXmacs/examples/plugins/nested/Makefile
+share/TeXmacs/examples/plugins/nested/bin/
 share/TeXmacs/examples/plugins/nested/progs/
 share/TeXmacs/examples/plugins/nested/progs/init-nested.scm
 share/TeXmacs/examples/plugins/nested/src/
 share/TeXmacs/examples/plugins/nested/src/nested.cpp
 share/TeXmacs/examples/plugins/pnambic/
 share/TeXmacs/examples/plugins/pnambic/Makefile
+share/TeXmacs/examples/plugins/pnambic/bin/
 share/TeXmacs/examples/plugins/pnambic/progs/
 share/TeXmacs/examples/plugins/pnambic/progs/init-pnambic.scm
 share/TeXmacs/examples/plugins/pnambic/readme.tm
@@ -1527,27 +1544,32 @@ share/TeXmacs/examples/plugins/pnambic/s
 share/TeXmacs/examples/plugins/pnambic/src/pnambic.c
 share/TeXmacs/examples/plugins/prompt/
 share/TeXmacs/examples/plugins/prompt/Makefile
+share/TeXmacs/examples/plugins/prompt/bin/
 share/TeXmacs/examples/plugins/prompt/progs/
 share/TeXmacs/examples/plugins/prompt/progs/init-prompt.scm
 share/TeXmacs/examples/plugins/prompt/src/
 share/TeXmacs/examples/plugins/prompt/src/prompt.cpp
 share/TeXmacs/examples/plugins/pycomplete/
+share/TeXmacs/examples/plugins/pycomplete/bin/
 share/TeXmacs/examples/plugins/pycomplete/progs/
 share/TeXmacs/examples/plugins/pycomplete/progs/init-pycomplete.scm
 share/TeXmacs/examples/plugins/pycomplete/src/
 share/TeXmacs/examples/plugins/pycomplete/src/complete.py
 share/TeXmacs/examples/plugins/pyminimal/
+share/TeXmacs/examples/plugins/pyminimal/bin/
 share/TeXmacs/examples/plugins/pyminimal/progs/
 share/TeXmacs/examples/plugins/pyminimal/progs/init-pyminimal.scm
 share/TeXmacs/examples/plugins/pyminimal/src/
 share/TeXmacs/examples/plugins/pyminimal/src/minimal.py
 share/TeXmacs/examples/plugins/pyprompt/
+share/TeXmacs/examples/plugins/pyprompt/bin/
 share/TeXmacs/examples/plugins/pyprompt/progs/
 share/TeXmacs/examples/plugins/pyprompt/progs/init-pyprompt.scm
 share/TeXmacs/examples/plugins/pyprompt/src/
 share/TeXmacs/examples/plugins/pyprompt/src/prompt.py
 share/TeXmacs/examples/plugins/secure/
 share/TeXmacs/examples/plugins/secure/Makefile
+share/TeXmacs/examples/plugins/secure/bin/
 share/TeXmacs/examples/plugins/secure/packages/
 share/TeXmacs/examples/plugins/secure/packages/secure.ts
 share/TeXmacs/examples/plugins/secure/progs/
@@ -1557,11 +1579,13 @@ share/TeXmacs/examples/plugins/secure/sr
 share/TeXmacs/examples/plugins/secure/src/secure.cpp
 share/TeXmacs/examples/plugins/substitute/
 share/TeXmacs/examples/plugins/substitute/Makefile
+share/TeXmacs/examples/plugins/substitute/bin/
 share/TeXmacs/examples/plugins/substitute/progs/
 share/TeXmacs/examples/plugins/substitute/progs/init-substitute.scm
 share/TeXmacs/examples/plugins/substitute/src/
 share/TeXmacs/examples/plugins/substitute/src/substitute.cpp
 share/TeXmacs/examples/plugins/world/
+share/TeXmacs/examples/plugins/world/bin/
 share/TeXmacs/examples/plugins/world/progs/
 share/TeXmacs/examples/plugins/world/progs/init-world.scm
 share/TeXmacs/examples/texts/
@@ -1595,6 +1619,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
@@ -3151,6 +3178,7 @@ share/TeXmacs/misc/convert/special.pro
 share/TeXmacs/misc/convert/tex.pro
 share/TeXmacs/misc/convert/texps.pro
 share/TeXmacs/misc/images/
+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
@@ -3810,11 +3838,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
@@ -5373,6 +5411,7 @@ share/TeXmacs/packages/header/title-gene
 share/TeXmacs/packages/header/title-seminar.ts
 share/TeXmacs/packages/html/
 share/TeXmacs/packages/html/html-fold.ts
+share/TeXmacs/packages/html/html-font-size.ts
 share/TeXmacs/packages/latex/
 share/TeXmacs/packages/latex/revtex/
 share/TeXmacs/packages/latex/revtex/revtex-10pt.ts
@@ -5384,6 +5423,7 @@ share/TeXmacs/packages/miscellaneous/doc
 share/TeXmacs/packages/miscellaneous/macro-editor.ts
 share/TeXmacs/packages/miscellaneous/plot-editor.ts
 share/TeXmacs/packages/obsolete/
+share/TeXmacs/packages/obsolete/old-lengths.ts
 share/TeXmacs/packages/obsolete/presentation-ridged-paper.ts
 share/TeXmacs/packages/poster/
 share/TeXmacs/packages/poster/options/
@@ -5505,9 +5545,11 @@ share/TeXmacs/packages/themes/xperiment/
 share/TeXmacs/packages/themes/xperiment/xperiment-scene.ts
 share/TeXmacs/packages/themes/xperiment/xperiment.ts
 share/TeXmacs/packages/utilities/
+share/TeXmacs/packages/utilities/automate.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/
 share/TeXmacs/plugins/README.md
@@ -5627,6 +5669,7 @@ share/TeXmacs/plugins/giac/packages/sess
 share/TeXmacs/plugins/giac/packages/session/giac.ts
 share/TeXmacs/plugins/giac/progs/
 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/
@@ -5829,15 +5872,17 @@ share/TeXmacs/plugins/mycas/progs/init-m
 share/TeXmacs/plugins/mycas/src/
 share/TeXmacs/plugins/mycas/src/mycas.cpp
 share/TeXmacs/plugins/octave/
+share/TeXmacs/plugins/octave/CONTRIBUTING.md
 share/TeXmacs/plugins/octave/README.md
 share/TeXmacs/plugins/octave/doc/
 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/
 share/TeXmacs/plugins/octave/octave/convert/
+share/TeXmacs/plugins/octave/octave/convert/cell2scm.m
 share/TeXmacs/plugins/octave/octave/convert/dquote.m
 share/TeXmacs/plugins/octave/octave/convert/list2scm.m
 share/TeXmacs/plugins/octave/octave/convert/mat2scm.m
@@ -5847,32 +5892,29 @@ 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/
-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/
-share/TeXmacs/plugins/octave/octave/polynomial/polyout.m
+share/TeXmacs/plugins/octave/octave/kernel/
+share/TeXmacs/plugins/octave/octave/kernel/serialize.m
 share/TeXmacs/plugins/octave/octave/protocol/
 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/
-share/TeXmacs/plugins/octave/octave/tm-start.m
 share/TeXmacs/plugins/octave/octave/tm/isnewans.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/
 share/TeXmacs/plugins/octave/progs/init-octave.scm
 share/TeXmacs/plugins/octave/test/
 share/TeXmacs/plugins/octave/test/convert.tm
+share/TeXmacs/plugins/octave/test/plots.tm
 share/TeXmacs/plugins/pari/
 share/TeXmacs/plugins/pari/doc/
 share/TeXmacs/plugins/pari/doc/pari-abstract.en.tm
@@ -5883,6 +5925,9 @@ share/TeXmacs/plugins/pari/packages/sess
 share/TeXmacs/plugins/pari/progs/
 share/TeXmacs/plugins/pari/progs/init-pari.scm
 share/TeXmacs/plugins/pari/progs/pari-menus.scm
+share/TeXmacs/plugins/plantuml/
+share/TeXmacs/plugins/plantuml/progs/
+share/TeXmacs/plugins/plantuml/progs/init-plantuml.scm
 share/TeXmacs/plugins/python/
 share/TeXmacs/plugins/python/README.md
 share/TeXmacs/plugins/python/doc/
@@ -6051,11 +6096,33 @@ share/TeXmacs/plugins/tikz/progs/init-ti
 share/TeXmacs/plugins/tmpy/
 share/TeXmacs/plugins/tmpy/README.md
 share/TeXmacs/plugins/tmpy/__init__.py
+${MODPY_COMMENT}share/TeXmacs/plugins/tmpy/${MODPY_PYCACHE}/
+share/TeXmacs/plugins/tmpy/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/${MODPY_PYCACHE}capture.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/${MODPY_PYCACHE}completion.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/${MODPY_PYCACHE}postscript.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/${MODPY_PYCACHE}protocol.${MODPY_PYC_MAGIC_TAG}pyc
 share/TeXmacs/plugins/tmpy/capture.py
 share/TeXmacs/plugins/tmpy/compat.py
 share/TeXmacs/plugins/tmpy/completion.py
 share/TeXmacs/plugins/tmpy/graph/
 share/TeXmacs/plugins/tmpy/graph/__init__.py
+${MODPY_COMMENT}share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}/
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}asymptote.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}diagrams.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}dratex.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}feynmf.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}gnuplot.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}graph.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}graphviz.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}latex.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}mermaid.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}pdflatex.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}plantuml.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}tikz.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/graph/${MODPY_PYCACHE}xypic.${MODPY_PYC_MAGIC_TAG}pyc
 share/TeXmacs/plugins/tmpy/graph/asymptote.py
 share/TeXmacs/plugins/tmpy/graph/diagrams.py
 share/TeXmacs/plugins/tmpy/graph/dratex.py
@@ -6073,11 +6140,25 @@ share/TeXmacs/plugins/tmpy/postscript.py
 share/TeXmacs/plugins/tmpy/protocol.py
 share/TeXmacs/plugins/tmpy/session/
 share/TeXmacs/plugins/tmpy/session/__init__.py
+${MODPY_COMMENT}share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}/
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_asy.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_dratex.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_gnuplot.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_graph.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_graphviz.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_plantuml.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_python.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_sage.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_sympy.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_tikz.${MODPY_PYC_MAGIC_TAG}pyc
+share/TeXmacs/plugins/tmpy/session/${MODPY_PYCACHE}tm_xypic.${MODPY_PYC_MAGIC_TAG}pyc
 share/TeXmacs/plugins/tmpy/session/tm_asy.py
 share/TeXmacs/plugins/tmpy/session/tm_dratex.py
 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
@@ -6185,6 +6266,7 @@ share/TeXmacs/progs/convert/tmml/tmmltm-
 share/TeXmacs/progs/convert/tmml/tmmltm.scm
 share/TeXmacs/progs/convert/tmml/tmtmml.scm
 share/TeXmacs/progs/convert/tools/
+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
@@ -6221,19 +6303,6 @@ share/TeXmacs/progs/database/title-trans
 share/TeXmacs/progs/debug/
 share/TeXmacs/progs/debug/debug-menu.scm
 share/TeXmacs/progs/debug/debug-widgets.scm
-share/TeXmacs/progs/debugger/
-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/
-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/
 share/TeXmacs/progs/doc/apidoc-collect.scm
 share/TeXmacs/progs/doc/apidoc-funcs.scm
@@ -6333,76 +6402,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/
-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/
-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/
-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/
@@ -6468,6 +6467,8 @@ 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-menu.scm
 share/TeXmacs/progs/math/
 share/TeXmacs/progs/math/math-drd.scm
 share/TeXmacs/progs/math/math-edit.scm
@@ -6481,12 +6482,17 @@ share/TeXmacs/progs/part/part-shared.scm
 share/TeXmacs/progs/part/part-tmfs.scm
 share/TeXmacs/progs/prog/
 share/TeXmacs/progs/prog/cpp-edit.scm
+share/TeXmacs/progs/prog/cpp-lang.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/javascript-lang.scm
+share/TeXmacs/progs/prog/json-lang.scm
+share/TeXmacs/progs/prog/octave-lang.scm
 share/TeXmacs/progs/prog/prog-edit.scm
 share/TeXmacs/progs/prog/prog-format-test.scm
 share/TeXmacs/progs/prog/prog-format.scm
@@ -6575,6 +6581,12 @@ share/TeXmacs/progs/text/vietnamese/
 share/TeXmacs/progs/text/vietnamese/vietnamese.scm
 share/TeXmacs/progs/tm-mode.el
 share/TeXmacs/progs/utils/
+share/TeXmacs/progs/utils/automate/
+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/
 share/TeXmacs/progs/utils/base/environment.scm
 share/TeXmacs/progs/utils/cas/
@@ -6608,6 +6620,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/
@@ -6626,6 +6639,8 @@ share/TeXmacs/progs/various/
 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/
 share/TeXmacs/progs/version/version-compare.scm
 share/TeXmacs/progs/version/version-drd.scm
@@ -6664,6 +6679,7 @@ share/TeXmacs/styles/article/springer/ll
 share/TeXmacs/styles/article/springer/svjour.ts
 share/TeXmacs/styles/article/texmacs/
 share/TeXmacs/styles/article/texmacs/tmarticle.ts
+share/TeXmacs/styles/article/texmacs/web-article.ts
 share/TeXmacs/styles/beamer.ts
 share/TeXmacs/styles/book/
 share/TeXmacs/styles/book.ts
@@ -6714,12 +6730,14 @@ share/TeXmacs/styles/test/email.ts
 share/TeXmacs/styles/test/mailbox.ts
 share/TeXmacs/styles/test/verbatim-source.ts
 share/TeXmacs/texts/
+share/TeXmacs/texts/deprecated/
+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/
+share/TeXmacs/texts/misc/translate-demo.tm
 share/TeXmacs/texts/test/
-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/applications/texmacs.desktop
 share/doc/pkg-readmes/${PKGSTEM}
 share/icons/gnome/
Index: pkg/README
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/pkg/README,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 README
--- pkg/README  27 Feb 2020 14:29:46 -0000      1.1
+++ pkg/README  14 Nov 2020 07:38:14 -0000
@@ -15,7 +15,7 @@ gnuplot: gnuplot
 graphviz: graphviz
 lisp: clisp
 maxima: maxima
-octave: octave
+octave: octave and gnuplot
 pari: pari
 R: R
 sympy: py3-sympy

Reply via email to