1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

databases/R-cran-nanoparquet: New port: Read and write Parquet files without external dependencies

Differential Revision:	https://reviews.freebsd.org/D56082
This commit is contained in:
Christos Longros
2026-03-29 09:38:46 -07:00
committed by Yuri Victorovich
parent 98b16e3a32
commit 9a526a38b9
4 changed files with 22 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
SUBDIR += R-cran-dbplyr
SUBDIR += R-cran-dtplyr
SUBDIR += R-cran-fastmap
SUBDIR += R-cran-nanoparquet
SUBDIR += R-cran-sqldf
SUBDIR += WWWdb
SUBDIR += adminer
+14
View File
@@ -0,0 +1,14 @@
PORTNAME= nanoparquet
DISTVERSION= 0.4.3
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= chris.longros@gmail.com
COMMENT= Read and write Parquet files without external dependencies
WWW= https://cran.r-project.org/package=nanoparquet
LICENSE= MIT
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1733961600
SHA256 (nanoparquet_0.4.3.tar.gz) = e91f2b6dc99a2de1d97e0af56156419cef22364ce4682f8052c89ea21f36320c
SIZE (nanoparquet_0.4.3.tar.gz) = 1151157
+4
View File
@@ -0,0 +1,4 @@
Self-contained reader and writer for Parquet files. No external
dependencies are required, making it a lightweight alternative to the
Apache Arrow R package for simple Parquet I/O. Supports most Parquet
data types including factors, temporal types, and nested structures.