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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
py-mathics-pygments Lexer and highlighter for Mathematica/Wolfram Language source code
1.0.2 textproc on this many watch lists=1 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.0.2Version of this port present on the latest quarterly branch.
Maintainer: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-06-06 20:30:18
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: SparseBitSet, py39-cysignals, R-cran-eRm, python
Also Listed In: math python
License: MIT
WWW:
https://mathics.org/
Description:
This is a lexer and highlighter for Mathematica/Wolfram Language source code using the pygments engine. It currently supports: - All builtin functions in the System context including unicode symbols except those that use characters from the private unicode space (e.g. \[FormalA]). - User defined symbols, including those in a context. - All operators including unicode operators like U+1D70B (pi). - Comments, including multi line and nested. - Strings, including multi line and escaped quotes. - Patterns, slots (including named slots #name introduced in version 10) and slot sequences. - Message names (e.g. the ivar in General::ivar) - Numbers including base notation (e.g. 8 ^^ 23 == 19) and scientific notation (e.g. 1 *^ 3 == 1000). - Local variables in Block, With and Module See also: https://github.com/Mathics3/mathics-pygments/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. /usr/local/share/licenses/py39-mathics_pygments-1.0.2/catalog.mk
  2. /usr/local/share/licenses/py39-mathics_pygments-1.0.2/LICENSE
  3. /usr/local/share/licenses/py39-mathics_pygments-1.0.2/MIT
  4. lib/python3.9/site-packages/mathics_pygments/__init__.py
  5. lib/python3.9/site-packages/mathics_pygments/__pycache__/__init__.cpython-39.opt-1.pyc
  6. lib/python3.9/site-packages/mathics_pygments/__pycache__/__init__.cpython-39.pyc
  7. lib/python3.9/site-packages/mathics_pygments/__pycache__/builtins.cpython-39.opt-1.pyc
  8. lib/python3.9/site-packages/mathics_pygments/__pycache__/builtins.cpython-39.pyc
  9. lib/python3.9/site-packages/mathics_pygments/__pycache__/lexer.cpython-39.opt-1.pyc
  10. lib/python3.9/site-packages/mathics_pygments/__pycache__/lexer.cpython-39.pyc
  11. lib/python3.9/site-packages/mathics_pygments/__pycache__/style.cpython-39.opt-1.pyc
  12. lib/python3.9/site-packages/mathics_pygments/__pycache__/style.cpython-39.pyc
  13. lib/python3.9/site-packages/mathics_pygments/__pycache__/version.cpython-39.opt-1.pyc
  14. lib/python3.9/site-packages/mathics_pygments/__pycache__/version.cpython-39.pyc
  15. lib/python3.9/site-packages/mathics_pygments/builtins.py
  16. lib/python3.9/site-packages/mathics_pygments/data/mma-tables.json
  17. lib/python3.9/site-packages/mathics_pygments/lexer.py
  18. lib/python3.9/site-packages/mathics_pygments/style.py
  19. lib/python3.9/site-packages/mathics_pygments/version.py
  20. @owner
  21. @group
  22. @mode
Collapse this list.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}mathics_pygments>0:textproc/py-mathics-pygments@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-mathics-pygments/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-mathics-pygments
  • pkg install py39-mathics_pygments
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 py39-mathics_pygments listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-mathics_pygments
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1622913478 SHA256 (mathics_pygments-1.0.2.tar.gz) = 1ab9ca84896e841d9b07d5a3b28b82fb8db22e19f5f777bf0f7892cbc80bdb77 SIZE (mathics_pygments-1.0.2.tar.gz) = 51951

Packages (timestamps in pop-ups are UTC):
py39-mathics_pygments
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.21.0.2-1.0.21.0.2---
FreeBSD:13:quarterly1.0.21.0.21.0.21.0.21.0.21.0.21.0.21.0.2
FreeBSD:14:latest1.0.21.0.21.0.21.0.21.0.21.0.2-1.0.2
FreeBSD:14:quarterly1.0.21.0.2-1.0.21.0.21.0.21.0.21.0.2
FreeBSD:15:latest1.0.21.0.2n/a1.0.2n/a1.0.21.0.21.0.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-pygments>0 : textproc/py-pygments@py39
  2. py39-Mathics_Scanner>0 : math/py-mathics-scanner
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-pygments>0 : textproc/py-pygments@py39
  2. py39-Mathics_Scanner>0 : math/py-mathics-scanner
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
This port is required by:
for Build
  1. math/mathicsscript
for Run
  1. math/mathicsscript

Configuration Options:
No options to configure
Options name:
textproc_py-mathics-pygments
USES:
python
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_pygments/
  2. https://pypi.org/packages/source/m/mathics_pygments/
Collapse this list.

There are no commits on branch 2022Q2 for this port