# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                freexl
version             2.0.0
revision            0

categories          textproc

license             {MPL-1.1 GPL-2+ LGPL-2.1+}
maintainers         {yahoo.com:n_larsson @nilason} openmaintainer

description         Library to extract valid data from within Spreadsheets
long_description    {*}${description}. The following document formats are supported starting since \
                    version 2.0: MS Excel legacy BIFF binary format (.xls), MS Excel new XML-based \
                    format (.xlsx), Free/OpenOffice Calc XML-based format (.ods). FreeXL ignores \
                    at all fonts, sizes and alignments, and most formats. It ignores Pivot Table, \
                    Charts, Formulas, Visual Basic macros and so on. FreeXL is structurally simple \
                    and quite light-weight (typically 40-80K of object code, stripped).

homepage            https://www.gaia-gis.it/fossil/${name}/index
master_sites        https://www.gaia-gis.it/gaia-sins/${name}-sources

checksums           rmd160  26b131fb2801234cb69286679463d56afa23fb56 \
                    sha256  176705f1de58ab7c1eebbf5c6de46ab76fcd8b856508dbd28f5648f7c6e1a7f0 \
                    size    991565

depends_lib-append  port:minizip \
                    port:expat \
                    port:libiconv

configure.args-append \
                    --enable-xmldocs
