aboutsummaryrefslogtreecommitdiff
path: root/math/libxls
Commit message (Collapse)AuthorAgeFilesLines
* math/libxls: Add CPE informationStefan Eßer2021-10-191-1/+2
| | | | Approved by: portmgr (blanket)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.6.2Baptiste Daroussin2021-02-023-5/+5
| | | | Notes: svn path=/head/; revision=563793
* Update libxls to 1.6.1Baptiste Daroussin2020-11-084-8/+9
| | | | Notes: svn path=/head/; revision=554645
* update to 1.5.3Baptiste Daroussin2020-08-253-5/+5
| | | | Notes: svn path=/head/; revision=546166
* update to 1.5.2Baptiste Daroussin2019-12-273-6/+5
| | | | Notes: svn path=/head/; revision=520988
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* math/libxls: fix buildPiotr Kubaj2019-06-101-1/+1
| | | | | | | | | | Add USES=compiler:c++11-lang: configure: error: *** A compiler with support for C++11 language features is required. Approved by: mentors (implicite approval) Notes: svn path=/head/; revision=503884
* Update to 1.5.1Baptiste Daroussin2019-06-053-5/+6
| | | | Notes: svn path=/head/; revision=503506
* Update to 1.5.0Baptiste Daroussin2019-02-243-10/+9
| | | | Notes: svn path=/head/; revision=493776
* Library for parsing Excel (XLS) files, with a sample program for convertingBaptiste Daroussin2017-01-274-0/+40
Excel files into CSV. WWW: http://libxls.sourceforge.net/ Notes: svn path=/head/; revision=432541