mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/kiwix-tools: Fetch from official site; Revise WWW and COMMENT
Fetch from the official site instead of Github. While here, revise the description. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
31ea756a24
commit
2d6db201ea
3 changed files with 12 additions and 12 deletions
|
@ -2,10 +2,11 @@ PORTNAME= kiwix-tools
|
|||
DISTVERSION= 3.7.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://download.kiwix.org/release/kiwix-tools/
|
||||
|
||||
MAINTAINER= olce.freebsd.ports@certner.fr
|
||||
COMMENT= Command-line Kiwix tools
|
||||
WWW= https://www.kiwix.org/
|
||||
COMMENT= Command-line Kiwix tools (serve, manage, search)
|
||||
WWW= https://github.com/kiwix/kiwix-tools
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
@ -13,10 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libkiwix.so.13:devel/libkiwix13 \
|
||||
libzim.so:devel/libzim
|
||||
|
||||
USES= compiler:c++17-lang meson pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= kiwix
|
||||
USE_RC_SUBR= kiwix_serve
|
||||
USES= compiler:c++17-lang meson pkgconfig tar:xz
|
||||
|
||||
CXXFLAGS_gcc= -Wno-error=maybe-uninitialized
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1716231298
|
||||
SHA256 (kiwix-kiwix-tools-3.7.0_GH0.tar.gz) = 7367400dab80fcf0702657b2d5324ec29f344581318659c106f5b7fca30fa0db
|
||||
SIZE (kiwix-kiwix-tools-3.7.0_GH0.tar.gz) = 539897
|
||||
TIMESTAMP = 1736784927
|
||||
SHA256 (kiwix-tools-3.7.0.tar.xz) = 7a764e6cb8f9b1f75e92a9c0d093d02c8c038d66019c4e49542cc261dfff540c
|
||||
SIZE (kiwix-tools-3.7.0.tar.xz) = 529908
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
Kiwix is an offline reader for web content archived in ZIM format. It is
|
||||
Kiwix is an offline reader for web content archived in ZIM format. It is
|
||||
particularly tailored towards Wikipedia and other wikis.
|
||||
|
||||
This package contains command-line Kiwix tools: a local HTTP server to serve
|
||||
content, and a set of tools to manage ZIM files.
|
||||
The Kiwix tools are a collection of Kiwix-related command line tools:
|
||||
- kiwix-manage: Manage XML based library of ZIM files.
|
||||
- kiwix-search: Full text search in ZIM files.
|
||||
- kiwix-serve: HTTP daemon serving ZIM files.
|
||||
|
|
Loading…
Add table
Reference in a new issue