1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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)
This commit is contained in:
Olivier Certner 2024-05-20 21:16:41 +02:00
parent f4debe62c8
commit 36da97e343
No known key found for this signature in database
GPG Key ID: 8CA13040971E2627
3 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= libkiwix
DISTVERSION= 12.1.0
PORTREVISION= 2
DISTVERSION= 13.1.0
CATEGORIES= devel
MAINTAINER= olce.freebsd.ports@certner.fr
@ -21,7 +20,7 @@ LIB_DEPENDS= libzim.so:devel/libzim \
libcurl.so:ftp/curl \
libmicrohttpd.so:www/libmicrohttpd
USES= compiler:c++11-lang meson pkgconfig python shebangfix
USES= compiler:c++17-lang meson pkgconfig python shebangfix
USE_GITHUB= yes
GH_ACCOUNT= kiwix
GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1692892288
SHA256 (kiwix-libkiwix-12.1.0_GH0.tar.gz) = 42e8f9f973054e11f17381c988790c8f8267898b5a611741f0aa03cc4ccf3f75
SIZE (kiwix-libkiwix-12.1.0_GH0.tar.gz) = 1098820
TIMESTAMP = 1716196790
SHA256 (kiwix-libkiwix-13.1.0_GH0.tar.gz) = 04d93f66b939f937df2c941af517966128d4c9872b707f9ed192177fe51364d3
SIZE (kiwix-libkiwix-13.1.0_GH0.tar.gz) = 1136812
SHA256 (kainjow-Mustache-v4.1_GH0.tar.gz) = acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167
SIZE (kainjow-Mustache-v4.1_GH0.tar.gz) = 98905

View File

@ -7,10 +7,8 @@ include/kiwix/downloader.h
include/kiwix/kiwix_config.h
include/kiwix/kiwixserve.h
include/kiwix/library.h
include/kiwix/libxml_dumper.h
include/kiwix/manager.h
include/kiwix/name_mapper.h
include/kiwix/opds_dumper.h
include/kiwix/search_renderer.h
include/kiwix/server.h
include/kiwix/tools.h