Port details |
- libxls Extract Cell Data From Excel xls files
- 1.6.2_1 math =3 1.6.2_1Version of this port present on the latest quarterly branch.
- Maintainer: bapt@FreeBSD.org
- Port Added: 2017-01-27 00:14:44
- Last Update: 2024-01-24 10:20:15
- Commit Hash: c19bbc8
- People watching this port, also watch:: woff2, libXdamage, sway, xcb-util-image, libevent
- Also Listed In: devel
- License: BSD2CLAUSE
- WWW:
- https://github.com/libxls/libxls
- Description:
- Library for parsing Excel (XLS) files, with a sample program for converting
Excel files into CSV.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- catdoc
- p5-Spreadsheet-Read
- xls2txt
- To install the port:
- cd /usr/ports/math/libxls/ && make install clean
- To add the package, run one of these commands:
- pkg install math/libxls
- pkg install libxls
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libxls
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1612262912
SHA256 (libxls-1.6.2.tar.gz) = 5dacc34d94bf2115926c80c6fb69e4e7bd2ed6403d51cff49041a94172f5e371
SIZE (libxls-1.6.2.tar.gz) = 443736
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- math/sc-im
Configuration Options:
- No options to configure
- Options name:
- math_libxls
- USES:
- compiler:c++11-lang cpe libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.2_1 24 Jan 2024 10:20:15 |
Muhammad Moinur Rahman (bofh) |
math/libxls: Fix build
Reported by: antoine
Approved by: portmgr (blanket) |
1.6.2_1 24 Jan 2024 07:59:53 |
Baptiste Daroussin (bapt) |
manprefix: move the manpages for the ports I maintain to share/man |
1.6.2 03 Nov 2022 12:09:18 |
Dmitry Marakasov (amdmi3) |
*/*: update conflicts on bin/xls2csv in 4 ports
Conflicting ports:
- databases/xls2txt
- math/libxls
- textproc/catdoc
- textproc/p5-Spreadsheet-Read
PR: 248294
Reported by: jbeich |
1.6.2 01 Nov 2022 15:20:53 |
Dmitry Marakasov (amdmi3) |
math/libxls, textproc/catdoc: add mutual conflicts
The ports conflict on bin/xls2csv. While here, a couple of minor
cosmetic fixes.
PR: 248294
Submitted by: uzsolt@uzsolt.hu
Approved by: maintainer timeout (bapt, 2+ years) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.2 19 Oct 2021 11:14:36 |
Stefan Eßer (se) |
math/libxls: Add CPE information
Approved by: portmgr (blanket) |
1.6.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.2 02 Feb 2021 10:49:58 |
bapt |
Update to 1.6.2 |
1.6.1 08 Nov 2020 19:20:32 |
bapt |
Update libxls to 1.6.1 |
1.5.3 25 Aug 2020 12:57:16 |
bapt |
update to 1.5.3 |
1.5.2 27 Dec 2019 13:31:42 |
bapt |
update to 1.5.2 |
1.5.1_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.5.1 10 Jun 2019 10:02:29 |
pkubaj |
math/libxls: fix build
Add USES=compiler:c++11-lang:
configure: error: *** A compiler with support for C++11 language features is
required.
Approved by: mentors (implicite approval) |
1.5.1 05 Jun 2019 11:46:24 |
bapt |
Update to 1.5.1 |
1.5.0 24 Feb 2019 17:40:27 |
bapt |
Update to 1.5.0 |
1.4.0 27 Jan 2017 00:14:32 |
bapt |
Library for parsing Excel (XLS) files, with a sample program for converting
Excel files into CSV.
WWW: http://libxls.sourceforge.net/ |