Port details |
- py-mathics-scanner Tokeniser, char tables, & conversion routines for the Wolfram Language
- 1.4.1 math =3 1.3.0_1Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2021-02-20 09:10:46
- Last Update: 2025-01-28 17:07:36
- Commit Hash: 4da2988
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- Also Listed In: python
- License: GPLv3
- WWW:
- https://mathics.org/
- Description:
- This is a tokeniser or scanner portion for the Wolfram Language.
As such, it also contains a full set of translation between Wolfram Language
named characters, their Unicode/ASCII equivalents and code-points.
This is used as the scanner inside Mathics but it can also be used for
tokenizing and formatting Wolfram Language code. This library is also quite
usefull if you need to work with Wolfram Language named character and convert
them to various formats.
See also: https://github.com/Mathics3/mathics-scanner
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mathics_scanner>0:math/py-mathics-scanner@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-mathics-scanner/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-mathics-scanner
- pkg install py311-mathics_scanner
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-mathics_scanner listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-mathics_scanner
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737918622
SHA256 (mathics_scanner-1.4.1.tar.gz) = a98a5ee11815bf94edf8a6f665e788915c09b9cd4fd96ed4fc26583973dc6fb1
SIZE (mathics_scanner-1.4.1.tar.gz) = 182389
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-ujson>0 : devel/py-ujson@py311
- py311-click>0 : devel/py-click@py311
- py311-pyyaml>0 : devel/py-pyyaml@py311
- py311-chardet>0 : textproc/py-chardet@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- gmake : devel/gmake
- py311-pytest>0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-ujson>0 : devel/py-ujson@py311
- py311-click>0 : devel/py-click@py311
- py311-chardet>0 : textproc/py-chardet@py311
- py311-pyyaml>0 : devel/py-pyyaml@py311
- py311-types-ujson>0 : devel/py-types-ujson@py311
- py311-types-PyYAML>0 : devel/py-types-PyYAML@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- math/py-mathics
- textproc/py-mathics-pygments
- for Run
-
- math/py-mathics
- textproc/py-mathics-pygments
Configuration Options:
- No options to configure
- Options name:
- math_py-mathics-scanner
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.1 28 Jan 2025 17:07:36 |
Thierry Thomas (thierry) |
math/py-mathics-scanner: upgrade to 1.4.1
Releases notes at https://github.com/Mathics3/mathics-scanner/releases |
1.3.0_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
1.3.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.3.0 18 Mar 2023 18:44:43 |
Thierry Thomas (thierry) |
math/py-mathics-scanner: fix build
Remove a forgotten step introduced for debug.
Reported by: pkg-fallout |
1.3.0 17 Mar 2023 18:31:23 |
Thierry Thomas (thierry) |
math/py-mathics-scanner: upgrade to 1.3.0
Release notes at
<https://github.com/Mathics3/mathics-scanner/releases/tag/1.3.0>. |
1.2.4 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.4 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.2.4 07 Apr 2022 18:59:37 |
Dmitry Marakasov (amdmi3) |
math/py-mathics-scanner: add mising dependency on py-yaml
For some reason it's not documented anywhere, though yaml is imported
from two modules files. This change fixes tests as well.
Approved by: portmgr blanket |
1.2.4 20 Feb 2022 17:27:54 |
Thierry Thomas (thierry) |
math/py-mathics-scanner: upgrade to 1.2.4
Release notes at
<https://github.com/Mathics3/mathics-scanner/releases/tag/1.2.4>. |
1.2.0 06 Jun 2021 20:26:25 |
Thierry Thomas (thierry) |
math/py-mathics-scanner: upgrade to 1.2.0
Release notes at
<https://github.com/Mathics3/mathics-scanner/releases/tag/1.2.0>. |
1.1.2 09 Apr 2021 18:18:41 |
Thierry Thomas (thierry) |
math/py-mathics-scanner: fix plist
Do not hardcode PYTHON_SUFFIX! |
1.1.2 09 Apr 2021 17:53:10 |
Thierry Thomas (thierry) |
math/py-mathics-scanner: upgrade to 1.1.2
- Switch to CHEESESHOP, to keep all modules coherent
- Release notes at
<https://github.com/Mathics3/mathics-scanner/releases/tag/1.1.2>. |
1.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0 20 Feb 2021 09:10:34 |
thierry |
Adding mathics-scanner, a tokeniser or scanner portion for the Wolfram
Language, which was previously a part of math/py-mathics. |