textproc/bookokrat: Add new port
Bookokrat is a terminal-based EPUB reader with a split-view library and reader,
full MathML and image rendering, automatic bookmarks, inline annotations, and
customizable themes.
What you can do:
- Browse every EPUB in the current directory, drill into the table of
contents, and resume exactly where you left off.
- Search inside the current chapter or across the whole book, jump through a
per-book history, and inspect reading statistics.
- Highlight text, attach comments, copy snippets or entire chapters, and
toggle the raw HTML source for debugging.
- Open images in-place, follow internal anchors, launch external links in
your browser, and hand off the book to your system viewer.
- Customize with multiple color themes, adjustable margins, and zen mode;
settings persist across sessions.
https://bugzmanov.github.io/bookokrat/index.html
sysutils/treemd: Add new port
Treemd is a modern markdown viewer that combines the structural clarity of the
tree command with powerful interactive navigation. Whether you're exploring
large documentation files, analyzing markdown structure, or reading comfortably
in your terminal, treemd provides both CLI tools for scripting and a beautiful
TUI for interactive exploration.
Use it to:
- Navigate large documents by collapsing/expanding heading sections
- Search headings or full document content with highlighted matches
- Edit tables, toggle checkboxes, and follow links-all without leaving the
terminal
- Extract specific sections or query markdown elements with a jq-like syntax
- Pipe markdown from stdin for shell-scripted workflows
https://github.com/Epistates/treemd
net-mgmt/netbox: Update to 4.4.9
Changelog:
Enhancements:
* Support ASDOT notation for ASN ranges
* Add Latvian translations
* Allow filtering custom choice fields by multiple values in the UI
Bug Fixes:
* Remove devicetype_count from nested manufacturer to correct OpenAPI
schema
* Provide a clear message when encountering duplicate object IDs during
bulk import
* Preserve parent_bay during device bulk import when tags are present
* Improve handling of numeric ranges in tests
* Fix AttributeError exception triggered by event rules associated with
an object that supports file attachments
* Ensure that parent object relations are cached (for filtering) on
[13 lines not shown]
www/py-lia-web: Rename to www/py-cross-web
* Upstream renamed the project with the 0.4.0 release, change this
accordingly for this port.
* The necessary adjustments for the current consumers will follow in
separate commits.
emulators/elliott-803: Update to 0.1.18
- Add fixes and additional samples and documentation for the H-Code language
- Add docs
- Change maintainer's email.
Differential Revision: https://reviews.freebsd.org/D54389
net-im/dino: Unbreak build
- Incorrect use of meson in the previous patch (apologies), this
patch fixes the previous misconception.
- Reformatted Makefile so plugin options are grouped together.
- Ensure plugin-dependent files within plist are properly labeled
with the right plugin.
PR: 291721
Reported by: Ivan Rozhuk <rozhuk dot im at gmail dot com>