summaryrefslogtreecommitdiff
path: root/textproc/libxls
AgeCommit message (Collapse)AuthorFilesLines
2020-10-01textproc/libxls: Update to 1.6.1sjmulder4-10/+11
Changes in 1.6.0: - This release enables decoding of non-Unicode character sets in older (BIFF5) XLS files. In addition, it improves string-conversion performance in newer files. See: https://github.com/libxls/libxls/pull/77 Changes in 1.6.1: - This release corrects the libtool version information found in libxls 1.6.0, and fixes undefined behavior for applications that were originally linked against the 1.5.x dynamic library. The C source code is unchanged from the last release. See: https://github.com/libxls/libxls/issues/79
2020-07-14libxls: Update to 1.5.3sjmulder3-9/+9
Changes: - Allow truncated XLS files #55 #60 #76 tidyverse/readxl#619 - Fix long-standing "extra column" bug #73 - Support for RSTRING records (rich-text cells in older BIFF5 files) tidyverse/readxl#611 Minimum version updated in bl3 due to header changes.
2019-11-16textproc/libxls: Update to 1.5.2sjmulder2-12/+11
Changes: - Fix character transliteration on Windows when iconv is not present #66 - Make C++ test conditional on having a C++11 compiler - README: Add links to language bindings (and an OSS-Fuzz badge!)
2019-06-12textproc/libxls: work around pre-C++11 GCC errorssjmulder1-2/+5
C++11 support is needed only for a test but causing the build to fail on older but still suported OSes like RHEL 6. A patch has been submitted upstream to simply skip the test if C++11 support is lacking, but until then, use GCC_REQD.
2019-05-06Update my (sjmulder) maintainer email addresssjmulder1-2/+2
2019-05-06textproc/libxls: update to 1.5.1sjmulder3-8/+15
Upstream changes: - Fix undefined behavior when formatting NaNs - Add missing files to distribution tarballs - Remove unused checks from configure - Add C++ test target and fix errors - Add a pkg-config file - Fix off-by-one in double byteswapping (big-endian systems) - Add note about Autoconf Archive Package changes: - Add test target
2019-02-11libxls: Import libxls-1.5.0 as textproc/libxlsleot5-0/+51
C library to extract cell data and some metadata from legacy Microsoft Excel files. Also includes an 'xls2csv' tool. Packaged in pkgsrc-wip by Sijmen J. Mulder.