Skip to content

Commit

Permalink
(editors/TeXmacs) Updated 1.99.11 to 1.99.13
Browse files Browse the repository at this point in the history
  http://www.texmacs.org/tmweb/about/changes.en.html
1.99.13
- Continued bug fixes
- Switch to Python 3 for plug-ins programmed in Python
- A Parser Framework for programming languages
- Improved Graphviz plugin with documentation in Chinese and syntax highlight
- Improved Maxima plugin with documentation in Chinese and bug fixes
- Improved Octave plugin on Windows for Octave 5.x

1.99.12
- Many bug fixes
- Make it easier to cite work on TeXmacs
- Improved Html import/export filters and support for MathJax
- Faster native (Qt-based) image export of formulas to Html
- Improved large bracket sizes and script positioning
- Various artwork related improvements
- Interface for SymPy
- Re-implement Asymptote, DraTex, Gnuplot, Graphviz, Xypic using
  Python for full platform support
- Documentation on how to write plugins using Python
- Updates of the dictionaries for French and Dutch
- (run-all-tests) aggregates and runs all the tests in Scheme
- Support for Java language
  • Loading branch information
mef committed Jun 21, 2020
1 parent 60d18d0 commit c8fd6eb
Show file tree
Hide file tree
Showing 6 changed files with 609 additions and 59 deletions.
8 changes: 4 additions & 4 deletions editors/TeXmacs/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.137 2020/06/02 08:23:42 adam Exp $
# $NetBSD: Makefile,v 1.138 2020/06/21 03:54:53 mef Exp $
#
# changelog at http://www.texmacs.org/tmweb/about/changes.en.html

DISTNAME= TeXmacs-1.99.11-src
DISTNAME= TeXmacs-1.99.13-src
PKGNAME= ${DISTNAME:S/-src//}
PKGREVISION= 6
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
MASTER_SITES+= http://www.texmacs.org/Download/ftp/tmftp/source/
Expand All @@ -20,6 +19,7 @@ DEPENDS+= ps2pkm>=1.5:../../fonts/ps2pkm
USE_CMAKE= yes
USE_TOOLS+= gmake perl:run pkg-config bash
USE_LANGUAGES= c c++
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}

REPLACE_PYTHON+= plugins/mathematica/bin/realpath.py

Expand All @@ -38,7 +38,7 @@ SUBST_STAGE.guile= pre-configure
SUBST_FILES.guile= cmake/FindGuile.cmake
SUBST_VARS.guile= PREFIX

SUBST_CLASSES+= bash
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.
Expand Down
Loading

0 comments on commit c8fd6eb

Please sign in to comment.