notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-mathics-scanner Tokeniser, char tables, & conversion routines for the Wolfram Language
1.4.1 math on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.0_1Version of this port present on the latest quarterly branch.
Maintainer: thierry@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (57 items)
Collapse this list.
  1. /usr/local/share/licenses/py311-mathics_scanner-1.4.1/catalog.mk
  2. /usr/local/share/licenses/py311-mathics_scanner-1.4.1/LICENSE
  3. /usr/local/share/licenses/py311-mathics_scanner-1.4.1/GPLv3
  4. bin/mathics3-generate-json-table
  5. bin/mathics3-generate-operator-json-table
  6. bin/mathics3-tokens
  7. lib/python3.11/site-packages/Mathics_Scanner-1.4.1-py3.11.egg-info/PKG-INFO
  8. lib/python3.11/site-packages/Mathics_Scanner-1.4.1-py3.11.egg-info/SOURCES.txt
  9. lib/python3.11/site-packages/Mathics_Scanner-1.4.1-py3.11.egg-info/dependency_links.txt
  10. lib/python3.11/site-packages/Mathics_Scanner-1.4.1-py3.11.egg-info/entry_points.txt
  11. lib/python3.11/site-packages/Mathics_Scanner-1.4.1-py3.11.egg-info/not-zip-safe
  12. lib/python3.11/site-packages/Mathics_Scanner-1.4.1-py3.11.egg-info/requires.txt
  13. lib/python3.11/site-packages/Mathics_Scanner-1.4.1-py3.11.egg-info/top_level.txt
  14. lib/python3.11/site-packages/mathics_scanner/__init__.py
  15. lib/python3.11/site-packages/mathics_scanner/__pycache__/__init__.cpython-311.opt-1.pyc
  16. lib/python3.11/site-packages/mathics_scanner/__pycache__/__init__.cpython-311.pyc
  17. lib/python3.11/site-packages/mathics_scanner/__pycache__/characters.cpython-311.opt-1.pyc
  18. lib/python3.11/site-packages/mathics_scanner/__pycache__/characters.cpython-311.pyc
  19. lib/python3.11/site-packages/mathics_scanner/__pycache__/errors.cpython-311.opt-1.pyc
  20. lib/python3.11/site-packages/mathics_scanner/__pycache__/errors.cpython-311.pyc
  21. lib/python3.11/site-packages/mathics_scanner/__pycache__/feed.cpython-311.opt-1.pyc
  22. lib/python3.11/site-packages/mathics_scanner/__pycache__/feed.cpython-311.pyc
  23. lib/python3.11/site-packages/mathics_scanner/__pycache__/load.cpython-311.opt-1.pyc
  24. lib/python3.11/site-packages/mathics_scanner/__pycache__/load.cpython-311.pyc
  25. lib/python3.11/site-packages/mathics_scanner/__pycache__/mathics3_tokens.cpython-311.opt-1.pyc
  26. lib/python3.11/site-packages/mathics_scanner/__pycache__/mathics3_tokens.cpython-311.pyc
  27. lib/python3.11/site-packages/mathics_scanner/__pycache__/prescanner.cpython-311.opt-1.pyc
  28. lib/python3.11/site-packages/mathics_scanner/__pycache__/prescanner.cpython-311.pyc
  29. lib/python3.11/site-packages/mathics_scanner/__pycache__/tokeniser.cpython-311.opt-1.pyc
  30. lib/python3.11/site-packages/mathics_scanner/__pycache__/tokeniser.cpython-311.pyc
  31. lib/python3.11/site-packages/mathics_scanner/__pycache__/version.cpython-311.opt-1.pyc
  32. lib/python3.11/site-packages/mathics_scanner/__pycache__/version.cpython-311.pyc
  33. lib/python3.11/site-packages/mathics_scanner/characters.py
  34. lib/python3.11/site-packages/mathics_scanner/data/character-tables.json
  35. lib/python3.11/site-packages/mathics_scanner/data/element.csv
  36. lib/python3.11/site-packages/mathics_scanner/data/named-characters.yml
  37. lib/python3.11/site-packages/mathics_scanner/data/operators.json
  38. lib/python3.11/site-packages/mathics_scanner/data/operators.yml
  39. lib/python3.11/site-packages/mathics_scanner/errors.py
  40. lib/python3.11/site-packages/mathics_scanner/feed.py
  41. lib/python3.11/site-packages/mathics_scanner/generate/__pycache__/build_operator_tables.cpython-311.opt-1.pyc
  42. lib/python3.11/site-packages/mathics_scanner/generate/__pycache__/build_operator_tables.cpython-311.pyc
  43. lib/python3.11/site-packages/mathics_scanner/generate/__pycache__/build_tables.cpython-311.opt-1.pyc
  44. lib/python3.11/site-packages/mathics_scanner/generate/__pycache__/build_tables.cpython-311.pyc
  45. lib/python3.11/site-packages/mathics_scanner/generate/__pycache__/rl_inputrc.cpython-311.opt-1.pyc
  46. lib/python3.11/site-packages/mathics_scanner/generate/__pycache__/rl_inputrc.cpython-311.pyc
  47. lib/python3.11/site-packages/mathics_scanner/generate/build_operator_tables.py
  48. lib/python3.11/site-packages/mathics_scanner/generate/build_tables.py
  49. lib/python3.11/site-packages/mathics_scanner/generate/rl_inputrc.py
  50. lib/python3.11/site-packages/mathics_scanner/load.py
  51. lib/python3.11/site-packages/mathics_scanner/mathics3_tokens.py
  52. lib/python3.11/site-packages/mathics_scanner/prescanner.py
  53. lib/python3.11/site-packages/mathics_scanner/tokeniser.py
  54. lib/python3.11/site-packages/mathics_scanner/version.py
  55. @owner
  56. @group
  57. @mode
Collapse this list.
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):
py39-Mathics_Scanner
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--1.3.0--1.3.01.3.01.3.0
FreeBSD:14:latest--1.2.4--1.3.0-1.3.0
FreeBSD:14:quarterly-----1.3.01.3.01.3.0
FreeBSD:15:latest--n/a-n/a1.3.01.3.01.3.0
 

py311-Mathics_Scanner
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.0_11.3.0_1-1.3.0_11.3.0_1---
FreeBSD:13:quarterly1.3.0_11.3.0_1-1.3.0_11.3.0_1---
FreeBSD:14:latest1.3.0_11.3.0_1-1.3.0_11.3.0_1---
FreeBSD:14:quarterly1.3.0_11.3.0_1-1.3.0_11.3.0_1---
FreeBSD:15:latest1.3.0_11.3.0_1n/a1.3.0_1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-ujson>0 : devel/py-ujson@py311
  2. py311-click>0 : devel/py-click@py311
  3. py311-pyyaml>0 : devel/py-pyyaml@py311
  4. py311-chardet>0 : textproc/py-chardet@py311
  5. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  6. python3.11 : lang/python311
Test dependencies:
  1. gmake : devel/gmake
  2. py311-pytest>0 : devel/py-pytest@py311
  3. python3.11 : lang/python311
Runtime dependencies:
  1. py311-ujson>0 : devel/py-ujson@py311
  2. py311-click>0 : devel/py-click@py311
  3. py311-chardet>0 : textproc/py-chardet@py311
  4. py311-pyyaml>0 : devel/py-pyyaml@py311
  5. py311-types-ujson>0 : devel/py-types-ujson@py311
  6. py311-types-PyYAML>0 : devel/py-types-PyYAML@py311
  7. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  8. python3.11 : lang/python311
This port is required by:
for Build
  1. math/py-mathics
  2. textproc/py-mathics-pygments
for Run
  1. math/py-mathics
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/mathics_scanner/
  2. https://pypi.org/packages/source/m/mathics_scanner/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.1
28 Jan 2025 17:07:36
commit hash: 4da2988da935cd580d64c3206e1e3b72508b95a7commit hash: 4da2988da935cd580d64c3206e1e3b72508b95a7commit hash: 4da2988da935cd580d64c3206e1e3b72508b95a7commit hash: 4da2988da935cd580d64c3206e1e3b72508b95a7 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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
commit hash: e20113908a5f15d402f26c23e8d5a5207fa39530commit hash: e20113908a5f15d402f26c23e8d5a5207fa39530commit hash: e20113908a5f15d402f26c23e8d5a5207fa39530commit hash: e20113908a5f15d402f26c23e8d5a5207fa39530 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: 9a3be68336d8bb9969464cf52aab322123332007commit hash: 9a3be68336d8bb9969464cf52aab322123332007commit hash: 9a3be68336d8bb9969464cf52aab322123332007commit hash: 9a3be68336d8bb9969464cf52aab322123332007 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.2.4
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.2.4
07 Apr 2022 18:59:37
commit hash: b4ce004bbe13129ad248c11d2aef16c6e42e361ccommit hash: b4ce004bbe13129ad248c11d2aef16c6e42e361ccommit hash: b4ce004bbe13129ad248c11d2aef16c6e42e361ccommit hash: b4ce004bbe13129ad248c11d2aef16c6e42e361c files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
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
commit hash: 1c947435d0d83fcd51999a12364412c27d4cfc94commit hash: 1c947435d0d83fcd51999a12364412c27d4cfc94commit hash: 1c947435d0d83fcd51999a12364412c27d4cfc94commit hash: 1c947435d0d83fcd51999a12364412c27d4cfc94 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: dfdc922c74df8f53a7c245c66c17c998343e1453commit hash: dfdc922c74df8f53a7c245c66c17c998343e1453commit hash: dfdc922c74df8f53a7c245c66c17c998343e1453commit hash: dfdc922c74df8f53a7c245c66c17c998343e1453 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: c8625caec510f9f5b23326b26e882e2fc5278c75commit hash: c8625caec510f9f5b23326b26e882e2fc5278c75commit hash: c8625caec510f9f5b23326b26e882e2fc5278c75commit hash: c8625caec510f9f5b23326b26e882e2fc5278c75 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
math/py-mathics-scanner: fix plist

Do not hardcode PYTHON_SUFFIX!
1.1.2
09 Apr 2021 17:53:10
commit hash: b19f392f090ed8cc0311e967d76f43e14173b8a9commit hash: b19f392f090ed8cc0311e967d76f43e14173b8a9commit hash: b19f392f090ed8cc0311e967d76f43e14173b8a9commit hash: b19f392f090ed8cc0311e967d76f43e14173b8a9 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.0
20 Feb 2021 09:10:34
Revision:566147Original commit files touched by this commit
thierry search for other commits by this committer
Adding mathics-scanner, a tokeniser or scanner portion for the Wolfram
Language, which was previously a part of math/py-mathics.

Number of commits found: 16