# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 name zebra version 2.2.7 revision 0 categories databases net www devel license GPL-2+ maintainers nomaintainer description information management system long_description Zebra is a high-performance, general-purpose \ structured text indexing and retrieval engine. \ It reads structured records in a variety of input formats \ (e.g. email, XML, MARC) and allows access to them \ through exact boolean search expressions \ and relevance-ranked free-text queries. homepage https://www.indexdata.com/resources/software/zebra master_sites https://ftp.indexdata.com/pub/zebra/ distname idzebra-${version} checksums rmd160 37a6eb20b77d732b11aa44abc34465a7f09ff5ac \ sha256 b465ffeb060f507316e6cfc20ebd46022472076d0d4e96ef7dab63e798066420 \ size 1968240 depends_build-append \ path:bin/pkg-config:pkgconfig depends_lib-append port:bzip2 \ port:expat \ path:lib/pkgconfig/icu-uc.pc:icu \ port:libiconv \ port:libxml2 \ port:libxslt \ port:tcl \ port:xz \ port:yaz \ port:zlib patchfiles allow_undefined.patch \ patch-includes.diff configure.args-append \ --enable-mod-alvis \ --enable-mod-dom \ --enable-mod-grs-marc \ --enable-mod-grs-regx \ --enable-mod-grs-xml \ --enable-mod-safari \ --enable-mod-text \ --with-iconv=${prefix} \ --with-yaz=pkg configure.cppflags-append \ -DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT livecheck.type regex livecheck.url ${master_sites}?M=D livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"