Port details |
- xan CSV magician
- 0.50.0 textproc
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: tagattie@FreeBSD.org
 - Port Added: 2025-05-23 22:45:06
- Last Update: 2025-05-23 22:44:36
- Commit Hash: 4b6a423
- License: MIT UNLICENSE
- WWW:
- https://github.com/medialab/xan
- Description:
- xan is a command line tool that can be used to process CSV files
directly from the shell.
It has been written in Rust to be as fast as possible, use as little
memory as possible, and can easily handle very large CSV files
(Gigabytes). It is also able to leverage parallelism (through
multithreading) to make some tasks complete as fast as your computer
can allow.
It can easily preview, filter, slice, aggregate, sort, join CSV files,
and exposes a large collection of composable commands that can be
chained together to perform a wide variety of typical tasks.
xan also leverages its own expression language so you can perform
complex tasks that cannot be done by relying on the simplest
commands. This minimalistic language has been tailored for CSV data
and is way faster than evaluating typical dynamically-typed languages
such as Python, Lua, JavaScript etc.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/xan/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/xan
- pkg install xan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xan
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1748038616
SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627
SIZE (rust/crates/adler2-2.0.0.crate) = 13529
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.86.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xan-0.50.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_xan
- USES:
- cargo
- 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 |
0.50.0 23 May 2025 22:44:36
    |
Hiroki Tagato (tagattie)  |
textproc/xan: add port: CSV magician
xan is a command line tool that can be used to process CSV files
directly from the shell.
It has been written in Rust to be as fast as possible, use as little
memory as possible, and can easily handle very large CSV files
(Gigabytes). It is also able to leverage parallelism (through
multithreading) to make some tasks complete as fast as your computer
can allow.
It can easily preview, filter, slice, aggregate, sort, join CSV files,
and exposes a large collection of composable commands that can be
chained together to perform a wide variety of typical tasks.
xan also leverages its own expression language so you can perform
complex tasks that cannot be done by relying on the simplest
commands. This minimalistic language has been tailored for CSV data
and is way faster than evaluating typical dynamically-typed languages
such as Python, Lua, JavaScript etc.
WWW: https://github.com/medialab/xan |