notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Server is being updated to FreeBSD 14.3 as you read this... and it is done.
Commit processing is stalled - it is a jail issue. I will work on it later today. 2025-09-17 12:17 UTC - It has been fixed. Sometime before 17:27 UTC.
Port details
xlsxio C library for reading and writing .xlsx files
0.2.35_1 textproc on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.2.35_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-08-04 17:24:09
Last Update: 2024-08-04 21:15:53
Commit Hash: 30787d9
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: MIT
WWW:
https://github.com/brechtsanders/xlsxio
Description:
XLSX I/O aims to provide a C library for reading and writing .xlsx files. The .xlsx file format is the native format used by Microsoft(R) Excel(TM) since version 2007.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (24 items)
Collapse this list.
  1. /usr/local/share/licenses/xlsxio-0.2.35_1/catalog.mk
  2. /usr/local/share/licenses/xlsxio-0.2.35_1/LICENSE
  3. /usr/local/share/licenses/xlsxio-0.2.35_1/MIT
  4. bin/xlsxio_csv2xlsx
  5. bin/xlsxio_xlsx2csv
  6. cmake/xlsxio-config.cmake
  7. cmake/xlsxioTargets-release.cmake
  8. cmake/xlsxioTargets.cmake
  9. include/xlsxio_read.h
  10. include/xlsxio_version.h
  11. include/xlsxio_write.h
  12. lib/cmake/xlsxio/libxlsxio_readConfig.cmake
  13. lib/cmake/xlsxio/libxlsxio_readConfigVersion.cmake
  14. lib/cmake/xlsxio/libxlsxio_writeConfig.cmake
  15. lib/cmake/xlsxio/libxlsxio_writeConfigVersion.cmake
  16. lib/libxlsxio_read.a
  17. lib/libxlsxio_read.so
  18. lib/libxlsxio_write.a
  19. lib/libxlsxio_write.so
  20. libdata/pkgconfig/libxlsxio_read.pc
  21. libdata/pkgconfig/libxlsxio_write.pc
  22. @owner
  23. @group
  24. @mode
Collapse this list.
Dependency lines:
  • xlsxio>0:textproc/xlsxio
To install the port:
cd /usr/ports/textproc/xlsxio/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/xlsxio
  • pkg install xlsxio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: xlsxio
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1722711113 SHA256 (xlsxio-0.2.35.tar.xz) = b42abf540449767832e285e79014cd2339a94613f7a63567c4118182798d55d3 SIZE (xlsxio-0.2.35.tar.xz) = 40316

Packages (timestamps in pop-ups are UTC):
xlsxio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.2.35_10.2.35_1-0.2.35_10.2.35_1---
FreeBSD:13:quarterly0.2.35_10.2.35_1-0.2.35_10.2.35_1---
FreeBSD:14:latest0.2.35_10.2.35_1-0.2.35_10.2.35_1---
FreeBSD:14:quarterly0.2.35_10.2.35_1-0.2.35_10.2.35_1---
FreeBSD:15:latest0.2.35_10.2.35_1n/a0.2.35_1n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libexpat.so : textproc/expat2
  2. libminizip.so : archivers/minizip
This port is required by:
for Libraries
  1. textproc/pecl-xlswriter

Configuration Options:
No options to configure
Options name:
textproc_xlsxio
USES:
cmake pathfix tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/brechtsanders/xlsxio/releases/download/0.2.35/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.35_1
04 Aug 2024 21:15:53
commit hash: 30787d9c73a7830315254b519f98cb88b8e0deebcommit hash: 30787d9c73a7830315254b519f98cb88b8e0deebcommit hash: 30787d9c73a7830315254b519f98cb88b8e0deebcommit hash: 30787d9c73a7830315254b519f98cb88b8e0deeb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/xlsxio: Fix cmake files installation

- Bump PORTREVISION for package change
0.2.35
04 Aug 2024 17:13:49
commit hash: bce2cca19635bdb6a0092cb9e688c45503bbd29bcommit hash: bce2cca19635bdb6a0092cb9e688c45503bbd29bcommit hash: bce2cca19635bdb6a0092cb9e688c45503bbd29bcommit hash: bce2cca19635bdb6a0092cb9e688c45503bbd29b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/xlsxio: Add xlsxio 0.2.35

XLSX I/O aims to provide a C library for reading and writing .xlsx files. The
.xlsx file format is the native format used by Microsoft(R) Excel(TM) since
version 2007.

Number of commits found: 2