mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
cabd7fda3d
ChangeLog: https://github.com/wxMaxima-developers/wxmaxima/releases Accumulated changes since 19.11.11: * wxMaxima now uses C++11 that makes the code more readable and helps finding bugs * If found wxMaxima now asks cppcheck to find bugs * Increased the speed of the program again * Opening the config dialogue since 19.11.0 unchecked "offer known answers" * For Cmake>=3.10.0 the build system now asks cppcheck to find bugs. * Changing the worksheet style was partially broken. * A big number of additional bug fixes in various places * A config option that forces displaying all multiplication signs. * Made the tooltips more visible * Added a warning tooltip about missing multiplication signs * Sped up drawing of new cells correcting the size calculations * If lookalike chars are used in a way that can cause hard-to-find errors now a warning tooltip is generated * A few additional bug fixes that (besides others) resolve a potential crash * An option to turn all multiplication dots on PR: 242538 Submitted by: phascolarctos@protonmail.ch (maintainer)
33 lines
669 B
Makefile
33 lines
669 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wxmaxima
|
|
PORTVERSION= 19.12.1
|
|
DISTVERSIONPREFIX= Version-
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= phascolarctos@protonmail.ch
|
|
COMMENT= WxWidgets GUI for the computer algebra system maxima
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= maxima:math/maxima
|
|
|
|
USES= cmake desktop-file-utils shared-mime-info
|
|
USE_WX= 3.0
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wxMaxima-Developers
|
|
|
|
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}
|
|
WX_COMPS= wx
|
|
WX_CONF_ARGS= absolute
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
|
|
NLS_USES= gettext
|
|
|
|
.include <bsd.port.mk>
|