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-gladtex LaTeX formula preprocessor for HTML files
3.1 textprocnew! 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 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: alven@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-11-10 13:42:07
Last Update: 2025-11-10 13:39:30
Commit Hash: 8b3978e
People watching this port, also watch:: tatuin, gladtex, hs-hledger-web, horizon-eda, qelectrotech
Also Listed In: math www
License: LGPL3+
WWW:
https://humenda.github.io/GladTeX/
https://github.com/humenda/GladTeX/
Description:
GladTeX is a preprocessor that enables the use of LaTeX maths within HTML files. The maths, embedded in <EQ>...</EQ> tags, as if within \(..\) in LaTeX (or $...$ in TeX), is fed through latex and replaced by images. Additionally all images get an alt-tag for alternative texts that contains the LaTeX-equivalent of the image. This is handy for text-mode browsers or blind people. * GladTeX supports caching of formulas in order to enable incremental document editing or simply to share formulas across web pages. * GladTeX can be used with Pandoc in order to convert MarkDown to HTML with LaTeX formulas. * It also contains a library GleeTeX to custom tailor the generation and conversion process to your needs and to embedd it into your (web) application. * It allows the usage of umlauts and other non-ASCII characters within formulas, by replacing these characters through LaTeX sequences. * It is cross-platform, written in Python. * Its source code is documented and tested.
HomepageHomepage    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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}gladtex>0:textproc/py-gladtex@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • gladtex
To install the port:
cd /usr/ports/textproc/py-gladtex/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-gladtex
  • pkg install py311-gladtex
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-gladtex listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-gladtex
Package flavors (<flavor>: <package>)
  • py311: py311-gladtex
distinfo:
TIMESTAMP = 1761952702 SHA256 (humenda-GladTeX-v3.1_GH0.tar.gz) = d12dd28a4440302f9013a8710cd8169f89d16e622494130975cc587316080da3 SIZE (humenda-GladTeX-v3.1_GH0.tar.gz) = 74902

Packages (timestamps in pop-ups are UTC):
py311-gladtex
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-3.1--3.1n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-3.1--3.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-3.1n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-3.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go-md2man : textproc/go-md2man
  2. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  3. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
  2. tex.fmt : print/tex-formats
  3. dvips : print/tex-dvipsk
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_py-gladtex
USES:
python tex
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/humenda/GladTeX/tar.gz/v3.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
3.1
10 Nov 2025 13:39:30
commit hash: 8b3978e0517cb16fdf68f5894a52fc9988d80dbbcommit hash: 8b3978e0517cb16fdf68f5894a52fc9988d80dbbcommit hash: 8b3978e0517cb16fdf68f5894a52fc9988d80dbbcommit hash: 8b3978e0517cb16fdf68f5894a52fc9988d80dbb files touched by this commit
Älven (alven) search for other commits by this committer
textproc/py-gladtex: [NEW PORT] LaTeX formula preprocessor for HTML files

Reworked following upstream switch from Perl to Python in version 1.6.

GladTeX is a preprocessor that enables the use of LaTeX maths within HTML
files. The maths, embedded in <EQ>...</EQ> tags, as if within \(..\) in
LaTeX (or $...$ in TeX), is fed through latex and replaced by images.

WWW: https://humenda.github.io/GladTeX/

PR:		280914
Approved by:	yuri@ (Mentor)

Number of commits found: 1