head 1.2; access; symbols pkgsrc-2023Q3:1.1.0.32 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.30 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.28 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.26 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.24 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.22 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.20 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.18 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.16 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.14 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.12 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.10 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2023.11.02.21.34.26; author nros; state dead; branches; next 1.1; commitid at4gBnMfyz4G75LE; 1.1 date 2019.10.28.15.10.00; author kamil; state Exp; branches; next ; commitid QQ3sA2Q9FXXw4EIB; desc @@ 1.2 log @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). @ text @$NetBSD: patch-cmake_FindGuile.cmake,v 1.1 2019/10/28 15:10:00 kamil Exp $ Hack to set libguile library as find_library() does not work. --- cmake/FindGuile.cmake.orig 2019-07-26 14:44:40.000000000 +0000 +++ cmake/FindGuile.cmake @@@@ -64,7 +64,8 @@@@ IF(GUILECONFIG_EXECUTABLE) ENDIF(NOT _guile_flag_library_${i}) ENDIF (i) ENDFOREACH(i) - + + SET(_guile_libraries ${_guile_libraries} "@@PREFIX@@/guile/1.8/lib/libguile.so") SET(Guile_FOUND YES) @@@@ -89,4 +90,3 @@@@ ELSE(GUILECONFIG_EXECUTABLE) ENDIF(GUILECONFIG_EXECUTABLE) - @ 1.1 log @TeXmacs: Upgrade to 1.99.11 Switch from qt4 to qt5. Switch to CMake. Add hacks to build with guile1.8. CHANGELOG ========= Several bug fixes (1.99.11). Repositories for Debian and Ubuntu (1.99.11). Many bug fixes (1.99.10). Redesigned web site (1.99.10). Extended Css stylability when exporting to Html (1.99.10). New TeXmacs videos on web site (1.99.10). Drag and drop for images (1.99.10). Unification of beamer and poster styles, work in progress (1.99.10). Automatic retrieval of artwork from texmacs.org (1.99.10). New background patterns and pictures (1.99.10). Experimental pattern effects (1.99.10). Experimental Sparkle support under MacOS (1.99.10). Experimental and partial support for Git as a versioning tool (1.99.10). Experimantal Graph plug-in for graphs drawn by various external tools (1.99.10). User interface for new features in educational styles (1.99.10). Many bug fixes (1.99.9). Similar spell checking widgets as for search and replace (1.99.9). Improved educational styles (1.99.9). Multiple choice lists (1.99.9). A unified Graph plugin for Graphviz, Asymptote (1.99.9). Import improvements from the FriCAS project (1.99.9). Fixes and documentation for the Sage plugin (1.99.9). Several bug fixes (1.99.8). Support of binary packages for various GNU/Linux distributions, constructed using Suse OpenBuild services (1.99.8). Several new algorithms for micro typography: roots, mathematical accents, etc. (1.99.7). New style for posters (1.99.7). Support for new ACM styles (1.99.7). Various bug fixes (1.99.7). New page breaker with better support for floating objects and footnotes (1.99.6). Improved native Pdf generation based on Hummus (1.99.6). Several new algorithms for micro typography: subscripts, superscripts, etc. (1.99.6). Improved support for TeX Gyre fonts (1.99.6). Various bug fixes (1.99.6). @ text @d1 1 a1 1 $NetBSD$ @