Commit graph

5 commits

Author SHA1 Message Date
sjmulder
72cca213f5 textproc/libxls: Update to 1.5.2
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-11-16 13:23:03 +00:00
sjmulder
da8f496e69 textproc/libxls: work around pre-C++11 GCC errors
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-06-12 21:09:59 +00:00
sjmulder
2d36c8eaba Update my (sjmulder) maintainer email address 2019-05-06 09:17:12 +00:00
sjmulder
f3265d2413 textproc/libxls: update to 1.5.1
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-05-06 08:55:20 +00:00
leot
f34adefa97 libxls: Import libxls-1.5.0 as textproc/libxls
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.
2019-02-11 21:55:27 +00:00