Port details on branch 2022Q2 |
- libxmlb Library to help create and query binary XML blobs
- 0.3.22_1 textproc
=2 0.3.22_1Version of this port present on the latest quarterly branch. - Maintainer: desktop@FreeBSD.org
 - Port Added: 2022-03-04 05:21:07
- Last Update: 2025-05-10 10:15:24
- Commit Hash: 0119f8d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://github.com/hughsie/libxmlb
- Description:
- XML is slow to parse and strings inside the document cannot be memory mapped as
they do not have a trailing NUL char. The libxmlb library takes XML source, and
converts it to a structured binary representation with a deduplicated string
table -- where the strings have the NULs included.
This allows an application to mmap the binary XML file, do an XPath query and
return some strings without actually parsing the entire document. This is all
done using (almost) zero allocations and no actual copying of the binary data.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libxmlb>0:textproc/libxmlb
- To install the port:
- cd /usr/ports/textproc/libxmlb/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/libxmlb
- pkg install libxmlb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libxmlb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1742039448
SHA256 (libxmlb-0.3.22.tar.xz) = f3c46e85588145a1a86731c77824ec343444265a457647189a43b71941b20fa0
SIZE (libxmlb-0.3.22.tar.xz) = 105008
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gtkdoc-scan : textproc/gtk-doc
- g-ir-scanner : devel/gobject-introspection
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libstemmer.so : textproc/snowballstemmer
- libzstd.so : archivers/zstd
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- devel/appstream
- x11-fm/nemo
Configuration Options:
- ===> The following configuration options are available for libxmlb-0.3.22_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_libxmlb
- USES:
- gnome meson pkgconfig localbase:ldflags tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|