Port details |
- duckdb In-process SQL OLAP database management system
- 1.1.3 databases =2 1.1.1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-06-21 04:42:06
- Last Update: 2024-11-08 21:40:32
- Commit Hash: 08a25ed
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://duckdb.org/
- https://github.com/duckdb/duckdb
- Description:
- DuckDB is a high-performance analytical database system. It is
designed to be fast, reliable and easy to use. DuckDB provides a rich
SQL dialect, with support far beyond basic SQL. DuckDB supports
arbitrary and nested correlated subqueries, window functions,
collations, complex types (arrays, structs), and more.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- duckdb>0:databases/duckdb
- To install the port:
- cd /usr/ports/databases/duckdb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/duckdb
- pkg install duckdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: duckdb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731090579
SHA256 (duckdb-duckdb-v1.1.3_GH0.tar.gz) = 2aea0af898ad753fee82b776fea1bf78ccbc9648986e7f7a87372df5e74cdb98
SIZE (duckdb-duckdb-v1.1.3_GH0.tar.gz) = 90800198
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- misc/quary
Configuration Options:
- ===> The following configuration options are available for duckdb-1.1.3:
TPCE=on: Enable building of the TPC-E tool
====> Extensions:
AUTOCOMPLETE=on: Build the AUTOCOMPLETE extension
FTS=on: Build the FTS extension
HTTPFS=on: Build the HTTPFS extension
ICU=on: Build the ICU extension
INET=on: Build the INET extension
JSON=on: Build the JSON extension
PARQUET=on: Build the PARQUET extension
SQLSMITH=on: Build the SQLSMITH extension
TPCDS=on: Build the TPCDS extension
TPCH=on: Build the TPCH extension
SQLITE_SCANNER=on: Build the SQLITE_SCANNER extension
VSS=on: Build the VSS extension
===> Use 'make config' to modify these settings
- Options name:
- databases_duckdb
- USES:
- cmake:testing compiler:c++11-lang ssl
- 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.1.3 08 Nov 2024 21:40:32 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 1.1.2 → 1.1.3 |
1.1.2 15 Oct 2024 03:36:02 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 1.1.1 → 1.1.2 |
1.1.1_1 15 Oct 2024 00:05:57 |
Yuri Victorovich (yuri) |
databases/duckdb: Fix runtime crashes by removing the jemalloc extension; Fix
options handling |
1.1.1 26 Sep 2024 08:27:12 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 1.1.0 → 1.1.1
Reported by: portscout |
1.1.0 16 Sep 2024 19:29:59 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 1.0.0 → 1.1.0 |
1.0.0 05 Jun 2024 05:57:25 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 0.10.3 → 1.0.0
Reported by: portscout |
0.10.3 23 May 2024 15:58:15 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 0.10.2 → 0.10.3
Reported by: portscout |
0.10.2 19 Apr 2024 19:28:23 |
Yuri Victorovich (yuri) |
databases/duckdb: FIx most tests by correcting how OVERRIDE_GIT_DESCRIBE is
passed to the build
2 tests still fail. |
0.10.2 19 Apr 2024 03:08:30 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 0.10.1 → 0.10.2 |
0.10.1 03 Apr 2024 09:04:34 |
Yuri Victorovich (yuri) |
databases/duckdb: Backport the patch fixing build on 13
PR: 278139 |
0.10.1 03 Apr 2024 07:59:44 |
Yuri Victorovich (yuri) |
databases/duckdb: Broken on 13 |
0.10.1 21 Mar 2024 01:54:44 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 0.10.0 → 0.10.1
Reported by: portscout |
0.10.0 14 Feb 2024 09:28:06 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 0.9.2 → 0.10.0
Reported by: portscout |
0.9.2_1 16 Nov 2023 06:40:47 |
Yuri Victorovich (yuri) |
databases/duckdb: Add pre-compiled sqlite extension; Fix version reported by
DuckDB
Other extensions should be added as pre-compiled extensions the same way,
because otherwise DuckDB attempts to download pre-compiled extensions
as binaries which only works for Linux, and is also very insecure. |
0.9.2 16 Nov 2023 02:29:00 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: update 0.8.1 → 0.9.2
Reported by: portscout |
0.8.1 17 Jun 2023 18:35:40 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: Update 0.8.0 → 0.8.1
Reported by: portscout |
0.8.0 19 May 2023 07:54:17 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: Update 0.7.1 → 0.8.0
Reported by: portscout |
0.7.1 27 Feb 2023 18:45:32 |
Yuri Victorovich (yuri) |
databases/duckdb: Update 0.6.1 → 0.7.1
Reported by: portscout |
0.6.1 09 Dec 2022 05:08:44 |
Yuri Victorovich (yuri) |
databases/duckdb: Update 0.6.0 -> 0.6.1
Reported by: portscout |
0.6.0 16 Nov 2022 07:26:31 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: Update 0.5.1 -> 0.6.0
Reported by: portscout |
0.5.1 21 Sep 2022 06:42:18 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: Update 0.5.0 -> 0.5.1
Reported by: portscout |
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) |
0.5.0 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 ) |
0.5.0 05 Sep 2022 22:30:08 |
Yuri Victorovich (yuri) |
databases/{,py-}duckdb: Update 0.4.0 -> 0.5.0
Reported by: portscout |
0.4.0 21 Jun 2022 07:08:26 |
Yuri Victorovich (yuri) |
databases/duckdb: Correction in the options code |
0.4.0 21 Jun 2022 04:41:18 |
Yuri Victorovich (yuri) |
databases/duckdb: New port: In-process SQL OLAP database management system |