Port details |
- libkiwix Software library to read and write ZIM files
- 14.0.0 devel =2 14.0.0Version of this port present on the latest quarterly branch.
- Maintainer: olce.freebsd.ports@certner.fr
- Port Added: 2023-06-12 19:48:09
- Last Update: 2025-01-13 18:04:22
- Commit Hash: 66ad622
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://github.com/kiwix/libkiwix
- Description:
- Kiwix is an offline reader for web content archived in ZIM format. It is
particularly tailored towards Wikipedia and other wikis.
Libkiwix provides the Kiwix software suite core. It contains the code shared by
all Kiwix ports.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libkiwix>0:devel/libkiwix
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/libkiwix/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libkiwix
- pkg install libkiwix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libkiwix
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736786938
SHA256 (libkiwix-14.0.0.tar.xz) = fbdc64d37efd17f3f195725441b5239c8aaf01797af86415dc4f889f499210dc
SIZE (libkiwix-14.0.0.tar.xz) = 1003564
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:
-
- bash : shells/bash
- mustache.hpp : devel/mustache
- googletest>0 : devel/googletest
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libzim.so : devel/libzim
- libpugixml.so : textproc/pugixml
- libaria2.so : www/aria2
- libicui18n.so : devel/icu
- libicuuc.so : devel/icu
- libxapian.so : databases/xapian-core
- libctpp2.so : textproc/ctpp2
- libcurl.so : ftp/curl
- libmicrohttpd.so : www/libmicrohttpd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_libkiwix
- USES:
- compiler:c++17-lang meson pkgconfig python shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
14.0.0 13 Jan 2025 18:04:22 |
Olivier Certner (olce) |
devel/libkiwix: Fetch from official site; Enable tests
Fetch from the official site instead of Github.
Also, stop downloading Mustache by hand and rely on devel/mustache.
While here, remove a useless link flag for 'libz.so'.
While here, revise the description.
Sponsored by: The FreeBSD Foundation |
14.0.0 10 Jan 2025 13:19:35 |
Olivier Certner (olce) |
devel/libkiwix: Update 13.1.0 → 14.0.0 again
Now that devel/libkiwix13 has been created and www/kiwix-tools changed
to depend on it, fixing the latter's build and avoiding a bump of
PORTEPOCH here, we can reapply the update.
This commit is different than the initial update's one, as local patches
here match what was upstreamed in the meantime (see
https://github.com/kiwix/libkiwix/pull/1173).
Selected list of changes:
- Support of IPv6
- Better public IP configuration/detection
- Fix API errors in catalog searches if Xapian keyword in used
- Improve welcome page download buttons (Only the first 15 lines of the commit message are shown above ) |
13.1.0 10 Jan 2025 13:02:20 |
Olivier Certner (olce) |
devel/libkiwix13: New port for libkiwix 13
This port is assumed to be temporary, as the reason for its creation is
that kiwix-tools 3.7.0, the latest released version at time of this
writing, relies on libkiwix with major version 13, whereas
devel/libkiwix was updated too soon to 14.
An alternative would be to bump PORTEPOCH for libkiwix, but such bumps
are forever and should be reserved for changes in version numbering as
much as possible.
Suggested by: jrtc27, jrm
Reviewed by: jrm
Fixes: dafb538b3fd6 ("devel/libkiwix: Update to 14.0.0")
MFH: 2025Q1
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48395 |
13.1.0 08 Jan 2025 14:40:08 |
Olivier Certner (olce) |
devel/libkiwix: Revert update to 14.0.0 (so, → 13.1.0)
The latest release of www/kiwix-tools, which is still 3.7.0, does not
work with libkiwix 14.0.0, so the update was premature.
We will be able to update libkiwix only when the new release of
www/kiwix-tools is out. (The alternative of maintaining a few libkiwix
ports with different versions does not seem worth it.)
This is a maintainer update (olce.freebsd.ports@certner.fr).
This reverts commit dafb538b3fd6 (devel/libkiwix: Update to 14.0.0, 2024-12-26).
Fixes: dafb538b3fd6 ("devel/libkiwix: Update to 14.0.0") |
14.0.0 26 Dec 2024 02:50:51 |
Wen Heping (wen) |
devel/libkiwix: Update to 14.0.0
PR: 282559
Reported by: wenheping2000@hotmail.com
Approved by: maintainer(timeout, > 50 days) |
13.1.0 21 May 2024 12:40:14 |
Olivier Certner (olce) |
devel/libkiwix: Update 12.1.0 → 13.1.0
Selected list of improvements:
- C++17 compatible code
- Improved look & feel of kiwix-serve UI
- Increase tolerance to malformed (control characters) ZIM entry titles
- API allowing to filter many categories at once
- Cookie-less user language control
- Properly translated error pages
- Properly translated search result page
- Default UI language is resolved in frontend
- Better support of older Web browsers by polyfilling replaceAll()
- New API to migrate bookmarks between books
See also:
https://github.com/kiwix/libkiwix/releases/tag/13.0.0
https://github.com/kiwix/libkiwix/releases/tag/13.1.0
This is a maintainer update (olce.freebsd.ports@certner.fr).
Approved by: jrm (ports)
Approved by: emaste (mentor) |
12.1.0_2 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
12.1.0_1 17 Nov 2023 11:46:00 |
Jan Beich (jbeich) |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy |
12.1.0 10 Sep 2023 16:13:06 |
Robert Clausecker (fuz) Author: Olivier Certner |
devel/libkiwix: Update to 12.1.0
Notably, a new /nojs endpoint (still leaves much to be desired), and lots of bug
fixes, including our local patch for meson that was integrated upstream.
More details here:
https://github.com/kiwix/libkiwix/releases/tag/12.1.0
PR: 273644 |
12.0.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
12.0.0_1 13 Jun 2023 10:06:13 |
Muhammad Moinur Rahman (bofh) |
*/*: Pass MAINTAINERSHIP
- Pass the MAINTAINERHSIP of the following ports
devel/libzim [1]
devel/libkiwix [2]
www/kiwix-tools [2]
PR: 271975
Approved by: me@int19h.org [2] bofh [1] |
12.0.0 12 Jun 2023 19:45:15 |
Muhammad Moinur Rahman (bofh) Author: Olivier Certner |
devel/{kiwix-lib,libkiwix}: Update version 9.4.1=>12.0.0
- Rename port to match upstream renaming
- Pet portclippy
- Update is done without MAINTAINER approval as currently this is BROKEN
on 14 and this version fixes the build on 14.
Changelog: https://github.com/kiwix/libkiwix/releases
PR: 271649
Approved by: portmgr (blanket) |