View | Details | Raw Unified | Return to bug 230315 | Differences between
and this patch

Collapse All | Expand All

(-)devel/kiwix-lib/Makefile (+30 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	kiwix-lib
4
DISTVERSION=	3.0.2
5
CATEGORIES=	devel
6
7
MAINTAINER=	int19h@gmail.com
8
COMMENT=	Common code base for all Kiwix ports
9
10
LICENSE=	GPLv3+
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
BUILD_DEPENDS=	bash:shells/bash
14
LIB_DEPENDS=	libzim.so:devel/libzim \
15
		libpugixml.so:textproc/pugixml \
16
		libaria2.so:www/aria2 \
17
		libicui18n.so:devel/icu \
18
		libicuuc.so:devel/icu \
19
		libxapian.so:databases/xapian-core \
20
		libctpp2.so:textproc/ctpp2 \
21
		libcurl.so:ftp/curl
22
23
USES=		meson pkgconfig python:3.6+ shebangfix
24
USE_LDCONFIG=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	kiwix
27
MESON_ARGS=	-Dctpp2-install-prefix=${LOCALBASE}
28
SHEBANG_FILES=	scripts/kiwix-compile-resources
29
30
.include <bsd.port.mk>
(-)devel/kiwix-lib/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1542013870
2
SHA256 (kiwix-kiwix-lib-3.0.2_GH0.tar.gz) = eafdba85c6dd25407f346ffe93b703cc748baa1e2c5ef351604aee11cfd27aaf
3
SIZE (kiwix-kiwix-lib-3.0.2_GH0.tar.gz) = 1355216
(-)devel/kiwix-lib/pkg-descr (+7 lines)
Line 0 Link Here
1
Kiwix is an offline reader for web content archived in ZIM format. It is
2
particularly tailored towards Wikipedia and other wikis.
3
4
The Kiwix library contains the code shared by Kiwix ports on all supported
5
platforms.
6
7
WWW: http://www.kiwix.org/
(-)devel/kiwix-lib/pkg-plist (+23 lines)
Line 0 Link Here
1
bin/kiwix-compile-resources
2
include/kiwix/book.h
3
include/kiwix/common.h
4
include/kiwix/common/base64.h
5
include/kiwix/common/networkTools.h
6
include/kiwix/common/otherTools.h
7
include/kiwix/common/pathTools.h
8
include/kiwix/common/regexTools.h
9
include/kiwix/common/stringTools.h
10
include/kiwix/ctpp2/CTPP2VMStringLoader.hpp
11
include/kiwix/downloader.h
12
include/kiwix/entry.h
13
include/kiwix/kiwix_config.h
14
include/kiwix/library.h
15
include/kiwix/manager.h
16
include/kiwix/opds_dumper.h
17
include/kiwix/reader.h
18
include/kiwix/searcher.h
19
include/kiwix/xapianSearcher.h
20
lib/libkiwix.so
21
lib/libkiwix.so.3
22
lib/libkiwix.so.3.0.2
23
libdata/pkgconfig/kiwix.pc

Return to bug 230315