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-mutf8 Fast MUTF-8 encoder & decoder
1.0.6 devel on this many watch lists=2 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-07-06 16:18:24
Last Update: 2024-07-06 16:01:16
Commit Hash: 47626f5
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://github.com/TkTech/mutf8
Description:
mutf-8 contains simple pure-python as well as C encoders and decoders for the MUTF-8 character encoding. In most cases, you can also parse the even-rarer CESU-8. These days, you'll most likely encounter MUTF-8 when working on files or protocols related to the JVM. Strings in a Java .class file are encoded using MUTF-8, strings passed by the JNI, as well as strings exported by the object serializer.
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
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}mutf8>0:devel/py-mutf8@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-mutf8/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-mutf8
  • pkg install py311-mutf8
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-mutf8 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-mutf8
Package flavors (<flavor>: <package>)
  • py311: py311-mutf8
distinfo:
TIMESTAMP = 1720022670 SHA256 (mutf8-1.0.6.tar.gz) = 1bbbefb67c2e5a57104750bb04b0912200b57b2fa9841be245279e83859cb346 SIZE (mutf8-1.0.6.tar.gz) = 6424

Packages (timestamps in pop-ups are UTC):
py311-mutf8
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.61.0.6-1.0.61.0.6---
FreeBSD:13:quarterly-1.0.6--1.0.6---
FreeBSD:14:latest1.0.61.0.6-1.0.61.0.6---
FreeBSD:14:quarterly-1.0.6--1.0.6---
FreeBSD:15:latest1.0.61.0.6n/a1.0.6n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-mutf8
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/mutf8/
  2. https://pypi.org/packages/source/m/mutf8/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.6
06 Jul 2024 16:01:16
commit hash: 47626f58b2bda4fab4c27eab24044b4c3b616b5acommit hash: 47626f58b2bda4fab4c27eab24044b4c3b616b5acommit hash: 47626f58b2bda4fab4c27eab24044b4c3b616b5acommit hash: 47626f58b2bda4fab4c27eab24044b4c3b616b5a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-mutf8: Add py-mutf8 1.0.6

mutf-8 contains simple pure-python as well as C encoders and decoders for the
MUTF-8 character encoding. In most cases, you can also parse the even-rarer
CESU-8.

These days, you'll most likely encounter MUTF-8 when working on files or
protocols related to the JVM. Strings in a Java .class file are encoded using
MUTF-8, strings passed by the JNI, as well as strings exported by the object
serializer.

Number of commits found: 1