head	1.10;
access;
symbols
	pkgsrc-2026Q2:1.8.0.2
	pkgsrc-2026Q2-base:1.8
	pkgsrc-2026Q1:1.6.0.2
	pkgsrc-2026Q1-base:1.6
	pkgsrc-2025Q4:1.2.0.2
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.1.0.2
	pkgsrc-2025Q3-base:1.1;
locks; strict;
comment	@# @;


1.10
date	2026.07.12.11.34.01;	author adam;	state Exp;
branches;
next	1.9;
commitid	HzzO2XpZJoKAcmNG;

1.9
date	2026.06.23.10.32.12;	author wiz;	state Exp;
branches;
next	1.8;
commitid	AVZLKPcAW9gitUKG;

1.8
date	2026.05.10.12.07.48;	author wiz;	state Exp;
branches;
next	1.7;
commitid	paO9JtW2iMCOpgFG;

1.7
date	2026.04.15.17.28.05;	author wiz;	state Exp;
branches;
next	1.6;
commitid	eA9BSmI8BEJsZ4CG;

1.6
date	2026.03.22.16.01.14;	author wiz;	state Exp;
branches;
next	1.5;
commitid	u3FrbiUh24HvhZyG;

1.5
date	2026.02.08.21.49.03;	author wiz;	state Exp;
branches;
next	1.4;
commitid	eBepnKbTHvlzyCtG;

1.4
date	2026.01.07.08.49.05;	author wiz;	state Exp;
branches;
next	1.3;
commitid	1wQ3ICD8eebefrpG;

1.3
date	2026.01.05.01.52.26;	author wiz;	state Exp;
branches;
next	1.2;
commitid	HigdoNRghnLO19pG;

1.2
date	2025.11.01.22.28.57;	author wiz;	state Exp;
branches;
next	1.1;
commitid	s14nYUx5o4jxXTgG;

1.1
date	2025.08.31.19.16.21;	author wiz;	state Exp;
branches;
next	;
commitid	YYuNbbBF6s63TU8G;


desc
@@


1.10
log
@libzim: updated to 9.8.1

libzim 9.8.1

* Fix 9.8.0 creator regression in ZIM final renaming
* Fixing Windows CI stability
@
text
@# $NetBSD: Makefile,v 1.9 2026/06/23 10:32:12 wiz Exp $

DISTNAME=	libzim-9.8.1
CATEGORIES=	textproc
MASTER_SITES=	${MASTER_SITE_GITHUB:=openzim/}
GITHUB_TAG=	${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/openzim/libzim/
COMMENT=	Reference implementation of the ZIM specification
LICENSE=	gnu-gpl-v2

USE_LANGUAGES=	c c++
USE_TOOLS+=	pkg-config

PKGCONFIG_OVERRIDE+=		output/meson-private/libzim.pc
PKGCONFIG_OVERRIDE_STAGE=	post-configure

.include "../../lang/python/tool.mk"
.include "../../devel/meson/build.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../archivers/zstd/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/xapian/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.9
log
@libzim: update to 9.8.0.

libzim 9.8.0
============

 * Speed-up ZIM creation with buffered IO (@@veloman-yunkan #1091)
 * Improve documentation around suggestions primitives (@@kelson42 #1097)
 * Multiple typo fixes in the documentation (@@kelson42 #1095)
 * Allow to compile only the reader part (@@ford-jones #1093)
 * Make code base c++23 compatible (@@ford-jone #1092)
 * Fix compilation against Xapian 2.0 (@@veloman-yunkan #1081)
 * Better handling of ICU library dependence (@@kelson42 #1015, @@OneByTheSide #1090)
 * Update CI runners to the latest versions (@@kelson42 #1089 #1094)
 * Speed-up CI test running (@@veloman-yunkan #1099)
 * Improve stability of the Windows CI (@@veloman-yunkan #1101)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2026/05/10 12:07:48 wiz Exp $
d3 1
a3 1
DISTNAME=	libzim-9.8.0
@


1.8
log
@libzim: update to 9.7.0.

Fix handling of "bad" redirections (@@veloman-yunkan #1065 #1077)
Fix handling of ZIM file chunks (@@veloman-yunkan #1078)
Made zim::writer::creator::addMetadata() exception-safe (@@veloman-yunkan #1070)
Fix a rare (edge-case) and old bug in ZIM reader (@@veloman-yunkan #1066)
Enable better memory mgmt on macOS in ZIM reader (@@veloman-yunkan #1067)
Further optimization of redirection memory usage for both writer and reader (@@veloman-yunkan #1068)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2026/04/15 17:28:05 wiz Exp $
d3 1
a3 1
DISTNAME=	libzim-9.7.0
@


1.7
log
@libzim: update to 9.6.0.

libzim 9.6.0
============

 * Optimization of memory usage by dirents during ZIM creation (@@veloman-yunkan #1055)
 * Allows to open ZIM with more than ~268M entries on macOS (@@jasontitus #1053)
 * Fix ZIM metadata 'Counter' parser by properly ignoring mime-types paramters (@@Pranavjeet-Naidu #1050)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2026/03/22 16:01:14 wiz Exp $
d3 1
a3 1
DISTNAME=	libzim-9.6.0
@


1.6
log
@libzim: update to 9.5.1.

Only 3 packages depend on this.

libzim 9.5.1
============

 * Eliminated zim::Compressor trapped in an infinite loop scenario (@@veloman-yunkan #1047)
 * Use windows-2025 CI runner (@@kelson42 #1041)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2026/02/08 21:49:03 wiz Exp $
d3 1
a3 1
DISTNAME=	libzim-9.5.1
@


1.5
log
@libzim: update to 9.5.0.

libzim 9.5.0
============

 * Handling Protection against too long words in titles (@@veloman-yunkan #1004 #1034)
 * Quick detection of corruption of 1st blob offset in cluster( @@veloman-yunkan #1029 #1031)
 * Use zim-testing-suite version 0.9.0 (@@veloman-yunkan #1030)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2026/01/07 08:49:05 wiz Exp $
d3 1
a3 1
DISTNAME=	libzim-9.5.0
@


1.4
log
@*: recursive bump for icu 78.1
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2026/01/05 01:52:26 wiz Exp $
d3 1
a3 2
DISTNAME=	libzim-9.4.1
PKGREVISION=	1
@


1.3
log
@libzim: update to 9.4.1.

libzim 9.4.1
============

 * Remove SORTPP_PASS which breaks modern Windows SDKs (@@BillyONeal #1017)
 * Add support of future Xapian 2.0 (@@ojwb #1018 #1019 #1020)
 * Fix broken CI for linux-aarch64-dyn (@@veloman-yunkan #1024)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2025/11/01 22:28:57 wiz Exp $
d4 1
@


1.2
log
@libzim: update to 9.4.0.

libzim 9.4.0
============

 * Add support of Illustrations scale (dpr), height and width (@@veloman-yunkan #997)
 * Many CI updates (@@kelson42 #976 #995 #980, @@veloman-yunkan #974 #987, @@tusharpm #910)
 * Improve logging primitites (@@veloman-yunkan #975 #984)
 * New ability to preload Xapian indexes (@@mgautierfr #958)
 * New user/dev defined cache sizes (@@veloman-yunkan #982)
 * Centralize cache memory usage (@@veloman-yunkan #960)
 * Stop releasing for PPA Ubuntu Focal 20.04 (@@kelson42 #1009)
 * Fix build with ICU 76+ (@@cho-m #1010)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2025/08/31 19:16:21 wiz Exp $
d3 1
a3 1
DISTNAME=	libzim-9.4.0
@


1.1
log
@textproc/libzim: import libzim-9.3.0

The Libzim is the reference implementation for the ZIM file format.
It's a software library to read and write ZIM files on many systems
and architectures.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	libzim-9.3.0
@

