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-unicode-show Detect and annotate suspicious Unicode characters in text or files
48.5.1 securitynew! on this many watch lists=0 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: dtxdf@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-02-26 05:09:05
Last Update: 2026-02-26 05:08:18
Commit Hash: 47aaf92
Also Listed In: python
License: AGPLv3
WWW:
https://www.kicksecure.com/wiki/Unicode-show
Description:
unicode-show is a utility that reads text input (from standard input or files) and highlights suspicious Unicode characters, such as those outside the safe ASCII range. This tool is useful for identifying potentially malicious or misleading Unicode characters in source code, logs, or user input.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. /usr/local/share/licenses/py312-unicode-show-48.5.1/catalog.mk
  2. /usr/local/share/licenses/py312-unicode-show-48.5.1/LICENSE
  3. /usr/local/share/licenses/py312-unicode-show-48.5.1/AGPLv3
  4. bin/unicode-show
  5. lib/python3.12/site-packages/stdisplay/__init__.py
  6. lib/python3.12/site-packages/stdisplay/__pycache__/__init__.cpython-312.opt-2.pyc
  7. lib/python3.12/site-packages/stdisplay/__pycache__/stcat.cpython-312.opt-2.pyc
  8. lib/python3.12/site-packages/stdisplay/__pycache__/stcatn.cpython-312.opt-2.pyc
  9. lib/python3.12/site-packages/stdisplay/__pycache__/stdisplay.cpython-312.opt-2.pyc
  10. lib/python3.12/site-packages/stdisplay/__pycache__/stecho.cpython-312.opt-2.pyc
  11. lib/python3.12/site-packages/stdisplay/__pycache__/stprint.cpython-312.opt-2.pyc
  12. lib/python3.12/site-packages/stdisplay/__pycache__/stsponge.cpython-312.opt-2.pyc
  13. lib/python3.12/site-packages/stdisplay/__pycache__/sttee.cpython-312.opt-2.pyc
  14. lib/python3.12/site-packages/stdisplay/stcat.py
  15. lib/python3.12/site-packages/stdisplay/stcatn.py
  16. lib/python3.12/site-packages/stdisplay/stdisplay.py
  17. lib/python3.12/site-packages/stdisplay/stecho.py
  18. lib/python3.12/site-packages/stdisplay/stprint.py
  19. lib/python3.12/site-packages/stdisplay/stsponge.py
  20. lib/python3.12/site-packages/stdisplay/sttee.py
  21. lib/python3.12/site-packages/unicode_show/__init__.py
  22. lib/python3.12/site-packages/unicode_show/__pycache__/__init__.cpython-312.opt-2.pyc
  23. lib/python3.12/site-packages/unicode_show/__pycache__/unicode_show.cpython-312.opt-2.pyc
  24. lib/python3.12/site-packages/unicode_show/unicode_show.py
  25. share/man/man1/unicode-show.1.gz
  26. @owner
  27. @group
  28. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}unicode-show>0:security/py-unicode-show@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-unicode-show/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-unicode-show
  • pkg install py312-unicode-show
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 py312-unicode-show listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py312-unicode-show
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1772081009 SHA256 (Kicksecure-helper-scripts-48.5-1_GH0.tar.gz) = 7d9d3dc91c2b95896e4a29ef54b7d10935da12d238f6dea49156fc57dad605d1 SIZE (Kicksecure-helper-scripts-48.5-1_GH0.tar.gz) = 326909

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python3.12 : lang/python312
Test dependencies:
  1. python3.12 : lang/python312
Runtime dependencies:
  1. python3.12 : lang/python312
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_py-unicode-show
USES:
python:3.12+ shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/Kicksecure/helper-scripts/tar.gz/48.5-1?dummy=/
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
48.5.1
26 Feb 2026 05:08:18
commit hash: 47aaf92081c35b01878a56131b0de3ca58058f8ccommit hash: 47aaf92081c35b01878a56131b0de3ca58058f8ccommit hash: 47aaf92081c35b01878a56131b0de3ca58058f8ccommit hash: 47aaf92081c35b01878a56131b0de3ca58058f8c files touched by this commit
Jesús Daniel Colmenares Oviedo (dtxdf) search for other commits by this committer
security/py-unicode-show: New port: Detect and annotate suspicious Unicode
characters in text or files

unicode-show is a utility that reads text input (from standard input
or files) and highlights suspicious Unicode characters, such as
those outside the safe ASCII range. This tool is useful for identifying
potentially malicious or misleading Unicode characters in source
code, logs, or user input.

WWW: https://www.kicksecure.com/wiki/Unicode-show

Number of commits found: 1