Port details on branch 2023Q3 |
- libxmlb Library to help create and query binary XML blobs
- 0.3.13 textproc
=0 0.3.13Version of this port present on the latest quarterly branch. - Maintainer: desktop@FreeBSD.org
 - Port Added: 2023-08-18 09:09:07
- Last Update: 2023-08-18 09:06:51
- Commit Hash: 589774c
- 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 = 1692349446
SHA256 (hughsie-libxmlb-0.3.13_GH0.tar.gz) = 82413733f528e3f5674672c76ceb25d8cb4f06c87f0dab8ca9ec0fa991a217e1
SIZE (hughsie-libxmlb-0.3.13_GH0.tar.gz) = 126963
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
Configuration Options:
- No options to configure
- Options name:
- textproc_libxmlb
- USES:
- gnome meson pkgconfig localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.13 18 Aug 2023 09:06:51
    |
Gleb Popov (arrowd)  |
textproc/libxmlb: Update to 0.3.13
Sponsored by: Serenity Cybersecurity, LLC
(cherry picked from commit 8b3b7e951b6d2ffdb9615c4097ceebd98d2b835b) |
Number of commits found: 1
|