summaryrefslogtreecommitdiff
path: root/textproc/freexl
AgeCommit message (Collapse)AuthorFilesLines
2022-08-09*: Remove hardcoded -liconv / -lintl on SunOS.jperkin1-3/+1
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib.
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2020-08-06freexl: updated to 1.0.6adam2-7/+7
1.0.6 Unknown changes
2018-02-27freexl: updated to 1.0.5adam2-9/+10
1.0.5: Bug fixes.
2017-05-12SunOS requires an explicit -liconv.jperkin1-1/+3
2015-11-27FreeXL is an open source library to extract valid data from within an Exceladam5-0/+52
(.xls) spreadsheet. FreeXL design goals: * to be simple and lightweight * to be stable, robust and efficient * to be easily and universally portable * completely ignoring any GUI-related oddity Note that the final goal means that 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).